[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/150: gnu: Add r-labelled.
From: |
guix-commits |
Subject: |
05/150: gnu: Add r-labelled. |
Date: |
Wed, 20 Jan 2021 11:20:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 44d6092022d9f2227eafbc734c2ce23b91585124
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 15:20:20 2021 +0100
gnu: Add r-labelled.
* gnu/packages/cran.scm (r-labelled): New variable.
---
gnu/packages/cran.scm | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ae86421..1b1ad91 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
@@ -8222,6 +8222,37 @@ and coverage methods to tune the choice of threshold.")
"Common utilities used in other Mosaic family packages are collected
here.")
(license license:gpl2+)))
+(define-public r-labelled
+ (package
+ (name "r-labelled")
+ (version "2.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "labelled" version))
+ (sha256
+ (base32
+ "1nsb0mh0jg7gggc41b6v55nmfq07g0qn9fy55x4jws5dscs6pdmi"))))
+ (properties `((upstream-name . "labelled")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-haven" ,r-haven)
+ ("r-lifecycle" ,r-lifecycle)
+ ("r-pillar" ,r-pillar)
+ ("r-rlang" ,r-rlang)
+ ("r-tidyr" ,r-tidyr)
+ ("r-vctrs" ,r-vctrs)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "http://larmarange.github.io/labelled/")
+ (synopsis "Manipulating labelled data")
+ (description
+ "This package provides useful functions to deal with the
+@code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
+haven package. ")
+ (license license:gpl3)))
+
(define-public r-ggformula
(package
(name "r-ggformula")
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm., guix-commits, 2021/01/20
- 04/150: gnu: Add r-scattermore., guix-commits, 2021/01/20
- 05/150: gnu: Add r-labelled.,
guix-commits <=
- 02/150: gnu: Add r-gert., guix-commits, 2021/01/20
- 06/150: gnu: r-foreign: Update to 0.8-81., guix-commits, 2021/01/20
- 09/150: gnu: r-diffobj: Update to 0.3.3., guix-commits, 2021/01/20
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20
- 15/150: gnu: r-htmlwidgets: Update to 1.5.3., guix-commits, 2021/01/20
- 16/150: gnu: r-crosstalk: Update to 1.1.1., guix-commits, 2021/01/20