Displaying 3 results from an estimated 3 matches for "choroplethrmaps".
2025 Feb 12
1
install.packages and package dependencies
...source
choroplethr_imports = c("Hmisc", "ggplot2", "dplyr", "R6", "WDI", "ggmap",
"RgoogleMaps", "tigris", "gridExtra", "xml2", "tidyr", "tidycensus",
"testthat", "choroplethrMaps", "choroplethrAdmin1")
install.packages(choroplethr_imports)
install.packages("
https://cran.r-project.org/src/contrib/Archive/choroplethr/choroplethr_3.7.3.tar.gz
")
I believe that both the remotes and devtools packages have functions that
can do this in one line of code....
2015 Mar 12
2
Best way to handle dependency on non-CRAN package / large data package?
...on github, has a
tagged version number (v1.0.0) and passes R CMD check as verified 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:...
2025 Feb 12
1
install.packages and package dependencies
On Thu, 6 Feb 2025 09:36:23 -0800
arilamstein at gmail.com wrote:
> It appears that install.packages does not automatically install
> package dependencies when the package is installed via a URL. [...]
> When I type getOption('repos') I get:
>
> CRAN
> "https://cran.rstudio.com/"
> attr(,"RStudio")
> [1] TRUE
Do you set