gnu: r-lattice: Move to other recommended R packages.

* gnu/packages/statistics.scm (r-lattice): Move to the set of recommended R
packages.
This commit is contained in:
Ricardo Wurmus 2017-03-12 00:14:34 +01:00
parent e88bad6ddb
commit 060c12868b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -364,6 +364,26 @@ (define-public r-kernsmooth
;; Unlimited distribution
(license (license:non-copyleft "file://LICENCE.note"))))
(define-public r-lattice
(package
(name "r-lattice")
(version "0.20-34")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"0615h69czr73k47whhzimf1qxv5qk0cabcrkljwhyrn6m6piq6ja"))))
(build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")
(description
"The lattice package provides a powerful and elegant high-level data
visualization system inspired by Trellis graphics, with an emphasis on
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-bit
(package
(name "r-bit")
@ -2171,26 +2191,6 @@ (define-public r-gridbase
"This package provides an integration of base and grid graphics for R.")
(license license:gpl2+)))
(define-public r-lattice
(package
(name "r-lattice")
(version "0.20-34")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"0615h69czr73k47whhzimf1qxv5qk0cabcrkljwhyrn6m6piq6ja"))))
(build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")
(description
"The lattice package provides a powerful and elegant high-level data
visualization system inspired by Trellis graphics, with an emphasis on
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")