if (FALSE) {
## query only a single view (with known name)
ctv("Econometrics")
## extract corresponding citation
ctv("Econometrics")$citation
## query list of CRAN task views available
available.views()
## install Econometrics view
install.views("Econometrics")
## only with core packages
install.views("Econometrics", coreOnly = TRUE)
## update Econometrics view (i.e. only packages that are not current anyway)
update.views("Econometrics")
}
Run the code above in your browser using DataLab