Fix ASCII compliance issues for CRAN submission#56
Conversation
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
|
@copilot all checks failed with this: ── R CMD build ─────────────────────────────────────────────────────────────────
── R CMD check ─────────────────────────────────────────────────────────────────
Status: 1 WARNING, 1 NOTE Execution halted ❯ checking top-level files ... NOTE 0 errors ✔ | 1 warning ✖ | 1 note ✖ |
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
CRAN requires ASCII-only characters in package descriptions and portable filenames. This PR addresses two non-ASCII compliance issues that were preventing successful R CMD check.
Changes
SMC²withSMC^2in DESCRIPTION file (line 13) - uses standard ASCII caret notation for exponentspath/to/file/containing/SMC²file which had a non-portable filename with Unicode superscript characterIssues Resolved
The changes ensure full CRAN compliance and allow the package to pass R CMD check without warnings or notes related to non-ASCII characters.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.