cartodb-r
cartodb-r copied to clipboard
no description error with devtools::install_github
> 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)
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