This is the 0.3-5 release of RItools. This is a maintenance release to address errors arising from changes in r-devel having to do with problems with stats:::terms.formula and 'specials' and the survival package.
Some platforms do not like the doi formatting in DESCRIPTION although the Checklist for R Package submissions tells us to format it exactly as we have done: https://cran.r-project.org/web/packages/submission_checklist.html.
── R CMD check results ───────────────────────────────────────────────────────────────────────────────────────────────────────────── RItools 0.3-5 ──── Duration: 38.6s
❯ checking for future file timestamps ... NOTE unable to verify current time
❯ checking dependencies in R code ... NOTE Package in Depends field not imported from: ‘survival’ These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached.
0 errors ✔ | 0 warnings ✔ | 2 notes ✖
We have also run R CMD check on downstream dependencies of RItools using
tools::check_packages_in_dir(dir, reverse = list())
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.