search for: acs_import

Displaying 2 results from an estimated 2 matches for "acs_import".

Did you mean: ams_import
2025 Feb 12
1
install.packages and package dependencies
...the maintainer of chroplethr). I believe that at least a few people will still want to use choroplethr, at least for a little while. The instructions I have posted on this are consistent with what I wrote above for: # Install binary versions of acs' dependencies, then install acs from source acs_imports = c("stringr", "XML", "plyr", "httr") install.packages(acs_imports) install.packages(" https://cran.r-project.org/src/contrib/Archive/acs/acs_2.1.4.tar.gz") # Install binary versions of choroplethr's dependencies, then install choroplethr from...
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