snowflakedb / dplyr-snowflakedb

SnowflakeDB backend for dplyr
Apache License 2.0
65 stars 25 forks source link

Does dplyr still exist within R 4.0? #31

Open Koning92 opened 4 years ago

Koning92 commented 4 years ago

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 commented 4 years ago

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()