read.ctv(file)ctv2html(x, file = NULL, css = "../CRAN_web.css",
packageURL = "../packages/", reposname = "CRAN")
check_ctv_packages(file, repos = TRUE, ...)
repos_update_views(repos = ".", css = "../CRAN_web.css", reposname = "CRAN", ...)
read.ctv a CRAN
task view ctv2html the corresponding
output "ctv" as returned by read.ctv.available.packages or
ctv2html, respectively.updateViews returns an object of class "ctvlist" containing
the "ctv" objects available.
ctv2html returns invisibly a vector with the HTML code generated.
read.ctv returns a list of class "ctv" with elements:name
(character, name of package) and core (logical, Is priority core?).read.ctv can read a "ctv". This functions requires the availability
of the
ctv2html generates a "ctv" object.
check_ctv_packages checks whether the info and packagelist sections of the
repos_update_views reads all "ctv" objects in a "ctvlist" object in a file install.views or CRAN.views.
install.views## read .ctv file
x <- read.ctv(system.file("ctv", "Econometrics.ctv", package = "ctv"))
x
## generate corresponding .html file
ctv2html(x)
## check packagelist
check_ctv_packages(x)Run the code above in your browser using DataLab