From d2a507efd92c83a9b5d38b46b3fbc406beb2e8ba Mon Sep 17 00:00:00 2001 From: Charlie Ritter Date: Mon, 12 Mar 2018 09:36:47 -0400 Subject: gnu: Add r-haven. * gnu/packages/cran.scm (r-haven): New variable. Signed-off-by: Marius Bakke --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 001efc929d..d50289d722 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2018 Vijayalakshmi Vedantham ;;; Copyright © 2018 Sahithi Yarlagadda ;;; Copyright © 2018 Sandeep Subramanian +;;; Copyright © 2018 Charlie Ritter ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,6 +37,31 @@ #:use-module (gnu packages statistics) #:use-module (gnu packages web)) +(define-public r-haven + (package + (name "r-haven") + (version "1.1.1") + (source + (origin + (method url-fetch) + (uri (cran-uri "haven" version)) + (sha256 + (base32 + "1fkcvsrnw8waqwggv0aydbvbi99x5kp9g78xfxj4w6s3xvdzcysz")))) + (build-system r-build-system) + (propagated-inputs + `(("r-forcats" ,r-forcats) + ("r-hms" ,r-hms) + ("r-rcpp" ,r-rcpp) + ("r-readr" ,r-readr) + ("r-tibble" ,r-tibble))) + (home-page "https://haven.tidyverse.org") + (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files") + (description + "This package lets you mport foreign statistical formats into R via the +embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.") + (license license:expat))) + (define-public r-ape (package (name "r-ape") -- cgit v1.2.3 qt'>
AgeCommit message (Expand)Author
2016-05-12gnu: Update module imports for asciidoc and doxygen....Mark H Weaver
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2016-02-22gnu: Remove KDE 4....Andreas Enge
2015-07-18gnu packages: Clean up synopses and descriptions....Alex Kost
2015-07-05gnu: Move content of openssl module into tls module....Andreas Enge
2015-05-17gnu: redland: Propagate input....Andreas Enge
2015-04-30gnu: sord: Set rpath via LDFLAGS....Taylan Ulrich Bayırlı/Kammer
2015-04-30gnu: serd: Set rpath via LDFLAGS....Taylan Ulrich Bayırlı/Kammer
2015-03-14gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'....Ludovic Courtès
2015-03-07gnu: lrdf: Fix phases....Mark H Weaver
2015-02-28gnu: Add 'file-name' fields for github source tarballs without a name....Mark H Weaver
2015-02-28gnu: Move autoconf-style phases after the unpack phase....Mark H Weaver
2015-02-25gnu: python2-rdflib: Explicitly build with python-2....Andreas Enge
2015-02-25gnu: Add python2-rdflib....Andreas Enge
2015-02-25gnu: python-rdflib: Correct typo....Andreas Enge
2015-02-11gnu: Add sord....Ricardo Wurmus
2015-02-11gnu: Add serd....Ricardo Wurmus
2015-01-27gnu: Add LRDF....rekado
2015-01-20gnu: Add python-rdflib....Andreas Enge
2015-01-17gnu: rasqal: Update to 0.9.33....Andreas Enge
2015-01-17gnu: raptor2: Update to 2.0.15....Andreas Enge
2014-10-06gnu: clucene: Enable the contrib-libs....John Darrington