cartodb-r icon indicating copy to clipboard operation
cartodb-r copied to clipboard

no description error with devtools::install_github

Open Quantisan opened this issue 11 years ago • 1 comments

> devtools::install_github("cartodb-r", "Vizzuality")
Installing github repo(s) cartodb-r/master from Vizzuality
Downloading cartodb-r.zip from https://github.com/Vizzuality/cartodb-r/archive/master.zip
Installing package from /var/folders/kn/g1j7z4g96cnfbn3tn9s7gyf40000gn/T//RtmpADfqCb/cartodb-r.zip
Error: Does not appear to be an R package (no DESCRIPTION)

Quantisan avatar Aug 05 '13 21:08 Quantisan

Hi, Small issue : Warning message: Username parameter is deprecated. Please use Vizzuality/cartodb-r You could update the install instruction with this:

devtools::install_github("Vizzuality/cartodb-r", subdir = 'CartoDB')

Thanks

fxi avatar Nov 04 '14 09:11 fxi