gnu: r-isoband: Update to 0.2.1.
* gnu/packages/cran.scm (r-isoband): Update to 0.2.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
5c819cd214
commit
e9962d8a6b
1 changed files with 4 additions and 2 deletions
|
@ -20820,19 +20820,21 @@ Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
|
||||||
(define-public r-isoband
|
(define-public r-isoband
|
||||||
(package
|
(package
|
||||||
(name "r-isoband")
|
(name "r-isoband")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "isoband" version))
|
(uri (cran-uri "isoband" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r023s73qypnvpx18znr9ymylr022m90v65mz2jasn0a1kjrfcbq"))))
|
"1ndlnv4g9pbd02y50sx4ffg2ccwqbi7fm2v1lh22wdd8pq33d20q"))))
|
||||||
(properties `((upstream-name . "isoband")))
|
(properties `((upstream-name . "isoband")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
("r-testthat" ,r-testthat)))
|
("r-testthat" ,r-testthat)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/wilkelab/isoband")
|
(home-page "https://github.com/wilkelab/isoband")
|
||||||
(synopsis "Generate isolines and isobands from regularly spaced elevation grids")
|
(synopsis "Generate isolines and isobands from regularly spaced elevation grids")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue