Closed mhpob closed 9 months ago
@jdpye could I ask you (or anyone else) to run devtools::document
or roxygen2::roxygenize
on this PR and commit? I have a weird system specific thing preventing me from doing so.
It should fix the last R CMD check error... Or let it progress down the line to the next error it hasn't gotten to yet.
I'll give it a shot today, yep!
Mike, I think you won out!
@chrisholbrook @jdpye I hope you weren't getting hammered with all of those notices, but if you were...
GLATOS NOW PASSES R CMD CHECK!
(ish. Warnings still need to be addressed, but now if we don't get the pretty green check marks after a commit you know that something is probably not good.)
GLATOS NOW PASSES R CMD CHECK!
@mhpob Wow! Can't thank you enough for incredible mop up effort here! also @jdpye for keeping momentum.
Confirming as of now (https://github.com/ocean-tracking-network/glatos/commit/f016ab1538634e6368da7b80411046d2251ef253) passes devtools::check()
for me locally:
R CMD check should complete without errors (only warnings!) after review/acceptance of this.
List of changes:
devtools::load_all
)util-intern_pkg_man.R
to Rbuildignore to remove dependency onusethis
units
knitr
,rmarkdown
, andmethods
to Suggests to reduce direct dependenciesfasttime
dependency has been removed. Documentation still needs to be updated\dontrun
to skip examples that won't work until fix for #202\dontrun
to skip examples needing vdat.exemake_transition3
andkml_to_csv
try
to catch and print the example error in examples forglatos_detections
,glatos_receivers
, andglatos_animals
T
orF
in the examples toTRUE
orFALSE
since R CMD check is apparently extremely opinionated