[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/377: gnu: Add r-zzlite.
From: |
guix-commits |
Subject: |
100/377: gnu: Add r-zzlite. |
Date: |
Sun, 5 Sep 2021 10:07:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e5f360aa97a39d1f3068f6aeef369b2e67c879fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 10:54:00 2021 +0200
gnu: Add r-zzlite.
* gnu/packages/cran.scm (r-zzlite): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 337ad28..5a9889f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30347,3 +30347,30 @@ experimentation, supports both convolution based
networks and recurrent
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)))
- 120/377: gnu: Add r-paws-compute., (continued)
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/05
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/05
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/05
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/05
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/05
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/05
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/05
- 95/377: gnu: emacs-htmlize: Update to 1.56., guix-commits, 2021/09/05
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/05
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/05
- 100/377: gnu: Add r-zzlite.,
guix-commits <=
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/05
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/05
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/05
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/05
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/05
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/05
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/05
- 162/377: gnu: emacs-guix: Update to 0.5.2.5-c9aef52., guix-commits, 2021/09/05
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/05
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/05