pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-aplpack math/R-aplpack: Import version 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6e7f0cb3df3
branches:  trunk
changeset: 374172:f6e7f0cb3df3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jan 17 19:09:15 2018 +0000

description:
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:

 math/R-aplpack/DESCR    |   8 ++++++++
 math/R-aplpack/Makefile |  17 +++++++++++++++++
 math/R-aplpack/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 479018a8a94c -r f6e7f0cb3df3 math/R-aplpack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-aplpack/DESCR      Wed Jan 17 19:09:15 2018 +0000
@@ -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 -r 479018a8a94c -r f6e7f0cb3df3 math/R-aplpack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-aplpack/Makefile   Wed Jan 17 19:09:15 2018 +0000
@@ -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@localhost
+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 -r 479018a8a94c -r f6e7f0cb3df3 math/R-aplpack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-aplpack/distinfo   Wed Jan 17 19:09:15 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index