Tue, 18 Sep 2018

New package rmetalog with initial version 1.0.0
Package: rmetalog
Type: Package
Title: R Implementation of the Metalog Distribution
Version: 1.0.0
Authors@R: c( person("Isaac", "Faber", email = "isaacfab@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4478-9598")), person("Jongbin", "Jung", email = "me@jongbin.com", role = c("aut")))
Description: Implementation of the metalog distribution in R. The metalog distribution is a modern, highly flexible, data-driven distribution. Metalogs are developed by Keelin (2016) <doi:10.1287/deca.2016.0338>. This package provides functions to build these distributions from raw data. Resulting metalog objects are then useful for exploratory and probabilistic analysis.
Imports: lpSolve, ggplot2
Suggests: devtools, knitr, rmarkdown
Depends: R (>= 3.1.0)
BugReports: https://github.com/isaacfab/rmetalog/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-09-17 18:16:02 UTC; isaacfaber
Author: Isaac Faber [aut, cre] (<https://orcid.org/0000-0002-4478-9598>), Jongbin Jung [aut]
Maintainer: Isaac Faber <isaacfab@gmail.com>
Repository: CRAN
Date/Publication: 2018-09-18 23:00:03 UTC

More information about rmetalog at CRAN
Permanent link

Package lifecontingencies updated to version 1.3.5 with previous version 1.3.2 dated 2017-12-09

Title: Financial and Actuarial Mathematics for Life Contingencies
Description: Classes and methods that allow the user to manage life table, actuarial tables (also multiple decrements tables). Moreover, functions to easily perform demographic, financial and actuarial mathematics on life contingencies insurances calculations are contained therein.
Author: Giorgio Alfredo Spedicato [cre,aut], Reinhold Kainhofer [ctb], Kevin J. Owens [ctb], Christophe Dutang [ctb], Ernesto Schirmacher[ctb], Gian Paolo Clemente [ctb]
Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>

Diff between lifecontingencies versions 1.3.2 dated 2017-12-09 and 1.3.5 dated 2018-09-18

 lifecontingencies-1.3.2/lifecontingencies/man/exn_1.Rd                                               |only
 lifecontingencies-1.3.2/lifecontingencies/man/rLife.Rd                                               |only
 lifecontingencies-1.3.2/lifecontingencies/man/rLifeContingenciesXyz.Rd                               |only
 lifecontingencies-1.3.5/lifecontingencies/ChangeLog                                                  |    9 
 lifecontingencies-1.3.5/lifecontingencies/DESCRIPTION                                                |   15 
 lifecontingencies-1.3.5/lifecontingencies/MD5                                                        |  147 +-
 lifecontingencies-1.3.5/lifecontingencies/NAMESPACE                                                  |  111 +-
 lifecontingencies-1.3.5/lifecontingencies/NEWS                                                       |    6 
 lifecontingencies-1.3.5/lifecontingencies/R/0_lifetableAndActuarialtableClassesAndMethods.R          |   28 
 lifecontingencies-1.3.5/lifecontingencies/R/1_mdtClassesAndMethods.R                                 |   26 
 lifecontingencies-1.3.5/lifecontingencies/R/2_commonMethods.R                                        |   26 
 lifecontingencies-1.3.5/lifecontingencies/R/3_demographicFunctions.R                                 |  366 ++++++-
 lifecontingencies-1.3.5/lifecontingencies/R/4_financialFunctions.R                                   |  155 ++
 lifecontingencies-1.3.5/lifecontingencies/R/5_actuarialFunctions.R                                   |  517 +++++++---
 lifecontingencies-1.3.5/lifecontingencies/R/5b_BackupActuarialFunctions.R                            |only
 lifecontingencies-1.3.5/lifecontingencies/R/6_randomGenerationFunctions.R                            |  172 +++
 lifecontingencies-1.3.5/lifecontingencies/R/7_tomarkovchain.R                                        |   23 
 lifecontingencies-1.3.5/lifecontingencies/R/8_mdtFunctions.R                                         |   26 
 lifecontingencies-1.3.5/lifecontingencies/R/data.R                                                   |   50 
 lifecontingencies-1.3.5/lifecontingencies/R/testfunc-demographic.R                                   |only
 lifecontingencies-1.3.5/lifecontingencies/R/testfunc-financial.R                                     |only
 lifecontingencies-1.3.5/lifecontingencies/R/util-testargument-func.R                                 |only
 lifecontingencies-1.3.5/lifecontingencies/R/zzz.R                                                    |   41 
 lifecontingencies-1.3.5/lifecontingencies/build/vignette.rds                                         |binary
 lifecontingencies-1.3.5/lifecontingencies/data/AF92Lt.rda                                            |binary
 lifecontingencies-1.3.5/lifecontingencies/data/demoUk.rda                                            |binary
 lifecontingencies-1.3.5/lifecontingencies/data/demoUsa.rda                                           |binary
 lifecontingencies-1.3.5/lifecontingencies/data/soaLt.rda                                             |binary
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/an_introduction_to_lifecontingencies_package.R    |    2 
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/an_introduction_to_lifecontingencies_package.Rnw  |   12 
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/an_introduction_to_lifecontingencies_package.pdf  |binary
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/compute-detail.R                                  |only
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/compute-detail.Rmd                                |only
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/compute-detail.pdf                                |only
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/introToLifecontingencies.pdf                      |binary
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/mortality_projection.R                            |    2 
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/mortality_projection.Rnw                          |   10 
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/mortality_projection.pdf                          |binary
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/pensionfunding.R                                  |only
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/pensionfunding.Rmd                                |only
 lifecontingencies-1.3.5/lifecontingencies/inst/doc/pensionfunding.html                               |only
 lifecontingencies-1.3.5/lifecontingencies/man/AExn.Rd                                                |    6 
 lifecontingencies-1.3.5/lifecontingencies/man/DAxn.Rd                                                |    6 
 lifecontingencies-1.3.5/lifecontingencies/man/IAxn.Rd                                                |    6 
 lifecontingencies-1.3.5/lifecontingencies/man/Multiple-life-insurances.Rd                            |   16 
 lifecontingencies-1.3.5/lifecontingencies/man/accumulatedValue.Rd                                    |    7 
 lifecontingencies-1.3.5/lifecontingencies/man/annuity.Rd                                             |    7 
 lifecontingencies-1.3.5/lifecontingencies/man/axn.Rd                                                 |   25 
 lifecontingencies-1.3.5/lifecontingencies/man/axn_1.Rd                                               |   20 
 lifecontingencies-1.3.5/lifecontingencies/man/axyn.Rd                                                |   18 
 lifecontingencies-1.3.5/lifecontingencies/man/de_angelis_di_falco.Rd                                 |    3 
 lifecontingencies-1.3.5/lifecontingencies/man/decreasingAnnuity.Rd                                   |    8 
 lifecontingencies-1.3.5/lifecontingencies/man/demoUk.Rd                                              |   73 -
 lifecontingencies-1.3.5/lifecontingencies/man/demoUsa.Rd                                             |   40 
 lifecontingencies-1.3.5/lifecontingencies/man/exn.Rd                                                 |   65 -
 lifecontingencies-1.3.5/lifecontingencies/man/getLifeContingencies.Rd                                |   10 
 lifecontingencies-1.3.5/lifecontingencies/man/increasingAnnuity.Rd                                   |    5 
 lifecontingencies-1.3.5/lifecontingencies/man/intensity-interest.Rd                                  |   48 
 lifecontingencies-1.3.5/lifecontingencies/man/lifecontingencies-package.Rd                           |    4 
 lifecontingencies-1.3.5/lifecontingencies/man/multiple-life-probabilities.Rd                         |   35 
 lifecontingencies-1.3.5/lifecontingencies/man/nominal-real-convertible.Rd                            |   60 -
 lifecontingencies-1.3.5/lifecontingencies/man/pureendowment.Rd                                       |only
 lifecontingencies-1.3.5/lifecontingencies/man/pxt.Rd                                                 |   21 
 lifecontingencies-1.3.5/lifecontingencies/man/pxyt.Rd                                                |    6 
 lifecontingencies-1.3.5/lifecontingencies/man/rLifeContingencies.Rd                                  |   94 +
 lifecontingencies-1.3.5/lifecontingencies/man/rLifes.Rd                                              |only
 lifecontingencies-1.3.5/lifecontingencies/man/rmdt.Rd                                                |    3 
 lifecontingencies-1.3.5/lifecontingencies/man/soaLt.Rd                                               |   38 
 lifecontingencies-1.3.5/lifecontingencies/src/Makevars                                               |only
 lifecontingencies-1.3.5/lifecontingencies/src/Makevars.win                                           |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-comput-mult-table-annuity.R                     |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-computation-time-act-annuity.R                  |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-computation-time-act-capital.R                  |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-computation-time-demog-multlife.R               |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-computation-time-demog.R                        |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-defensive-prog-act.R                            |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-defensive-prog-demog.R                          |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-defensive-prog-fin.R                            |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-defensive-prog-rng.R                            |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-file-US7981-annuity.R                           |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-file-US7981-livingprob.R                        |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-pxt-allclass.R                                  |only
 lifecontingencies-1.3.5/lifecontingencies/tests/test-strg-ex.R                                       |only
 lifecontingencies-1.3.5/lifecontingencies/tests/testthat.R                                           |    1 
 lifecontingencies-1.3.5/lifecontingencies/tests/testthat/testFinancialMathematics.R                  |    9 
 lifecontingencies-1.3.5/lifecontingencies/vignettes/an_introduction_to_lifecontingencies_package.Rnw |   12 
 lifecontingencies-1.3.5/lifecontingencies/vignettes/compute-detail.Rmd                               |only
 lifecontingencies-1.3.5/lifecontingencies/vignettes/lifecontingenciesBiblio.bib                      |   14 
 lifecontingencies-1.3.5/lifecontingencies/vignettes/mortality_projection.Rnw                         |   10 
 lifecontingencies-1.3.5/lifecontingencies/vignettes/pensionfunding.Rmd                               |    8 
 90 files changed, 1758 insertions(+), 664 deletions(-)

More information about lifecontingencies at CRAN
Permanent link

Package later updated to version 0.7.5 with previous version 0.7.4 dated 2018-08-31

Title: Utilities for Delaying Function Execution
Description: Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied.
Author: Joe Cheng [aut, cre], RStudio [cph], Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/)
Maintainer: Joe Cheng <joe@rstudio.com>

Diff between later versions 0.7.4 dated 2018-08-31 and 0.7.5 dated 2018-09-18

 DESCRIPTION                   |    8 ++++----
 MD5                           |   18 +++++++++---------
 NEWS.md                       |    4 ++++
 R/RcppExports.R               |    4 ++++
 inst/doc/later-cpp.html       |    6 ++++--
 src/RcppExports.cpp           |    9 +++++++++
 src/callback_registry.cpp     |   37 +++++++++++++++++++++++++++++++++++++
 src/callback_registry.h       |   15 ++++++++-------
 src/init.c                    |   12 +++++++-----
 tests/testthat/test-run_now.R |   28 ++++++++++++++++++++++++++++
 10 files changed, 114 insertions(+), 27 deletions(-)

More information about later at CRAN
Permanent link

New package eivtools with initial version 0.1-8
Package: eivtools
Type: Package
Title: Measurement Error Modeling Tools
Version: 0.1-8
Date: 2018-09-16
Depends: R (>= 3.4.0), stats, grDevices, graphics, utils, R2jags
Author: J.R. Lockwood
Maintainer: J.R. Lockwood <jrlockwood@ets.org>
Description: This includes functions for analysis with error-prone covariates, including deconvolution, latent regression and errors-in-variables regression. It implements methods by Rabe-Hesketh et al. (2003) <doi:10.1191/1471082x03st056oa>, Lockwood and McCaffrey (2014) <doi:10.3102/1076998613509405>, and Lockwood and McCaffrey (2017) <doi:10.1007/s11336-017-9556-y>, among others.
License: GPL (>= 2) | file LICENSE
LazyData: true
NeedsCompilation: no
Packaged: 2018-09-17 14:52:19 UTC; jlock
Repository: CRAN
Date/Publication: 2018-09-18 22:30:08 UTC

More information about eivtools at CRAN
Permanent link

New package conStruct with initial version 1.0.0
Package: conStruct
Version: 1.0.0
Title: Models Spatially Continuous and Discrete Population Genetic Structure
Description: A method for modeling genetic data as a combination of discrete layers, within each of which relatedness may decay continuously with geographic distance. This package contains code for running analyses (which are implemented in the modeling language 'rstan') and visualizing and interpreting output. See the paper for more details on the model and its utility.
Authors@R: person("Gideon", "Bradburd", email = "bradburd@msu.edu", role = c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.4.0), Rcpp (>= 0.12.18), methods
Imports: rstan (>= 2.17.3), rstantools (>= 1.5.0), caroline, gtools, foreach, parallel, doParallel
LinkingTo: StanHeaders (>= 2.17.2), rstan (>= 2.17.3), BH (>= 1.66.0-1), Rcpp (>= 0.12.18), RcppEigen (>= 0.3.3.4.0)
SystemRequirements: GNU make
NeedsCompilation: yes
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, maps
VignetteBuilder: knitr
Packaged: 2018-09-17 14:08:03 UTC; bradburd
Author: Gideon Bradburd [aut, cre]
Maintainer: Gideon Bradburd <bradburd@msu.edu>
Repository: CRAN
Date/Publication: 2018-09-18 22:40:03 UTC

More information about conStruct at CRAN
Permanent link

Package rzmq updated to version 0.9.4 with previous version 0.9.3 dated 2017-10-02

Title: R Bindings for 'ZeroMQ'
Description: Interface to the 'ZeroMQ' lightweight messaging kernel (see <http://www.zeromq.org/> for more information).
Author: Whit Armstrong [aut], Michael Schubert [ctb], Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between rzmq versions 0.9.3 dated 2017-10-02 and 0.9.4 dated 2018-09-18

 DESCRIPTION       |   10 ++--
 MD5               |   10 ++--
 NEWS              |    3 +
 README.md         |    8 ++-
 configure         |    6 +-
 src/interface.cpp |  127 ++++++++++++++++++++++++++++++++----------------------
 6 files changed, 100 insertions(+), 64 deletions(-)

More information about rzmq at CRAN
Permanent link

Package Cyclops updated to version 2.0.0 with previous version 1.3.4 dated 2018-06-15

Title: Cyclic Coordinate Descent for Logistic, Poisson and Survival Analysis
Description: This model fitting tool incorporates cyclic coordinate descent and majorization-minimization approaches to fit a variety of regression models found in large-scale observational healthcare data. Implementations focus on computational optimization and fine-scale parallelization to yield efficient inference in massive datasets. Please see: Suchard, Simpson, Zorych, Ryan and Madigan (2013) <doi:10.1145/2414416.2414791>.
Author: Marc A. Suchard [aut, cre], Martijn J. Schuemie [aut], Trevor R. Shaddox [aut], Yuxi Tian [aut], Jianxiao Yang [aut], Sushil Mittal [ctb], Observational Health Data Sciences and Informatics [cph], Marcus Geelnard [cph, ctb] (provided the TinyThread library), Rutgers University [cph, ctb] (provided the HParSearch routine), R Development Core Team [cph, ctb] (provided the ZeroIn routine)
Maintainer: Marc A. Suchard <msuchard@ucla.edu>

Diff between Cyclops versions 1.3.4 dated 2018-06-15 and 2.0.0 dated 2018-09-18

 DESCRIPTION                                                      |   12 
 MD5                                                              |  140 
 NAMESPACE                                                        |    2 
 NEWS                                                             |    8 
 R/DataManagement.R                                               |   27 
 R/ModelFit.R                                                     |   71 
 R/NewDataConversion.R                                            |   33 
 R/RcppExports.R                                                  |   38 
 R/SpecialPriors.R                                                |    2 
 man/convertToCyclopsData.Rd                                      |   10 
 man/createControl.Rd                                             |    6 
 man/createCyclopsData.Rd                                         |    5 
 man/fitCyclopsModel.Rd                                           |    4 
 man/getFloatingPointSize.Rd                                      |only
 man/printMatrixMarket.Rd                                         |    1 
 src/Makevars.win                                                 |   21 
 src/RcppCyclopsInterface.cpp                                     |   69 
 src/RcppCyclopsInterface.h                                       |   21 
 src/RcppExports.cpp                                              |   73 
 src/RcppModelData.cpp                                            |  399 +-
 src/RcppModelData.h                                              |  358 +
 src/cyclops/CcdInterface.cpp                                     |   43 
 src/cyclops/CcdInterface.h                                       |   37 
 src/cyclops/CompressedDataMatrix.cpp                             |  134 
 src/cyclops/CompressedDataMatrix.h                               |  107 
 src/cyclops/CyclicCoordinateDescent.cpp                          |  642 ++-
 src/cyclops/CyclicCoordinateDescent.h                            |   48 
 src/cyclops/Iterators.h                                          |   66 
 src/cyclops/ModelData.cpp                                        |  245 +
 src/cyclops/ModelData.h                                          |  573 ++-
 src/cyclops/Types.h                                              |   49 
 src/cyclops/drivers/AbstractCrossValidationDriver.cpp            |    6 
 src/cyclops/drivers/AbstractCrossValidationDriver.h              |    4 
 src/cyclops/drivers/AbstractSelector.h                           |    4 
 src/cyclops/drivers/AutoSearchCrossValidationDriver.cpp          |    4 
 src/cyclops/drivers/AutoSearchCrossValidationDriver.h            |    8 
 src/cyclops/drivers/BootstrapDriver.cpp                          |   28 
 src/cyclops/drivers/BootstrapDriver.h                            |    4 
 src/cyclops/drivers/BootstrapSelector.cpp                        |    4 
 src/cyclops/drivers/BootstrapSelector.h                          |    4 
 src/cyclops/drivers/CrossValidationSelector.cpp                  |   36 
 src/cyclops/drivers/CrossValidationSelector.h                    |   14 
 src/cyclops/drivers/GridSearchCrossValidationDriver.cpp          |    6 
 src/cyclops/drivers/GridSearchCrossValidationDriver.h            |    4 
 src/cyclops/drivers/HierarchyAutoSearchCrossValidationDriver.cpp |    6 
 src/cyclops/drivers/HierarchyAutoSearchCrossValidationDriver.h   |    6 
 src/cyclops/drivers/HierarchyGridSearchCrossValidationDriver.cpp |   10 
 src/cyclops/drivers/HierarchyGridSearchCrossValidationDriver.h   |    2 
 src/cyclops/drivers/ProportionSelector.cpp                       |    8 
 src/cyclops/drivers/ProportionSelector.h                         |    4 
 src/cyclops/engine/AbstractModelSpecifics.cpp                    |  488 +-
 src/cyclops/engine/AbstractModelSpecifics.h                      |  168 
 src/cyclops/engine/ModelSpecifics.h                              | 1677 +++------
 src/cyclops/engine/ModelSpecifics.hpp                            | 1859 ++++++----
 src/cyclops/engine/ParallelLoops.h                               |   22 
 src/cyclops/engine/Ranges.h                                      |  164 
 src/cyclops/engine/Recursions.hpp                                |  233 -
 src/cyclops/imputation/ImputationPolicy.h                        |    2 
 src/cyclops/io/BaseInputReader.h                                 |  147 
 src/cyclops/io/InputReader.cpp                                   |    2 
 src/cyclops/io/InputReader.h                                     |    6 
 src/cyclops/io/NewGenericInputReader.h                           |   32 
 src/cyclops/io/OutputWriter.h                                    |   16 
 src/cyclops/io/SparseIndexer.h                                   |   23 
 tests/testthat/test-cv.R                                         |    4 
 tests/testthat/test-dataConversionStratified.R                   |    3 
 tests/testthat/test-floatingPoint.R                              |only
 tests/testthat/test-smallCox.R                                   |  198 -
 tests/testthat/test-smallExactCLR.R                              |   82 
 tests/testthat/test-smallPoisson.R                               |   50 
 tests/testthat/test-weighted_cv.R                                |only
 tests/testthat/test-weighting.R                                  |only
 tests/testthat/test-xyConstructor.R                              |    4 
 73 files changed, 5176 insertions(+), 3410 deletions(-)

More information about Cyclops at CRAN
Permanent link

Package sentometrics updated to version 0.5 with previous version 0.4 dated 2018-05-28

Title: An Integrated Framework for Textual Sentiment Time Series Aggregation and Prediction
Description: Optimized prediction based on textual sentiment, accounting for the intrinsic challenge that sentiment can be computed and pooled across texts and time in various ways. See Ardia et al. (2017) <doi:10.2139/ssrn.3067734>.
Author: David Ardia [aut], Keven Bluteau [aut], Samuel Borms [aut, cre], Kris Boudt [aut]
Maintainer: Samuel Borms <samuel.borms@unine.ch>

Diff between sentometrics versions 0.4 dated 2018-05-28 and 0.5 dated 2018-09-18

 sentometrics-0.4/sentometrics/R/sentomeasures.R                           |only
 sentometrics-0.4/sentometrics/man/almons.Rd                               |only
 sentometrics-0.4/sentometrics/man/ctr_merge.Rd                            |only
 sentometrics-0.4/sentometrics/man/exponentials.Rd                         |only
 sentometrics-0.4/sentometrics/man/nobs.Rd                                 |only
 sentometrics-0.4/sentometrics/man/perform_MCS.Rd                          |only
 sentometrics-0.4/sentometrics/man/perform_agg.Rd                          |only
 sentometrics-0.4/sentometrics/man/plot_attributions.Rd                    |only
 sentometrics-0.4/sentometrics/man/retrieve_attributions.Rd                |only
 sentometrics-0.4/sentometrics/man/setup_lexicons.Rd                       |only
 sentometrics-0.4/sentometrics/man/to_global.Rd                            |only
 sentometrics-0.5/sentometrics/DESCRIPTION                                 |   21 
 sentometrics-0.5/sentometrics/MD5                                         |  142 +-
 sentometrics-0.5/sentometrics/NAMESPACE                                   |   20 
 sentometrics-0.5/sentometrics/NEWS.md                                     |   43 
 sentometrics-0.5/sentometrics/R/RcppExports.R                             |    8 
 sentometrics-0.5/sentometrics/R/attribution.R                             |  318 ++--
 sentometrics-0.5/sentometrics/R/deprecated.R                              |  222 ++-
 sentometrics-0.5/sentometrics/R/sentiment_engines.R                       |  290 +---
 sentometrics-0.5/sentometrics/R/sentocorpus.R                             |  105 -
 sentometrics-0.5/sentometrics/R/sentolexicons.R                           |only
 sentometrics-0.5/sentometrics/R/sentomeasures_main.R                      |only
 sentometrics-0.5/sentometrics/R/sentomeasures_measures_xyz.R              |only
 sentometrics-0.5/sentometrics/R/sentomeasures_methods.R                   |only
 sentometrics-0.5/sentometrics/R/sentometrics.R                            |  104 -
 sentometrics-0.5/sentometrics/R/sentomodel.R                              |  679 ++++------
 sentometrics-0.5/sentometrics/R/utils.R                                   |  459 ++++--
 sentometrics-0.5/sentometrics/R/zzz.R                                     |    2 
 sentometrics-0.5/sentometrics/README.md                                   |   13 
 sentometrics-0.5/sentometrics/data/epu.rda                                |binary
 sentometrics-0.5/sentometrics/data/list_lexicons.rda                      |binary
 sentometrics-0.5/sentometrics/data/list_valence_shifters.rda              |binary
 sentometrics-0.5/sentometrics/data/usnews.rda                             |binary
 sentometrics-0.5/sentometrics/inst/CITATION                               |    2 
 sentometrics-0.5/sentometrics/man/add_features.Rd                         |   35 
 sentometrics-0.5/sentometrics/man/aggregate.Rd                            |only
 sentometrics-0.5/sentometrics/man/attributions.Rd                         |only
 sentometrics-0.5/sentometrics/man/compute_sentiment.Rd                    |   96 -
 sentometrics-0.5/sentometrics/man/ctr_agg.Rd                              |   50 
 sentometrics-0.5/sentometrics/man/ctr_model.Rd                            |   57 
 sentometrics-0.5/sentometrics/man/data-defunct.Rd                         |    1 
 sentometrics-0.5/sentometrics/man/diff.sentomeasures.Rd                   |    4 
 sentometrics-0.5/sentometrics/man/epu.Rd                                  |   14 
 sentometrics-0.5/sentometrics/man/get_dates.Rd                            |only
 sentometrics-0.5/sentometrics/man/get_dimensions.Rd                       |only
 sentometrics-0.5/sentometrics/man/get_hows.Rd                             |   10 
 sentometrics-0.5/sentometrics/man/get_loss_data.Rd                        |only
 sentometrics-0.5/sentometrics/man/get_measures.Rd                         |only
 sentometrics-0.5/sentometrics/man/list_lexicons.Rd                        |   33 
 sentometrics-0.5/sentometrics/man/list_valence_shifters.Rd                |   22 
 sentometrics-0.5/sentometrics/man/measures_delete.Rd                      |   17 
 sentometrics-0.5/sentometrics/man/measures_fill.Rd                        |   31 
 sentometrics-0.5/sentometrics/man/measures_global.Rd                      |only
 sentometrics-0.5/sentometrics/man/measures_merge.Rd                       |   47 
 sentometrics-0.5/sentometrics/man/measures_select.Rd                      |   17 
 sentometrics-0.5/sentometrics/man/measures_subset.Rd                      |    4 
 sentometrics-0.5/sentometrics/man/nmeasures.Rd                            |    2 
 sentometrics-0.5/sentometrics/man/nobs.sentomeasures.Rd                   |only
 sentometrics-0.5/sentometrics/man/peakdocs.Rd                             |    4 
 sentometrics-0.5/sentometrics/man/plot.attributions.Rd                    |only
 sentometrics-0.5/sentometrics/man/plot.sentomeasures.Rd                   |   13 
 sentometrics-0.5/sentometrics/man/plot.sentomodeliter.Rd                  |   37 
 sentometrics-0.5/sentometrics/man/predict.sentomodel.Rd                   |    8 
 sentometrics-0.5/sentometrics/man/scale.sentomeasures.Rd                  |   31 
 sentometrics-0.5/sentometrics/man/sento_corpus.Rd                         |   49 
 sentometrics-0.5/sentometrics/man/sento_lexicons.Rd                       |only
 sentometrics-0.5/sentometrics/man/sento_measures.Rd                       |   16 
 sentometrics-0.5/sentometrics/man/sento_model.Rd                          |   70 -
 sentometrics-0.5/sentometrics/man/sentometrics-defunct.Rd                 |only
 sentometrics-0.5/sentometrics/man/sentometrics-deprecated.Rd              |  116 +
 sentometrics-0.5/sentometrics/man/sentometrics-package.Rd                 |   37 
 sentometrics-0.5/sentometrics/man/usnews.Rd                               |    3 
 sentometrics-0.5/sentometrics/man/weights_almon.Rd                        |only
 sentometrics-0.5/sentometrics/man/weights_beta.Rd                         |only
 sentometrics-0.5/sentometrics/man/weights_exponential.Rd                  |only
 sentometrics-0.5/sentometrics/src/Makevars                                |    2 
 sentometrics-0.5/sentometrics/src/Makevars.win                            |    4 
 sentometrics-0.5/sentometrics/src/RcppExports.cpp                         |   29 
 sentometrics-0.5/sentometrics/src/SentimentScorerBigrams.h                |only
 sentometrics-0.5/sentometrics/src/SentimentScorerClusters.h               |only
 sentometrics-0.5/sentometrics/src/SentimentScorerOnegrams.h               |only
 sentometrics-0.5/sentometrics/src/compute_df.cpp                          |   36 
 sentometrics-0.5/sentometrics/src/compute_sentiment_onegrams.cpp          |only
 sentometrics-0.5/sentometrics/src/compute_sentiment_valence.cpp           |only
 sentometrics-0.5/sentometrics/src/utils.h                                 |only
 sentometrics-0.5/sentometrics/tests/testthat/test_aggregation.R           |   52 
 sentometrics-0.5/sentometrics/tests/testthat/test_attribution.R           |   59 
 sentometrics-0.5/sentometrics/tests/testthat/test_corpus_building.R       |only
 sentometrics-0.5/sentometrics/tests/testthat/test_measures_manipulation.R |only
 sentometrics-0.5/sentometrics/tests/testthat/test_methods_sentomeasures.R |only
 sentometrics-0.5/sentometrics/tests/testthat/test_model_specification.R   |only
 sentometrics-0.5/sentometrics/tests/testthat/test_sentiment_computation.R |only
 92 files changed, 2033 insertions(+), 1401 deletions(-)

More information about sentometrics at CRAN
Permanent link

Package docxtractr updated to version 0.5.0 with previous version 0.2.0 dated 2016-07-20

Title: Extract Data Tables and Comments from 'Microsoft' 'Word' Documents
Description: 'Microsoft Word' 'docx' files provide an 'XML' structure that is fairly straightforward to navigate, especially when it applies to 'Word' tables and comments. Tools are provided to determine table count/structure, comment count and also to extract/clean tables and comments from 'Microsoft Word' 'docx' documents. There is also nascent support for '.doc' files.
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>), Mark Dulhunty [ctb], Karlo Guidoni-Martins [ctb], Chris Muir [aut, ctb]
Maintainer: Bob Rudis <bob@rud.is>

Diff between docxtractr versions 0.2.0 dated 2016-07-20 and 0.5.0 dated 2018-09-18

 DESCRIPTION                      |   44 ++++++++----
 MD5                              |   54 ++++++++-------
 NAMESPACE                        |   13 +++
 NEWS.md                          |   20 +++++
 R/aaa.r                          |    2 
 R/assign_colnames.r              |    9 ++
 R/comments.R                     |only
 R/describe.r                     |   11 +--
 R/docx-extract-tbl.r             |only
 R/docx_find_tbls.r               |   54 ---------------
 R/docxtractr-package.r           |   20 +++--
 R/extract_all.r                  |   45 ++-----------
 R/mcga.r                         |only
 R/read_docs.r                    |   68 ++++++++++++++++---
 R/utils.r                        |  135 +++++++++++++++++++++++++++++++++++++--
 inst/examples/preserve.docx      |only
 man/assign_colnames.Rd           |    5 -
 man/docx_cmnt_count.Rd           |    1 
 man/docx_describe_cmnts.Rd       |    1 
 man/docx_describe_tbls.Rd        |    1 
 man/docx_extract_all.Rd          |    7 +-
 man/docx_extract_all_cmnts.Rd    |    8 +-
 man/docx_extract_all_tbls.Rd     |    8 +-
 man/docx_extract_tbl.Rd          |   14 ++--
 man/docx_tbl_count.Rd            |    1 
 man/docxtractr.Rd                |   11 +--
 man/mcga.Rd                      |only
 man/print.docx.Rd                |    1 
 man/read_docx.Rd                 |    7 --
 man/set_libreoffice_path.Rd      |only
 tests/testthat/test-docxtractr.R |   39 +++++++++--
 31 files changed, 379 insertions(+), 200 deletions(-)

More information about docxtractr at CRAN
Permanent link

Package cymruservices updated to version 0.5.0 with previous version 0.2.0 dated 2016-03-01

Title: Query 'Team Cymru' 'IP' Address, Autonomous System Number ('ASN'), Border Gateway Protocol ('BGP'), Bogon and 'Malware' Hash Data Services
Description: A toolkit for querying 'Team Cymru' <http://team-cymru.org> 'IP' address, Autonomous System Number ('ASN'), Border Gateway Protocol ('BGP'), Bogon and 'Malware' Hash Data Services.
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>)
Maintainer: Bob Rudis <bob@rud.is>

Diff between cymruservices versions 0.2.0 dated 2016-03-01 and 0.5.0 dated 2018-09-18

 cymruservices-0.2.0/cymruservices/NEWS                                |only
 cymruservices-0.2.0/cymruservices/README.md                           |only
 cymruservices-0.5.0/cymruservices/DESCRIPTION                         |   20 
 cymruservices-0.5.0/cymruservices/MD5                                 |   37 -
 cymruservices-0.5.0/cymruservices/NAMESPACE                           |    7 
 cymruservices-0.5.0/cymruservices/R/aaa.R                             |only
 cymruservices-0.5.0/cymruservices/R/asn.R                             |  336 +++++-----
 cymruservices-0.5.0/cymruservices/R/bogons.R                          |  139 ++--
 cymruservices-0.5.0/cymruservices/R/cymruservices-package.r           |    8 
 cymruservices-0.5.0/cymruservices/R/malwarehash.R                     |  104 +--
 cymruservices-0.5.0/cymruservices/R/utils-safely.R                    |only
 cymruservices-0.5.0/cymruservices/R/utils.R                           |    6 
 cymruservices-0.5.0/cymruservices/R/zflush.r                          |only
 cymruservices-0.5.0/cymruservices/man/bulk_origin.Rd                  |    1 
 cymruservices-0.5.0/cymruservices/man/bulk_origin_asn.Rd              |    1 
 cymruservices-0.5.0/cymruservices/man/bulk_peer.Rd                    |    1 
 cymruservices-0.5.0/cymruservices/man/cymru_active.Rd                 |only
 cymruservices-0.5.0/cymruservices/man/cymruservices.Rd                |    3 
 cymruservices-0.5.0/cymruservices/man/flush.Rd                        |only
 cymruservices-0.5.0/cymruservices/man/ipv4_bogons.Rd                  |    1 
 cymruservices-0.5.0/cymruservices/man/ipv6_bogons.Rd                  |    1 
 cymruservices-0.5.0/cymruservices/man/malware_hash.Rd                 |    1 
 cymruservices-0.5.0/cymruservices/tests/testthat/test-cymruservices.R |   24 
 23 files changed, 392 insertions(+), 298 deletions(-)

More information about cymruservices at CRAN
Permanent link

Package cAIC4 updated to version 0.5 with previous version 0.4 dated 2018-05-22

Title: Conditional Akaike Information Criterion for 'lme4'
Description: Provides functions for the estimation of the conditional Akaike information in generalized mixed-effect models fitted with (g)lmer() from 'lme4'.
Author: Benjamin Saefken and David Ruegamer, with contributions from Sonja Greven and Thomas Kneib
Maintainer: David Ruegamer <david.ruegamer@gmail.com>

Diff between cAIC4 versions 0.4 dated 2018-05-22 and 0.5 dated 2018-09-18

 DESCRIPTION                 |   10 +-
 MD5                         |   33 +++---
 NAMESPACE                   |    1 
 R/biasCorrectionBernoulli.R |   23 +++-
 R/biasCorrectionPoisson.R   |   18 +++
 R/cAIC.R                    |   36 ++++---
 R/calculateGaussianBc.R     |   14 ++
 R/datasets.R                |   14 ++
 R/deleteZeroComponents.R    |   23 ++--
 R/getModelComponents.R      |    2 
 R/helperfuns_stepcAIC.R     |  199 +++++++++++++++++++++++++++++++++--------
 R/methods.R                 |only
 R/stepcAIC.R                |  213 +++++++++++++++++++++++++++++++-------------
 build/partial.rdb           |binary
 data/Zambia.RData           |only
 man/Zambia.Rd               |only
 man/anocAIC.Rd              |only
 man/cAIC.Rd                 |    9 +
 man/print.cAIC.Rd           |only
 man/stepcAIC.Rd             |   63 ++++++++-----
 20 files changed, 476 insertions(+), 182 deletions(-)

More information about cAIC4 at CRAN
Permanent link

Package seplyr updated to version 0.8.1 with previous version 0.8.0 dated 2018-09-10

Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
Description: The 'seplyr' (standard evaluation plying) package supplies improved standard evaluation adapter methods for important common 'dplyr' data manipulation tasks. In addition the 'seplyr' package supplies several new "key operations bound together" methods. These include 'group_summarize()' (which combines grouping, arranging and calculation in an atomic unit), 'add_group_summaries()' (which joins grouped summaries into a 'data.frame' in a well documented manner), 'add_group_indices()' (which adds per-group identifiers to a 'data.frame' without depending on row-order), 'partition_mutate_qt()' (which optimizes mutate sequences), and 'if_else_device()' (which simulates per-row if-else blocks in expression sequences).
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between seplyr versions 0.8.0 dated 2018-09-10 and 0.8.1 dated 2018-09-18

 DESCRIPTION                     |   12 +++++------
 MD5                             |   42 ++++++++++++++++++++--------------------
 NEWS.md                         |    5 ++++
 R/add_group_summaries.R         |    9 ++++----
 R/add_rank_indices.R            |    9 ++++----
 R/arrange_se.R                  |    4 +--
 R/filter_se.R                   |    5 ++--
 R/group_summarize.R             |    9 ++++----
 R/in_group_indices.R            |    9 ++++----
 R/mutate_nse.R                  |    3 --
 R/mutate_se.R                   |    7 ++----
 R/select_se.R                   |    5 ++--
 R/summarize_se.R                |   11 +++++-----
 R/transmute_se.R                |    5 ++--
 inst/doc/MutatePartitioner.html |    4 +--
 inst/doc/named_map_builder.html |    4 +--
 inst/doc/rename_se.html         |    4 +--
 inst/doc/seplyr.html            |    4 +--
 inst/doc/using_seplyr.html      |    4 +--
 man/mutate_nse.Rd               |    3 --
 man/mutate_se.Rd                |    3 --
 man/summarize_se.Rd             |    2 -
 22 files changed, 86 insertions(+), 77 deletions(-)

More information about seplyr at CRAN
Permanent link

Package hetGP updated to version 1.1.0 with previous version 1.0.2 dated 2018-02-06

Title: Heteroskedastic Gaussian Process Modeling and Design under Replication
Description: Performs Gaussian process regression with heteroskedastic noise following Binois, M., Gramacy, R., Ludkovski, M. (2016) <arXiv:1611.05902>. The input dependent noise is modeled as another Gaussian process. Replicated observations are encouraged as they yield computational savings. Sequential design procedures based on the integrated mean square prediction error and lookahead heuristics are provided, and notably fast update functions when adding new observations.
Author: Mickael Binois, Robert B. Gramacy
Maintainer: Mickael Binois <mbinois@mcs.anl.gov>

Diff between hetGP versions 1.0.2 dated 2018-02-06 and 1.1.0 dated 2018-09-18

 DESCRIPTION              |   10 -
 MD5                      |   54 ++++----
 NAMESPACE                |   11 +
 NEWS                     |   11 +
 R/IMSE.R                 |   42 ++++--
 R/TestFunctions.R        |    2 
 R/contour.R              |only
 R/hetGP.R                |  304 ++++++++++++++++++++++++++++++-----------------
 R/hetTP.R                |  290 +++++++++++++++++++++++++++++---------------
 R/optim.R                |only
 R/update_hetGP.R         |  118 +++++++++++++-----
 man/IMSE.search.Rd       |    5 
 man/IMSE_nsteps_ahead.Rd |    4 
 man/IMSPE.Rd             |    4 
 man/LOO_preds.Rd         |only
 man/SIR.Rd               |    4 
 man/allocate_mult.Rd     |   18 ++
 man/crit_EI.Rd           |only
 man/crit_ICU.Rd          |only
 man/crit_IMSE.Rd         |    6 
 man/crit_MCU.Rd          |only
 man/crit_cSUR.Rd         |only
 man/crit_tMSE.Rd         |only
 man/find_reps.Rd         |    4 
 man/mleHetGP.Rd          |   23 +--
 man/mleHetTP.Rd          |   24 +--
 man/mleHomGP.Rd          |   16 +-
 man/mleHomTP.Rd          |    8 -
 man/update.hetGP.Rd      |    4 
 man/update.hetTP.Rd      |    4 
 man/update.homGP.Rd      |    3 
 man/update.homTP.Rd      |    3 
 32 files changed, 635 insertions(+), 337 deletions(-)

