### TASK VIEW MAINTENANCE (tvdb + crandb)
## In real life, download crandb and tvdb from CRAN or load them from your directory
## with functions crandb_down(), crandb_load(), tvdb_down(), tvdb_load().
## In this example, we use small files.
crandb_load(system.file("data", "zcrandb.rda", package = "RWsearch"))
tvdb_load(system.file("data", "ztvdb.rda", package = "RWsearch"))
## List the task views
tvdb_vec()
## Search for the recent packages in crandb that contain the keyword
## and verify that the packages are already refereed in the task view.
(lst <- s_crandb_tvdb("Gumbel", tv = "Distributions", from = "2018-01-01"))
if (interactive()) {
p_display7(lst[c("inTV", "notinTV")], dir = file.path(tempdir(), "scrandbtvdb"))
}
Run the code above in your browser using DataLab