[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: |
Thu, 2 Sep 2021 17:54:52 -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)))
- 46/377: gnu: r-scatterpie: Update to 0.1.7., (continued)
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/02
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/02
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/02
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/02
- 100/377: gnu: Add r-zzlite.,
guix-commits <=
- 145/377: gnu: Add rust-arrow-5., guix-commits, 2021/09/02
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/02
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/02
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/02
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/02
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/02
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/02
- 139/377: gnu: rust-thiserror-impl-1: Update to 1.0.26., guix-commits, 2021/09/02
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/02
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/02