## In real life, download crandb with function crandb_down(), crandb_load().
## In this example, we use a small file.
crandb_load(system.file("data", "zcrandb.rda", package = "RWsearch"))
dfr <- p_deadline() ; dfr
if (interactive() & nrow(dfr) > 0) {
p_check(dfr$Package, repos = "https://cloud.r-project.org")
}
Run the code above in your browser using DataLab