diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-02-18 02:28:52 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-02-18 02:28:52 +0000 |
commit | 8d7b9dcac5eed90d3f765d5a302f5f54aebc78bc (patch) | |
tree | f9215e328957c84fd781b980641ac0f87fcb7343 /math | |
parent | a3702aec69af6c628b5013b194ac092b2c3087aa (diff) |
scatterplot3d: 3D Scatter Plot.
Plots a three dimensional (3D) point cloud.
WWW: https://cran.r-project.org/package=scatterplot3d
PR: 220065
Submitted by: pfg@
Notes
Notes:
svn path=/head/; revision=493236
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-scatterplot3d/Makefile | 16 | ||||
-rw-r--r-- | math/R-cran-scatterplot3d/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-scatterplot3d/pkg-descr | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7e4efd019050..6463f6b1b253 100644 --- a/math/Makefile +++ b/math/Makefile @@ -93,6 +93,7 @@ SUBDIR += R-cran-rgenoud SUBDIR += R-cran-robustbase SUBDIR += R-cran-sandwich + SUBDIR += R-cran-scatterplot3d SUBDIR += R-cran-sf SUBDIR += R-cran-sm SUBDIR += R-cran-sp diff --git a/math/R-cran-scatterplot3d/Makefile b/math/R-cran-scatterplot3d/Makefile new file mode 100644 index 000000000000..81abc5e0e376 --- /dev/null +++ b/math/R-cran-scatterplot3d/Makefile @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= scatterplot3d +DISTVERSION= 0.3-41 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= 3D Scatter Plot + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-scatterplot3d/distinfo b/math/R-cran-scatterplot3d/distinfo new file mode 100644 index 000000000000..3db976e3921a --- /dev/null +++ b/math/R-cran-scatterplot3d/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1550455935 +SHA256 (scatterplot3d_0.3-41.tar.gz) = 4c8326b70a3b2d37126ca806771d71e5e9fe1201cfbe5b0d5a0a83c3d2c75d94 +SIZE (scatterplot3d_0.3-41.tar.gz) = 460912 diff --git a/math/R-cran-scatterplot3d/pkg-descr b/math/R-cran-scatterplot3d/pkg-descr new file mode 100644 index 000000000000..32b2ea393e26 --- /dev/null +++ b/math/R-cran-scatterplot3d/pkg-descr @@ -0,0 +1,5 @@ +scatterplot3d: 3D Scatter Plot. + +Plots a three dimensional (3D) point cloud. + +WWW: https://cran.r-project.org/package=scatterplot3d |