mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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
|
||||
(package
|
||||
(name "r-doby")
|
||||
(version "4.6.20")
|
||||
(version "4.6.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "doBy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08nsl9xzyi2k7xkwa9mn91fn77ji0z9z5lm388pfdmydbfmpy2ks"))))
|
||||
"01s9kls9j1nvygh0cc2bfd6n5sjccaalvfw3zx8sv7r2p4clgsij"))))
|
||||
(properties `((upstream-name . "doBy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-broom
|
||||
(list r-boot
|
||||
r-broom
|
||||
r-cowplot
|
||||
r-deriv
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
r-magrittr
|
||||
r-mass
|
||||
r-matrix
|
||||
r-microbenchmark
|
||||
r-modelr
|
||||
r-pbkrtest
|
||||
r-tibble))
|
||||
r-rlang
|
||||
r-tibble
|
||||
r-tidyr))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
|
||||
|
|
Loading…
Reference in a new issue