-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRAN release soilDB 2.5 #125
Comments
Thanks everyone for addressing these issues. I don't think that we will have consensus on #1 in time for the stats class. I'd like to get all of the usual suspects together and make a decision. |
Finally figured out why
Be sure to add the following to any test that involves web API access. Tests should be gracefully skipped on machines that don't have a # obvious
skip_if_offline()
# hack for in-house testing only
# WWW services aren't always available and will cause CRAN to drop our package if tests fail
if(! soilDB:::.local_NASIS_defined()) {
skip("in-house testing only")
} We may still have problems if examples, even inside of |
soilDB 2.5.0 is on CRAN as of midday today https://github.com/ncss-tech/soilDB/releases/tag/2.5 |
As near as I can tell, we are ready for soilDB 2.5 to go to CRAN -- as long as everything looks good on the winbuilder side.
Here are some big ticket items we discussed on closed PR #121 -- goal was to have these done for CRAN release.
Done (thanks @smroecker & @dylanbeaudette for your work on these)
#112
#53
#45
#44
#38
#36
Still open:
#1
The text was updated successfully, but these errors were encountered: