sailthru / tidyjson

Tools for using dplyr with JSON data
Other
161 stars 14 forks source link

ERROR: lazy loading failed for package 'tidyjson' #53

Open rx399f opened 8 years ago

rx399f commented 8 years ago

I got ERROR: lazy loading failed for package 'tidyjson' while trying to install using the below command:

devtools::install_github("sailthru/tidyjson")

I'm using the Version 1.0.44 on Windows 8 Operating system

devtools::install_github("sailthru/tidyjson") Downloading GitHub repo sailthru/tidyjson@master from URL https://api.github.com/repos/sailthru/tidyjson/zipball/master Installing tidyjson "C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore \ --quiet CMD INSTALL \ "C:/Users/<>/AppData/Local/Temp/RtmpSMGPRF/devtools2f282899660b/sailthru-tidyjson-b0ce478" \ --library="C:/Users/<>/Documents/R/win-library/3.3" --install-tests

colearendt commented 7 years ago

Looks like you need to install the DBI package with install.packages('DBI')