[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
213/214: gnu: r-rcurl: Update to 1.98-1.6.
From: |
guix-commits |
Subject: |
213/214: gnu: r-rcurl: Update to 1.98-1.6. |
Date: |
Sat, 28 May 2022 04:37:58 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 239bb52241bc978819644895a99c34f6f8605bdf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 09:59:33 2022 +0200
gnu: r-rcurl: Update to 1.98-1.6.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.6.
[source]: Take from CRAN.
[arguments]: Remove trailing #T from build phase.
[native-inputs]: Add libxml2.
[inputs]: Use new input list style.
---
gnu/packages/statistics.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cb763c3dfb..d1e836d109 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2975,15 +2975,13 @@ engine (version 3.8.8.2) is included.")
(define-public r-rcurl
(package
(name "r-rcurl")
- (version "1.95-0.1.2")
+ (version "1.98-1.6")
(source (origin
(method url-fetch)
- (uri (string-append "https://www.bioconductor.org/packages/"
- "release/extra/src/"
- "contrib/RCurl_" version ".tar.gz"))
+ (uri (cran-uri "RCurl" version))
(sha256
(base32
- "0l7qi45jxlf898n0jazabnam1yyczvqfdknd00bdirhhiplpd1sc"))))
+ "18nif4phr5vfhri07mnchiym0qfm31ak9nxvb2v9ac84mij6idbc"))))
(properties `((upstream-name . "RCurl")))
(build-system r-build-system)
(arguments
@@ -2996,10 +2994,11 @@ engine (version 3.8.8.2) is included.")
(string-append "\
certs = Sys.getenv(\"CURL_CA_BUNDLE\")
if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) }
-" m)))
- #t)))))
+" m))))))))
+ (native-inputs
+ (list libxml2))
(inputs
- `(("libcurl" ,curl)))
+ (list curl))
(propagated-inputs
(list r-bitops))
(home-page "http://www.omegahat.net/RCurl")
- 189/214: gnu: r-dt: Update to 0.23., (continued)
- 189/214: gnu: r-dt: Update to 0.23., guix-commits, 2022/05/28
- 193/214: gnu: r-matrixstats: Update to 0.62.0., guix-commits, 2022/05/28
- 194/214: gnu: r-hmisc: Update to 4.7-0., guix-commits, 2022/05/28
- 196/214: gnu: r-gdata: Update to 2.18.0.1., guix-commits, 2022/05/28
- 202/214: gnu: r-rrcov: Update to 1.7-0., guix-commits, 2022/05/28
- 200/214: gnu: r-mclust: Update to 5.4.10., guix-commits, 2022/05/28
- 209/214: gnu: r-datasaurus: Update to 0.1.6., guix-commits, 2022/05/28
- 198/214: gnu: r-lars: Update to 1.3., guix-commits, 2022/05/28
- 203/214: gnu: r-quantreg: Update to 5.93., guix-commits, 2022/05/28
- 208/214: gnu: r-logspline: Update to 2.1.17., guix-commits, 2022/05/28
- 213/214: gnu: r-rcurl: Update to 1.98-1.6.,
guix-commits <=
- 204/214: gnu: r-nloptr: Update to 2.0.3., guix-commits, 2022/05/28
- 01/214: gnu: r-activepathways: Update to 1.1.0., guix-commits, 2022/05/28
- 88/214: gnu: r-globals: Update to 0.15.0., guix-commits, 2022/05/28
- 153/214: gnu: r-seuratobject: Update to 4.1.0., guix-commits, 2022/05/28
- 141/214: gnu: r-scrypt: Update to 0.1.4., guix-commits, 2022/05/28
- 160/214: gnu: r-mlr3tuning: Update to 0.13.1., guix-commits, 2022/05/28
- 161/214: gnu: r-pkgdown: Update to 2.0.3., guix-commits, 2022/05/28
- 173/214: gnu: r-mass: Update to 7.3-57., guix-commits, 2022/05/28
- 192/214: gnu: r-bigmemory: Update to 4.6.1., guix-commits, 2022/05/28
- 184/214: gnu: r-httr: Update to 1.4.3., guix-commits, 2022/05/28