-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cranCRAN submission preparationCRAN submission preparationdocumentationDocs, vignettes, and websiteDocs, vignettes, and website
Milestone
Description
Problem
No automated testing or code coverage reporting. PRs and pushes should be validated automatically.
Proposed Solution
- Add GitHub Actions workflows:
- R CMD check on ubuntu, macOS, windows (R-release, R-devel, R-oldrel)
- Code coverage via
covrβ Codecov - pkgdown site build (already created, #in-progress)
- Lint via
lintrfor style consistency
- Add badges to README: R CMD check, coverage, CRAN status, lifecycle
Workflow Files
.github/workflows/R-CMD-check.yamlβ multi-platform check matrix.github/workflows/test-coverage.yamlβ covr + Codecov.github/workflows/lint.yamlβ lintr
Acceptance Criteria
- R CMD check passes on 3 platforms Γ 2 R versions
- Code coverage > 80% and reported on Codecov
- README badges reflect current status
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cranCRAN submission preparationCRAN submission preparationdocumentationDocs, vignettes, and websiteDocs, vignettes, and website