gnu: r-batchtools: Update to 0.9.13.
* gnu/packages/cran.scm (r-batchtools): Update to 0.9.13. [native-inputs]: Add r-knitr.master
parent
6005efa40f
commit
1e40a27465
|
@ -15064,14 +15064,14 @@ extends the lme4 package.")
|
|||
(define-public r-batchtools
|
||||
(package
|
||||
(name "r-batchtools")
|
||||
(version "0.9.12")
|
||||
(version "0.9.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "batchtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16x524hvy9d8p7r4fi1c8mixcvzgsjbf3y0vxaa56ssbbab4p7f9"))))
|
||||
"02bwfinwgn5nl638997javig61jmr0ci0qybmprz13jnvmam1yns"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-backports" ,r-backports)
|
||||
|
@ -15086,6 +15086,8 @@ extends the lme4 package.")
|
|||
("r-rappdirs" ,r-rappdirs)
|
||||
("r-stringi" ,r-stringi)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/mllg/batchtools")
|
||||
(synopsis "Tools for computation on batch systems")
|
||||
(description
|
||||
|
|
Reference in New Issue