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

Does dplyr still exist within R 4.0? #31

Open
Koning92 opened this issue May 4, 2020 · 1 comment
Open

Does dplyr still exist within R 4.0? #31

Koning92 opened this issue May 4, 2020 · 1 comment

Comments

@Koning92
Copy link

Koning92 commented May 4, 2020

I can't access the package anymore in R 4.0. Any thoughts?

I followed all guidelines of these documents 1 and 2

`> library(dplyr.snowflakedb)
Error in library(dplyr.snowflakedb) :
there is no package called ‘dplyr.snowflakedb’

install.packages(dplyr.snowflakedb)
Error in install.packages : object 'dplyr.snowflakedb' not found`

@Currerius
Copy link

Currerius commented May 6, 2020

If you upgraded R you need to reinstall, according to the instructions in this very repo here devtools::install_github("snowflakedb/dplyr-snowflakedb")
You cannot install from CRAN with install.packages()

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