https://github.com/cran/quantreg
Raw File
Tip revision: 4cc4e6103f0362d98bad0a8826370ccbb5e9c7cf authored by Roger Koenker on 02 September 2012, 00:00:00 UTC
version 4.85
Tip revision: 4cc4e61
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