chgrl / leafletR

An R package to create interactive web-maps based on the Leaflet JavaScript library
GNU General Public License v3.0
63 stars 19 forks source link

deprecated use of install_github #26

Closed romunov closed 9 years ago

romunov commented 9 years ago

In README.md

devtools::install_github('leafletR', 'chgrl') should be devtools::install_github('chgrl/leafletR').

chgrl commented 9 years ago

Thanks.