library(taxizedb)
## Registered S3 method overwritten by 'hoardr':
## method from
## print.cache_info httr
library(taxizedb)
## Registered S3 method overwritten by 'hoardr':
## method from
## print.cache_info httr
# process: | |
# - make a new branch: git checkout -b some-branch | |
# - run this script: Rscript path/to/package_strip_urls.R | |
# - update manual files and make sure package passes check | |
# - submit to cran | |
# - after accepted on cran - delete some-branch | |
have_pkg <- function(pkg) { | |
if (!requireNamespace(pkg, quietly = TRUE)) stop("need package ", pkg) | |
} |