-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial migration #1
Conversation
sigmafelix
commented
Feb 6, 2024
- stdt part is included in the migration
- Dropped redundant dependencies - check-standard - pkgdown config
- indentation fix in DESCRIPTION - Rds are generated from Roxygen2 documentation
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
ARM64 Mac R-CMD-check should fail unless we set another worker with custom-build hdf4. I will remove ARM64 Mac in the next push. Other problems seem to be related to handling read/write privilege in runner images, so I will work on it. |
- Added linter - Removed mac-arm64 - Missing directory separator in Windows runner
- openssl availability needs to be confirmed in Windows runner
- testthat intermediate outputs do not seem ephemeral: manual removal is enforced
- Missing argument added
Tests passed in Unix-like OSes. I think we should find a Windows machine to look into the errors. What I suspect at the moment about the reason is a missing HDF support in RTools/GDAL driver on Windows. |
@Spatiotemporal-Exposures-and-Toxicology @mitchellmanware |