More information about hetGP at CRAN
Permanent link

Package arsenal updated to version 1.4.0 with previous version 1.3.0 dated 2018-07-20

Title: An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Description: An Arsenal of 'R' functions for large-scale statistical summaries, which are streamlined to work within the latest reporting tools in 'R' and 'RStudio' and which use formulas and versatile summary statistics for summary tables and models. The primary functions include tableby(), a Table-1-like summary of multiple variable types 'by' the levels of a categorical variable; paired(), a Table-1-like summary of multiple variable types paired across two time points; modelsum(), which performs simple model fits on the same endpoint for many variables (univariate or adjusted for standard covariates); freqlist(), a powerful frequency table across many categorical variables; compare.data.frame(), the S3 method for comparing data.frames; and write2(), a function to output tables to a document.
Author: Ethan Heinzen [aut, cre], Jason Sinnwell [aut], Elizabeth Atkinson [aut], Tina Gunderson [aut], Gregory Dougherty [aut], Patrick Votruba [ctb], Ryan Lennon [ctb], Andrew Hanson [ctb], Krista Goergen [ctb], Emily Lundt [ctb], Brendan Broderick [ctb]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>

Diff between arsenal versions 1.3.0 dated 2018-07-20 and 1.4.0 dated 2018-09-18

 DESCRIPTION                    |    8 
 MD5                            |  114 ++++++-------
 NAMESPACE                      |    6 
 NEWS.md                        |   79 +++++++++
 R/as.data.frame.modelsum.R     |   11 -
 R/as.data.frame.tableby.R      |   36 ++--
 R/compare.data.frame.R         |   37 ++--
 R/compare.internal.R           |   25 ++
 R/modelsum.R                   |  137 +++++++++------
 R/modelsum.control.R           |   89 +++++++---
 R/modelsum.families.R          |only
 R/modelsum.internal.R          |    5 
 R/paired.R                     |   36 ++--
 R/paired.internal.R            |    1 
 R/summary.compare.R            |   40 +++-
 R/summary.freqlist.R           |    2 
 R/summary.modelsum.R           |   28 +--
 R/summary.tableby.R            |   46 +++--
 R/tableby.R                    |   30 ++-
 R/tableby.control.R            |   16 +
 R/tableby.internal.R           |    9 -
 R/tableby.stat.tests.R         |    2 
 R/tableby.stats.R              |    4 
 README.md                      |    3 
 inst/doc/compare.Rmd           |    4 
 inst/doc/compare.html          |  285 ++++++++++++++++++++++++++++++++
 inst/doc/freqlist.html         |    2 
 inst/doc/labels.Rmd            |    3 
 inst/doc/labels.html           |    4 
 inst/doc/modelsum.Rmd          |   38 ++--
 inst/doc/modelsum.html         |  358 +++++++++++++++++++++--------------------
 inst/doc/paired.R              |    6 
 inst/doc/paired.Rmd            |   20 ++
 inst/doc/paired.html           |   28 +++
 inst/doc/tableby.R             |   13 +
 inst/doc/tableby.Rmd           |   38 +++-
 inst/doc/tableby.html          |  225 ++++++++++++++++++++++---
 inst/doc/write2.Rmd            |   12 +
 inst/doc/write2.html           |    8 
 man/compare.data.frame.Rd      |    2 
 man/diffs.Rd                   |   11 +
 man/modelsum.Rd                |    6 
 man/modelsum.control.Rd        |   12 -
 man/modelsum.family.Rd         |only
 man/summary.compare.Rd         |   10 -
 man/summary.modelsum.Rd        |   19 +-
 man/summary.tableby.Rd         |   21 +-
 man/tableby.control.Rd         |   37 ++--
 man/tableby.stats.Rd           |    6 
 tests/testthat/test_compare.R  |  121 ++++++++++++-
 tests/testthat/test_modelsum.R |  105 ++++++++++++
 tests/testthat/test_paired.R   |   17 +
 tests/testthat/test_tableby.R  |   68 +++++++
 vignettes/compare.Rmd          |    4 
 vignettes/labels.Rmd           |    3 
 vignettes/modelsum.Rmd         |   38 ++--
 vignettes/paired.Rmd           |   20 ++
 vignettes/tableby.Rmd          |   38 +++-
 vignettes/write2.Rmd           |   12 +
 59 files changed, 1783 insertions(+), 575 deletions(-)

More information about arsenal at CRAN
Permanent link

Package pkgbuild updated to version 1.0.1 with previous version 1.0.0 dated 2018-06-27

Title: Find Tools Needed to Build R Packages
Description: Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
Author: Hadley Wickham [aut], Jim Hester [aut, cre], RStudio [cph]
Maintainer: Jim Hester <james.hester@rstudio.com>

Diff between pkgbuild versions 1.0.0 dated 2018-06-27 and 1.0.1 dated 2018-09-18

 DESCRIPTION            |   12 ++++++------
 MD5                    |   24 ++++++++++++------------
 NAMESPACE              |    1 +
 NEWS.md                |   11 ++++++++++-
 R/build-tools.R        |   14 +++++++++++++-
 R/compile-dll.R        |   16 ++++++++++++++--
 R/compiler-flags.R     |   12 ++++++------
 R/utils.R              |   29 +++++++++++++++++++++++++++++
 README.md              |    2 +-
 man/build.Rd           |    6 +++---
 man/compiler_flags.Rd  |    3 ++-
 man/has_build_tools.Rd |    8 +++++++-
 man/with_debug.Rd      |    3 ++-
 13 files changed, 106 insertions(+), 35 deletions(-)

More information about pkgbuild at CRAN
Permanent link

Package molaR updated to version 4.4 with previous version 4.3 dated 2017-09-20

Title: Dental Surface Complexity Measurement Tools
Description: Surface topography calculations of Dirichlet's normal energy, relief index, surface slope, and orientation patch count for teeth using scans of enamel caps. Importantly, for the relief index and orientation patch count calculations to work, the scanned tooth files must be oriented with the occlusal plane parallel to the x and y axes, and perpendicular to the z axis. The files should also be simplified, and smoothed in some other software prior to uploading into R.
Author: James D. Pampush [aut, cre, cph], Julia M. Winchester [aut, cph], Paul E. Morse [aut, cph], Alexander Q. Vining [aut, cph]
Maintainer: James D. Pampush <jdpampush@gmail.com>

Diff between molaR versions 4.3 dated 2017-09-20 and 4.4 dated 2018-09-18

 DESCRIPTION        |   14 ++++++-------
 MD5                |   56 ++++++++++++++++++++++++++---------------------------
 R/Check2D.R        |    4 +++
 R/DNE.R            |    4 +++
 R/DNE3d.R          |    4 +++
 R/OPC.R            |    6 ++++-
 R/OPC3d.R          |    4 +++
 R/OPCr.R           |    1 
 R/RFI.R            |    6 ++++-
 R/RFI3d.R          |    5 +++-
 R/Slope.R          |    6 ++++-
 R/Slope3d.R        |    6 ++++-
 R/Slope_Legend.R   |    2 -
 R/molaR_Clean.R    |    3 ++
 R/plyClip.R        |    3 +-
 R/read.AVIZO.ply.R |    1 
 build/vignette.rds |binary
 man/Check2D.Rd     |    4 +++
 man/DNE.Rd         |    4 +++
 man/DNE3d.Rd       |   10 ++++++---
 man/OPC.Rd         |    4 +++
 man/OPC3d.Rd       |    8 +++++--
 man/RFI.Rd         |    4 +++
 man/RFI3d.Rd       |    4 +++
 man/Slope.Rd       |    4 +++
 man/Slope3d.Rd     |    8 +++++--
 man/molaR_Batch.Rd |   13 ++++++------
 man/molaR_Clean.Rd |    3 ++
 man/patches_per.Rd |    3 +-
 29 files changed, 137 insertions(+), 57 deletions(-)

More information about molaR at CRAN
Permanent link

Package asbio updated to version 1.5-3 with previous version 1.5-2 dated 2018-07-09

Title: A Collection of Statistical Tools for Biologists
Description: Contains functions from: Aho, K. (2014) Foundational and Applied Statistics for Biologists using R. CRC/Taylor and Francis, Boca Raton, FL, ISBN: 978-1-4398-7338-0.
Author: Ken Aho
Maintainer: Ken Aho <kenaho1@gmail.com>

Diff between asbio versions 1.5-2 dated 2018-07-09 and 1.5-3 dated 2018-09-18

 DESCRIPTION            |    8 ++++----
 MD5                    |   14 +++++++-------
 R/ci.p.r               |   19 ++++++++++++-------
 inst/doc/ranef.cov.pdf |binary
 inst/doc/simpson.pdf   |binary
 man/ci.p.rd            |   34 +++++++++++++++++++++++-----------
 man/heart.rd           |    2 +-
 man/refinery.rd        |    3 ---
 8 files changed, 47 insertions(+), 33 deletions(-)

More information about asbio at CRAN
Permanent link

Package psychmeta updated to version 2.2.0 with previous version 2.1.9 dated 2018-08-23

Title: Psychometric Meta-Analysis Toolkit
Description: Tools for computing bare-bones and psychometric meta-analyses and for generating psychometric data for use in meta-analysis simulations. Supports bare-bones, individual-correction, and artifact-distribution methods for meta-analyzing correlations and d values. Includes tools for converting effect sizes, computing sporadic artifact corrections, reshaping meta-analytic databases, computing multivariate corrections for range variation, and more. Bugs can be reported to <https://github.com/psychmeta/psychmeta/issues> or <issues@psychmeta.com>.
Author: Jeffrey A. Dahlke [aut, cre], Brenton M. Wiernik [aut], Michael T. Brannick [ctb] (Testing), Jack Kostal [ctb] (Code for reshape_mat2dat function), Sean Potter [ctb] (Testing; Code for cumulative and leave1out plots), John Sakaluk [ctb] (Code for funnel and forest plots), Yuejia (Mandy) Teng [ctb] (Testing)
Maintainer: Jeffrey A. Dahlke <dahlk068@umn.edu>

Diff between psychmeta versions 2.1.9 dated 2018-08-23 and 2.2.0 dated 2018-09-18

 DESCRIPTION                  |    8 
 MD5                          |   66 +--
 NAMESPACE                    |    2 
 NEWS                         |   28 +
 R/control_intercor.R         |   35 +
 R/create_ad.R                |    6 
 R/create_ad_list.R           |   52 ++
 R/estimate_mixture.R         |   11 
 R/filters.R                  |   28 -
 R/impute_artifacts_wrapper.R |    8 
 R/itemize_scales.R           |    1 
 R/ma_d.R                     |   17 
 R/ma_generic.R               |   16 
 R/ma_r.R                     |  213 ++++++++++
 R/ma_r_ad.R                  |   28 +
 R/methods_print.R            |    9 
 R/methods_summary.R          |    8 
 R/output.R                   |  835 +++++++++++++++++++++----------------------
 R/remove_dependency.R        |    6 
 R/simulate_r.R               |    7 
 R/wrangle_ads.R              |   13 
 R/wrangle_data.R             |  147 +++++--
 R/zzz.R                      |    4 
 inst/CITATION                |    8 
 man/control_intercor.Rd      |   11 
 man/create_ad_tibble.Rd      |   48 +-
 man/ma_d.Rd                  |   10 
 man/ma_r.Rd                  |   32 -
 man/metabulate.Rd            |    5 
 man/metabulate_rmd_helper.Rd |    2 
 man/mix_dist.Rd              |    6 
 man/organize_database.Rd     |    9 
 man/screen_ad_int.Rd         |    4 
 man/screen_ad_tsa.Rd         |    4 
 34 files changed, 1073 insertions(+), 614 deletions(-)

More information about psychmeta at CRAN
Permanent link

Package projpred updated to version 1.0.0 with previous version 0.8.0 dated 2018-04-16

Title: Projection Predictive Feature Selection
Description: Performs projection predictive feature selection for generalized linear models (see, e.g., Piironen and Vehtari, 2017, <doi:10.1007/s11222-016-9649-y>). The package is compatible with 'rstanarm' package, but other reference models can also be used. See the package vignette for more information and examples.
Author: Juho Piironen [cre, aut], Markus Paasiniemi [aut], Aki Vehtari [aut], Jonah Gabry [ctb]
Maintainer: Juho Piironen <juho.piironen@aalto.fi>

Diff between projpred versions 0.8.0 dated 2018-04-16 and 1.0.0 dated 2018-09-18

 projpred-0.8.0/projpred/man/cvind.Rd                        |only
 projpred-0.8.0/projpred/vignettes/quickstart_cache          |only
 projpred-1.0.0/projpred/DESCRIPTION                         |   30 
 projpred-1.0.0/projpred/MD5                                 |  106 +-
 projpred-1.0.0/projpred/NAMESPACE                           |    9 
 projpred-1.0.0/projpred/NEWS.md                             |only
 projpred-1.0.0/projpred/R/RcppExports.R                     |    8 
 projpred-1.0.0/projpred/R/cv_varsel.R                       |  358 +++---
 projpred-1.0.0/projpred/R/glmfun.R                          |  223 ++--
 projpred-1.0.0/projpred/R/kl_helpers.R                      |   85 -
 projpred-1.0.0/projpred/R/methods.R                         |  440 +++-----
 projpred-1.0.0/projpred/R/misc.R                            |  221 +---
 projpred-1.0.0/projpred/R/project.R                         |   95 +
 projpred-1.0.0/projpred/R/projfun.R                         |  105 +-
 projpred-1.0.0/projpred/R/projpred-package.R                |    9 
 projpred-1.0.0/projpred/R/refmodel.R                        |only
 projpred-1.0.0/projpred/R/search.R                          |   61 -
 projpred-1.0.0/projpred/R/summary_funs.R                    |  386 +++----
 projpred-1.0.0/projpred/R/varsel.R                          |  216 ++--
 projpred-1.0.0/projpred/inst/doc/quickstart.R               |  104 +
 projpred-1.0.0/projpred/inst/doc/quickstart.Rmd             |  159 ++-
 projpred-1.0.0/projpred/inst/doc/quickstart.html            |  626 ++++++++----
 projpred-1.0.0/projpred/man/cv-indices.Rd                   |only
 projpred-1.0.0/projpred/man/cv_varsel.Rd                    |   43 
 projpred-1.0.0/projpred/man/get-refmodel.Rd                 |only
 projpred-1.0.0/projpred/man/init_refmodel.Rd                |   96 +
 projpred-1.0.0/projpred/man/predict.refmodel.Rd             |only
 projpred-1.0.0/projpred/man/proj-pred.Rd                    |   30 
 projpred-1.0.0/projpred/man/project.Rd                      |   36 
 projpred-1.0.0/projpred/man/projpred.Rd                     |    7 
 projpred-1.0.0/projpred/man/suggest_size.Rd                 |   44 
 projpred-1.0.0/projpred/man/varsel-statistics.Rd            |   27 
 projpred-1.0.0/projpred/man/varsel.Rd                       |   48 
 projpred-1.0.0/projpred/src/RcppExports.cpp                 |   18 
 projpred-1.0.0/projpred/src/glmfun.cpp                      |  101 +
 projpred-1.0.0/projpred/tests/testthat.R                    |    1 
 projpred-1.0.0/projpred/tests/testthat/test_as_matrix.R     |    9 
 projpred-1.0.0/projpred/tests/testthat/test_datafit.R       |only
 projpred-1.0.0/projpred/tests/testthat/test_glm_elnet.R     |  329 ++----
 projpred-1.0.0/projpred/tests/testthat/test_glm_ridge.R     |   10 
 projpred-1.0.0/projpred/tests/testthat/test_init_refmodel.R |  177 ---
 projpred-1.0.0/projpred/tests/testthat/test_misc.R          |    5 
 projpred-1.0.0/projpred/tests/testthat/test_proj_pred.R     |    6 
 projpred-1.0.0/projpred/tests/testthat/test_project.R       |   71 -
 projpred-1.0.0/projpred/tests/testthat/test_varsel.R        |  251 ++--
 projpred-1.0.0/projpred/vignettes/quickstart.Rmd            |  159 ++-
 projpred-1.0.0/projpred/vignettes/quickstart_files          |only
 47 files changed, 2706 insertions(+), 2003 deletions(-)

More information about projpred at CRAN
Permanent link

Package OpenMx updated to version 2.11.3 with previous version 2.10.0 dated 2018-08-03

Title: Extended Structural Equation Modelling
Description: Facilitates treatment of statistical model specifications as things that can be generated and manipulated programmatically. Structural equation models may be specified with reticular action model matrices or paths, linear structural relations matrices or paths, or directly in matrix algebra. Fit functions include full information maximum likelihood, maximum likelihood, and weighted least squares. Example models include confirmatory factor, multiple group, mixture distribution, categorical threshold, modern test theory, differential equations, state space, and many others. MacOS users can download the most up-to-date package binaries from <http://openmx.ssri.psu.edu>. See Neale, Hunter, Pritikin, Zahery, Brick, Kirkpatrick, Estabrook, Bates, Maes, & Boker (2016) <doi:10.1007/s11336-014-9435-8>.
Author: Steven M. Boker [aut], Michael C. Neale [aut], Hermine H. Maes [aut], Michael J. Wilde [ctb], Michael Spiegel [aut], Timothy R. Brick [aut], Ryne Estabrook [aut], Timothy C. Bates [aut], Paras Mehta [ctb], Timo von Oertzen [ctb], Ross J. Gore [aut], Michael D. Hunter [aut], Daniel C. Hackett [ctb], Julian Karch [ctb], Andreas M. Brandmaier [ctb], Joshua N. Pritikin [aut, cre], Mahsa Zahery [aut], Robert M. Kirkpatrick [aut], Yang Wang [ctb], Charles Driver [ctb], Massachusetts Institute of Technology [cph], S. G. Johnson [cph], Association for Computing Machinery [cph], Dieter Kraft [cph], Stefan Wilhelm [cph], Sarah Medland [cph], Carl F. Falk [cph], Matt Keller [cph], Manjunath B G [cph], The Regents of the University of California [cph], Lester Ingber [cph], Wong Shao Voon [cph]
Maintainer: Joshua N. Pritikin <jpritikin@pobox.com>

Diff between OpenMx versions 2.10.0 dated 2018-08-03 and 2.11.3 dated 2018-09-18

 OpenMx-2.10.0/OpenMx/man/mxComputeBenchmark.Rd                                                         |only
 OpenMx-2.11.3/OpenMx/DESCRIPTION                                                                       |   30 
 OpenMx-2.11.3/OpenMx/MD5                                                                               | 1241 +++++-----
 OpenMx-2.11.3/OpenMx/NAMESPACE                                                                         |    5 
 OpenMx-2.11.3/OpenMx/NEWS                                                                              |   28 
 OpenMx-2.11.3/OpenMx/R/0ClassUnion.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/DefinitionVars.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/DiagMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/FullMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/IdenMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/LowerMatrix.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/MxAlgebra.R                                                                     |    2 
 OpenMx-2.11.3/OpenMx/R/MxAlgebraConvert.R                                                              |    2 
 OpenMx-2.11.3/OpenMx/R/MxAlgebraFunctions.R                                                            |   37 
 OpenMx-2.11.3/OpenMx/R/MxAlgebraObjective.R                                                            |    2 
 OpenMx-2.11.3/OpenMx/R/MxAlgebraTransform.R                                                            |    2 
 OpenMx-2.11.3/OpenMx/R/MxApply.R                                                                       |    2 
 OpenMx-2.11.3/OpenMx/R/MxAutoStart.R                                                                   |   30 
 OpenMx-2.11.3/OpenMx/R/MxBaseNamed.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/MxBounds.R                                                                      |    2 
 OpenMx-2.11.3/OpenMx/R/MxCommunication.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxCompare.R                                                                     |   97 
 OpenMx-2.11.3/OpenMx/R/MxCompute.R                                                                     |  352 ++
 OpenMx-2.11.3/OpenMx/R/MxConstraint.R                                                                  |    2 
 OpenMx-2.11.3/OpenMx/R/MxCycleDetection.R                                                              |    2 
 OpenMx-2.11.3/OpenMx/R/MxData.R                                                                        |   13 
 OpenMx-2.11.3/OpenMx/R/MxDataWLS.R                                                                     |    5 
 OpenMx-2.11.3/OpenMx/R/MxDeparse.R                                                                     |    2 
 OpenMx-2.11.3/OpenMx/R/MxDependencies.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxDetectCores.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxDiff.R                                                                        |    2 
 OpenMx-2.11.3/OpenMx/R/MxErrorHandling.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxEval.R                                                                        |    4 
 OpenMx-2.11.3/OpenMx/R/MxExpectation.R                                                                 |   26 
 OpenMx-2.11.3/OpenMx/R/MxExpectationBA81.R                                                             |    2 
 OpenMx-2.11.3/OpenMx/R/MxExpectationGREML.R                                                            |    2 
 OpenMx-2.11.3/OpenMx/R/MxExpectationHiddenMarkov.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/R/MxExpectationLISREL.R                                                           |    6 
 OpenMx-2.11.3/OpenMx/R/MxExpectationMixture.R                                                          |   25 
 OpenMx-2.11.3/OpenMx/R/MxExpectationNormal.R                                                           |  137 -
 OpenMx-2.11.3/OpenMx/R/MxExpectationRAM.R                                                              |    6 
 OpenMx-2.11.3/OpenMx/R/MxExpectationStateSpace.R                                                       |   40 
 OpenMx-2.11.3/OpenMx/R/MxFIMLObjective.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxFactorScores.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunction.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionAlgebra.R                                                          |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionGREML.R                                                            |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionML.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionR.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionRow.R                                                              |    2 
 OpenMx-2.11.3/OpenMx/R/MxFitFunctionWLS.R                                                              |    5 
 OpenMx-2.11.3/OpenMx/R/MxFlatModel.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/MxFlatSearchReplace.R                                                           |    2 
 OpenMx-2.11.3/OpenMx/R/MxGraph.R                                                                       |    2 
 OpenMx-2.11.3/OpenMx/R/MxGraphviz.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/MxInterval.R                                                                    |    6 
 OpenMx-2.11.3/OpenMx/R/MxLISRELModel.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxLISRELObjective.R                                                             |    2 
 OpenMx-2.11.3/OpenMx/R/MxMI.R                                                                          |    2 
 OpenMx-2.11.3/OpenMx/R/MxMLObjective.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxMMI.R                                                                         |only
 OpenMx-2.11.3/OpenMx/R/MxMatrix.R                                                                      |    7 
 OpenMx-2.11.3/OpenMx/R/MxMatrixFunctions.R                                                             |    2 
 OpenMx-2.11.3/OpenMx/R/MxModel.R                                                                       |   10 
 OpenMx-2.11.3/OpenMx/R/MxModelDisplay.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxModelFunctions.R                                                              |   20 
 OpenMx-2.11.3/OpenMx/R/MxModelParameters.R                                                             |   39 
 OpenMx-2.11.3/OpenMx/R/MxMultiModel.R                                                                  |   14 
 OpenMx-2.11.3/OpenMx/R/MxNamespace.R                                                                   |    7 
 OpenMx-2.11.3/OpenMx/R/MxObjectiveMetaData.R                                                           |    2 
 OpenMx-2.11.3/OpenMx/R/MxOptions.R                                                                     |   14 
 OpenMx-2.11.3/OpenMx/R/MxPath.R                                                                        |    5 
 OpenMx-2.11.3/OpenMx/R/MxRAMMetaData.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxRAMModel.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/MxRAMObjective.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxRAMtoML.R                                                                     |    2 
 OpenMx-2.11.3/OpenMx/R/MxRObjective.R                                                                  |    2 
 OpenMx-2.11.3/OpenMx/R/MxRename.R                                                                      |   36 
 OpenMx-2.11.3/OpenMx/R/MxReservedNames.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxRestore.R                                                                     |    2 
 OpenMx-2.11.3/OpenMx/R/MxRetro.R                                                                       |    2 
 OpenMx-2.11.3/OpenMx/R/MxRobustSE.R                                                                    |   28 
 OpenMx-2.11.3/OpenMx/R/MxRowObjective.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/R/MxRun.R                                                                         |    9 
 OpenMx-2.11.3/OpenMx/R/MxRunHelperFunctions.R                                                          |    2 
 OpenMx-2.11.3/OpenMx/R/MxSE.R                                                                          |   46 
 OpenMx-2.11.3/OpenMx/R/MxSaturatedModel.R                                                              |    2 
 OpenMx-2.11.3/OpenMx/R/MxSearchReplace.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxSquareBracket.R                                                               |    2 
 OpenMx-2.11.3/OpenMx/R/MxSummary.R                                                                     |  109 
 OpenMx-2.11.3/OpenMx/R/MxSwift.R                                                                       |    2 
 OpenMx-2.11.3/OpenMx/R/MxThreshold.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/MxTryHard.R                                                                     |  204 +
 OpenMx-2.11.3/OpenMx/R/MxTypes.R                                                                       |    2 
 OpenMx-2.11.3/OpenMx/R/MxUnitTesting.R                                                                 |    2 
 OpenMx-2.11.3/OpenMx/R/MxUntitled.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/MxVersion.R                                                                     |    4 
 OpenMx-2.11.3/OpenMx/R/MxVersion.R.in                                                                  |    2 
 OpenMx-2.11.3/OpenMx/R/OriginalMx.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/SdiagMatrix.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/StandMatrix.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/SymmMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/UnitMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/ZeroMatrix.R                                                                    |    2 
 OpenMx-2.11.3/OpenMx/R/omxBrownie.R                                                                    |    9 
 OpenMx-2.11.3/OpenMx/R/omxConstrainThresholds.R                                                        |    2 
 OpenMx-2.11.3/OpenMx/R/omxGetNPSOL.R                                                                   |    2 
 OpenMx-2.11.3/OpenMx/R/sysdata.rda                                                                     |binary
 OpenMx-2.11.3/OpenMx/R/zzz.R                                                                           |   21 
 OpenMx-2.11.3/OpenMx/configure                                                                         |    3 
 OpenMx-2.11.3/OpenMx/demo/AlternativeApproaches.R                                                      |    8 
 OpenMx-2.11.3/OpenMx/demo/BivariateCorrelation.R                                                       |    2 
 OpenMx-2.11.3/OpenMx/demo/BivariateHeterogeneity_MatrixRaw.R                                           |   27 
 OpenMx-2.11.3/OpenMx/demo/BivariateHeterogeneity_PathRaw.R                                             |   40 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated.R                                                         |   32 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_MatrixCov.R                                               |    8 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_MatrixCovCholesky.R                                       |    8 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_MatrixRaw.R                                               |    6 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_MatrixRawCholesky.R                                       |    2 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_PathCov.R                                                 |   12 
 OpenMx-2.11.3/OpenMx/demo/BivariateSaturated_PathRaw.R                                                 |    6 
 OpenMx-2.11.3/OpenMx/demo/DefinitionMeans_MatrixRaw.R                                                  |    2 
 OpenMx-2.11.3/OpenMx/demo/DefinitionMeans_PathRaw.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/demo/GrowthMixtureModel_MatrixRaw.R                                               |   33 
 OpenMx-2.11.3/OpenMx/demo/GrowthMixtureModel_PathRaw.R                                                 |   24 
 OpenMx-2.11.3/OpenMx/demo/LISRELJointFactorModel.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/demo/LatentGrowthCurveModel_MatrixRaw.R                                           |   20 
 OpenMx-2.11.3/OpenMx/demo/LatentGrowthCurveModel_PathRaw.R                                             |   14 
 OpenMx-2.11.3/OpenMx/demo/LatentGrowthCurveModel_PathRaw_ModelRec.R                                    |   14 
 OpenMx-2.11.3/OpenMx/demo/LatentGrowthCurveModel_PathRaw_ObjectAdd.R                                   |   14 
 OpenMx-2.11.3/OpenMx/demo/MatrixAlgebra.R                                                              |    2 
 OpenMx-2.11.3/OpenMx/demo/MultipleRegression_MatrixCov.R                                               |   20 
 OpenMx-2.11.3/OpenMx/demo/MultipleRegression_MatrixRaw.R                                               |   22 
 OpenMx-2.11.3/OpenMx/demo/MultipleRegression_PathCov.R                                                 |   20 
 OpenMx-2.11.3/OpenMx/demo/MultipleRegression_PathRaw.R                                                 |   22 
 OpenMx-2.11.3/OpenMx/demo/MultivariateRegression_MatrixCov.R                                           |   28 
 OpenMx-2.11.3/OpenMx/demo/MultivariateRegression_MatrixRaw.R                                           |   30 
 OpenMx-2.11.3/OpenMx/demo/MultivariateRegression_PathCov.R                                             |   28 
 OpenMx-2.11.3/OpenMx/demo/MultivariateRegression_PathRaw.R                                             |   30 
 OpenMx-2.11.3/OpenMx/demo/OneFactorJoint_MatrixRawRAM.R                                                |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorJoint_PathRaw.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorMatrixDemo.R                                                        |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorModel_LikelihoodVector.R                                            |   38 
 OpenMx-2.11.3/OpenMx/demo/OneFactorModel_MatrixCov.R                                                   |   38 
 OpenMx-2.11.3/OpenMx/demo/OneFactorModel_MatrixRaw.R                                                   |   38 
 OpenMx-2.11.3/OpenMx/demo/OneFactorModel_PathCov.R                                                     |   38 
 OpenMx-2.11.3/OpenMx/demo/OneFactorModel_PathRaw.R                                                     |   38 
 OpenMx-2.11.3/OpenMx/demo/OneFactorOrdinal01_MatrixRaw.R                                               |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorOrdinal_MatrixRaw.R                                                 |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorOrdinal_MatrixRawRAM.R                                              |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorOrdinal_PathRaw.R                                                   |    2 
 OpenMx-2.11.3/OpenMx/demo/OneFactorPathDemo.R                                                          |    2 
 OpenMx-2.11.3/OpenMx/demo/OneLocusLikelihood.R                                                         |    2 
 OpenMx-2.11.3/OpenMx/demo/RObjectiveLISRELFactorRegression.R                                           |   14 
 OpenMx-2.11.3/OpenMx/demo/RowObjectiveFIMLBivariateSaturated.R                                         |    2 
 OpenMx-2.11.3/OpenMx/demo/RowObjectiveSimpleExamples.R                                                 |   10 
 OpenMx-2.11.3/OpenMx/demo/SimpleCheckpoint.R                                                           |    2 
 OpenMx-2.11.3/OpenMx/demo/SimpleRegression_MatrixCov.R                                                 |   12 
 OpenMx-2.11.3/OpenMx/demo/SimpleRegression_MatrixRaw.R                                                 |   14 
 OpenMx-2.11.3/OpenMx/demo/SimpleRegression_PathCov.R                                                   |   12 
 OpenMx-2.11.3/OpenMx/demo/SimpleRegression_PathRaw.R                                                   |   12 
 OpenMx-2.11.3/OpenMx/demo/TwoFactorModel_MatrixCov.R                                                   |   40 
 OpenMx-2.11.3/OpenMx/demo/TwoFactorModel_MatrixRaw.R                                                   |   40 
 OpenMx-2.11.3/OpenMx/demo/TwoFactorModel_PathCov.R                                                     |   40 
 OpenMx-2.11.3/OpenMx/demo/TwoFactorModel_PathRaw.R                                                     |   40 
 OpenMx-2.11.3/OpenMx/demo/TwoLocusLikelihood.R                                                         |    2 
 OpenMx-2.11.3/OpenMx/demo/UnivariateSaturated.R                                                        |   24 
 OpenMx-2.11.3/OpenMx/demo/UnivariateSaturated_MatrixCov.R                                              |    8 
 OpenMx-2.11.3/OpenMx/demo/UnivariateSaturated_MatrixRaw.R                                              |    6 
 OpenMx-2.11.3/OpenMx/demo/UnivariateSaturated_PathCov.R                                                |    8 
 OpenMx-2.11.3/OpenMx/demo/UnivariateSaturated_PathRaw.R                                                |    6 
 OpenMx-2.11.3/OpenMx/demo/UnivariateTwinAnalysis.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/demo/UnivariateTwinAnalysis_MatrixRaw.R                                           |    2 
 OpenMx-2.11.3/OpenMx/demo/UnivariateTwinAnalysis_PathRaw.R                                             |    2 
 OpenMx-2.11.3/OpenMx/demo/mxThreshold.R                                                                |    2 
 OpenMx-2.11.3/OpenMx/demo/omxConstrainMLThresholds.R                                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/CITATION                                                                     |    4 
 OpenMx-2.11.3/OpenMx/inst/models/failing/MultilevelLongFormatFailing.R                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/failing/SimpleConfidenceIntervals.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/failing/mice.R                                                        |only
 OpenMx-2.11.3/OpenMx/inst/models/failing/no_longer_able_to_be_run/BivariateSaturated_WLSMatrixCov.R    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/failing/no_longer_able_to_be_run/ExtraOrdinalVars.R                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModerator-a.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModerator-b.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModerator-c.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModeratorAndMissing-a.R              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModeratorAndMissing-b.R              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWith2LevelModeratorAndMissing-c.R              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWithContinuousModerator-a.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWithContinuousModerator-b.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWithContinuousModerator-c.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWithContinuousModerator-d.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/3LatentMultiRegWithContinuousModerator-e.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/BootLRT.R                                                     |    4 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/BootstrapParallelNightly.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/ETC88.R                                                       |    5 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/FactorScores.R                                                |   10 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/GREML_monophenotype_1GRM.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/GREML_monophenotype_1GRM_GradDesc.R                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/GrowthMixtureModelRandomStarts.R                              |    6 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/InvalidComparisonDetection.R                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/JointWLS.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/ModelIdentification.R                                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/ModificationIndexCheck.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/MultigroupRobustSE_test.R                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/MultilevelStateSpaceEx5.R                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/NelderMeadUnitTesting.R                                       |   19 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/OneFactorOrdinal01_MatrixRaw.R                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/OneFactorOrdinal_MatrixRaw.R                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_100days.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_100days_cov.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_100days_cov_baseline.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_100days_raw.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_100days_raw_baseline.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_test1L2M.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/PPML_test1L3M.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-12Indicators-covdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-12Indicators-rawdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-24Indicators-covdata-a-intervals.R                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-24Indicators-covdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-24Indicators-megadata-a.R                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-24Indicators-rawdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-48Indicators-covdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-48Indicators-rawdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RAM-3Factor-96Indicators-covdata-a.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RegimeSwitching_MatrixRawNoCholDifferentTransitions.R         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/RegimeSwitching_MatrixRawNoCholDifferentTransitionsAllFixed.R |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/StateSpaceContinuous.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/multimodelInferenceTest.R                                     |only
 OpenMx-2.11.3/OpenMx/inst/models/nightly/mxPowerDetail.R                                               |only
 OpenMx-2.11.3/OpenMx/inst/models/nightly/startsTestMissing.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/startsTestNoMissing.R                                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/thresholdModel1Factor3Variate.R                               |   15 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/thresholdModel1Factor5Variate.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/thresholdModel1Factor5VariateWLS.R                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/thresholdModel1Factor8Variate.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/nightly/univACErSEM.R                                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ACEDuplicateMatrices.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ACELRTCI20160808.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Acemix.R                                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Acemix2.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AlgebraComputePassing.R                                       |    6 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AlgebraDeriv.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AlgebraErrorDetection.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AlgebraTransformations.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AnalyticConstraintJacobians--Eq_and_Ineq.R                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AnalyticConstraintJacobians--LinearObjAndIneq.R               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AnalyticConstraintJacobians--PowellBenchmark.R                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/AugmentedGREMLfitfunction.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_MatrixCov.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_MatrixRaw.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_PathCov.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_PathRaw.R                                      |    5 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_Transpose_MatrixCov.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_Transpose_MatrixRaw.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_Tree_Matrix.R                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Autoregressive_Tree_Path.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/BivRegRawTestSE.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/BivRegStdTestSE.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/BogusDefinitionVariables.R                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/BootstrapParallel.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/BukinN2_regressiontest.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/CIduplicates.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/CheckpointingEveryIteration.R                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ConfidenceIntervalsDefVar.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ConstantSubstitution.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ContinuousOnlyWLSTest.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DataErrorDetection.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DataFrame.R                                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DefinitionMeans.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DefinitionMeansPath.R                                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DefinitionTest2.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/DogChain.R                                                    |    6 
 OpenMx-2.11.3/OpenMx/inst/models/passing/FIMLLikelihoodFrontend.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/FitMultigroup.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/FourAAAA.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML--151123missingDataRegressionTest.R                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML--minimal_test_model.R                                   |   20 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML--polyphenotype.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML--testStarterFunctionWithMissingData.R                   |   21 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML_Error_Detection.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GREML_intercept_check.R                                       |    4 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GenSA.R                                                       |only
 OpenMx-2.11.3/OpenMx/inst/models/passing/GeneralizedEstimatingEquations.R                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/GraphvizTest.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IgnoreFixedConfidenceIntervals.R                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/InitializationErrorDetection.R                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-BivariateRaw.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-BivariateStd.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-MultiRegRaw.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-MultiRegStd.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-MultivariateRegRaw.R                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-OneFactorCov.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-OneFactorRaw.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeFactorScale1Test.R                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeFactorScale2Test.R                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeLatentMediationTest1.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeLatentMediationTest2.R                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeLatentMultipleRegTest1.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-ThreeLatentMultipleRegTest2.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-UnivariateRaw.R                                      |   19 
 OpenMx-2.11.3/OpenMx/inst/models/passing/IntroSEM-UnivariateStd.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/InvalidCovarianceMLObjective.R                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/JointFIMLRegressionTest.R                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/JointFIMLTest.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LAD--CheckCode6.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LCAlazarsfeld-rewrite.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LCAlazarsfeld.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LGC_MatrixCov.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LGC_PathCov.R                                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LISRELExoEndoOnly.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LISRELFactorRegressionWithMeansFIMLOrder_MatrixRaw.R          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LISRELFactorRegressionWithMeans_Matrix.R                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LISRELFactorRegressionWithMeans_MatrixRaw.R                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LISRELFactorRegression_Matrix.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/LisrelTypeCheck.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MLErrorConditions.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MatrixCreation.R                                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MatrixErrorDetection.R                                        |    7 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ModelIndexErrorChecking.R                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ModelRemovePaths.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ModelTransformTest.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultiRegStdTestSE.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultilevelUniRandomSlopeInt.R                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultipleGroupML.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultipleGroupRAM.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultipleGroupRAMconstraint.R                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultipleGroupWLS.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultipleRegression_MatrixRawReverse.R                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MultivariateConstraint.R                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MvtGradientTest.R                                             |only
 OpenMx-2.11.3/OpenMx/inst/models/passing/MxBoundsTesting.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MxEvalDefinitionVar.R                                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/MxTryHardTest.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NameParameterOverlap.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NamesReferencesErrorDetection.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NelderMead--bothConstraintTypes.R                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NelderMeadErrorTesting.R                                      |   40 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NelderMeadTest--eqConstraint.R                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NelderMeadTest--ineqConstraints.R                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NelderMeadTest.R                                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/NormalML.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/OneFactorModel_PathCovReverse.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/OrdinalPathTest.R                                             |    6 
 OpenMx-2.11.3/OpenMx/inst/models/passing/OrdinalTest.R                                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/OrdinalTestAlgebra.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/PearsonSelection.R                                            |only
 OpenMx-2.11.3/OpenMx/inst/models/passing/RAM-FIML-defvars.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/RAMInverseTest.R                                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/RAMObjectiveErrors.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/RemoveEntriesTest.R                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/RenameAndSummary.R                                            |   12 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SanityTest.R                                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SaturatedWLSTest.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Simple--CheckCode6.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleAlgebraCIs.R                                            |    5 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleConfidenceIntervals.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleConstraint.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleCovariance.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleMLAlgebraCIs.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SimpleRObjective.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StandardErrorsSimple.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StateSpaceAlg.R                                               |   14 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StateSpaceErrorCheck.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StateSpaceInputs.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StateSpaceMissingData.R                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/StateSpaceOsc.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SubStateSpaceOsc.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Substitutions.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SummaryCheck.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/SummaryFitStatistics.R                                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/TestRowObjective.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/TestRowObjectiveExistenceVector.R                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/TestUseOptimizer.R                                            |    5 
 OpenMx-2.11.3/OpenMx/inst/models/passing/Tiny_GREML_model_for_full_debug_logging.R                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/TwinAnalysisLikelihoodVector.R                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/TwinAnalysis_Multivariate_Matrix_Raw.R                        |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/UnivHetModTwinAnalysis_MatrixRawOrdNIQmfFv3.R                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/UnivariateRandomInterceptWide.R                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/UselessConstraint.R                                           |   12 
 OpenMx-2.11.3/OpenMx/inst/models/passing/WarmStartTest.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/ZeroWeightSkip.R                                              |    4 
 OpenMx-2.11.3/OpenMx/inst/models/passing/automaticStarts.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/bivCorM.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/bivLognormDemo.R                                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/checkStandardizedLoadingsEtcetera.R                           |   72 
 OpenMx-2.11.3/OpenMx/inst/models/passing/check_models_can_be_rerun.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/cycle.R                                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/defvaralgebra.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/derivFilter.R                                                 |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/dmvnorm.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/jointFactorWls.R                                              |   12 
 OpenMx-2.11.3/OpenMx/inst/models/passing/loadData.R                                                    |only
 OpenMx-2.11.3/OpenMx/inst/models/passing/loadMatrix.R                                                  |only
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxLog.R                                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxSE_test.R                                                   |    6 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxSave.R                                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxVersion.R                                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxmanual31-a.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxmanual61-a.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/mxmanual61-b.R                                                |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/nonlinearDefinitionTest.R                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/omxMnor.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/oneLocusLikelihood.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/rfitfunc.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/rowAlgTest140708.R                                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/simplestCI.R                                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/startingValues.R                                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/startingValues2.R                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/stdizedRAMpaths--UserProvidedCov.R                            |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/testAllint.R                                                  |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/testNumericDerivWithConstraintWarning.R                       |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/test_mxBootstrapStdizeRAMpaths.R                              |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/test_thresh_kept_in_order.R                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/twoLocusLikelihood.R                                          |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/univACEP.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/univACE_drop_helper.R                                         |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/univSatM.R                                                    |    2 
 OpenMx-2.11.3/OpenMx/inst/models/passing/vcov.R                                                        |    3 
 OpenMx-2.11.3/OpenMx/inst/models/passing/vectorEqualsT.R                                               |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/dummyFunctions.R                                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/failTestModels.R                                                       |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/memoryTestModels.R                                                     |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/parallelTestModels.R                                                   |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/rprofTestModels.R                                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/testDocs.R                                                             |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/testModels.R                                                           |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/testNightlyPPML.R                                                      |    2 
 OpenMx-2.11.3/OpenMx/inst/tools/updateCopyright.sh                                                     |   32 
 OpenMx-2.11.3/OpenMx/man/MxAlgebra-class.Rd                                                            |    2 
 OpenMx-2.11.3/OpenMx/man/MxBounds-class.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/MxCI-class.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/MxConstraint-class.Rd                                                         |    2 
 OpenMx-2.11.3/OpenMx/man/MxData-class.Rd                                                               |    2 
 OpenMx-2.11.3/OpenMx/man/MxMMI.Rd                                                                      |only
 OpenMx-2.11.3/OpenMx/man/MxMatrix-class.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/MxModel-class.Rd                                                              |    2 
 OpenMx-2.11.3/OpenMx/man/Named-entity.Rd                                                               |    2 
 OpenMx-2.11.3/OpenMx/man/OpenMx.Rd                                                                     |    2 
 OpenMx-2.11.3/OpenMx/man/as.statusCode.Rd                                                              |   28 
 OpenMx-2.11.3/OpenMx/man/cvectorize.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/diag2vec.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/eigenvec.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/imxHasThresholds.Rd                                                           |only
 OpenMx-2.11.3/OpenMx/man/imxRobustSE.Rd                                                                |   26 
 OpenMx-2.11.3/OpenMx/man/imxWlsChiSquare.Rd                                                            |   11 
 OpenMx-2.11.3/OpenMx/man/imxWlsStandardErrors.Rd                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/mxAlgebra.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/mxAlgebraObjective.Rd                                                         |    2 
 OpenMx-2.11.3/OpenMx/man/mxAutoStart.Rd                                                                |    8 
 OpenMx-2.11.3/OpenMx/man/mxBootstrap.Rd                                                                |    4 
 OpenMx-2.11.3/OpenMx/man/mxBootstrapEval.Rd                                                            |    2 
 OpenMx-2.11.3/OpenMx/man/mxBounds.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/mxCI.Rd                                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/mxCheckIdentification.Rd                                                      |    2 
 OpenMx-2.11.3/OpenMx/man/mxCompare.Rd                                                                  |   14 
 OpenMx-2.11.3/OpenMx/man/mxComputeCheckpoint.Rd                                                        |only
 OpenMx-2.11.3/OpenMx/man/mxComputeJacobian.Rd                                                          |only
 OpenMx-2.11.3/OpenMx/man/mxComputeLoadData.Rd                                                          |only
 OpenMx-2.11.3/OpenMx/man/mxComputeLoadMatrix.Rd                                                        |only
 OpenMx-2.11.3/OpenMx/man/mxComputeLoop.Rd                                                              |only
 OpenMx-2.11.3/OpenMx/man/mxComputeNelderMead.Rd                                                        |    4 
 OpenMx-2.11.3/OpenMx/man/mxComputeSimAnnealing.Rd                                                      |only
 OpenMx-2.11.3/OpenMx/man/mxConstraint.Rd                                                               |    2 
 OpenMx-2.11.3/OpenMx/man/mxData.Rd                                                                     |   18 
 OpenMx-2.11.3/OpenMx/man/mxDataWLS.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/mxEval.Rd                                                                     |    2 
 OpenMx-2.11.3/OpenMx/man/mxEvaluateOnGrid.Rd                                                           |    2 
 OpenMx-2.11.3/OpenMx/man/mxExpectationHiddenMarkov.Rd                                                  |    6 
 OpenMx-2.11.3/OpenMx/man/mxExpectationLISREL.Rd                                                        |    2 
 OpenMx-2.11.3/OpenMx/man/mxExpectationMixture.Rd                                                       |   10 
 OpenMx-2.11.3/OpenMx/man/mxExpectationNormal.Rd                                                        |    2 
 OpenMx-2.11.3/OpenMx/man/mxExpectationRAM.Rd                                                           |    2 
 OpenMx-2.11.3/OpenMx/man/mxExpectationStateSpace.Rd                                                    |    2 
 OpenMx-2.11.3/OpenMx/man/mxExpectationStateSpaceContinuousTime.Rd                                      |    2 
 OpenMx-2.11.3/OpenMx/man/mxFIMLObjective.Rd                                                            |    2 
 OpenMx-2.11.3/OpenMx/man/mxFactor.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/mxFactorScores.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionAlgebra.Rd                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionML.Rd                                                            |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionMultigroup.Rd                                                    |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionR.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionRow.Rd                                                           |    2 
 OpenMx-2.11.3/OpenMx/man/mxFitFunctionWLS.Rd                                                           |    2 
 OpenMx-2.11.3/OpenMx/man/mxGenerateData.Rd                                                             |   11 
 OpenMx-2.11.3/OpenMx/man/mxGetExpected.Rd                                                              |    2 
 OpenMx-2.11.3/OpenMx/man/mxKalmanScores.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/mxLISRELObjective.Rd                                                          |    2 
 OpenMx-2.11.3/OpenMx/man/mxMI.Rd                                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/mxMLObjective.Rd                                                              |    2 
 OpenMx-2.11.3/OpenMx/man/mxMatrix.Rd                                                                   |    5 
 OpenMx-2.11.3/OpenMx/man/mxModel.Rd                                                                    |    2 
 OpenMx-2.11.3/OpenMx/man/mxOption.Rd                                                                   |    9 
 OpenMx-2.11.3/OpenMx/man/mxPath.Rd                                                                     |    2 
 OpenMx-2.11.3/OpenMx/man/mxPearsonSelCov.Rd                                                            |only
 OpenMx-2.11.3/OpenMx/man/mxPower.Rd                                                                    |    7 
 OpenMx-2.11.3/OpenMx/man/mxRAMObjective.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/mxRObjective.Rd                                                               |    2 
 OpenMx-2.11.3/OpenMx/man/mxRename.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/mxRestore.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/mxRowObjective.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/mxRun.Rd                                                                      |   41 
 OpenMx-2.11.3/OpenMx/man/mxSE.Rd                                                                       |   24 
 OpenMx-2.11.3/OpenMx/man/mxSave.Rd                                                                     |    2 
 OpenMx-2.11.3/OpenMx/man/mxStandardizeRAMpaths.Rd                                                      |   18 
 OpenMx-2.11.3/OpenMx/man/mxThreshold.Rd                                                                |    2 
 OpenMx-2.11.3/OpenMx/man/mxTryHard.Rd                                                                  |   12 
 OpenMx-2.11.3/OpenMx/man/mxTypes.Rd                                                                    |    2 
 OpenMx-2.11.3/OpenMx/man/mxVersion.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/myFADataRaw.Rd                                                                |    2 
 OpenMx-2.11.3/OpenMx/man/omxAllInt.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/omxApply.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/omxAssignFirstParameters.Rd                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/omxBrownie.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/omxCheckEquals.Rd                                                             |    2 
 OpenMx-2.11.3/OpenMx/man/omxCheckIdentical.Rd                                                          |    2 
 OpenMx-2.11.3/OpenMx/man/omxCheckSetEquals.Rd                                                          |    2 
 OpenMx-2.11.3/OpenMx/man/omxCheckTrue.Rd                                                               |    2 
 OpenMx-2.11.3/OpenMx/man/omxCheckWithinPercentError.Rd                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/omxGetParameters.Rd                                                           |   30 
 OpenMx-2.11.3/OpenMx/man/omxGraphviz.Rd                                                                |    2 
 OpenMx-2.11.3/OpenMx/man/omxLapply.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/omxLocateParameters.Rd                                                        |   24 
 OpenMx-2.11.3/OpenMx/man/omxLogical.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/omxMatrixOperations.Rd                                                        |    2 
 OpenMx-2.11.3/OpenMx/man/omxMnor.Rd                                                                    |    2 
 OpenMx-2.11.3/OpenMx/man/omxModelDeleteData.Rd                                                         |    2 
 OpenMx-2.11.3/OpenMx/man/omxParallelCI.Rd                                                              |   44 
 OpenMx-2.11.3/OpenMx/man/omxRMSEA.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/omxSapply.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/omxSaturatedModel.Rd                                                          |    2 
 OpenMx-2.11.3/OpenMx/man/omxSelectRowsAndCols.Rd                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/omxSetParameters.Rd                                                           |    2 
 OpenMx-2.11.3/OpenMx/man/rvectorize.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/man/summary.MxModel.Rd                                                            |    2 
 OpenMx-2.11.3/OpenMx/man/tr.Rd                                                                         |    2 
 OpenMx-2.11.3/OpenMx/man/twinData.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/vec2diag.Rd                                                                   |    2 
 OpenMx-2.11.3/OpenMx/man/vech.Rd                                                                       |    2 
 OpenMx-2.11.3/OpenMx/man/vech2full.Rd                                                                  |    2 
 OpenMx-2.11.3/OpenMx/man/vechs.Rd                                                                      |    2 
 OpenMx-2.11.3/OpenMx/man/vechs2full.Rd                                                                 |    2 
 OpenMx-2.11.3/OpenMx/src/AlgebraFunctions.h                                                            |  175 +
 OpenMx-2.11.3/OpenMx/src/Compute.cpp                                                                   |  695 +++++
 OpenMx-2.11.3/OpenMx/src/Compute.h                                                                     |   11 
 OpenMx-2.11.3/OpenMx/src/ComputeGD.cpp                                                                 |  628 ++++-
 OpenMx-2.11.3/OpenMx/src/ComputeGD.h                                                                   |    6 
 OpenMx-2.11.3/OpenMx/src/ComputeNM.cpp                                                                 |   28 
 OpenMx-2.11.3/OpenMx/src/ComputeNM.h                                                                   |    2 
 OpenMx-2.11.3/OpenMx/src/ComputeNR.cpp                                                                 |    9 
 OpenMx-2.11.3/OpenMx/src/ComputeSD.cpp                                                                 |    2 
 OpenMx-2.11.3/OpenMx/src/Connectedness.h                                                               |    2 
 OpenMx-2.11.3/OpenMx/src/EnableWarnings.h                                                              |    5 
 OpenMx-2.11.3/OpenMx/src/FellnerFitFunction.cpp                                                        |    2 
 OpenMx-2.11.3/OpenMx/src/Makevars.in                                                                   |    2 
 OpenMx-2.11.3/OpenMx/src/Makevars.win                                                                  |    5 
 OpenMx-2.11.3/OpenMx/src/MarkovExpectation.cpp                                                         |   16 
 OpenMx-2.11.3/OpenMx/src/MarkovFF.cpp                                                                  |    2 
 OpenMx-2.11.3/OpenMx/src/asa.c                                                                         |only
 OpenMx-2.11.3/OpenMx/src/asa.h                                                                         |only
 OpenMx-2.11.3/OpenMx/src/asa_usr_asa.h                                                                 |only
 OpenMx-2.11.3/OpenMx/src/ba81quad.cpp                                                                  |    2 
 OpenMx-2.11.3/OpenMx/src/finiteDifferences.h                                                           |   27 
 OpenMx-2.11.3/OpenMx/src/glue.cpp                                                                      |   14 
 OpenMx-2.11.3/OpenMx/src/glue.h                                                                        |    2 
 OpenMx-2.11.3/OpenMx/src/jsoncons                                                                      |only
 OpenMx-2.11.3/OpenMx/src/jsoncons_ext                                                                  |only
 OpenMx-2.11.3/OpenMx/src/minicsv.h                                                                     |only
 OpenMx-2.11.3/OpenMx/src/nloptcpp.cpp                                                                  |   30 
 OpenMx-2.11.3/OpenMx/src/omxAlgebra.cpp                                                                |    2 
 OpenMx-2.11.3/OpenMx/src/omxAlgebra.h                                                                  |    2 
 OpenMx-2.11.3/OpenMx/src/omxAlgebraFitFunction.cpp                                                     |    2 
 OpenMx-2.11.3/OpenMx/src/omxCsolnp.h                                                                   |    2 
 OpenMx-2.11.3/OpenMx/src/omxData.cpp                                                                   |  247 +
 OpenMx-2.11.3/OpenMx/src/omxData.h                                                                     |   11 
 OpenMx-2.11.3/OpenMx/src/omxDefines.h                                                                  |    4 
 OpenMx-2.11.3/OpenMx/src/omxExpectation.cpp                                                            |   82 
 OpenMx-2.11.3/OpenMx/src/omxExpectation.h                                                              |    7 
 OpenMx-2.11.3/OpenMx/src/omxExportBackendState.cpp                                                     |    2 
 OpenMx-2.11.3/OpenMx/src/omxFIMLFitFunction.cpp                                                        |   50 
 OpenMx-2.11.3/OpenMx/src/omxFIMLFitFunction.h                                                          |   12 
 OpenMx-2.11.3/OpenMx/src/omxFitFunction.cpp                                                            |    3 
 OpenMx-2.11.3/OpenMx/src/omxFitFunction.h                                                              |    3 
 OpenMx-2.11.3/OpenMx/src/omxFitFunctionBA81.cpp                                                        |    5 
 OpenMx-2.11.3/OpenMx/src/omxGREMLExpectation.cpp                                                       |   19 
 OpenMx-2.11.3/OpenMx/src/omxGREMLExpectation.h                                                         |    2 
 OpenMx-2.11.3/OpenMx/src/omxGREMLfitfunction.cpp                                                       |   76 
 OpenMx-2.11.3/OpenMx/src/omxHessianCalculation.cpp                                                     |    6 
 OpenMx-2.11.3/OpenMx/src/omxImportFrontendState.cpp                                                    |    5 
 OpenMx-2.11.3/OpenMx/src/omxLISRELExpectation.cpp                                                      |    2 
 OpenMx-2.11.3/OpenMx/src/omxLISRELExpectation.h                                                        |    2 
 OpenMx-2.11.3/OpenMx/src/omxMLFitFunction.cpp                                                          |   20 
 OpenMx-2.11.3/OpenMx/src/omxMatrix.cpp                                                                 |   79 
 OpenMx-2.11.3/OpenMx/src/omxMatrix.h                                                                   |   14 
 OpenMx-2.11.3/OpenMx/src/omxNPSOLSpecific.cpp                                                          |    4 
 OpenMx-2.11.3/OpenMx/src/omxNPSOLSpecific.h                                                            |    2 
 OpenMx-2.11.3/OpenMx/src/omxNormalExpectation.cpp                                                      |    7 
 OpenMx-2.11.3/OpenMx/src/omxRAMExpectation.cpp                                                         |    2 
 OpenMx-2.11.3/OpenMx/src/omxRFitFunction.cpp                                                           |    2 
 OpenMx-2.11.3/OpenMx/src/omxRFitFunction.h                                                             |    2 
 OpenMx-2.11.3/OpenMx/src/omxRowFitFunction.cpp                                                         |    2 
 OpenMx-2.11.3/OpenMx/src/omxRowFitFunction.h                                                           |    2 
 OpenMx-2.11.3/OpenMx/src/omxSadmvnWrapper.h                                                            |    2 
 OpenMx-2.11.3/OpenMx/src/omxState.cpp                                                                  |   24 
 OpenMx-2.11.3/OpenMx/src/omxState.h                                                                    |    8 
 OpenMx-2.11.3/OpenMx/src/omxStateSpaceExpectation.cpp                                                  |    2 
 OpenMx-2.11.3/OpenMx/src/omxSymbolTable.cpp                                                            |    2 
 OpenMx-2.11.3/OpenMx/src/omxSymbolTable.h                                                              |    2 
 OpenMx-2.11.3/OpenMx/src/omxWLSFitFunction.cpp                                                         |    2 
 OpenMx-2.11.3/OpenMx/src/sadmvn.f                                                                      |    1 
 OpenMx-2.11.3/OpenMx/src/slsqp.c                                                                       |    2 
 OpenMx-2.11.3/OpenMx/src/ssMLFit.cpp                                                                   |   20 
 OpenMx-2.11.3/OpenMx/src/subnp.cpp                                                                     |   17 
 613 files changed, 5258 insertions(+), 2305 deletions(-)

