Scott Chamberlain
Scott Chamberlain
https://github.com/gjtorikian/html-proofer
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
Right now, we haven't thought about outputs of each function. I believe all are data.frames. I'll look at each and see what they currently output and see what is shared...
https://www.r-project.org/nosvn/R.check/r-oldrel-macos-x86_64/pangaear-00check.html
This might be a bit tricky, but I guess whenever there's a new version of `taxize` on cran, then we can re-create the cached objects from `taxize` - then the...
the test at https://github.com/ropensci/taxizedb/blob/master/tests/testthat/test-children.R#L10-L13 is failing I see ```r taxize::children(3701, db='ncbi') #> $`3701` #> childtaxa_id childtaxa_name childtaxa_rank #> 1 1837063 Arabidopsis thaliana x Arabidopsis halleri species #> 2 1746102 Arabidopsis...
@jcblum when you get a chance, could you submit a new version to cran changing the maintainer to you? not urgent, but any correspondence from cran will go to me...
I think I will have to put `taxa` in Imports in `taxize`, and since `taxize` is in Imports in `taxa`, leads to circular depen error in check. Just briefly looked...