me
/
guix
Archived
1
0
Fork 0

gnu: r-ctrdata: Update to 1.16.0.

* gnu/packages/cran.scm (r-ctrdata): Update to 1.16.0.
[propagated-inputs]: Add r-readr, r-v8, and r-zip.

Change-Id: I766fc39274d465e50ede116f54d6b565b0f1e05e
Ricardo Wurmus 2023-12-15 12:16:45 +01:00
parent 5df0601f42
commit 7312e1060d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -6532,13 +6532,13 @@ graphics packages that comes with the base installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
(version "1.15.2")
(version "1.16.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
"0rqsz9wq4w0w2q0vha3dh7rwr3mnhp2gc1xb8hi30qk85zghjzml"))))
"13n5c7znlxkwqlv04vd5ynbkbq8f28dzbr3y66966971xnf7yhsm"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs
@ -6550,9 +6550,12 @@ graphics packages that comes with the base installation.")
r-jsonlite
r-lubridate
r-nodbi
r-readr
r-stringi
r-tibble
r-xml2))
r-v8
r-xml2
r-zip))
(native-inputs (list r-r-rsp))
(home-page "https://cran.r-project.org/package=ctrdata")
(synopsis "Retrieve and analyze clinical trials in public registers")