Problem
The R-CMD-check GitHub Actions workflow is failing on main branch while deployment continues to work.
Recent failing runs:
- Commit
a611b2e (truncation feature)
- Commit
338da13 (truncation feature)
Impact
- Package may have undetected issues (NOTEs, WARNINGs)
- CRAN submission would fail
- CI/CD pipeline is not providing full coverage
Investigation Steps
- Review R-CMD-check logs for specific errors
- Check if missing system dependencies in CI environment
- Verify NAMESPACE exports are correct
- Check for any hard-coded paths or platform-specific code
Acceptance Criteria
Priority: Critical
Labels: bug, ci
Problem
The R-CMD-check GitHub Actions workflow is failing on main branch while deployment continues to work.
Recent failing runs:
a611b2e(truncation feature)338da13(truncation feature)Impact
Investigation Steps
Acceptance Criteria
Priority: Critical
Labels: bug, ci