[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/54: gnu: Add r-acs.
From: |
guix-commits |
Subject: |
18/54: gnu: Add r-acs. |
Date: |
Sat, 14 Dec 2019 07:36:36 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 49e9a9aea2131f39c44689aebf02a87887cc0f87
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 13 23:12:24 2019 +0100
gnu: Add r-acs.
* gnu/packages/cran.scm (r-acs): New variable.
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6c0bc01..76bae8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17664,3 +17664,36 @@ distribution.")
regression coefficient vector in regression models with autocorrelated
errors.")
(license license:gpl2)))
+
+(define-public r-acs
+ (package
+ (name "r-acs")
+ (version "2.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "acs" version))
+ (sha256
+ (base32
+ "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
+ (properties `((upstream-name . "acs")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-httr" ,r-httr)
+ ("r-plyr" ,r-plyr)
+ ("r-rcpp" ,r-rcpp)
+ ("r-stringr" ,r-stringr)
+ ("r-xml" ,r-xml)))
+ (home-page "http://dusp.mit.edu/faculty/ezra-glenn")
+ (synopsis "Work with data from the US Census")
+ (description
+ "This package provides a general toolkit for downloading, managing,
+analyzing, and presenting data from the
+@url{https://www.census.gov/data/developers/data-sets.html, 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
+@code{acs} objects. The package provides new methods to conduct standard
+operations on @code{acs} objects and present/plot data in statistically
+appropriate ways.")
+ (license license:gpl3)))
- 49/54: gnu: Add r-depth., (continued)
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance., guix-commits, 2019/12/14
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14
- 18/54: gnu: Add r-acs.,
guix-commits <=
- 03/54: gnu: Add r-r-devices., guix-commits, 2019/12/14
- 43/54: gnu: Add r-univoutl., guix-commits, 2019/12/14
- 12/54: gnu: Add r-kernelfactory., guix-commits, 2019/12/14
- 16/54: gnu: Add r-acrosstic., guix-commits, 2019/12/14
- 31/54: gnu: Add r-activityindex., guix-commits, 2019/12/14
- 10/54: gnu: Add r-ada., guix-commits, 2019/12/14
- 35/54: gnu: Add r-expint., guix-commits, 2019/12/14
- 40/54: gnu: Add r-acuityview., guix-commits, 2019/12/14
- 14/54: gnu: Add r-acrm., guix-commits, 2019/12/14
- 30/54: gnu: Add r-activitycounts., guix-commits, 2019/12/14