You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
renv::diagnostics()
gives me the following suggestion: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.
The text was updated successfully, but these errors were encountered: