diff options
author | minskim <minskim@pkgsrc.org> | 2018-01-17 19:09:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-01-17 19:09:15 +0000 |
commit | c765b42c096d7026e11893ec644c073383f5c81b (patch) | |
tree | e393de8a64e44bc06017e3dc858e905d0b3a873b /math/R-aplpack | |
parent | b13582e00eb7fdd147afb814be7fb661d8bfeb7e (diff) | |
download | pkgsrc-c765b42c096d7026e11893ec644c073383f5c81b.tar.gz |
math/R-aplpack: Import version 1.3.0
Set of functions for drawing some special plots: stem.leaf plots a
stem and leaf plot, stem.leaf.backback plots back-to-back versions of
stem and leafs, bagplot plots a bagplot, skyline.hist plots several
histgramm in one plot of a one dimensional data set, plotsummary plots
a graphical summary of a data set with one or more variables,
plothulls plots sequentially hulls of a bivariate data set, faces
plots chernoff faces, spin3R for an inspection of a 3-dim point cloud,
slider functions for interactive graphics.
Diffstat (limited to 'math/R-aplpack')
-rw-r--r-- | math/R-aplpack/DESCR | 8 | ||||
-rw-r--r-- | math/R-aplpack/Makefile | 17 | ||||
-rw-r--r-- | math/R-aplpack/distinfo | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/R-aplpack/DESCR b/math/R-aplpack/DESCR new file mode 100644 index 00000000000..407861af2c9 --- /dev/null +++ b/math/R-aplpack/DESCR @@ -0,0 +1,8 @@ +Set of functions for drawing some special plots: stem.leaf plots a +stem and leaf plot, stem.leaf.backback plots back-to-back versions of +stem and leafs, bagplot plots a bagplot, skyline.hist plots several +histgramm in one plot of a one dimensional data set, plotsummary plots +a graphical summary of a data set with one or more variables, +plothulls plots sequentially hulls of a bivariate data set, faces +plots chernoff faces, spin3R for an inspection of a 3-dim point cloud, +slider functions for interactive graphics. diff --git a/math/R-aplpack/Makefile b/math/R-aplpack/Makefile new file mode 100644 index 00000000000..ae47687e8a5 --- /dev/null +++ b/math/R-aplpack/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2018/01/17 19:09:15 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://cran.r-project.org/web/packages/aplpack/ +COMMENT= Functions for drawing special plots +LICENSE= gnu-gpl-v2 + +R_PKGNAME= aplpack +R_PKGVER= 1.3.0 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-aplpack/distinfo b/math/R-aplpack/distinfo new file mode 100644 index 00000000000..4bf680fb8d9 --- /dev/null +++ b/math/R-aplpack/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/01/17 19:09:15 minskim Exp $ + +SHA1 (R/aplpack_1.3.0.tar.gz) = d21651b13175f38cb3e07b208b0968d10b2dcb47 +RMD160 (R/aplpack_1.3.0.tar.gz) = f8c4c7e926cc5b2372ddc7e75853bc4266bf5b13 +SHA512 (R/aplpack_1.3.0.tar.gz) = 5a2231b3ca46fb11705a838a76bbef2222f10c3c6c360d97c107edfabc0890fc23bc638a90d43016f80b8124941eb5aab3c52b5784817b726c7e1a4c333d1d34 +Size (R/aplpack_1.3.0.tar.gz) = 3409812 bytes |