[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: Add r-latticeextra.
From: |
Ricardo Wurmus |
Subject: |
07/14: gnu: Add r-latticeextra. |
Date: |
Thu, 14 Apr 2016 12:53:49 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit b20abbcd7478eaa3d351af0ff2b0f63ce158871f
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 31 15:40:49 2016 +0200
gnu: Add r-latticeextra.
* gnu/packages/statistics.scm (r-latticeextra): New variable.
---
gnu/packages/statistics.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 478d1b2..2dd7442 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1522,6 +1522,30 @@ multivariate data. Lattice is sufficient for typical
graphics needs, and is
also flexible enough to handle most nonstandard requirements.")
(license license:gpl2+)))
+(define-public r-latticeextra
+ (package
+ (name "r-latticeextra")
+ (version "0.6-28")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "latticeExtra" version))
+ (sha256
+ (base32
+ "1hkyqsa7klk5glj9y1hg3rxr5qilqw8h0017zc4c3nps7lr9a1kq"))))
+ (properties `((upstream-name . "latticeExtra")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lattice" ,r-lattice)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (home-page "http://latticeextra.r-forge.r-project.org/";)
+ (synopsis "Extra graphical utilities based on lattice")
+ (description
+ "Building on the infrastructure provided by the lattice package, this
+package provides several new high-level graphics functions and methods, as
+well as additional utilities such as panel and axis annotation functions.")
+ (license license:gpl2+)))
+
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
- 08/14: gnu: Add r-irlba., (continued)
- 08/14: gnu: Add r-irlba., Ricardo Wurmus, 2016/04/14
- 06/14: gnu: Add r-xtable., Ricardo Wurmus, 2016/04/14
- 05/14: gnu: Add r-locfit., Ricardo Wurmus, 2016/04/14
- 10/14: gnu: Add r-registry., Ricardo Wurmus, 2016/04/14
- 11/14: gnu: Add r-rngtools., Ricardo Wurmus, 2016/04/14
- 03/14: gnu: Add r-foreign., Ricardo Wurmus, 2016/04/14
- 13/14: gnu: Add r-igraph., Ricardo Wurmus, 2016/04/14
- 01/14: gnu: Add r-acepack., Ricardo Wurmus, 2016/04/14
- 04/14: gnu: Add r-formula., Ricardo Wurmus, 2016/04/14
- 12/14: gnu: Add r-nmf., Ricardo Wurmus, 2016/04/14
- 07/14: gnu: Add r-latticeextra.,
Ricardo Wurmus <=
- 02/14: gnu: Add r-cluster., Ricardo Wurmus, 2016/04/14
- 14/14: gnu: Add r-nnet., Ricardo Wurmus, 2016/04/14