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
parent
5df0601f42
commit
7312e1060d
|
@ -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")
|
||||
|
|
Reference in New Issue