gnu: r-later: Update to 1.1.0.1.
* gnu/packages/cran.scm (r-later): Update to 1.1.0.1. [native-inputs]: Add r-knitr.master
parent
7775f23453
commit
f8e5a65a7f
|
@ -5746,19 +5746,21 @@ exchanging spatial objects with other R packages.")
|
|||
(define-public r-later
|
||||
(package
|
||||
(name "r-later")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "later" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11xjavj7siz0xv2ffq1ld4bwl35jyrcfpvvs4p3ilpifxx49hyr7"))))
|
||||
"1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bh" ,r-bh)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rlang" ,r-rlang)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/r-lib/later")
|
||||
(synopsis "Utilities for delaying function execution")
|
||||
(description
|
||||
|
|
Reference in New Issue