From 73f38054f7f83490b223e8e5d4fea89840cd9fc3 Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 16 Sep 2010 10:38:39 +0000 Subject: 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 --- math/R-cran-psych/Makefile | 22 ++++++++++++++++++++++ math/R-cran-psych/distinfo | 3 +++ math/R-cran-psych/pkg-descr | 11 +++++++++++ 3 files changed, 36 insertions(+) create mode 100644 math/R-cran-psych/Makefile create mode 100644 math/R-cran-psych/distinfo create mode 100644 math/R-cran-psych/pkg-descr (limited to 'math/R-cran-psych') 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 +# +# $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 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 -- cgit