mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-scatterplot3d.
* gnu/packages/cran.scm (r-scatterplot3d): New variable.
This commit is contained in:
parent
15ef07f00e
commit
ae3f207951
1 changed files with 18 additions and 0 deletions
|
@ -1709,3 +1709,21 @@ (define-public r-sdmtools
|
|||
thresholds, calculating measures of accuracy and landscape fragmentation
|
||||
statistics, etc.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-scatterplot3d
|
||||
(package
|
||||
(name "r-scatterplot3d")
|
||||
(version "0.3-40")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "scatterplot3d" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ababcj87kx7860mica9y2ydlhskxmgj9n46crx036cila512jc2"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/scatterplot3d/")
|
||||
(synopsis "3D scatter plot")
|
||||
(description "This package provides an implementation of scatter plots for
|
||||
plotting. a three dimensional point cloud.")
|
||||
(license license:gpl2)))
|
||||
|
|
Loading…
Reference in a new issue