-
Notifications
You must be signed in to change notification settings - Fork 5
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
Address CRAN package check macOS issues #10
Comments
* Use matrix expansion instead of explicit matrix of jobs.
* New exported function `try`ing a minimal `sourceCpp()`. * Should fix macOS check issues (re)building the vignettes (#10).
|
and how to use `check_rTRNG_linking()` in general to explicitly check.
Before submitting a new version of rTRNG to CRAN, we should address the macOS errors on the CRAN package check page.
In particular, the following issues are reported
Some tests are failing on macOS
In fact we have exactly 30 warnings when running tests in Ubuntu for the same test reported here
Most likely this is detected as a failure under macOS, and fixing the expectation as hinted in the warning message might solve the issue.
Re-building the vignettes fails on macOS (and Solaris)
This happens for C++ code chunks using
sourceCpp()
The text was updated successfully, but these errors were encountered: