mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-zzlite.
* gnu/packages/cran.scm (r-zzlite): New variable.
This commit is contained in:
parent
c410001d21
commit
e5f360aa97
1 changed files with 27 additions and 0 deletions
|
@ -30347,3 +30347,30 @@ (define-public r-keras
|
|||
networks (as well as combinations of the two), and runs seamlessly on both CPU
|
||||
and GPU devices.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-zzlite
|
||||
(package
|
||||
(name "r-zzlite")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zzlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vi1slx2s4r5zf82lazqv0c3m12xq73wlgsbz6af4y00h0bkr3ps"))))
|
||||
(properties `((upstream-name . "zzlite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-httr" ,r-httr)
|
||||
("r-jsonlite" ,r-jsonlite)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://cran.r-project.org/package=zzlite")
|
||||
(synopsis "Wrapper for the Zamzar file conversion API")
|
||||
(description
|
||||
"This package provides a minor collection of HTTP wrappers for the Zamzar
|
||||
file conversion API. The wrappers makes it easy to utilize the API and thus
|
||||
convert between more than 100 different file formats (ranging from audio
|
||||
files, images, movie formats, etc., etc.) through an R session.")
|
||||
(license license:gpl3)))
|
||||
|
|
Loading…
Reference in a new issue