[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: |
Tue, 11 Jul 2023 14:47:59 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 0b5b807523bfeabdd3389777db1da6c0393e69d6
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))
- branch r-updates created (now 1b152ff9a7), guix-commits, 2023/07/11
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/11
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/11
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/11
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/11
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/11
- 05/174: gnu: r-plotly: Update to 4.10.2., guix-commits, 2023/07/11
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/11
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/11
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/11
- 11/174: gnu: r-haven: Update to 2.5.3.,
guix-commits <=
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/11
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/11
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/11
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/11
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/11
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/11
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/11
- 25/174: gnu: r-googlesheets4: Update to 1.1.1., guix-commits, 2023/07/11
- 26/174: gnu: r-ggpmisc: Update to 0.5.3., guix-commits, 2023/07/11
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/11