jangorecki / dwtools

Data Warehouse, Business Intelligence, data integration helpers. Unifies database connectors to DBI, RJDBC, RODBC, csv. Easy managing multiple simultaneous db connections. MDX like queries on cube class object. Data modelling helpers, denormalization of star schema and snowflake schema, basic normalization. And more.
33 stars 5 forks source link

ERROR: dependency 'digest' is not available for package 'dwtools' #5

Closed Breal76 closed 6 years ago

Breal76 commented 6 years ago

Tried to install dwtools in RStudio 1.1447 with R version 3.5.

The downloaded binary packages are in C:\Users\XX\AppData\Local\Temp\Rtmpwjx7st\downloaded_packages "C:/PROGRA~1/R/R-35~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL "C:/Users/XX/AppData/Local/Temp/Rtmpwjx7st/devtools68082ebf231c/jangorecki-dwtools-2a0ee31" \ --library="C:/Users/XX/Documents/R/win-library/3.5" --install-tests

ERROR: dependency 'digest' is not available for package 'dwtools'

jangorecki commented 6 years ago

do you have digest package installed?

Breal76 commented 6 years ago

Aha! Boom, fixed. Gracias!