[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/20: gnu: Add r-triebeard.
From: |
guix-commits |
Subject: |
11/20: gnu: Add r-triebeard. |
Date: |
Wed, 27 Mar 2019 11:17:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 85431ca3a8c125965477de17f2b165299b98266f
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 27 15:44:16 2019 +0100
gnu: Add r-triebeard.
* gnu/packages/cran.scm (r-triebeard): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5ca6be6..102a223 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13172,3 +13172,25 @@ package, we are able to e.g. use @code{cowplot} to
align plots produced by
@code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
converting them to @code{ggplot} objects.")
(license license:artistic2.0)))
+
+(define-public r-triebeard
+ (package
+ (name "r-triebeard")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "triebeard" version))
+ (sha256
+ (base32
+ "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/Ironholds/triebeard/")
+ (synopsis "Radix trees in Rcpp")
+ (description
+ "Radix trees, or tries, are key-value data structures optimized for
+efficient lookups, similar in purpose to hash tables. This package provides
+an implementation of radix trees for use in R programming and in developing
+packages with Rcpp.")
+ (license license:expat)))
- branch master updated (06013a4 -> f8295ee), guix-commits, 2019/03/27
- 01/20: gnu: Add r-rttf2pt1., guix-commits, 2019/03/27
- 03/20: gnu: Add r-extrafont., guix-commits, 2019/03/27
- 06/20: gnu: Add r-fgsea., guix-commits, 2019/03/27
- 02/20: gnu: Add r-extrafontdb., guix-commits, 2019/03/27
- 05/20: gnu: Add r-msigdbr., guix-commits, 2019/03/27
- 08/20: gnu: Add r-gridgraphics., guix-commits, 2019/03/27
- 04/20: gnu: Add r-xkcd., guix-commits, 2019/03/27
- 11/20: gnu: Add r-triebeard.,
guix-commits <=
- 10/20: gnu: Add r-ggplotify., guix-commits, 2019/03/27
- 07/20: gnu: Add r-do-db., guix-commits, 2019/03/27
- 09/20: gnu: Add r-farver., guix-commits, 2019/03/27
- 12/20: gnu: Add r-tweenr., guix-commits, 2019/03/27
- 19/20: gnu: Add r-enrichplot., guix-commits, 2019/03/27
- 18/20: gnu: Add r-dose., guix-commits, 2019/03/27
- 17/20: gnu: Add r-ggraph., guix-commits, 2019/03/27
- 16/20: gnu: Add r-europepmc., guix-commits, 2019/03/27
- 13/20: gnu: Add r-polyclip., guix-commits, 2019/03/27
- 14/20: gnu: Add r-urltools., guix-commits, 2019/03/27