CRAN

acs 2.1.4

Download, Manipulate, and Present American Community Survey and Decennial Data from the US Census

Released Feb 19, 2019 by Ezra Haber Glenn

This package can be loaded by Renjin but 6 out 15 tests failed.

Dependencies

httr 1.4.0 stringr 1.4.0 XML 3.98-1.17 plyr 1.8.4

Provides a general toolkit for downloading, managing, analyzing, and presenting data from the U.S. Census (), including SF1 (Decennial short-form), SF3 (Decennial long-form), and the American Community Survey (ACS). Confidence intervals provided with ACS data are converted to standard errors to be bundled with estimates in complex acs objects. Package provides new methods to conduct standard operations on acs objects and present/plot data in statistically appropriate ways.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>acs</artifactId>
    <version>2.1.4-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:acs')

Test Results

This package was last tested against Renjin 0.9.2724 on Feb 23, 2019.