Displaying 3 results from an estimated 3 matches for "tidycensus".
2025 Feb 12
1
install.packages and package dependencies
...;s dependencies, then install
choroplethr from 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 h...
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
2023 Dec 14
0
R-help Digest, Vol 250, Issue 13
...background or training for
> this; I'm just an old, retired guy who thinks playing with numbers is
> fun.
>
> A local funeral home in my neighborhood (less than 1200 ft from my
> home) is proposing to construct a crematorium for human remains. I have
> some experience with the tidycensus package and thought it might be
> interesting to construct a model for the changes in concentrations of
> the pollutants from the smokestack and, using recorded wind speeds and
> directions, see which US Census blocks would be affected.
>
> I have the US Government EPA SCREEN3 output...