Revision 92269b50ae23297ededa6a58d77823e1302a6b8e authored by Roger Koenker on 06 June 2021, 16:10:02 UTC, committed by cran-robot on 06 June 2021, 16:10:02 UTC
1 parent e68bc7a
Raw File
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