https://github.com/cran/quantreg
Raw File
Tip revision: 33c9c2002cbace3ec463801043e0d167e960e5d8 authored by Roger Koenker on 09 September 2020, 07:30:03 UTC
version 5.67
Tip revision: 33c9c20
tools.R
"FAQ" <- function(pkg = "quantreg")
     file.show(file.path(system.file(package = pkg),"FAQ"))
"ChangeLog" <- function(pkg = "quantreg")
     file.show(file.path(system.file(package = pkg),"ChangeLog"))
back to top