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