me
/
guix
Archived
1
0
Fork 0

gnu: Add r-minty.

* gnu/packages/cran.scm (r-minty): New variable.

Change-Id: I1d811bd59c8e194f5e92d2f4fa9108daa2874785
master
Ricardo Wurmus 2024-07-02 11:21:49 +02:00
parent 02ce86749b
commit 5fd662cd4d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -6535,6 +6535,26 @@ named elements: the @code{status}, the @code{headers}, and the @code{body}.")
work well on small screens.")
(license license:gpl3)))
(define-public r-minty
(package
(name "r-minty")
(version "0.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "minty" version))
(sha256
(base32 "1kbs4f36s5bnjpc5wcqawbk154n9wjpf549hsjj4xdcg7ihcdgfg"))))
(properties `((upstream-name . "minty")))
(build-system r-build-system)
(propagated-inputs (list r-cpp11 r-tzdb))
(home-page "https://gesistsa.github.io/minty/")
(synopsis "Minimal type guesser")
(description
"This is a port of the type guesser from the @code{readr} package, the
so-called readr first edition parsing engine, now superseded by vroom.")
(license license:expat)))
(define-public r-feather
(package
(name "r-feather")