Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect Rcpp version warning #2062

Open
venpopov opened this issue Dec 18, 2024 · 1 comment
Open

incorrect Rcpp version warning #2062

venpopov opened this issue Dec 18, 2024 · 1 comment

Comments

@venpopov
Copy link

renv::diagnostics() gives me the following suggestion:

# ABI ------------------------------------------------------------------------
The following packages were built against a newer version of Rcpp than is currently available:
- later 1.4.1
- promises 1.3.2
These packages depend on Rcpp (>= 1.0.7); however, Rcpp 1.0.13-1 is currently installed.
Consider installing a new version of Rcpp with 'install.packages("Rcpp")'.

Rcpp 1.0.13-1 is the latest version and is newer than 1.0.7. Some version check must be miscomputing which version is newer.

@kevinushey
Copy link
Collaborator

Can you please provide the full diagnostics report, so I can know which platform you're seeing this on and other relevant details?

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

No branches or pull requests

2 participants