mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-doby: Update to 4.6.21.
* gnu/packages/cran.scm (r-doby): Update to 4.6.21. [propagated-inputs]: Remove r-magrittr; add r-boot, r-cowplot, r-modelr, r-rlang, and r-tidyr. Change-Id: I11a033414510a6ce09863eb69e27186471e85856
This commit is contained in:
parent
5c988ff569
commit
ff52e6b37a
1 changed files with 9 additions and 5 deletions
|
@ -15292,27 +15292,31 @@ (define-public r-deriv
|
||||||
(define-public r-doby
|
(define-public r-doby
|
||||||
(package
|
(package
|
||||||
(name "r-doby")
|
(name "r-doby")
|
||||||
(version "4.6.20")
|
(version "4.6.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doBy" version))
|
(uri (cran-uri "doBy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08nsl9xzyi2k7xkwa9mn91fn77ji0z9z5lm388pfdmydbfmpy2ks"))))
|
"01s9kls9j1nvygh0cc2bfd6n5sjccaalvfw3zx8sv7r2p4clgsij"))))
|
||||||
(properties `((upstream-name . "doBy")))
|
(properties `((upstream-name . "doBy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-broom
|
(list r-boot
|
||||||
|
r-broom
|
||||||
|
r-cowplot
|
||||||
r-deriv
|
r-deriv
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-magrittr
|
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
r-microbenchmark
|
r-microbenchmark
|
||||||
|
r-modelr
|
||||||
r-pbkrtest
|
r-pbkrtest
|
||||||
r-tibble))
|
r-rlang
|
||||||
|
r-tibble
|
||||||
|
r-tidyr))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
|
(home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
|
||||||
|
|
Loading…
Reference in a new issue