[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/174: gnu: r-haven: Update to 2.5.3.
From: |
guix-commits |
Subject: |
11/174: gnu: r-haven: Update to 2.5.3. |
Date: |
Wed, 12 Jul 2023 08:30:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2c04ca3de03b40a951123d92ac3fbf7f3d81d8e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:18:08 2023 +0200
gnu: r-haven: Update to 2.5.3.
* gnu/packages/cran.scm (r-haven): Update to 2.5.3.
[properties]: Declare readstat as an extra input.
[native-inputs]: Add pkg-config.
---
gnu/packages/cran.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8e10f3329c..abe48c0203 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5109,19 +5109,21 @@ including functions for geolocation and routing.")
(define-public r-haven
(package
(name "r-haven")
- (version "2.5.2")
+ (version "2.5.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "haven" version))
(sha256
(base32
- "07an4d8638m27765l6l4p6vfjxm8nfwbxx2bwpxfy6xffw1znc91"))
+ "1qxp0hp7clmd70383lsbiijq1i5037zv4haja60czw09mnprjncs"))
(modules '((guix build utils)))
(snippet
;; unvendor readstat
'(delete-file-recursively "src/readstat"))))
(build-system r-build-system)
+ (properties
+ '((updater-extra-inputs . ("readstat"))))
(arguments
'(#:phases
(modify-phases %standard-phases
@@ -5137,15 +5139,15 @@ including functions for geolocation and routing.")
(inputs
(list readstat zlib))
(native-inputs
- (list r-knitr))
+ (list pkg-config r-knitr))
(propagated-inputs
(list r-cli
r-cpp11
r-forcats
r-hms
r-lifecycle
- r-rlang
r-readr
+ r-rlang
r-tibble
r-tidyselect
r-vctrs))
- 01/174: refresh: Sort update specs by package location., (continued)
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/12
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/12
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3.,
guix-commits <=
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/12
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/12
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12
- 17/174: gnu: r-mlr3: Update to 0.16.1., guix-commits, 2023/07/12
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/12
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/12
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/12
- 20/174: gnu: r-numbat: Update to 1.3.2-1., guix-commits, 2023/07/12