Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math math/R-psych: import R-psych-1.9.12.31



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e22dfbb3d8a
branches:  trunk
changeset: 436649:1e22dfbb3d8a
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 02:46:40 2020 +0000

description:
math/R-psych: import R-psych-1.9.12.31

A general purpose toolbox for personality, psychometric theory and
experimental psychology.  Functions are primarily for multivariate
analysis and scale construction using factor analysis, principal
component analysis, cluster analysis and reliability analysis,
although others provide basic descriptive statistics. Item Response
Theory is done using factor analysis of tetrachoric and polychoric
correlations. Functions for analyzing data at multiple levels include
within and between group statistics, including correlations and factor
analysis.  Functions for simulating and testing 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 psychometric theory as well as publications in
personality research. For more information, see the
personality-project.org/r web page.

diffstat:

 math/Makefile         |   3 ++-
 math/R-psych/DESCR    |  16 ++++++++++++++++
 math/R-psych/Makefile |  16 ++++++++++++++++
 math/R-psych/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (67 lines):

diff -r 35acc1cab52c -r 1e22dfbb3d8a math/Makefile
--- a/math/Makefile     Fri Aug 07 02:43:16 2020 +0000
+++ b/math/Makefile     Fri Aug 07 02:46:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.470 2020/08/07 02:43:00 brook Exp $
+# $NetBSD: Makefile,v 1.471 2020/08/07 02:46:40 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -87,6 +87,7 @@
 SUBDIR+=       R-poweRlaw
 SUBDIR+=       R-prettyunits
 SUBDIR+=       R-prob
+SUBDIR+=       R-psych
 SUBDIR+=       R-quadprog
 SUBDIR+=       R-quantreg
 SUBDIR+=       R-randomForest
diff -r 35acc1cab52c -r 1e22dfbb3d8a math/R-psych/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-psych/DESCR        Fri Aug 07 02:46:40 2020 +0000
@@ -0,0 +1,16 @@
+A general purpose toolbox for personality, psychometric theory and
+experimental psychology.  Functions are primarily for multivariate
+analysis and scale construction using factor analysis, principal
+component analysis, cluster analysis and reliability analysis,
+although others provide basic descriptive statistics. Item Response
+Theory is done using factor analysis of tetrachoric and polychoric
+correlations. Functions for analyzing data at multiple levels include
+within and between group statistics, including correlations and factor
+analysis.  Functions for simulating and testing 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 psychometric theory as well as publications in
+personality research. For more information, see the
+personality-project.org/r web page.
diff -r 35acc1cab52c -r 1e22dfbb3d8a math/R-psych/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-psych/Makefile     Fri Aug 07 02:46:40 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:46:40 brook Exp $
+
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/psych/
+COMMENT=       Procedures for psychological and psychometric research
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     psych
+R_PKGVER=      1.9.12.31
+
+DEPENDS+=      R-mnormt>=1.5.4:../../math/R-mnormt
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 35acc1cab52c -r 1e22dfbb3d8a math/R-psych/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-psych/distinfo     Fri Aug 07 02:46:40 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:46:40 brook Exp $
+
+SHA1 (R/psych_1.9.12.31.tar.gz) = 6845f0ba16921b3ada8e05007132a653e7d90b5d
+RMD160 (R/psych_1.9.12.31.tar.gz) = f1f22fd04f5958c3c93c045ef77155a0aab50a7e
+SHA512 (R/psych_1.9.12.31.tar.gz) = 71d395fc46ff5816b873cd2d42ab257100304a61d41599588109d19e3374312be8e04330396633f4c1b906a4db38d4e6be641ad1bb76feab212e9c29efe2330e
+Size (R/psych_1.9.12.31.tar.gz) = 1724122 bytes



Home | Main Index | Thread Index | Old Index