[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/377: gnu: Add r-ztree.
From: |
guix-commits |
Subject: |
101/377: gnu: Add r-ztree. |
Date: |
Sun, 5 Sep 2021 10:07:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f4cb9563a3ff0fb3341f3c4fa424c46ef464c3d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 10:54:10 2021 +0200
gnu: Add r-ztree.
* gnu/packages/cran.scm (r-ztree): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a9889f..a3b98ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30374,3 +30374,26 @@ 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)))
+
+(define-public r-ztree
+ (package
+ (name "r-ztree")
+ (version "1.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zTree" version))
+ (sha256
+ (base32
+ "1mywxrx6bw7dzhrdwyxbjzc8ikgvw423zycyji0jjr69cfhpmywv"))))
+ (properties `((upstream-name . "zTree")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-plyr" ,r-plyr)))
+ (home-page "https://cran.r-project.org/package=zTree")
+ (synopsis "Functions to import data from z-Tree into R")
+ (description
+ "This package provides tools for reading @code{.xls} and @code{.sbj}
+files which are written by the proprietary program z-Tree for developing and
+carrying out economic experiments.")
+ (license license:gpl3)))
- 80/377: gnu: r-biocset: Update to 1.6.1., (continued)
- 80/377: gnu: r-biocset: Update to 1.6.1., guix-commits, 2021/09/05
- 81/377: gnu: r-beachmat: Update to 2.8.1., guix-commits, 2021/09/05
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/05
- 84/377: gnu: r-delayedmatrixstats: Update to 1.14.2., guix-commits, 2021/09/05
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/05
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/05
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/05
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/05
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/05
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/05
- 101/377: gnu: Add r-ztree.,
guix-commits <=
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/05
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/05
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05