[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: r-haven: Update to 2.4.3.
From: |
guix-commits |
Subject: |
06/13: gnu: r-haven: Update to 2.4.3. |
Date: |
Wed, 4 Aug 2021 09:56:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e3f766324c089d497630d18bf12f96ad29a2c028
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 15:35:38 2021 +0200
gnu: r-haven: Update to 2.4.3.
* gnu/packages/cran.scm (r-haven): Update to 2.4.3.
[source]: Simplify snippet.
[synopsis]: Remove quotes.
[description]: Fix typo and remove one word.
---
gnu/packages/cran.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b4d9f62..7c00410 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2769,20 +2769,18 @@ including functions for geolocation and routing.")
(define-public r-haven
(package
(name "r-haven")
- (version "2.4.1")
+ (version "2.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "haven" version))
(sha256
(base32
- "1san6dc7kg2wy6f1jr5p1br28zdrand8wwgg7p6xxnx45h773320"))
+ "0pr9jcdk1r9pi9iz0xm1g5yy5qyjk5r7hh9467abx4kpwx3hzdwm"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; unvendor readstat
- (delete-file-recursively "src/readstat")
- #t))))
+ ;; unvendor readstat
+ '(delete-file-recursively "src/readstat"))))
(build-system r-build-system)
(arguments
'(#:phases
@@ -2791,8 +2789,7 @@ including functions for geolocation and routing.")
(lambda _
;; Not required, since we’re not building readstat.
(substitute* "src/Makevars"
- (("-lz") "-lreadstat"))
- #t)))))
+ (("-lz") "-lreadstat")))))))
(inputs
`(("readstat" ,readstat)))
(native-inputs
@@ -2807,10 +2804,10 @@ including functions for geolocation and routing.")
("r-tidyselect" ,r-tidyselect)
("r-vctrs" ,r-vctrs)))
(home-page "https://haven.tidyverse.org")
- (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
+ (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.")
+ "This package lets you import foreign statistical formats into R via the
+@url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
(license license:expat)))
(define-public r-amap
- 07/13: gnu: r-rbibutils: Update to 2.2.2., (continued)
- 07/13: gnu: r-rbibutils: Update to 2.2.2., guix-commits, 2021/08/04
- 04/13: gnu: r-ggpp: Update to 0.4.2., guix-commits, 2021/08/04
- 03/13: gnu: Add r-keras., guix-commits, 2021/08/04
- 08/13: gnu: r-tab: Update to 5.1.1., guix-commits, 2021/08/04
- 09/13: gnu: r-rcppannoy: Update to 0.0.19., guix-commits, 2021/08/04
- 11/13: gnu: r-tuner: Update to 1.3.3.1., guix-commits, 2021/08/04
- 12/13: gnu: r-iml: Update to 0.10.1., guix-commits, 2021/08/04
- 10/13: gnu: r-ggplotify: Update to 0.0.8., guix-commits, 2021/08/04
- 13/13: gnu: r-maldiquant: Update to 1.20., guix-commits, 2021/08/04
- 05/13: gnu: r-ggpmisc: Update to 0.4.2., guix-commits, 2021/08/04
- 06/13: gnu: r-haven: Update to 2.4.3.,
guix-commits <=