mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add r-shape.
* gnu/packages/cran.scm (r-shape): New variable.
This commit is contained in:
parent
c69d27db57
commit
2bdb5c3f78
1 changed files with 19 additions and 0 deletions
|
@ -194,3 +194,22 @@ (define-public r-calibrate
|
||||||
"This is a package for drawing calibrated scales with tick marks
|
"This is a package for drawing calibrated scales with tick marks
|
||||||
on (non-orthogonal) variable vectors in scatterplots and biplots.")
|
on (non-orthogonal) variable vectors in scatterplots and biplots.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-shape
|
||||||
|
(package
|
||||||
|
(name "r-shape")
|
||||||
|
(version "1.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "shape" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yk3cmsa57svcvbnm21pyr0s0qbhnllka8nmsg4yb41frjlqph66"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/shape")
|
||||||
|
(synopsis "Functions for plotting graphical shapes")
|
||||||
|
(description
|
||||||
|
"This package provides functions for plotting graphical shapes such as
|
||||||
|
ellipses, circles, cylinders, arrows, ...")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue