mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-13 18:04:05 +02:00
gnu: r-eulerr: Update to 7.0.4.
* gnu/packages/cran.scm (r-eulerr): Update to 7.0.4. [native-inputs]: Add r-spelling. Change-Id: Ic1a185482f74d20f10b653f84bd7e8273cf20bc5
This commit is contained in:
@@ -37782,13 +37782,13 @@ that fills this gap.")
|
||||
(define-public r-eulerr
|
||||
(package
|
||||
(name "r-eulerr")
|
||||
(version "7.0.2")
|
||||
(version "7.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "eulerr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aw4l338nymrmna7q01vxn2cc7wyzz3lhf1bwazy55qa4hmww3af"))))
|
||||
"0wnashv3hjrfg4mzzm31wsp8730j2bl00jpkmnwbdj022j646ghy"))))
|
||||
(properties `((upstream-name . "eulerr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
@@ -37797,7 +37797,7 @@ that fills this gap.")
|
||||
r-polylabelr
|
||||
r-rcpp
|
||||
r-rcpparmadillo))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-spelling r-testthat))
|
||||
(home-page "https://github.com/jolars/eulerr")
|
||||
(synopsis "Area-proportional Euler and Venn diagrams with ellipses")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user