~ruther/guix-local

db5f70e92f736f8c4e9cae78eeaf5b92f69940c1 — Ricardo Wurmus 3 months ago 2cf0fec
gnu: r-feather: Update to 0.4.0.

* gnu/packages/cran.scm (r-feather): Update to 0.4.0.
[propagated-inputs]: Add r-arrow; remove r-rcpp; move r-tibble and r-hms from
here...
[native-inputs]: ...to here.

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

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -4
@@ 14923,18 14923,18 @@ IRT models, and zero-inflated response models are supported.")
(define-public r-feather
  (package
    (name "r-feather")
    (version "0.3.5")
    (version "0.4.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "feather" version))
       (sha256
        (base32
         "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
         "0zzf7ghnzq6x5adg53cbwgdb1b51c5flp73d16mb5jssicvq0za2"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-hms r-rcpp r-tibble))
    (native-inputs (list r-testthat))
     (list r-arrow))
    (native-inputs (list r-hms r-testthat r-tibble))
    (home-page "https://github.com/wesm/feather")
    (synopsis "R Bindings to the Feather API")
    (description "Read and write feather files, a lightweight binary columnar