You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, do devtools::load_all(). Resolve any conflicts with global.
Then, do devtools::document(). Resolve any conflicts and identified issues. Check Namespace and description for updates
#Then do devtools::install(). This will make sure the package can successfully install locally. HOWEVER, I THINK CHECK ALREADY CHECKS FOR THIS.
Then, do devtools::check(). This will search for bugs/errors/misspecifications, etc.
#rcmdcheck::rcmdcheck() will do a much more thorough search with respect to things that CRAN would care about. But it doesn't work, and it's not necessary.