https://github.com/cran/quantreg
Raw File
Tip revision: a6e1bd2af35197fecce13a4682ed3be2f1acc6a1 authored by Roger Koenker on 16 August 2015, 00:00:00 UTC
version 5.18
Tip revision: a6e1bd2
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