More information about OpenMx at CRAN
Permanent link

New package mhurdle with initial version 1.1-8
Package: mhurdle
Version: 1.1-8
Date: 2018-09-17
Title: Multiple Hurdle Tobit Models
Authors@R: c(person("Yves", "Croissant", role = c("aut", "cre"), email = "yves.croissant@univ-reunion.fr"), person("Fabrizio", "Carlevaro", role = "aut", email = "fabrizio.carlevaro@unige.ch"), person("Stephane", "Hoareau", role = "aut", email = "sjlhoaro@univ-reunion.fr"))
Depends: R (>= 2.10), methods, Formula, truncreg, maxLik, survival, texreg
Description: Estimation of models with zero left-censored variables. Null values may be caused by a selection process (Cragg (1971) <doi:10.2307/1909582>), insufficient resources (Tobin (1958) <doi:10.2307/1907382>) or infrequency of purchase (Deaton and Irish (1984) <doi:10.1016/0047-2727(84)90067-7>).
License: GPL (>= 2)
URL: https://www.R-project.org
Author: Yves Croissant [aut, cre], Fabrizio Carlevaro [aut], Stephane Hoareau [aut]
Maintainer: Yves Croissant <yves.croissant@univ-reunion.fr>
Repository: CRAN
Repository/R-Forge/Project: mhurdle
Repository/R-Forge/Revision: 75
Repository/R-Forge/DateTimeStamp: 2018-09-18 13:53:04
Date/Publication: 2018-09-18 17:00:07 UTC
NeedsCompilation: yes
Packaged: 2018-09-18 14:10:42 UTC; rforge

More information about mhurdle at CRAN
Permanent link

Package EValue updated to version 1.1.5 with previous version 1.1.4 dated 2018-05-18

Title: Sensitivity Analyses for Unmeasured Confounding in Observational Studies and Meta-Analyses
Description: Conducts sensitivity analyses for unmeasured confounding for either an observational study or a meta-analysis of observational studies. For a single observational study, the package reports E-values, defined as the minimum strength of association on the risk ratio scale that an unmeasured confounder would need to have with both the treatment and the outcome to fully explain away a specific treatment-outcome association, conditional on the measured covariates. You can use one of the evalues.XX() functions to compute E-values for the relevant outcome types. Outcome types include risk ratios, odds ratio with common or rare outcomes, hazard ratios with common or rare outcomes, and standardized differences in outcomes. Optionally, you can use the bias_plot() function to plot the bias factor as a function of two sensitivity parameters. (See VanderWeele & Ding, 2017 [<http://annals.org/aim/article/2643434>] for details.) For a meta-analysis, use the function confounded_meta to compute point estimates and inference for: (1) the proportion of studies with true causal effect sizes more extreme than a specified threshold of scientific importance; and (2) the minimum bias factor and confounding strength required to reduce to less than a specified threshold the proportion of studies with true effect sizes of scientifically significant size. The functions sens_plot() and sens_table() create plots and tables for visualizing these meta-analysis metrics across a range of bias values, and scrape_meta helps scrape study-level data from a published forest plot or summary table to obtain the needed estimates when these are not reported. (See Mathur & VanderWeele [<https://osf.io/jkhfg/>] for details.) Most of the analyses available in this package can also be conducted using web-based graphical interfaces (for a single observational study: [<https://evalue.hmdc.harvard.edu/app/>]; for a meta-analysis: [<https://mmathur.shinyapps.io/meta_gui_2/>]).
Author: Maya B. Mathur, Peng Ding, Tyler J. VanderWeele
Maintainer: Maya B. Mathur <mmathur@stanford.edu>

Diff between EValue versions 1.1.4 dated 2018-05-18 and 1.1.5 dated 2018-09-18

 DESCRIPTION |   10 +++++-----
 MD5         |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

More information about EValue at CRAN
Permanent link

Package SPUTNIK updated to version 1.0.3.4 with previous version 1.0.3.3 dated 2018-08-22

Title: SPatially aUTomatic deNoising for Ims toolKit
Description: A set of tools for the peak filtering of mass spectrometry imaging data (MSI or IMS) based on spatial distribution of signal. Given a region-of-interest (ROI), representing the spatial region where the informative signal is expected to be localized, a series of filters determine which peak signals are characterized by an implausible spatial distribution. The filters reduce the dataset dimensionality and increase its information vs noise ratio, improving the quality of the unsupervised analysis results, reducing data dimensionality and simplifying the chemical interpretation.
Author: Paolo Inglese [aut, cre], Goncalo Correia [aut, ctb]
Maintainer: Paolo Inglese <p.inglese14@imperial.ac.uk>

Diff between SPUTNIK versions 1.0.3.3 dated 2018-08-22 and 1.0.3.4 dated 2018-09-18

 DESCRIPTION     |    6 +++---
 MD5             |    4 ++--
 R/graph_funcs.R |   45 +++++++++++++++++++++++++++++++++++++++------
 3 files changed, 44 insertions(+), 11 deletions(-)

More information about SPUTNIK at CRAN
Permanent link

Package cartography updated to version 2.1.2 with previous version 2.1.1 dated 2018-06-25

Title: Thematic Cartography
Description: Create and integrate maps in your R workflow. This package allows various cartographic representations such as proportional symbols, choropleth, typology, flows or discontinuities maps. It also offers several features enhancing the graphic presentation of maps like cartographic palettes, layout elements (scale, north arrow, title...), labels, legends or access to some cartographic APIs. See Giraud and Lambert (2017) <doi:10.1007/978-3-319-57336-6_13>.
Author: Timothée Giraud [cre, aut], Nicolas Lambert [aut], Ian Fellows [cph] (no overlap algorithm for labels, from wordcloud package)
Maintainer: Timothée Giraud <timothee.giraud@cnrs.fr>

Diff between cartography versions 2.1.1 dated 2018-06-25 and 2.1.2 dated 2018-09-18

 DESCRIPTION                  |    8 +-
 MD5                          |   64 ++++++++++---------
 NEWS                         |   18 +++++
 R/Package.R                  |   16 ++--
 R/getGridLayer.R             |    4 -
 R/getPencilLayer.R           |    8 +-
 README.md                    |   23 +------
 build/vignette.rds           |binary
 inst/doc/cartography.R       |    4 -
 inst/doc/cartography.Rmd     |    8 +-
 inst/doc/cartography.html    |  138 +++++++++++++++++++++----------------------
 inst/doc/cheatsheet.Rmd      |only
 inst/doc/cheatsheet.html     |only
 man/cartography.Rd           |   18 ++---
 man/choroLayer.Rd            |   13 ++--
 man/discLayer.Rd             |    4 -
 man/dotDensityLayer.Rd       |    9 +-
 man/getBreaks.Rd             |    3 
 man/gradLinkLayer.Rd         |   13 ++--
 man/gradLinkTypoLayer.Rd     |   13 ++--
 man/labelLayer.Rd            |    6 -
 man/layoutLayer.Rd           |    7 +-
 man/legendCirclesSymbols.Rd  |    8 +-
 man/legendPropLines.Rd       |    4 -
 man/legendSquaresSymbols.Rd  |    8 +-
 man/legendTypo.Rd            |    6 -
 man/propLinkLayer.Rd         |    6 -
 man/propSymbolsChoroLayer.Rd |   19 +++--
 man/propSymbolsLayer.Rd      |    6 -
 man/propSymbolsTypoLayer.Rd  |   17 ++---
 man/propTrianglesLayer.Rd    |    5 -
 man/smoothLayer.Rd           |   11 +--
 vignettes/cartography.Rmd    |    8 +-
 vignettes/cheatsheet         |only
 vignettes/cheatsheet.Rmd     |only
 35 files changed, 246 insertions(+), 229 deletions(-)

More information about cartography at CRAN
Permanent link

Package ReIns updated to version 1.0.8 with previous version 1.0.7 dated 2018-04-24

Title: Functions from "Reinsurance: Actuarial and Statistical Aspects"
Description: Functions from the book "Reinsurance: Actuarial and Statistical Aspects" (2017) by Hansjoerg Albrecher, Jan Beirlant and Jef Teugels <http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470772689.html>.
Author: Tom Reynkens [aut, cre] (<https://orcid.org/0000-0002-5516-5107>), Roel Verbelen [aut] (R code for Mixed Erlang distribution, <https://orcid.org/0000-0002-2347-9240>), Anastasios Bardoutsos [ctb] (Original R code for cEPD estimator), Dries Cornilly [ctb] (Original R code for EVT estimators for truncated data), Yuri Goegebeur [ctb] (Original S-Plus code for basic EVT estimators), Klaus Herrmann [ctb] (Original R code for GPD estimator)
Maintainer: Tom Reynkens <tomreynkens@hotmail.com>

Diff between ReIns versions 1.0.7 dated 2018-04-24 and 1.0.8 dated 2018-09-18

 DESCRIPTION         |    8 
 MD5                 |   14 
 build/vignette.rds  |binary
 inst/NEWS.Rd        |   15 +
 inst/doc/ReIns.html |  742 +++++++++++++++++++++++++++++++++-------------------
 man/soa.Rd          |    2 
 src/Makevars        |    3 
 src/SpliceEM_aux.h  |    1 
 8 files changed, 507 insertions(+), 278 deletions(-)

More information about ReIns at CRAN
Permanent link

Package tram updated to version 0.2-3 with previous version 0.2-2 dated 2018-06-22

Title: Transformation Models
Description: Formula-based user-interfaces to specific transformation models implemented in package 'mlt'. Available models include Cox models, some parametric survival models (Weibull, etc.), models for ordered categorical variables, normal and non-normal (Box-Cox type) linear models, and continuous outcome logistic regression (Lohse et al., 2017, <DOI:10.12688/f1000research.12934.1>). The underlying theory is described in Hothorn et al. (2018) <DOI:10.1111/sjos.12291>.
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>)
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between tram versions 0.2-2 dated 2018-06-22 and 0.2-3 dated 2018-09-18

 DESCRIPTION              |   14 +++++++-------
 MD5                      |   43 ++++++++++++++++++++++---------------------
 NAMESPACE                |    4 +++-
 R/internal.R             |    5 +++--
 R/methods.R              |    3 +++
 R/models.R               |   33 +++++++++++++++++++++++++++++----
 R/tram.R                 |    5 +++--
 build/partial.rdb        |binary
 build/vignette.rds       |binary
 inst/NEWS.Rd             |   14 ++++++++++++++
 inst/doc/tram.R          |   20 ++++++++++++++++----
 inst/doc/tram.Rnw        |   29 ++++++++++++++++++++++++-----
 inst/doc/tram.pdf        |binary
 man/BoxCox.Rd            |    5 +++++
 man/Colr.Rd              |    8 ++++++++
 man/Coxph.Rd             |    3 +++
 man/Lehmann.Rd           |only
 man/Lm.Rd                |    4 ++++
 man/Polr.Rd              |   10 +++++++++-
 man/Survreg.Rd           |    7 +++++++
 man/tram.Rd              |    9 ++++++++-
 tests/Coxph-Ex.Rout.save |   14 +++-----------
 vignettes/tram.Rnw       |   29 ++++++++++++++++++++++++-----
 23 files changed, 195 insertions(+), 64 deletions(-)

More information about tram at CRAN
Permanent link

Package polmineR updated to version 0.7.10 with previous version 0.7.9 dated 2018-07-09

Title: Toolkit for Corpus Analysis
Description: Library for corpus analysis using the Corpus Workbench as an efficient back end for indexing and querying large corpora. The package offers functionality to flexibly create partitions and to carry out basic statistical operations (count, co-occurrences etc.). The original full text of documents can be reconstructed and inspected at any time. Beyond that, the package is intended to serve as an interface to packages implementing advanced statistical procedures. Respective data structures (document term matrices, term co- occurrence matrices etc.) can be created based on the indexed corpora.
Author: Andreas Blaette [aut, cre] (<https://orcid.org/0000-0001-8970-8010>)
Maintainer: Andreas Blaette <andreas.blaette@uni-due.de>

Diff between polmineR versions 0.7.9 dated 2018-07-09 and 0.7.10 dated 2018-09-18

 polmineR-0.7.10/polmineR/DESCRIPTION                             |   18 
 polmineR-0.7.10/polmineR/MD5                                     |  179 
 polmineR-0.7.10/polmineR/NAMESPACE                               |    9 
 polmineR-0.7.10/polmineR/NEWS.md                                 |  232 
 polmineR-0.7.10/polmineR/R/S4classes.R                           |  258 
 polmineR-0.7.10/polmineR/R/TermDocumentMatrix.R                  |   10 
 polmineR-0.7.10/polmineR/R/as.VCorpus.R                          |    2 
 polmineR-0.7.10/polmineR/R/as.markdown.R                         |    4 
 polmineR-0.7.10/polmineR/R/browse.R                              |    2 
 polmineR-0.7.10/polmineR/R/bundle.R                              |   10 
 polmineR-0.7.10/polmineR/R/chisquare.R                           |    1 
 polmineR-0.7.10/polmineR/R/context.R                             |  214 
 polmineR-0.7.10/polmineR/R/cooccurrences.R                       |   59 
 polmineR-0.7.10/polmineR/R/corpus.R                              |   30 
 polmineR-0.7.10/polmineR/R/count.R                               |   15 
 polmineR-0.7.10/polmineR/R/cqpserver.R                           |    4 
 polmineR-0.7.10/polmineR/R/decode.R                              |    2 
 polmineR-0.7.10/polmineR/R/enrich.R                              |   19 
 polmineR-0.7.10/polmineR/R/features.R                            |   39 
 polmineR-0.7.10/polmineR/R/highlight.R                           |   60 
 polmineR-0.7.10/polmineR/R/hits.R                                |   26 
 polmineR-0.7.10/polmineR/R/html.R                                |   26 
 polmineR-0.7.10/polmineR/R/kwic.R                                |  234 
 polmineR-0.7.10/polmineR/R/ll.R                                  |   14 
 polmineR-0.7.10/polmineR/R/mail.R                                |  138 
 polmineR-0.7.10/polmineR/R/ngrams.R                              |    1 
 polmineR-0.7.10/polmineR/R/partition.R                           |  173 
 polmineR-0.7.10/polmineR/R/partition_bundle.R                    |   94 
 polmineR-0.7.10/polmineR/R/polmineR.R                            |   24 
 polmineR-0.7.10/polmineR/R/read.R                                |   21 
 polmineR-0.7.10/polmineR/R/regions.R                             |   48 
 polmineR-0.7.10/polmineR/R/registry.R                            |    8 
 polmineR-0.7.10/polmineR/R/s_attributes.R                        |   12 
 polmineR-0.7.10/polmineR/R/size.R                                |    2 
 polmineR-0.7.10/polmineR/R/store.R                               |only
 polmineR-0.7.10/polmineR/R/tempcorpus.R                          |    2 
 polmineR-0.7.10/polmineR/R/textstat.R                            |   48 
 polmineR-0.7.10/polmineR/R/tooltips.R                            |   72 
 polmineR-0.7.10/polmineR/R/trim.R                                |    2 
 polmineR-0.7.10/polmineR/R/use.R                                 |  102 
 polmineR-0.7.10/polmineR/R/utils.R                               |   31 
 polmineR-0.7.10/polmineR/R/view.R                                |    2 
 polmineR-0.7.10/polmineR/R/weigh.R                               |   78 
 polmineR-0.7.10/polmineR/R/zzz.R                                 |   14 
 polmineR-0.7.10/polmineR/README.md                               |   20 
 polmineR-0.7.10/polmineR/inst/doc/vignette.R                     |   40 
 polmineR-0.7.10/polmineR/inst/doc/vignette.Rmd                   |   90 
 polmineR-0.7.10/polmineR/inst/doc/vignette.html                  | 2742 +++++++++-
 polmineR-0.7.10/polmineR/inst/extdata/cwb/registry/germaparlmini |    4 
 polmineR-0.7.10/polmineR/inst/extdata/cwb/registry/reuters       |    4 
 polmineR-0.7.10/polmineR/inst/shiny/modules/count.R              |    2 
 polmineR-0.7.10/polmineR/inst/sticker                            |only
 polmineR-0.7.10/polmineR/man/as.DocumentTermMatrix.Rd            |    3 
 polmineR-0.7.10/polmineR/man/as.VCorpus.Rd                       |    3 
 polmineR-0.7.10/polmineR/man/bundle.Rd                           |    7 
 polmineR-0.7.10/polmineR/man/chisquare-method.Rd                 |    1 
 polmineR-0.7.10/polmineR/man/context-class.Rd                    |   47 
 polmineR-0.7.10/polmineR/man/context-method.Rd                   |   37 
 polmineR-0.7.10/polmineR/man/cooccurrences-class.Rd              |    5 
 polmineR-0.7.10/polmineR/man/cooccurrences.Rd                    |   12 
 polmineR-0.7.10/polmineR/man/corpus-method.Rd                    |   31 
 polmineR-0.7.10/polmineR/man/features.Rd                         |   10 
 polmineR-0.7.10/polmineR/man/highlight.Rd                        |   51 
 polmineR-0.7.10/polmineR/man/hits.Rd                             |   28 
 polmineR-0.7.10/polmineR/man/hits_class.Rd                       |only
 polmineR-0.7.10/polmineR/man/html-method.Rd                      |   12 
 polmineR-0.7.10/polmineR/man/kwic-class.Rd                       |   89 
 polmineR-0.7.10/polmineR/man/kwic.Rd                             |   98 
 polmineR-0.7.10/polmineR/man/mail-method.Rd                      |   43 
 polmineR-0.7.10/polmineR/man/ngrams.Rd                           |    7 
 polmineR-0.7.10/polmineR/man/ngrams_class.Rd                     |only
 polmineR-0.7.10/polmineR/man/partition.Rd                        |   83 
 polmineR-0.7.10/polmineR/man/partition_bundle-class.Rd           |   13 
 polmineR-0.7.10/polmineR/man/partition_bundle-method.Rd          |    6 
 polmineR-0.7.10/polmineR/man/partition_class.Rd                  |   30 
 polmineR-0.7.10/polmineR/man/polmineR.Rd                         |only
 polmineR-0.7.10/polmineR/man/read-method.Rd                      |    3 
 polmineR-0.7.10/polmineR/man/regions_class.Rd                    |    7 
 polmineR-0.7.10/polmineR/man/registry.Rd                         |   32 
 polmineR-0.7.10/polmineR/man/registry_reset.Rd                   |only
 polmineR-0.7.10/polmineR/man/s_attributes-method.Rd              |   12 
 polmineR-0.7.10/polmineR/man/size-method.Rd                      |    3 
 polmineR-0.7.10/polmineR/man/store.Rd                            |only
 polmineR-0.7.10/polmineR/man/tempcorpus.Rd                       |   22 
 polmineR-0.7.10/polmineR/man/tempcorpus_class.Rd                 |only
 polmineR-0.7.10/polmineR/man/textstat-class.Rd                   |  112 
 polmineR-0.7.10/polmineR/man/tooltips.Rd                         |   31 
 polmineR-0.7.10/polmineR/man/use.Rd                              |   50 
 polmineR-0.7.10/polmineR/man/weigh-method.Rd                     |   70 
 polmineR-0.7.10/polmineR/vignettes/vignette.Rmd                  |   90 
 polmineR-0.7.9/polmineR/configure.win                            |only
 polmineR-0.7.9/polmineR/man/TermDocumentMatrix.Rd                |only
 polmineR-0.7.9/polmineR/man/cooccurrences_reshaped.Rd            |only
 polmineR-0.7.9/polmineR/man/cqpserver.Rd                         |only
 polmineR-0.7.9/polmineR/man/flatten.Rd                           |only
 polmineR-0.7.9/polmineR/man/getSlot.Rd                           |only
 polmineR-0.7.9/polmineR/man/polmineR-generics.Rd                 |only
 polmineR-0.7.9/polmineR/man/polmineR-package.Rd                  |only
 polmineR-0.7.9/polmineR/man/split-partition-method.Rd            |only
 99 files changed, 4748 insertions(+), 1541 deletions(-)

More information about polmineR at CRAN
Permanent link

Package miceadds updated to version 2.14-26 with previous version 2.13-63 dated 2018-07-05

Title: Some Additional Multiple Imputation Functions, Especially for 'mice'
Description: Contains some auxiliary functions for multiple imputation which complements existing functionality in R. In addition to some utility functions, main features include plausible value imputation, multilevel imputation functions (arbitrary number of levels, hierarchical and non-hierarchical datasets), imputation using partial least squares (PLS) for high dimensional predictors, and nested multiple imputation.
Author: Alexander Robitzsch [aut, cre], Simon Grund [aut], Thorsten Henke [aut]
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>

Diff between miceadds versions 2.13-63 dated 2018-07-05 and 2.14-26 dated 2018-09-18

 miceadds-2.13-63/miceadds/R/norm.draw2.R                                       |only
 miceadds-2.13-63/miceadds/R/norm.draw3.R                                       |only
 miceadds-2.13-63/miceadds/R/remove.lindep_miceadds.R                           |only
 miceadds-2.14-26/miceadds/DESCRIPTION                                          |    9 
 miceadds-2.14-26/miceadds/MD5                                                  |  104 ++--
 miceadds-2.14-26/miceadds/NAMESPACE                                            |    2 
 miceadds-2.14-26/miceadds/R/RcppExports.R                                      |    2 
 miceadds-2.14-26/miceadds/R/ma_rmvnorm.R                                       |    9 
 miceadds-2.14-26/miceadds/R/mice.impute.2l.contextual.norm.R                   |   44 -
 miceadds-2.14-26/miceadds/R/mice.impute.2l.contextual.pmm.R                    |   11 
 miceadds-2.14-26/miceadds/R/mice.impute.2l.pls2.R                              |  250 ++++------
 miceadds-2.14-26/miceadds/R/mice.impute.bygroup.R                              |    6 
 miceadds-2.14-26/miceadds/R/mice.impute.norm3.R                                |    4 
 miceadds-2.14-26/miceadds/R/mice.impute.plausible.values.R                     |    7 
 miceadds-2.14-26/miceadds/R/mice.impute.pls.R                                  |   54 +-
 miceadds-2.14-26/miceadds/R/mice.impute.pmm3.R                                 |   11 
 miceadds-2.14-26/miceadds/R/mice.impute.pmm4.R                                 |    9 
 miceadds-2.14-26/miceadds/R/mice.impute.pmm5.R                                 |   30 -
 miceadds-2.14-26/miceadds/R/mice.impute.tricube.pmm.R                          |   36 -
 miceadds-2.14-26/miceadds/R/mice.impute.tricube.pmm2.R                         |   61 +-
 miceadds-2.14-26/miceadds/R/mice.impute.weighted.pmm.R                         |    6 
 miceadds-2.14-26/miceadds/R/mice_imputation_multilevel_include_2l_predictors.R |   44 -
 miceadds-2.14-26/miceadds/R/mice_imputation_pls_do_impute.R                    |   23 
 miceadds-2.14-26/miceadds/R/mice_imputation_pls_estimate_pls_regression.R      |   21 
 miceadds-2.14-26/miceadds/R/mice_imputation_pls_helper.R                       |   10 
 miceadds-2.14-26/miceadds/R/mice_imputation_prepare_2l_functions.R             |   76 ++-
 miceadds-2.14-26/miceadds/R/mice_imputation_weighted_norm_draw.R               |    3 
 miceadds-2.14-26/miceadds/R/mice_imputation_weighted_norm_prepare.R            |    4 
 miceadds-2.14-26/miceadds/R/miceadds_call_internal.R                           |only
 miceadds-2.14-26/miceadds/R/miceadds_create_contextual_variables.R             |only
 miceadds-2.14-26/miceadds/R/miceadds_norm_draw.R                               |only
 miceadds-2.14-26/miceadds/R/ml_mcmc.R                                          |    2 
 miceadds-2.14-26/miceadds/R/ml_mcmc_proc_data.R                                |    3 
 miceadds-2.14-26/miceadds/R/pca.covridge.R                                     |   10 
 miceadds-2.14-26/miceadds/R/pool.mi.R                                          |   20 
 miceadds-2.14-26/miceadds/R/predict.kernelfit.pls2.R                           |   10 
 miceadds-2.14-26/miceadds/R/sumpreserving.rounding.R                           |   45 -
 miceadds-2.14-26/miceadds/R/write.datlist.R                                    |  131 ++---
 miceadds-2.14-26/miceadds/R/write_fwf2_format2.R                               |    3 
 miceadds-2.14-26/miceadds/inst/NEWS                                            |   22 
 miceadds-2.14-26/miceadds/inst/include/miceadds_RcppExports.h                  |   68 ++
 miceadds-2.14-26/miceadds/man/lmer_vcov.Rd                                     |    4 
 miceadds-2.14-26/miceadds/man/mice.impute.2l.contextual.pmm.Rd                 |   28 -
 miceadds-2.14-26/miceadds/man/mice.impute.2l.latentgroupmean.ml.Rd             |   18 
 miceadds-2.14-26/miceadds/man/mice.impute.2lonly.function.Rd                   |   10 
 miceadds-2.14-26/miceadds/man/mice.impute.bygroup.Rd                           |   38 +
 miceadds-2.14-26/miceadds/man/mice.impute.eap.Rd                               |    4 
 miceadds-2.14-26/miceadds/man/mice.impute.hotDeck.Rd                           |    5 
 miceadds-2.14-26/miceadds/man/mice.impute.ml.lmer.Rd                           |   11 
 miceadds-2.14-26/miceadds/man/mice.impute.pls.Rd                               |    5 
 miceadds-2.14-26/miceadds/man/mice_inits.Rd                                    |   10 
 miceadds-2.14-26/miceadds/man/micombine.cor.Rd                                 |    6 
 miceadds-2.14-26/miceadds/man/ml_mcmc.Rd                                       |   12 
 miceadds-2.14-26/miceadds/man/visitSequence.determine.Rd                       |    6 
 miceadds-2.14-26/miceadds/src/RcppExports.cpp                                  |  138 +++++
 miceadds-2.14-26/miceadds/src/miceadds_rcpp_kernelpls_1dim.cpp                 |   10 
 56 files changed, 843 insertions(+), 612 deletions(-)

More information about miceadds at CRAN
Permanent link

Package VineCopula updated to version 2.1.8 with previous version 2.1.7 dated 2018-08-31

Title: Statistical Inference of Vine Copulas
Description: Provides tools for the statistical analysis of vine copula models. The package includes tools for parameter estimation, model selection, simulation, goodness-of-fit tests, and visualization. Tools for estimation, selection and exploratory data analysis of bivariate copula models are also provided.
Author: Ulf Schepsmeier [aut], Jakob Stoeber [aut], Eike Christian Brechmann [aut], Benedikt Graeler [aut], Thomas Nagler [aut, cre], Tobias Erhardt [aut], Carlos Almeida [ctb], Aleksey Min [ctb, ths], Claudia Czado [ctb, ths], Mathias Hofmann [ctb], Matthias Killiches [ctb], Harry Joe [ctb], Thibault Vatter [ctb]
Maintainer: Thomas Nagler <thomas.nagler@tum.de>

Diff between VineCopula versions 2.1.7 dated 2018-08-31 and 2.1.8 dated 2018-09-18

 DESCRIPTION          |    6 +++---
 MD5                  |   10 +++++-----
 NEWS.md              |    8 ++++++++
 R/BiCopHfuncDeriv.R  |    2 +-
 R/BiCopHfuncDeriv2.R |    2 +-
 build/partial.rdb    |binary
 6 files changed, 18 insertions(+), 10 deletions(-)

More information about VineCopula at CRAN
Permanent link

Package trtf updated to version 0.3-3 with previous version 0.3-2 dated 2018-06-23

Title: Transformation Trees and Forests
Description: Recursive partytioning of transformation models with corresponding random forest for conditional transformation models as described in 'Transformation Forests' (Hothorn and Zeileis, 2017, <arXiv:1701.02110>) and 'Top-Down Transformation Choice' (Hothorn, 2018, <DOI:10.1177/1471082X17748081>).
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>)
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between trtf versions 0.3-2 dated 2018-06-23 and 0.3-3 dated 2018-09-18

 DESCRIPTION                       |    8 ++++----
 MD5                               |   18 +++++++++---------
 R/methods.R                       |    4 ++--
 R/trees_forests.R                 |   26 +++++++++++++++++---------
 inst/NEWS.Rd                      |    9 +++++++++
 man/traforest.Rd                  |    8 ++++++--
 man/trafotree.Rd                  |   25 ++++++++++++++++++++++++-
 tests/GBSG2-Ex.Rout.save          |   14 +++-----------
 tests/regtest-traforest.Rout.save |   14 +++-----------
 tests/regtest-trafotree.Rout.save |   14 +++-----------
 10 files changed, 80 insertions(+), 60 deletions(-)

More information about trtf at CRAN
Permanent link

Package shinyFiles updated to version 0.7.1 with previous version 0.7.0 dated 2018-07-05

Title: A Server-Side File System Viewer for Shiny
Description: Provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location. Both file and folder selection as well as file saving is available.
Author: Thomas Lin Pedersen [cre, aut], Vincent Nijs [aut], Eric Nantz [aut]
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>

Diff between shinyFiles versions 0.7.0 dated 2018-07-05 and 0.7.1 dated 2018-09-18

 shinyFiles-0.7.0/shinyFiles/man/dropEmpty.Rd                                   |only
 shinyFiles-0.7.1/shinyFiles/DESCRIPTION                                        |   13 +-
 shinyFiles-0.7.1/shinyFiles/MD5                                                |   38 +++--
 shinyFiles-0.7.1/shinyFiles/NAMESPACE                                          |   11 +
 shinyFiles-0.7.1/shinyFiles/NEWS.md                                            |only
 shinyFiles-0.7.1/shinyFiles/R/aaa.R                                            |   15 --
 shinyFiles-0.7.1/shinyFiles/R/dirchoose.R                                      |   48 ++++---
 shinyFiles-0.7.1/shinyFiles/R/filechoose.R                                     |   64 +++++-----
 shinyFiles-0.7.1/shinyFiles/R/filesave.R                                       |   25 ++-
 shinyFiles-0.7.1/shinyFiles/README.md                                          |    5 
 shinyFiles-0.7.1/shinyFiles/inst/example/server.R                              |   61 ++++++---
 shinyFiles-0.7.1/shinyFiles/inst/example/ui.R                                  |   26 ++--
 shinyFiles-0.7.1/shinyFiles/inst/www/fileIcons.css                             |   60 +++++++--
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons16x16/file_extension_Rmd.png   |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons16x16/file_extension_md.png    |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons16x16/file_extension_r.png     |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons16x16/file_extension_rproj.png |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons16x16/r-data-formats.png       |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons32x32/file_extension_Rmd.png   |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons32x32/file_extension_md.png    |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons32x32/file_extension_r.png     |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons32x32/file_extension_rproj.png |only
 shinyFiles-0.7.1/shinyFiles/inst/www/icons/Icons32x32/r-data-formats.png       |only
 shinyFiles-0.7.1/shinyFiles/inst/www/shinyFiles.js                             |   51 +++++--
 shinyFiles-0.7.1/shinyFiles/man/shinyFiles-buttons.Rd                          |   16 +-
 shinyFiles-0.7.1/shinyFiles/man/shinyFiles-package.Rd                          |    8 -
 26 files changed, 274 insertions(+), 167 deletions(-)

More information about shinyFiles at CRAN
Permanent link

New package shiny.router with initial version 0.1.1
Package: shiny.router
Type: Package
Title: Basic Routing for Shiny Web Applications
Version: 0.1.1
Author: Filip Stachura <filip@appsilon.com>
Maintainer: Dominik Krzemiński <dominik@appsilon.com>
Description: The minimal router for your Shiny apps. It allows you to create dynamic web applications with real-time user interface and easily share URLs to pages within your Shiny apps.
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
Imports: magrittr, shiny
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-09-17 08:17:25 UTC; dominik
Repository: CRAN
Date/Publication: 2018-09-18 08:50:07 UTC

More information about shiny.router at CRAN
Permanent link

New package RSelenium with initial version 1.7.4
Package: RSelenium
Type: Package
Title: R Bindings for 'Selenium WebDriver'
Version: 1.7.4
Authors@R: c( person("John", "Harrison", , "johndharrison0@gmail.com", role = "aut", comment = "original author"), person("Ju Yeong", "Kim", , "jkim2345@fredhutch.org", role = "cre", comment = "rOpenSci maintainer"))
Description: Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see <https://seleniumhq.github.io/docs/wd.html> for more information) using the 'JsonWireProtocol' (see <https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for more information). 'Selenium 2.0 WebDriver' allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.
License: AGPL-3
URL: http://ropensci.github.io/RSelenium
BugReports: http://github.com/ropensci/RSelenium/issues
Additional_repositories: http://www.omegahat.net/R
Depends: R (>= 3.0.0)
Imports: XML, methods, caTools, tools, utils, openssl, httr, wdman(>= 0.2.2), binman
Suggests: testthat, knitr, Rcompression, covr, rmarkdown
VignetteBuilder: knitr
LazyData: true
Collate: 'RSelenium.R' 'errorHandler.R' 'remoteDriver.R' 'rsDriver.R' 'selKeys-data.R' 'util.R' 'webElement.R' 'zzz.R'
Encoding: UTF-8
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-17 18:43:13 UTC; jkim2345
Author: John Harrison [aut] (original author), Ju Yeong Kim [cre] (rOpenSci maintainer)
Maintainer: Ju Yeong Kim <jkim2345@fredhutch.org>
Repository: CRAN
Date/Publication: 2018-09-18 08:30:12 UTC

More information about RSelenium at CRAN
Permanent link

Package personalized updated to version 0.2.0 with previous version 0.1.5 dated 2018-04-11

Title: Estimation and Validation Methods for Subgroup Identification and Personalized Medicine
Description: Provides functions for fitting and validation of subgroup identification and personalized medicine models under the general subgroup identification framework of Chen et al. (2017) <doi:10.1111/biom.12676>. This package is intended for use for both randomized controlled trials and observational studies.
Author: Jared Huling [aut, cre], Aaron Potvien [ctb], Alexandros Karatzoglou [cph], Alex Smola [cph]
Maintainer: Jared Huling <jaredhuling@gmail.com>

Diff between personalized versions 0.1.5 dated 2018-04-11 and 0.2.0 dated 2018-09-18

 DESCRIPTION                                     |   16 
 MD5                                             |   76 +--
 NAMESPACE                                       |    8 
 R/calculate_treatment_effects.R                 |only
 R/check_overlap.R                               |   15 
 R/est_subgroup_effects.R                        |    5 
 R/fit_losses.R                                  |  239 ++++++---
 R/fit_subgroup.R                                |  518 +++++++++++++++++++-
 R/plot_compare.R                                |   57 +-
 R/plot_subgroup_fitted.R                        |   39 -
 R/plot_subgroup_validated.R                     |  215 ++++----
 R/predict_subgroup.R                            |    4 
 R/print_subgroup.R                              |  176 ++++++
 R/summarize_subgroups.R                         |    1 
 R/summary_subgroup.R                            |   19 
 R/validate_subgroup.R                           |   62 ++
 R/weighted_svm.R                                |  408 +++++++++++++++-
 README.md                                       |   77 ++-
 build/vignette.rds                              |binary
 inst/doc/usage_of_the_personalized_package.Rmd  |   23 
 inst/doc/usage_of_the_personalized_package.html |  586 ++++++++++++++---------
 man/check.overlap.Rd                            |    4 
 man/figures/sticker.png                         |binary
 man/fit.subgroup.Rd                             |  331 ++++++++++++-
 man/plotCompare.Rd                              |    4 
 man/predict.Rd                                  |    8 
 man/print.Rd                                    |    8 
 man/print.individual_treatment_effects.Rd       |only
 man/summarize.subgroups.Rd                      |    3 
 man/summary.Rd                                  |    7 
 man/treatment.effects.Rd                        |only
 man/validate.subgroup.Rd                        |   58 ++
 man/weighted.ksvm.Rd                            |    5 
 tests/testthat/test-fitsubgroup.R               |  606 ++++++++++++++++++++++--
 tests/testthat/test-plotandplotcompare.R        |   85 +++
 tests/testthat/test-treatmenteffects.R          |only
 tests/testthat/test-validatesubgroup.R          |  123 ++++
 tests/testthat/test-wksvm.R                     |   23 
 vignettes/usage_of_the_personalized_package.Rmd |   23 
 vignettes/usage_overview-1.png                  |binary
 vignettes/vis_val-1.png                         |binary
 41 files changed, 3155 insertions(+), 677 deletions(-)

More information about personalized at CRAN
Permanent link

Package netrankr updated to version 0.2.1 with previous version 0.2.0 dated 2018-01-08

Title: Analyzing Partial Rankings in Networks
Description: Implements methods for centrality related analyses of networks. While the package includes the possibility to build more than 20 indices, its main focus lies on index-free assessment of centrality via partial rankings obtained by neighborhood-inclusion or positional dominance. These partial rankings can be analyzed with different methods, including probabilistic methods like computing expected node ranks and relative rank probabilities (how likely is it that a node is more central than another?). The methodology is described in depth in the vignettes and in Schoch (2018) <doi:10.1016/j.socnet.2017.12.003>.
Author: David Schoch [aut, cre], Julian Müller [ctb]
Maintainer: David Schoch <david.schoch@manchester.ac.uk>

Diff between netrankr versions 0.2.0 dated 2018-01-08 and 0.2.1 dated 2018-09-18

 DESCRIPTION                              |   10 +-
 MD5                                      |   81 +++++++++----------
 NEWS.md                                  |   12 ++
 R/aggregate.index.R                      |    2 
 R/index.builder.R                        |   22 ++---
 R/indirect.relations.R                   |  131 +++++++++++++++++--------------
 R/neighborhood.inclusion.R               |    3 
 R/plot.rank.intervals.R                  |   12 +-
 R/positional.dominance.R                 |   28 ++++--
 R/rank.analysis.R                        |   30 +++----
 README.md                                |   10 +-
 inst/doc/benchmarks.html                 |   12 +-
 inst/doc/centrality_indices.R            |    4 
 inst/doc/centrality_indices.Rmd          |   11 +-
 inst/doc/centrality_indices.html         |   11 +-
 inst/doc/indirect_relations.R            |    2 
 inst/doc/indirect_relations.Rmd          |    4 
 inst/doc/indirect_relations.html         |    7 -
 inst/doc/neighborhood_inclusion.html     |   31 +++----
 inst/doc/partial_centrality.R            |    8 -
 inst/doc/partial_centrality.Rmd          |   13 ---
 inst/doc/partial_centrality.html         |   37 +++-----
 inst/doc/positional_dominance.Rmd        |    2 
 inst/doc/positional_dominance.html       |   14 +--
 inst/doc/probabilistic_cent.html         |   71 +++++++++-------
 inst/doc/use_case.R                      |   10 +-
 inst/doc/use_case.Rmd                    |   20 ++--
 inst/doc/use_case.html                   |   26 +++---
 man/aggregate_positions.Rd               |    2 
 man/exact_rank_prob.Rd                   |    4 
 man/indirect_relations.Rd                |    7 +
 man/plot_rank_intervals.Rd               |    4 
 src/Makevars                             |only
 src/Makevars.win                         |    6 -
 src/transreduct.cpp                      |    2 
 tests/testthat/test_exact_rank_prob.R    |    2 
 tests/testthat/test_indirect_relations.R |    4 
 vignettes/centrality_indices.Rmd         |   11 +-
 vignettes/indirect_relations.Rmd         |    4 
 vignettes/partial_centrality.Rmd         |   13 ---
 vignettes/positional_dominance.Rmd       |    2 
 vignettes/use_case.Rmd                   |   20 ++--
 42 files changed, 367 insertions(+), 338 deletions(-)

More information about netrankr at CRAN
Permanent link

Package ndjson updated to version 0.7.0 with previous version 0.6.0 dated 2018-03-05

Title: Wicked-Fast Streaming 'JSON' ('ndjson') Reader
Description: Streaming 'JSON' ('ndjson') has one 'JSON' record per-line and many modern 'ndjson' files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R 'data.frame'-like context. Functions are provided that make it possible to read in plain 'ndjson' files or compressed ('gz') 'ndjson' files and either validate the format of the records or create "flat" 'data.table' structures from them.
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>), Niels Lohmann [aut] (C++ json parser), Deepak Bandyopadhyay [aut] (C++ gzstream), Lutz Kettner [aut] (C++ gzstream))
Maintainer: Bob Rudis <bob@rud.is>

Diff between ndjson versions 0.6.0 dated 2018-03-05 and 0.7.0 dated 2018-09-18

 DESCRIPTION  |   23 
 MD5          |    8 
 NEWS.md      |    5 
 src/Makevars |    6 
 src/json.h   | 4070 +++++++++++++++++++++++++++++++++++++++++------------------
 5 files changed, 2924 insertions(+), 1188 deletions(-)

More information about ndjson at CRAN
Permanent link

Package mlvocab updated to version 0.1 with previous version 0.0.1 dated 2018-04-13

Title: Vocabulary and Corpus Preprocessing for Natural Language Pipelines
Description: Utilities for preprocessing of text corpora into data structures suitable for natural language models: integer sequences or matrices, vocabulary embedding matrices, term-doc, doc-term, term co-occurrence matrices etc. All functions allow for full or partial hashing of the terms in the vocabulary.
Author: Vitalie Spinu [aut, cre]
Maintainer: Vitalie Spinu <spinuvit@gmail.com>

Diff between mlvocab versions 0.0.1 dated 2018-04-13 and 0.1 dated 2018-09-18

 mlvocab-0.0.1/mlvocab/src/vocab.cpp                     |only
 mlvocab-0.0.1/mlvocab/tests/testthat/test_index.R       |only
 mlvocab-0.1/mlvocab/DESCRIPTION                         |   17 
 mlvocab-0.1/mlvocab/MD5                                 |   55 +
 mlvocab-0.1/mlvocab/NAMESPACE                           |   13 
 mlvocab-0.1/mlvocab/NEWS.md                             |only
 mlvocab-0.1/mlvocab/R/RcppExports.R                     |   40 -
 mlvocab-0.1/mlvocab/R/embed.R                           |only
 mlvocab-0.1/mlvocab/R/package.R                         |    9 
 mlvocab-0.1/mlvocab/R/term_indices.R                    |   90 ++-
 mlvocab-0.1/mlvocab/R/term_matrices.R                   |   92 +--
 mlvocab-0.1/mlvocab/R/tfidf.R                           |   43 -
 mlvocab-0.1/mlvocab/R/vocab.R                           |  130 +---
 mlvocab-0.1/mlvocab/README.md                           |    6 
 mlvocab-0.1/mlvocab/man/mlvocab-package.Rd              |    7 
 mlvocab-0.1/mlvocab/man/prune_embeddings.Rd             |only
 mlvocab-0.1/mlvocab/man/term_indices.Rd                 |   65 +-
 mlvocab-0.1/mlvocab/man/term_matrices.Rd                |   70 +-
 mlvocab-0.1/mlvocab/man/tfidf.Rd                        |    4 
 mlvocab-0.1/mlvocab/man/vocab.Rd                        |  106 +--
 mlvocab-0.1/mlvocab/src/Makevars                        |only
 mlvocab-0.1/mlvocab/src/PriSecMatrix.h                  |only
 mlvocab-0.1/mlvocab/src/RcppExports.cpp                 |  104 ++-
 mlvocab-0.1/mlvocab/src/TripletMatrix.h                 |   59 -
 mlvocab-0.1/mlvocab/src/common.h                        |  105 +++
 mlvocab-0.1/mlvocab/src/corpus.h                        |only
 mlvocab-0.1/mlvocab/src/mlvocab.cpp                     |only
 mlvocab-0.1/mlvocab/src/vocab.h                         |  477 ++++++++++------
 mlvocab-0.1/mlvocab/tests/testthat/test_embeddings.R    |   20 
 mlvocab-0.1/mlvocab/tests/testthat/test_indices.R       |only
 mlvocab-0.1/mlvocab/tests/testthat/test_term_matrices.R |   99 ++-
 mlvocab-0.1/mlvocab/tests/testthat/test_tfidf.R         |  177 +++--
 mlvocab-0.1/mlvocab/tests/testthat/test_tokenizer.R     |only
 mlvocab-0.1/mlvocab/tests/testthat/test_vocab.R         |  145 ++--
 34 files changed, 1174 insertions(+), 759 deletions(-)

More information about mlvocab at CRAN
Permanent link

Package GAS updated to version 0.2.9 with previous version 0.2.8 dated 2018-08-30

Title: Generalized Autoregressive Score Models
Description: Simulate, estimate and forecast using univariate and multivariate GAS models as described in Ardia et al. (2016) <https://ssrn.com/abstract=2825380>.
Author: Leopoldo Catania [aut,cre], Kris Boudt [ctb], David Ardia [ctb]
Maintainer: Leopoldo Catania <leopoldo.catania@econ.au.dk>

Diff between GAS versions 0.2.8 dated 2018-08-30 and 0.2.9 dated 2018-09-18

 ChangeLog         |    3 +++
 DESCRIPTION       |    6 +++---
 MD5               |   10 +++++-----
 README.md         |   18 +++++++++---------
 build/partial.rdb |binary
 src/snorm.cpp     |   12 ++++++------
 6 files changed, 26 insertions(+), 23 deletions(-)

More information about GAS at CRAN
Permanent link

New package ccfa with initial version 1.1.0
Package: ccfa
Type: Package
Title: Continuous Counterfactual Analysis
Version: 1.1.0
Authors@R: c(person("Weige", "Huang", role=c("aut","cre"), email="weige.huang@temple.edu"), person("Brantly", "Callaway", role="aut", email="brantly.callaway@temple.edu"))
Description: Contains methods for computing counterfactuals with a continuous treatment variable as in Callaway and Huang (2017) <https://ssrn.com/abstract=3078187>. In particular, the package can be used to calculate the expected value, the variance, the interquantile range, the fraction of observations below or above a particular cutoff, or other user-supplied functions of an outcome of interest conditional on a continuous treatment. The package can also be used for computing these same functionals after adjusting for differences in covariates at different values of the treatment. Further, one can use the package to conduct uniform inference for each parameter of interest across all values of the treatment, uniformly test whether adjusting for covariates makes a difference at any value of the treatment, and test whether a parameter of interest is different from its average value at an value of the treatment.
Depends: R (>= 2.1.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: quantreg, stats, pbapply, BMisc, tidyr, ggplot2, TempleMetrics, doParallel, foreach, formula.tools
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-17 20:25:10 UTC; weigehuang
Author: Weige Huang [aut, cre], Brantly Callaway [aut]
Maintainer: Weige Huang <weige.huang@temple.edu>
Repository: CRAN
Date/Publication: 2018-09-18 08:20:08 UTC

More information about ccfa at CRAN
Permanent link

Package bivariate updated to version 0.2.2 with previous version 0.1.6 dated 2018-09-11

Title: Bivariate Probability Distributions
Description: Contains convenience functions for constructing and plotting bivariate probability distributions (probability mass functions, probability density functions and cumulative distribution functions). Currently supports uniform (discrete and continuous), binomial, Poisson, normal, bimodal and kernel distributions.
Author: Abby Spurdle
Maintainer: Abby Spurdle <spurdle.a@gmail.com>

Diff between bivariate versions 0.1.6 dated 2018-09-11 and 0.2.2 dated 2018-09-18

 bivariate-0.1.6/bivariate/R/bivariate.r             |only
 bivariate-0.1.6/bivariate/man/bivariate.Rd          |only
 bivariate-0.2.2/bivariate/DESCRIPTION               |   12 
 bivariate-0.2.2/bivariate/MD5                       |   38 +-
 bivariate-0.2.2/bivariate/NAMESPACE                 |   37 +-
 bivariate-0.2.2/bivariate/R/bimodal.r               |only
 bivariate-0.2.2/bivariate/R/binomial.r              |only
 bivariate-0.2.2/bivariate/R/cu.r                    |only
 bivariate-0.2.2/bivariate/R/du.r                    |only
 bivariate-0.2.2/bivariate/R/generate.r              |only
 bivariate-0.2.2/bivariate/R/kernel.r                |only
 bivariate-0.2.2/bivariate/R/normal.r                |only
 bivariate-0.2.2/bivariate/R/plot3d.r                |   54 +--
 bivariate-0.2.2/bivariate/R/poisson.r               |only
 bivariate-0.2.2/bivariate/R/returned.functions.r    |only
 bivariate-0.2.2/bivariate/inst/doc/bivariate.R      |  211 ++++++++----
 bivariate-0.2.2/bivariate/inst/doc/bivariate.Rnw    |  341 ++++++++++++++------
 bivariate-0.2.2/bivariate/inst/doc/bivariate.pdf    |binary
 bivariate-0.2.2/bivariate/man/bimodal.Rd            |only
 bivariate-0.2.2/bivariate/man/binomial.Rd           |only
 bivariate-0.2.2/bivariate/man/generate.Rd           |only
 bivariate-0.2.2/bivariate/man/kernel.Rd             |only
 bivariate-0.2.2/bivariate/man/methods.Rd            |   79 +++-
 bivariate-0.2.2/bivariate/man/normal.Rd             |only
 bivariate-0.2.2/bivariate/man/plot3d.Rd             |   19 -
 bivariate-0.2.2/bivariate/man/poisson.Rd            |only
 bivariate-0.2.2/bivariate/man/returned.functions.Rd |   37 +-
 bivariate-0.2.2/bivariate/man/uniform.Rd            |only
 bivariate-0.2.2/bivariate/vignettes/bivariate.Rnw   |  341 ++++++++++++++------
 29 files changed, 832 insertions(+), 337 deletions(-)

More information about bivariate at CRAN
Permanent link

Package packcircles updated to version 0.3.3 with previous version 0.3.2 dated 2018-04-28

Title: Circle Packing
Description: Simple algorithms for circle packing.
Author: Michael Bedward [aut, cre], David Eppstein [aut] (Author of Python code for graph-based circle packing ported to C++ for this package), Peter Menzel [aut] (Author of C code for progressive circle packing ported to C++ for this package)
Maintainer: Michael Bedward <michael.bedward@gmail.com>

Diff between packcircles versions 0.3.2 dated 2018-04-28 and 0.3.3 dated 2018-09-18

 DESCRIPTION                       |   10 
 MD5                               |   20 
 NEWS.md                           |    5 
 build/vignette.rds                |binary
 inst/doc/graph_packing.html       |  358 ++++++-
 inst/doc/intro.html               |  516 +++++++----
 inst/doc/progressive_packing.html | 1729 ++++++++++++++++++++++++++++++++++----
 src/packcircles.cpp               |    1 
 src/pads_circle_pack.cpp          |    1 
 src/pmenzel_circle_pack.cpp       |    2 
 src/select_non_overlapping.cpp    |    4 
 11 files changed, 2250 insertions(+), 396 deletions(-)

More information about packcircles at CRAN
Permanent link

Package sunburstR updated to version 2.1.0 with previous version 2.0.0 dated 2018-03-12

Title: 'Htmlwidget' for 'Kerry Rodden' 'd3.js' Sequence and 'd2b' Sunburst
Description: Make interactive 'd3.js' sequence sunburst diagrams in R with the convenience and infrastructure of an 'htmlwidget'.
Author: Mike Bostock [aut, cph] (d3.js library, http://d3js.org), Kerry Rodden [aut, cph] (sequences library in htmlwidgets/lib, https://gist.github.com/kerryrodden/7090426), Kevin Warne [aut, cph] (d2b sunburst library in htmlwidgets/lib, https://github.com/d2bjs/d2b), Kent Russell [aut, cre] (R interface), Florian Breitwieser [ctb] (R interface), CJ Yetman [ctb] (R interface, <https://orcid.org/0000-0001-5099-9500>)
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>

Diff between sunburstR versions 2.0.0 dated 2018-03-12 and 2.1.0 dated 2018-09-18

 DESCRIPTION                         |   19 
 MD5                                 |   15 
 NEWS.md                             |    8 
 build                               |only
 inst/doc                            |only
 inst/htmlwidgets/lib/d2b/d2b.js     |12428 ++++++++++++++++++------------------
 inst/htmlwidgets/lib/d2b/d2b.min.js |    8 
 tests/testthat/test-basic.R         |    2 
 vignettes                           |only
 9 files changed, 6256 insertions(+), 6224 deletions(-)

More information about sunburstR at CRAN
Permanent link

Package MazamaSpatialUtils updated to version 0.5.4 with previous version 0.5.2 dated 2017-12-07

Title: Spatial Data Download and Utility Functions
Description: A suite of conversion scripts to create internally standardized spatial polygons data frames. Utility scripts use these data sets to return values such as country, state, timezone, watershed, etc. associated with a set of longitude/latitude pairs. (They also make cool maps.)
Author: Jonathan Callahan [aut, cre], Ruby Fore [aut], Will Leahy [aut], Helen Miller [aut], Henry Nguyen [aut], Robin Winstanley [aut], Alice Yang [aut]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>

Diff between MazamaSpatialUtils versions 0.5.2 dated 2017-12-07 and 0.5.4 dated 2018-09-18

 DESCRIPTION                   |   21 +++++++------
 MD5                           |   64 +++++++++++++++++++++---------------------
 NAMESPACE                     |    1 
 R/convertGADM.R               |    2 -
 R/convertUSCensusCBSA.R       |only
 R/getCountry.R                |    2 -
 R/getCountryCode.R            |    4 +-
 R/getCountryName.R            |    2 -
 R/getHUC.R                    |    2 -
 R/getHUCName.R                |    2 -
 R/getState.R                  |    2 -
 R/getStateCode.R              |    5 +--
 R/getStateName.R              |    2 -
 R/getTimezone.R               |    2 -
 R/getUSCounty.R               |    2 -
 R/getVariable.R               |    2 -
 README.md                     |    3 -
 build/vignette.rds            |binary
 data/SimpleCountries.RData    |binary
 data/SimpleCountriesEEZ.RData |binary
 data/SimpleTimezones.RData    |binary
 inst/doc/introduction.R       |    2 -
 inst/doc/introduction.Rmd     |   22 ++++++--------
 inst/doc/introduction.html    |   24 ++++++---------
 man/codeToState.Rd            |    3 +
 man/convertGADM.Rd            |    2 -
 man/convertUSCensusCBSA.Rd    |only
 man/getCountry.Rd             |    4 +-
 man/getHUCName.Rd             |    3 +
 man/getStateCode.Rd           |    6 +--
 man/getStateName.Rd           |    4 +-
 man/stateToCode.Rd            |    3 +
 man/summarizeByPolygon.Rd     |    4 +-
 vignettes/introduction.Rmd    |   22 ++++++--------
 34 files changed, 106 insertions(+), 111 deletions(-)

More information about MazamaSpatialUtils at CRAN
Permanent link

Package jmv updated to version 0.9.4 with previous version 0.9.2.0 dated 2018-08-12

Title: The 'jamovi' Analyses
Description: A suite of common statistical methods such as descriptives, t-tests, ANOVAs, regression, correlation matrices, proportion tests, contingency tables, and factor analysis. This package is also useable from the 'jamovi' statistical spreadsheet (see <https://www.jamovi.org> for more information).
Author: Ravi Selker, Jonathon Love, Damian Dropmann
Maintainer: Jonathon Love <jon@thon.cc>

Diff between jmv versions 0.9.2.0 dated 2018-08-12 and 0.9.4 dated 2018-09-18

 jmv-0.9.2.0/jmv/data/bugs.csv                |only
 jmv-0.9.4/jmv/DESCRIPTION                    |   12 
 jmv-0.9.4/jmv/MD5                            |   44 -
 jmv-0.9.4/jmv/NAMESPACE                      |    1 
 jmv-0.9.4/jmv/R/ancova.b.R                   |  845 ++++++++++++++-------------
 jmv-0.9.4/jmv/R/ancova.h.R                   |  275 ++++----
 jmv-0.9.4/jmv/R/anova.h.R                    |  243 ++++---
 jmv-0.9.4/jmv/R/anovaonew.b.R                |only
 jmv-0.9.4/jmv/R/anovaonew.h.R                |only
 jmv-0.9.4/jmv/R/anovarm.b.R                  |   95 +--
 jmv-0.9.4/jmv/R/anovarm.h.R                  |   59 +
 jmv-0.9.4/jmv/R/cfa.b.R                      |    4 
 jmv-0.9.4/jmv/R/conttablespaired.b.R         |    2 
 jmv-0.9.4/jmv/R/conttablespaired.h.R         |    2 
 jmv-0.9.4/jmv/R/ttestones.b.R                |    4 
 jmv-0.9.4/jmv/R/ttestones.h.R                |    2 
 jmv-0.9.4/jmv/data/bugs.csv.gz               |only
 jmv-0.9.4/jmv/man/ancova.Rd                  |   51 -
 jmv-0.9.4/jmv/man/anova.Rd                   |   51 -
 jmv-0.9.4/jmv/man/anovaOneW.Rd               |only
 jmv-0.9.4/jmv/man/anovaRM.Rd                 |   24 
 jmv-0.9.4/jmv/man/contTablesPaired.Rd        |    2 
 jmv-0.9.4/jmv/man/ttestOneS.Rd               |    2 
 jmv-0.9.4/jmv/tests/testthat/testancova.R    |    8 
 jmv-0.9.4/jmv/tests/testthat/testanova.R     |    8 
 jmv-0.9.4/jmv/tests/testthat/testanovaonew.R |only
 26 files changed, 957 insertions(+), 777 deletions(-)

More information about jmv at CRAN
Permanent link

Package cowsay updated to version 0.7.0 with previous version 0.6.0 dated 2018-05-15

Title: Messages, Warnings, Strings with Ascii Animals
Description: Allows printing of character strings as messages/warnings/etc. with ASCII animals, including cats, cows, frogs, chickens, ghosts, and more.
Author: Scott Chamberlain [aut, cre], Amanda Dobbyn [aut], Tyler Rinker [ctb], Thomas Leeper [ctb], Noam Ross [ctb], Rich FitzJohn [ctb], Carson Sievert [ctb], Kiyoko Gotanda [ctb], Andy Teucher [ctb], Karl Broman [ctb], Franz-Sebastian Krah [ctb], Lucy D'Agostino McGowan [ctb], Guangchuang Yu [ctb], Philipp Boersch-Supan [ctb], Andreas Brandmaier [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between cowsay versions 0.6.0 dated 2018-05-15 and 0.7.0 dated 2018-09-18

 DESCRIPTION                   |   18 ++--
 MD5                           |   35 ++++-----
 NEWS.md                       |    8 ++
 R/cowsay-package.r            |   20 ++---
 R/endless_horse.R             |   53 +++++++++++++
 R/rms.r                       |    2 
 R/say.r                       |  109 +++++++++++++++++++++++++---
 R/utils.R                     |only
 R/zzz.R                       |    8 +-
 README.md                     |  161 ++++++++++++++++++++++++++++++++++--------
 build/vignette.rds            |binary
 inst/doc/cowsay_tutorial.R    |   40 ++++++++++
 inst/doc/cowsay_tutorial.Rmd  |   61 +++++++++++++++
 inst/doc/cowsay_tutorial.html |  159 ++++++++++++++++++++++++++++++++++++++++-
 man/cowsay.Rd                 |   20 ++---
 man/endless_horse.Rd          |   13 +++
 man/say.Rd                    |   33 +++++++-
 tests/testthat/test-say.R     |   49 ++++++++++++
 vignettes/cowsay_tutorial.Rmd |   61 +++++++++++++++
 19 files changed, 748 insertions(+), 102 deletions(-)

More information about cowsay at CRAN
Permanent link


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