search for: choroplethradmin1

Displaying 1 result from an estimated 1 matches for "choroplethradmin1".

2015 Mar 12
2
Best way to handle dependency on non-CRAN package / large data package?
...erified by Travis. My plan is to use this in the next version of my package choroplethr <https://github.com/arilamstein/choroplethr>. This is exactly what I have done in the past with other map/data packages (notably choroplethrMaps <https://github.com/arilamstein/choroplethrMaps> and choroplethrAdmin1 <https://github.com/arilamstein/choroplethrAdmin1>), and is the architecture that CRAN requested: large data in a separate package, listing it in the 'Suggests', and putting code like this where appropriate: if (!requireNamespace("choroplethrAdmin1", quietly = TRUE)) { st...