~ruther/guix-local

e3ea2f43ab0d21cf5bf72019b2e20eb5642f190a — Ricardo Wurmus 2 months ago 10344b4
gnu: r-isoband: Update to 0.3.0.

* gnu/packages/cran.scm (r-isoband): Update to 0.3.0.
[propagated-inputs]: Add r-cli, r-cpp11, and r-rlang.

Change-Id: I4c3baeda2383df4d7583517e30113b52efeafcd2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -2
@@ 47086,16 47086,18 @@ Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
(define-public r-isoband
  (package
    (name "r-isoband")
    (version "0.2.7")
    (version "0.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "isoband" version))
       (sha256
        (base32
         "0qfzkkvh4a97qlifhdqjgdnzmnph93qqyqsv5gg8cnxl8crj54vn"))))
         "1b14qjmyf7ak95wqdj89dzvz66480p02l5c9ycrfxfvmr9c3v3gy"))))
    (properties `((upstream-name . "isoband")))
    (build-system r-build-system)
    (propagated-inputs
     (list r-cli r-cpp11 r-rlang))
    (native-inputs
     (list r-knitr r-testthat))
    (home-page "https://github.com/wilkelab/isoband")