CartoDB / cartodb-r

R package to interface with CartoDB
59 stars 40 forks source link

no description error with devtools::install_github #2

Open Quantisan opened 11 years ago

Quantisan commented 11 years ago
> 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)
fxi commented 10 years ago

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