Unable to install vertica.dplyr
Hello, I'm getting the following error when I attempt to install ‘vertica.dplyr’ R package from Github.
Im using R version 3.4.2 with packages: dplyr (0.7.4), assertthat (0.2.0) and devtools (1.13.3)
install_github("vertica/vertica.dplyr")
Downloading GitHub repo vertica/vertica.dplyr@master
from URL https://api.github.com/repos/vertica/vertica.dplyr/zipball/master
Installing vertica.dplyr
"C:/R/MS-R-O~1.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \
"C:/Users/javie/AppData/Local/Temp/Rtmpu2K4kL/devtools2a3832032f81/vertica-vertica.dplyr-ebac291" \
--library="C:/Users/javie/Documents/R/win-library/3.4" --install-tests
installing source package 'vertica.dplyr' ...
** R
** preparing package for lazy loading
Error in sql_translator(.parent = base_scalar) :
could not find function "sql_translator"
Error : unable to load R code in package 'vertica.dplyr'
ERROR: lazy loading failed for package 'vertica.dplyr'removing 'C:/Users/javie/Documents/R/win-library/3.4/vertica.dplyr'
Installation failed: Command failed (1)
It looks like this package has not been updated since 2015.
I would really appreciate any help, thanks!