Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ only the installable/loadable package identifier differs, so users now call

`R CMD check --as-cran` gives 0 errors, 1 warning, and 2 notes.

* NOTE (CRAN incoming feasibility): flags this as a "New submission" (expected).
It also reports:
- A title-case suggestion ("Learn-as-You-Go" rather than "Learn-As-You-Go").
"Learn-As-you-GO" is the established capitalization of the method name
(see the cited papers), so the title keeps that form intentionally.
- A "possibly invalid URL" (HTTP 403) for a New England Journal of Medicine
DOI link in `man/BB_data.Rd`. The URL is valid; nejm.org returns 403 to
automated head requests but resolves in a browser.
* NOTE (CRAN incoming feasibility): flags this as a "New submission", which is
expected and the only content of this note.
* NOTE (compilation flags): "Compilation used the following non-portable
flag(s): -march=nocona". This flag is injected by the local conda R
toolchain's compiler configuration, not by the package. The package's own
Expand Down
Loading