aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-09-16 18:38:39 +0800
committerwen <wen@FreeBSD.org>2010-09-16 18:38:39 +0800
commit73f38054f7f83490b223e8e5d4fea89840cd9fc3 (patch)
tree8363503f68d1cdc9b27960ca29b20ceae04c27b8 /math
parent97777871c9d03da2b3d97ed62ca2d73c8f49fbf8 (diff)
downloadfreebsd-ports-gnome-73f38054f7f83490b223e8e5d4fea89840cd9fc3.tar.gz
freebsd-ports-gnome-73f38054f7f83490b223e8e5d4fea89840cd9fc3.tar.zst
freebsd-ports-gnome-73f38054f7f83490b223e8e5d4fea89840cd9fc3.zip
R-psych provides a number of routines for personality, psychometrics and
experimental psychology. Functions are primarily for scale construction using factor analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Functions for simulating particular item and test structures are included. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, factor analysis and structural equation models are created using basic graphics. Some of the functions are written to support a book on psychometrics as well as publications in personality research. WWW: http://cran.r-project.org/web/packages/psych/index.html PR: ports/150600 Submitted by: Dan Rue <drue@therub.org>
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-psych/Makefile22
-rw-r--r--math/R-cran-psych/distinfo3
-rw-r--r--math/R-cran-psych/pkg-descr11
4 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index bedfd872ca71..dc4d4c5f1d19 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -12,6 +12,7 @@
SUBDIR += R-cran-gpclib
SUBDIR += R-cran-igraph
SUBDIR += R-cran-inline
+ SUBDIR += R-cran-psych
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += aamath
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile
new file mode 100644
index 000000000000..c828869a9825
--- /dev/null
+++ b/math/R-cran-psych/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-psych
+# Date created: 2010-09-15
+# Whom: Dan Rue <drue@therub.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= psych
+PORTVERSION= 1.0.91
+CATEGORIES= math science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_1.0-91
+
+MAINTAINER= drue@therub.org
+COMMENT= Psych package for the R project
+
+R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-psych/distinfo b/math/R-cran-psych/distinfo
new file mode 100644
index 000000000000..f097042acb4d
--- /dev/null
+++ b/math/R-cran-psych/distinfo
@@ -0,0 +1,3 @@
+MD5 (psych_1.0-91.tar.gz) = da90782e5475e780eba54c223d158dbf
+SHA256 (psych_1.0-91.tar.gz) = d8c23b82e87a48469e1c5850f758277ebded8bea789b86b838434bf0ef0da175
+SIZE (psych_1.0-91.tar.gz) = 1430579
diff --git a/math/R-cran-psych/pkg-descr b/math/R-cran-psych/pkg-descr
new file mode 100644
index 000000000000..b97024b4d924
--- /dev/null
+++ b/math/R-cran-psych/pkg-descr
@@ -0,0 +1,11 @@
+R-psych provides a number of routines for personality, psychometrics and
+experimental psychology. Functions are primarily for scale construction using
+factor analysis, cluster analysis and reliability analysis, although others
+provide basic descriptive statistics. Functions for simulating particular item
+and test structures are included. Several functions serve as a useful front end
+for structural equation modeling. Graphical displays of path diagrams, factor
+analysis and structural equation models are created using basic graphics. Some
+of the functions are written to support a book on psychometrics as well as
+publications in personality research.
+
+WWW: http://cran.r-project.org/web/packages/psych/index.html