Skip to content

Conversation

@eddelbuettel
Copy link
Contributor

@eddelbuettel eddelbuettel commented Dec 2, 2025

Salut @fmichonneau !

We are in the midth of small cleanup in Rcpp. See here for the issue and here for the PR. In essence we deprecated something years ago, it really looks like nobody uses it, and we can now remove it. I am however running a reverse dependency check right now, and one of the package using this package stumbles. You happen to have an old (and unused !!) importFrom(Rcpp, loadRcppModules). Simply removing this from source and NAMESPACE fixes it.

Is there any chance I could twist your arm to get the update to CRAN? I would be happy to 'pay the toll fee' and send you another quick PR to remove the nag that is

checking Rd files ... NOTE
  checkRd: (-1) rncl.Rd:53-55: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:57: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:59-63: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:65-71: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:73-78: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:80-84: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:86-90: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:92-93: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:95-96: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:98-99: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:101-102: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:104-105: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:107-110: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:112-115: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:117-119: Lost braces in \itemize; \value handles \item{}{} directly
  checkRd: (-1) rncl.Rd:121-124: Lost braces in \itemize; \value handles \item{}{} directly

if that helped. (Done in #22)

Edit: And because you have quite a few reverse dependencies it would of course take those down too 😿

@fmichonneau fmichonneau merged commit ae47dac into fmichonneau:main Dec 8, 2025
0 of 7 checks passed
@fmichonneau
Copy link
Owner

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants