pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 02:46:40 UTC 2020

Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-psych: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.470 -r1.471 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-psych/DESCR pkgsrc/math/R-psych/Makefile \
    pkgsrc/math/R-psych/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.470 pkgsrc/math/Makefile:1.471
--- pkgsrc/math/Makefile:1.470  Fri Aug  7 02:43:00 2020
+++ pkgsrc/math/Makefile        Fri Aug  7 02:46:40 2020
@@ -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-plyr
 SUBDIR+=       R-poweRlaw
 SUBDIR+=       R-prettyunits
 SUBDIR+=       R-prob
+SUBDIR+=       R-psych
 SUBDIR+=       R-quadprog
 SUBDIR+=       R-quantreg
 SUBDIR+=       R-randomForest

Added files:

Index: pkgsrc/math/R-psych/DESCR
diff -u /dev/null pkgsrc/math/R-psych/DESCR:1.1
--- /dev/null   Fri Aug  7 02:46:40 2020
+++ pkgsrc/math/R-psych/DESCR   Fri Aug  7 02:46:40 2020
@@ -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.
Index: pkgsrc/math/R-psych/Makefile
diff -u /dev/null pkgsrc/math/R-psych/Makefile:1.1
--- /dev/null   Fri Aug  7 02:46:40 2020
+++ pkgsrc/math/R-psych/Makefile        Fri Aug  7 02:46:40 2020
@@ -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"
Index: pkgsrc/math/R-psych/distinfo
diff -u /dev/null pkgsrc/math/R-psych/distinfo:1.1
--- /dev/null   Fri Aug  7 02:46:40 2020
+++ pkgsrc/math/R-psych/distinfo        Fri Aug  7 02:46:40 2020
@@ -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