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

dbConnect complains that Rcpp >= 0.11.4.2 is required although Rcpp 0.11.4.5 is loaded #16

Closed
andreskull opened this issue Feb 18, 2015 · 3 comments

Comments

@andreskull
Copy link

con <- dbConnect(RPostgres::Postgres())
Error in is(object, Cl) :
error in evaluating the argument 'drv' in selecting a method for function 'dbConnect': Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘Rcpp’ 0.11.4 is already loaded, but >= 0.11.4.2 is required

sessionInfo() shows that I have Rcpp_0.11.4.5 loaded via namespace

@hadley
Copy link
Member

hadley commented Feb 18, 2015

Restart R?

@andreskull
Copy link
Author

Thanks for the hint! This helped.

@hadley hadley closed this as completed Feb 19, 2015
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants