Fri, 03 Aug 2007

Package psych updated to version 1.0-27 with previous version 1.0-25 dated 2007-06-04
Diff between psych versions 1.0-25 dated 2007-06-04 and 1.0-27 dated 2007-08-03
 DESCRIPTION               |   10 
 NAMESPACE                 |    3 
 R/ICLUST.R                |    1 
 R/VSS.R                   |   21 
 R/VSSem.R                 |only
 R/cluster.cor.R           |    2 
 R/cluster.loadings.R      |    5 
 R/fa.parallel.R           |   78 
 R/factor.pa.R             |   52 
 R/make.hierarchical.R     |   27 
 R/mat.regress.R           |   10 
 R/nearcor.r               |only
 R/omega.R                 |    8 
 R/omega.graph.R           |   18 
 R/pairs.panels.R          |   14 
 R/principal.R             |   44 
 R/schmid.R                |    6 
 R/score.items.R           |   19 
 R/test.psych.r            |   21 
 inst/doc/index.html       |    6 
 inst/doc/psych-manual.pdf |28614 ++++++++++++++++++++++++++++++++++++----------
 man/00.psych-package.Rd   |    8 
 man/VSS.Rd                |    2 
 man/cluster.cor.Rd        |    4 
 man/fa.parallel.Rd        |   15 
 man/factor.model.Rd       |    4 
 man/factor.pa.Rd          |   40 
 man/factor.residuals.Rd   |    3 
 man/factor.rotate.Rd      |    4 
 man/factor2cluster.Rd     |    2 
 man/make.hierarchical.Rd  |    7 
 man/mat.regress.Rd        |   25 
 man/omega.Rd              |   12 
 man/omega.graph.Rd        |    7 
 man/pairs.panels.Rd       |    8 
 man/principal.Rd          |   34 
 man/score.items.Rd        |   15 
 man/test.psych.Rd         |    4 
 38 files changed, 22856 insertions(+), 6297 deletions(-)
More information about psych at CRAN
Permanent link
Package Matrix updated to version 0.999375-1 with previous version 0.999375-0 dated 2007-07-07
Diff between Matrix versions 0.999375-0 dated 2007-07-07 and 0.999375-1 dated 2007-08-03
 ChangeLog                         |   92 ++++++++
 DESCRIPTION                       |    8 
 Done                              |    4 
 NAMESPACE                         |   10 
 R/AllClass.R                      |   90 +++++++-
 R/AllGeneric.R                    |    8 
 R/Auxiliaries.R                   |   53 ----
 R/CHMfactor.R                     |    2 
 R/Csparse.R                       |   29 ++
 R/Matrix.R                        |   29 ++
 R/Ops.R                           |   33 +--
 R/dMatrix.R                       |   70 +++++-
 R/denseMatrix.R                   |    5 
 R/dgeMatrix.R                     |   18 +
 R/dpoMatrix.R                     |    8 
 R/dsyMatrix.R                     |   22 +-
 R/dtrMatrix.R                     |    4 
 R/lMatrix.R                       |   14 +
 R/ldenseMatrix.R                  |   21 +
 R/lgTMatrix.R                     |    8 
 R/lsparseMatrix.R                 |   20 +
 R/ndenseMatrix.R                  |   10 
 R/ngTMatrix.R                     |    9 
 R/pMatrix.R                       |   40 +++
 R/sparseMatrix.R                  |   38 ++-
 TODO                              |   19 +
 inst/doc/Comparisons.pdf          |binary
 inst/doc/Intro2Matrix.pdf         |binary
 inst/doc/Introduction.pdf         |binary
 inst/include/Matrix.h             |   13 -
 inst/include/Matrix_stubs.c       |  415 +++++++++++++++++++-------------------
 inst/include/cholmod.h            |  135 +++++-------
 man/CHMfactor-class.Rd            |    1 
 man/Cholesky.Rd                   |   27 +-
 man/Matrix-class.Rd               |    2 
 man/all-methods.Rd                |    7 
 man/band.Rd                       |    6 
 man/colSums.Rd                    |    8 
 man/dMatrix-class.Rd              |    7 
 man/ddenseMatrix-class.Rd         |    2 
 man/denseMatrix-class.Rd          |    3 
 man/dgRMatrix-class.Rd            |    8 
 man/dpoMatrix-class.Rd            |    9 
 man/dsRMatrix-class.Rd            |   16 -
 man/dsparseMatrix-class.Rd        |    2 
 man/dsyMatrix-class.Rd            |    1 
 man/dtRMatrix-class-def.Rd        |    8 
 man/dtrMatrix-class.Rd            |    2 
 man/ldenseMatrix-class.Rd         |    3 
 man/nMatrix-class.Rd              |    1 
 man/ndenseMatrix-class.Rd         |    1 
 man/norm.Rd                       |   42 ++-
 man/pMatrix-class.Rd              |    6 
 man/rcond.Rd                      |   45 ++--
 man/sparseMatrix-class.Rd         |    1 
 src/CHOLMOD/Check/cholmod_write.c |    1 
 src/Csparse.c                     |   46 ++++
 src/Csparse.h                     |    2 
 src/TMatrix_as.c                  |   10 
 src/chm_common.c                  |   23 +-
 src/chm_common.h                  |    3 
 src/dgCMatrix.c                   |   37 ++-
 src/dgCMatrix.h                   |    1 
 src/dgeMatrix.c                   |   71 +++---
 src/dpoMatrix.c                   |   14 -
 src/dppMatrix.c                   |    8 
 src/dspMatrix.c                   |    8 
 src/dsyMatrix.c                   |   14 -
 src/dsyMatrix.h                   |    2 
 src/dtCMatrix.c                   |   55 ++++-
 src/dtCMatrix.h                   |    1 
 src/dtrMatrix.c                   |   22 +-
 src/dtrMatrix.h                   |    2 
 src/init.c                        |    8 
 src/ldense.c                      |   12 -
 tests/Class+Meth.R                |   64 ++++-
 tests/group-methods.R             |    5 
 tests/matprod.R                   |    4 
 78 files changed, 1217 insertions(+), 631 deletions(-)
More information about Matrix at CRAN
Permanent link
Package gmt updated to version 1.1-1 with previous version 1.1-0 dated 2007-07-30
Diff between gmt versions 1.1-0 dated 2007-07-30 and 1.1-1 dated 2007-08-03
 DESCRIPTION        |   12 +++++++-----
 R/gmt.system.R     |    2 +-
 R/psbar.R          |    2 +-
 R/psclose.R        |   23 ++++++++++++++---------
 R/pstext.R         |    2 +-
 R/psxy.R           |    2 +-
 inst/CHANGES       |   12 ++++++++++++
 man/geodist.Rd     |    8 +++++---
 man/gmt-package.Rd |    2 +-
 man/psbar.Rd       |    2 +-
 man/psclose.Rd     |   21 ++++++++++++++++++---
 man/pstext.Rd      |    2 +-
 man/psxy.Rd        |    2 +-
 13 files changed, 64 insertions(+), 28 deletions(-)
More information about gmt at CRAN
Permanent link

Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.