fkeck / rleafmap

Interactive maps with R and Leaflet
GNU General Public License v3.0
24 stars 4 forks source link

campsites data not found #5

Closed pssguy closed 8 years ago

pssguy commented 8 years ago

library(rleafmap) data(campsites) campsites Error: object 'campsites' not found

The velov data gets returned instead

R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

locale:
[1] LC_COLLATE=English_Canada.1252  LC_CTYPE=English_Canada.1252    LC_MONETARY=English_Canada.1252 LC_NUMERIC=C                   
[5] LC_TIME=English_Canada.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] rleafmap_0.2

loaded via a namespace (and not attached):
[1] tools_3.3.1     sp_1.2-3        Rcpp_0.12.6     raster_2.5-8    grid_3.3.1      knitr_1.14      lattice_0.20-33
fkeck commented 8 years ago

Hi, see 7d8c1d7210d6808f51551964ff8bb05761e56976 the Github version is ok and the bug will be fixed on CRAN with the next release.

pssguy commented 8 years ago

Yep, I'll download dev version. Looking from your commits, they all seemed months ago so wrongly assumed CRAN was up to date. You might want to mention something like devtools::install_github("fkeck/rleafmap") in README as a reminder to users that CRAN may not be latest version

fkeck commented 8 years ago

Yes I know I'm late with my CRAN submissions! I've added Github install instructions in the README.