aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-psych
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-09-16 10:38:39 +0000
committerWen Heping <wen@FreeBSD.org>2010-09-16 10:38:39 +0000
commit47bbadc41e31c1704c45c85ed4ae60fc49308920 (patch)
tree3d87344e45f882fa58065e4ddb2a0edea1a11cdf /math/R-cran-psych
parent65dd544030b77e3c0ddd07006a5f077d385deecb (diff)
downloadports-47bbadc41e31c1704c45c85ed4ae60fc49308920.tar.gz
ports-47bbadc41e31c1704c45c85ed4ae60fc49308920.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>
Notes
Notes: svn path=/head/; revision=261267
Diffstat (limited to 'math/R-cran-psych')
-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
3 files changed, 36 insertions, 0 deletions
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