mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 13:31:16 +02:00
gnu: r-pkgbuild: Update to 1.4.8.
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.8. [properties]: Update recorded updater-ignored-native-inputs. Change-Id: I5a526cd3b03c55ad8a9fbaf60745265397cf896e
This commit is contained in:
@@ -14918,17 +14918,20 @@ inter-rater reliability, and classical utility.")
|
||||
(define-public r-pkgbuild
|
||||
(package
|
||||
(name "r-pkgbuild")
|
||||
(version "1.4.7")
|
||||
(version "1.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pkgbuild" version))
|
||||
(sha256
|
||||
(base32 "1zllip5mkfx5gzq9vahmakl6iz7vdnl7xnsfcr0hhfbznf43i801"))))
|
||||
(base32 "1jr4k43vj62hw8ak076pky7a68gz2kz6rwqzyd9c83z95hh5jhif"))))
|
||||
(properties
|
||||
;; We can't have r-testthat among the inputs, because that would lead to
|
||||
;; a dependency cycle.
|
||||
'((updater-ignored-native-inputs . ("r-testthat"))))
|
||||
'((updater-ignored-native-inputs . ("r-testthat"
|
||||
"r-knitr"
|
||||
"r-rmarkdown"
|
||||
"r-withr"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests require r-testthat, but that package indirectly depends on
|
||||
;; r-pkgbuild.
|
||||
|
||||
Reference in New Issue
Block a user