Mon, 12 Dec 2016

Package stable updated to version 1.1.1 with previous version 1.1.0 dated 2016-12-09

Title: Probability Functions and Generalized Regression Models for Stable Distributions
Description: Density, distribution, quantile and hazard functions of a stable variate; generalized regression models for the parameters of a stable distribution.
Author: Bruce Swihart [cre, aut], Jim Lindsey [aut] (Jim created this package, Bruce is maintaining the CRAN version), Philippe Lambert [aut]
Maintainer: Bruce Swihart <bruce.swihart@gmail.com>

Diff between stable versions 1.1.0 dated 2016-12-09 and 1.1.1 dated 2016-12-12

 DESCRIPTION  |    6 +--
 MD5          |    6 +--
 README.md    |  115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/stable.c |    2 -
 4 files changed, 122 insertions(+), 7 deletions(-)

More information about stable at CRAN
Permanent link

Package patchSynctex updated to version 0.1-4 with previous version 0.1-3 dated 2015-07-04

Title: Communication Between Editor and Viewer for Literate Programs
Description: This utility eases the debugging of literate documents ('noweb' files) by patching the synchronization information (the '.synctex(.gz)' file) produced by 'pdflatex' with concordance information produced by 'Sweave' or 'knitr' and 'Sweave' or 'knitr' ; this allows for bilateral communication between a text editor (visualizing the 'noweb' source) and a viewer (visualizing the resultant 'PDF'), thus bypassing the intermediate 'TeX' file.
Author: Jan Gleixner [aut], Daniel Hicks [ctb], Kyle J. Harms [ctb], Emmanuel Charpentier [aut, cre]
Maintainer: Emmanuel Charpentier <emm.charpentier@free.fr>

Diff between patchSynctex versions 0.1-3 dated 2015-07-04 and 0.1-4 dated 2016-12-12

 DESCRIPTION                 |   10 ++++++----
 MD5                         |   10 +++++-----
 NEWS                        |    5 ++++-
 R/patchSynctex.R            |   14 +++++++++-----
 man/patchSynctex-package.Rd |    7 +++----
 man/patchSynctex.Rd         |   13 ++++++++++---
 6 files changed, 37 insertions(+), 22 deletions(-)

More information about patchSynctex at CRAN
Permanent link

Package coop updated to version 0.6-0 with previous version 0.4-0 dated 2016-04-05

Title: Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations
Description: Fast implementations of the co-operations: covariance, correlation, and cosine similarity. The implementations are fast and memory-efficient and their use is resolved automatically based on the input data, handled by R's S3 methods. Full descriptions of the algorithms and benchmarks are available in the package vignettes.
Author: Drew Schmidt [aut, cre], Christian Heckendorf [ctb] (Caught some memory errors.)
Maintainer: Drew Schmidt <wrathematics@gmail.com>

Diff between coop versions 0.4-0 dated 2016-04-05 and 0.6-0 dated 2016-12-12

 coop-0.4-0/coop/build                                    |only
 coop-0.4-0/coop/inst/doc/algos.R                         |only
 coop-0.4-0/coop/inst/doc/algos.Rmd                       |only
 coop-0.4-0/coop/inst/doc/algos.html                      |only
 coop-0.4-0/coop/inst/doc/coop.R                          |only
 coop-0.4-0/coop/inst/doc/coop.Rmd                        |only
 coop-0.4-0/coop/inst/doc/coop.html                       |only
 coop-0.4-0/coop/src/naomit.c                             |only
 coop-0.4-0/coop/src/omp.h                                |only
 coop-0.4-0/coop/src/utils.c                              |only
 coop-0.4-0/coop/src/wrapper.c                            |only
 coop-0.4-0/coop/tests/naomit.r                           |only
 coop-0.4-0/coop/vignettes/algos.Rmd                      |only
 coop-0.4-0/coop/vignettes/cleanup                        |only
 coop-0.4-0/coop/vignettes/coop.Rmd                       |only
 coop-0.4-0/coop/vignettes/include/custom.css             |only
 coop-0.4-0/coop/vignettes/include/headers.js             |only
 coop-0.4-0/coop/vignettes/include/ieee.csl               |only
 coop-0.4-0/coop/vignettes/rebuild                        |only
 coop-0.6-0/coop/ChangeLog                                |   51 +
 coop-0.6-0/coop/DESCRIPTION                              |    9 
 coop-0.6-0/coop/MD5                                      |  117 ++--
 coop-0.6-0/coop/NAMESPACE                                |    9 
 coop-0.6-0/coop/R/coop-package.r                         |   27 
 coop-0.6-0/coop/R/cosine.r                               |   39 +
 coop-0.6-0/coop/R/covar.r                                |   35 +
 coop-0.6-0/coop/R/maxco.r                                |only
 coop-0.6-0/coop/R/pcor.r                                 |   35 +
 coop-0.6-0/coop/R/scaler.r                               |only
 coop-0.6-0/coop/R/utils.r                                |   32 +
 coop-0.6-0/coop/R/weighted.r                             |only
 coop-0.6-0/coop/R/wrappers_dense.r                       |   23 
 coop-0.6-0/coop/R/wrappers_sparse.r                      |    6 
 coop-0.6-0/coop/README.md                                |    2 
 coop-0.6-0/coop/cleanup                                  |    3 
 coop-0.6-0/coop/configure                                |only
 coop-0.6-0/coop/configure.ac                             |only
 coop-0.6-0/coop/configure.win                            |only
 coop-0.6-0/coop/inst/benchmarks/covar_dense.r            |    5 
 coop-0.6-0/coop/inst/benchmarks/pairwise.r               |only
 coop-0.6-0/coop/inst/benchmarks/scale.r                  |only
 coop-0.6-0/coop/inst/doc/algos.Rnw                       |only
 coop-0.6-0/coop/inst/doc/algos.pdf                       |only
 coop-0.6-0/coop/inst/doc/coop.Rnw                        |only
 coop-0.6-0/coop/inst/doc/coop.pdf                        |only
 coop-0.6-0/coop/man/coop-package.Rd                      |   26 
 coop-0.6-0/coop/man/cosine.Rd                            |    7 
 coop-0.6-0/coop/man/covar.Rd                             |   11 
 coop-0.6-0/coop/man/pcor.Rd                              |   11 
 coop-0.6-0/coop/man/scaler.Rd                            |only
 coop-0.6-0/coop/man/weighted.Rd                          |only
 coop-0.6-0/coop/src/R_checks.c                           |only
 coop-0.6-0/coop/src/R_naomit.c                           |only
 coop-0.6-0/coop/src/R_wrapper.c                          |only
 coop-0.6-0/coop/src/coop.h                               |   46 -
 coop-0.6-0/coop/src/dense.c                              |  431 ++++++++-------
 coop-0.6-0/coop/src/dense_inplace.c                      |only
 coop-0.6-0/coop/src/dense_pairwise.c                     |only
 coop-0.6-0/coop/src/experimental                         |only
 coop-0.6-0/coop/src/scale.c                              |only
 coop-0.6-0/coop/src/sparse.c                             |   72 +-
 coop-0.6-0/coop/src/utils                                |only
 coop-0.6-0/coop/tests/dense_matrix.R                     |   21 
 coop-0.6-0/coop/tests/dense_matrix_inplace.R             |only
 coop-0.6-0/coop/tests/dense_matrix_pairwise.R            |only
 coop-0.6-0/coop/tests/naomit.R                           |only
 coop-0.6-0/coop/tests/run                                |only
 coop-0.6-0/coop/tests/scale.R                            |only
 coop-0.6-0/coop/tests/sparse_matrix.R                    |   14 
 coop-0.6-0/coop/vignettes/algos.Rnw                      |only
 coop-0.6-0/coop/vignettes/build_pdf.sh                   |only
 coop-0.6-0/coop/vignettes/coop.Rnw                       |only
 coop-0.6-0/coop/vignettes/include/00-acknowledgement.tex |only
 coop-0.6-0/coop/vignettes/include/coop.bib               |    8 
 coop-0.6-0/coop/vignettes/include/settings.tex           |only
 coop-0.6-0/coop/vignettes/include/uch_small.png          |only
 76 files changed, 708 insertions(+), 332 deletions(-)

More information about coop at CRAN
Permanent link

Package skmeans updated to version 0.2-9 with previous version 0.2-8 dated 2016-01-06

Title: Spherical k-Means Clustering
Description: Algorithms to compute spherical k-means partitions. Features several methods, including a genetic and a fixed-point algorithm and an interface to the CLUTO vcluster program.
Author: Kurt Hornik [aut, cre], Ingo Feinerer [aut], Martin Kober [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between skmeans versions 0.2-8 dated 2016-01-06 and 0.2-9 dated 2016-12-12

 DESCRIPTION    |    6 +++---
 MD5            |    5 +++--
 build          |only
 man/skmeans.Rd |   16 +++++++++-------
 4 files changed, 15 insertions(+), 12 deletions(-)

More information about skmeans at CRAN
Permanent link

New package valuer with initial version 1.1.0
Package: valuer
Type: Package
Title: Pricing of Variable Annuities
Version: 1.1.0
Authors@R: person("Ivan", "Zoccolan", email = "ivan.zoccolan@gmail.com", role = c("aut", "cre"))
Author: Ivan Zoccolan [aut, cre]
Maintainer: Ivan Zoccolan <ivan.zoccolan@gmail.com>
Description: Pricing of variable annuity life insurance contracts by means of Monte Carlo methods. Monte Carlo is used to price the contract in case the policyholder cannot surrender while Least Squares Monte Carlo is used if the insured can surrender. A state-dependent fee structure with a single barrier is implemented.
License: GPL-3
LazyData: TRUE
RoxygenNote: 5.0.1
Depends: R (>= 3.2.5), orthopolynom (>= 1.0-5)
Imports: R6 (>= 2.1.2), RcppEigen (>= 0.3.2.8.1), timeDate (>= 3012.100), yuima (>= 1.1.6), ggplot2
Suggests: testthat, knitr, rmarkdown, doParallel (>= 1.0.10), foreach (>= 1.4.3)
LinkingTo: Rcpp
VignetteBuilder: knitr
URL: http://github.com/IvanZoccolan/valuer
BugReports: http://github.com/IvanZoccolan/valuer/issues
NeedsCompilation: yes
Packaged: 2016-12-10 10:09:49 UTC; vagrant
Repository: CRAN
Date/Publication: 2016-12-12 18:16:36

More information about valuer at CRAN
Permanent link

Package tigreBrowserWriter updated to version 0.1.4 with previous version 0.1.2 dated 2016-10-26

Title: 'tigreBrowser' Database Writer
Description: Write modelling results into a database for 'tigreBrowser', a web-based tool for browsing figures and summary data of independent model fits, such as Gaussian process models fitted for each gene or other genomic element. The browser is available at <https://github.com/PROBIC/tigreBrowser>.
Author: Antti Honkela [aut, cre], Miika-Petteri Matikainen [aut]
Maintainer: Antti Honkela <antti.honkela@helsinki.fi>

Diff between tigreBrowserWriter versions 0.1.2 dated 2016-10-26 and 0.1.4 dated 2016-12-12

 DESCRIPTION             |    8 +--
 MD5                     |   13 ++---
 NAMESPACE               |    3 -
 R/database.R            |  121 ++++++++++++++++++++++--------------------------
 R/interface.R           |   38 ++++++++++++++-
 README.md               |   14 +++++
 man/insertFigureData.Rd |only
 man/insertFigures.Rd    |    4 -
 8 files changed, 122 insertions(+), 79 deletions(-)

More information about tigreBrowserWriter at CRAN
Permanent link

Package stpm updated to version 1.5.0 with previous version 1.4.2 dated 2016-10-17

Title: Stochastic Process Model for Analysis of Longitudinal and Time-to-Event Outcomes
Description: Utilities to estimate parameters of the models with survival functions induced by stochastic covariates. Miscellaneous functions for data preparation and simulation are also provided. For more information, see: (i)"Stochastic model for analysis of longitudinal data on aging and mortality" by Yashin A. et al. (2007), Mathematical Biosciences, 208(2), 538-551, <DOI:10.1016/j.mbs.2006.11.006>; (ii) "Health decline, aging and mortality: how are they related?" by Yashin A. et al. (2007), Biogerontology 8(3), 291(302), <DOI:10.1007/s10522-006-9073-3>.
Author: I. Y. Zhbannikov, Liang He, K. G. Arbeev, A. I. Yashin.
Maintainer: Ilya Y. Zhbannikov <ilya.zhbannikov@duke.edu>

Diff between stpm versions 1.4.2 dated 2016-10-17 and 1.5.0 dated 2016-12-12

 DESCRIPTION                 |   20 
 MD5                         |   68 +-
 NAMESPACE                   |   39 -
 NEWS                        |only
 R/general.R                 |only
 R/prepare_data.R            |  262 +++++-----
 R/simdata_cont.R            |    3 
 R/simdata_discr.R           |    1 
 R/simdata_gamma_frailty.R   |    1 
 R/simdata_pobs_cont.R       |    1 
 R/simdata_time-dep.R        |    1 
 R/spm.R                     |   33 -
 R/spm.impute.R              |   45 +
 R/spm_continuous.R          |   65 +-
 R/spm_discrete.R            |    1 
 R/spm_pobs.R                |    4 
 R/spm_projection.R          |   40 -
 R/spm_time-dependent.R      |  113 ++--
 R/stpm-package.R            |    7 
 README.md                   |   22 
 build/vignette.rds          |binary
 inst/doc/stpm-vignette.R    |   13 
 inst/doc/stpm-vignette.Rmd  |   21 
 inst/doc/stpm-vignette.html | 1136 ++++++++++++++++++++++++++------------------
 man/prepare_data.Rd         |    8 
 man/prepare_data_cont.Rd    |   10 
 man/prepare_data_discr.Rd   |    6 
 man/simdata_cont.Rd         |    2 
 man/spm.Rd                  |   25 
 man/spm_continuous.Rd       |   25 
 man/spm_pobs.Rd             |    3 
 man/spm_projection.Rd       |   25 
 man/spm_time_dep.Rd         |   41 -
 man/stpm.Rd                 |    6 
 src/spm_integral_MD.cpp     |   80 +--
 vignettes/stpm-vignette.Rmd |   21 
 36 files changed, 1235 insertions(+), 913 deletions(-)

More information about stpm at CRAN
Permanent link

Package Rsymphony updated to version 0.1-24 with previous version 0.1-23 dated 2016-08-31

Title: SYMPHONY in R
Description: An R interface to the SYMPHONY solver for mixed-integer linear programs.
Author: Reinhard Harter [aut], Kurt Hornik [aut, cre], Stefan Theussl [aut], Cyrille Szymanski [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between Rsymphony versions 0.1-23 dated 2016-08-31 and 0.1-24 dated 2016-12-12

 DESCRIPTION |    6 +++---
 MD5         |    4 ++--
 R/bounds.R  |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

More information about Rsymphony at CRAN
Permanent link

Package RSCABS updated to version 0.9.01 with previous version 0.9.0 dated 2016-08-12

Title: Rao-Scott Cochran-Armitage by Slices Trend Test
Description: Performs the Rao-Scott Cochran-Armitage by Slices trend test (RSCABS) used in analysis of histopathological endpoints. It has functions for both command line operations along with a built in GUI.
Author: Joe Swintek [aut, cre], Kevin Flynn [ctb]
Maintainer: Joe Swintek <swintek.joe@epa.gov>

Diff between RSCABS versions 0.9.0 dated 2016-08-12 and 0.9.01 dated 2016-12-12

 DESCRIPTION          |    8 ++++----
 MD5                  |    8 ++++----
 inst/doc/RSCABS.Rnw  |   10 +++++-----
 inst/doc/RSCABS.pdf  |binary
 vignettes/RSCABS.Rnw |   10 +++++-----
 5 files changed, 18 insertions(+), 18 deletions(-)

More information about RSCABS at CRAN
Permanent link

Package PopED updated to version 0.3.2 with previous version 0.3.1 dated 2016-10-19

Title: Population (and Individual) Optimal Experimental Design
Description: Optimal experimental designs for both population and individual studies based on nonlinear mixed-effect models. Often this is based on a computation of the Fisher Information Matrix. This package was developed for pharmacometric problems, and examples and predefined models are available for these types of systems.
Author: Andrew C. Hooker [aut, cre, trl, cph], Sebastian Ueckert [aut] (MATLAB version), Marco Foracchia [aut] (O-Matrix version), Joakim Nyberg [aut] (MATLAB version), Eric Stroemberg [ctb] (MATLAB version)
Maintainer: Andrew C. Hooker <andrew.hooker@farmbio.uu.se>

Diff between PopED versions 0.3.1 dated 2016-10-19 and 0.3.2 dated 2016-12-12

 DESCRIPTION                                                     |    6 
 MD5                                                             |   59 -
 NAMESPACE                                                       |    1 
 NEWS                                                            |    8 
 R/a_line_search.R                                               |    6 
 R/get_cov_matrix_index.R                                        |   31 
 R/get_cv.R                                                      |    3 
 R/gradofv_a.R                                                   |  371 +++++-----
 R/gradofv_xt.R                                                  |    8 
 R/m3.R                                                          |    8 
 R/mfea.R                                                        |    2 
 R/ofv_fim.R                                                     |    6 
 R/summary.poped_optim.R                                         |   22 
 R/update_offdiag.R                                              |    2 
 build/vignette.rds                                              |binary
 inst/doc/intro-poped.html                                       |  104 ++
 man/model_prediction.Rd                                         |   36 
 man/poped_optim.Rd                                              |    4 
 man/summary.poped_optim.Rd                                      |only
 tests/testthat/PopED_output_summary_D_cont_opt_1.txt            |   10 
 tests/testthat/PopED_output_summary_ED_Laplace_opt.txt          |only
 tests/testthat/PopED_output_summary_RS.txt                      |    4 
 tests/testthat/PopED_output_summary_RS_1.txt                    |    4 
 tests/testthat/PopED_output_summary_mfea_opt_1.txt              |    4 
 tests/testthat/examples_fcn_doc/examples_model_prediction.R     |   36 
 tests/testthat/examples_fcn_doc/examples_poped_optim.R          |    4 
 tests/testthat/examples_fcn_doc/examples_summary.poped_optim.R  |only
 vignettes/intro-poped_files/figure-html/simulate_with_BSV-1.png |binary
 vignettes/intro-poped_files/figure-html/unnamed-chunk-12-1.png  |binary
 vignettes/intro-poped_files/figure-html/unnamed-chunk-14-1.png  |binary
 vignettes/intro-poped_files/figure-html/unnamed-chunk-6-1.png   |binary
 vignettes/intro-poped_files/figure-html/unnamed-chunk-9-1.png   |binary
 32 files changed, 419 insertions(+), 320 deletions(-)

More information about PopED at CRAN
Permanent link

New package pasta with initial version 0.1.0
Package: pasta
Version: 0.1.0
Title: Noodlyfied Pasting of Strings
Description: Intuitive and readable infix functions to paste strings together.
Authors@R: c( person("Christoph", "Schürz", role = c("aut", "cre"), email = "c.schuerz@gmail.com"), person("Daniel", "Klotz", role = c("aut")))
Maintainer: Christoph Schürz <c.schuerz@gmail.com>
BugReports: https://github.com/chrisschuerz/pasta/issues
URL: https://chrisschuerz.github.io/2016/12/06/pasta.html
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-12-12 10:44:28 UTC; h0640589
Author: Christoph Schürz [aut, cre], Daniel Klotz [aut]
Repository: CRAN
Date/Publication: 2016-12-12 18:16:31

More information about pasta at CRAN
Permanent link

Package merTools updated to version 0.3.0 with previous version 0.2.1 dated 2016-03-30

Title: Tools for Analyzing Mixed Effect Regression Models
Description: Provides methods for extracting results from mixed-effect model objects fit with the 'lme4' package. Allows construction of prediction intervals efficiently from large scale linear and generalized linear mixed-effects models.
Author: Jared E. Knowles [aut, cre], Carl Frederick [aut]
Maintainer: Jared E. Knowles <jknowles@gmail.com>

Diff between merTools versions 0.2.1 dated 2016-03-30 and 0.3.0 dated 2016-12-12

 merTools-0.2.1/merTools/tests/testthat/test_fastdisp.R      |only
 merTools-0.2.1/merTools/tests/testthat/test_matrixCPP.R     |only
 merTools-0.3.0/merTools/DESCRIPTION                         |   10 
 merTools-0.3.0/merTools/MD5                                 |   82 +-
 merTools-0.3.0/merTools/NAMESPACE                           |    6 
 merTools-0.3.0/merTools/NEWS.md                             |   39 +
 merTools-0.3.0/merTools/R/helpers.R                         |    4 
 merTools-0.3.0/merTools/R/merData.R                         |  113 +++
 merTools-0.3.0/merTools/R/merExpectedRank.R                 |  116 +--
 merTools-0.3.0/merTools/R/merExtract.R                      |   18 
 merTools-0.3.0/merTools/R/merList.R                         |   34 -
 merTools-0.3.0/merTools/R/merPlots.R                        |    2 
 merTools-0.3.0/merTools/R/merPredict.R                      |  159 +++-
 merTools-0.3.0/merTools/R/merSubstEff.R                     |    4 
 merTools-0.3.0/merTools/R/parallel.R                        |    3 
 merTools-0.3.0/merTools/R/zzz.R                             |    4 
 merTools-0.3.0/merTools/README.md                           |  236 +++++--
 merTools-0.3.0/merTools/build/vignette.rds                  |binary
 merTools-0.3.0/merTools/inst/doc/Using_predictInterval.R    |   50 +
 merTools-0.3.0/merTools/inst/doc/Using_predictInterval.Rmd  |   56 +
 merTools-0.3.0/merTools/inst/doc/Using_predictInterval.html |  173 +++--
 merTools-0.3.0/merTools/inst/doc/merToolsIntro.R            |    3 
 merTools-0.3.0/merTools/inst/doc/merToolsIntro.Rmd          |    3 
 merTools-0.3.0/merTools/inst/doc/merToolsIntro.html         |   95 +-
 merTools-0.3.0/merTools/man/averageObs.Rd                   |    9 
 merTools-0.3.0/merTools/man/draw.Rd                         |    7 
 merTools-0.3.0/merTools/man/expectedRank.Rd                 |   20 
 merTools-0.3.0/merTools/man/findFormFuns.Rd                 |only
 merTools-0.3.0/merTools/man/modelFixedEff.Rd                |    4 
 merTools-0.3.0/merTools/man/plotREsim.Rd                    |    2 
 merTools-0.3.0/merTools/man/predictInterval.Rd              |   15 
 merTools-0.3.0/merTools/tests/testthat/test_expectedRank.R  |   15 
 merTools-0.3.0/merTools/tests/testthat/test_helpers.R       |    9 
 merTools-0.3.0/merTools/tests/testthat/test_merData.R       |  105 +++
 merTools-0.3.0/merTools/tests/testthat/test_merExtract.R    |    8 
 merTools-0.3.0/merTools/tests/testthat/test_merModList.R    |   11 
 merTools-0.3.0/merTools/tests/testthat/test_plots.R         |    4 
 merTools-0.3.0/merTools/tests/testthat/test_predict.R       |  384 ++++++++++--
 merTools-0.3.0/merTools/tests/testthat/test_seeds.R         |    1 
 merTools-0.3.0/merTools/tests/testthat/test_subboot.R       |    2 
 merTools-0.3.0/merTools/tests/testthat/test_substEff.R      |   42 -
 merTools-0.3.0/merTools/tests/timings/test_fastdisp.R       |only
 merTools-0.3.0/merTools/vignettes/Using_predictInterval.Rmd |   56 +
 merTools-0.3.0/merTools/vignettes/merToolsIntro.Rmd         |    3 
 44 files changed, 1411 insertions(+), 496 deletions(-)

More information about merTools at CRAN
Permanent link

Package ggenealogy updated to version 0.3.0 with previous version 0.2.0 dated 2016-07-03

Title: Visualization Tools for Genealogical Data
Description: Methods for searching through genealogical data and displaying the results. Plotting algorithms assist with data exploration and publication-quality image generation. Includes interactive genealogy visualization tools. Provides parsing and calculation methods for variables in descendant branches of interest. Uses the Grammar of Graphics.
Author: Lindsay Rutter, Susan Vanderplas, Di Cook
Maintainer: Lindsay Rutter <lrutter@iastate.edu>

Diff between ggenealogy versions 0.2.0 dated 2016-07-03 and 0.3.0 dated 2016-12-12

 ggenealogy-0.2.0/ggenealogy/man/getYear.Rd            |only
 ggenealogy-0.2.0/ggenealogy/man/plotYearMatrix.Rd     |only
 ggenealogy-0.3.0/ggenealogy/DESCRIPTION               |   17 
 ggenealogy-0.3.0/ggenealogy/MD5                       |   77 +-
 ggenealogy-0.3.0/ggenealogy/NAMESPACE                 |    7 
 ggenealogy-0.3.0/ggenealogy/NEWS.md                   |    9 
 ggenealogy-0.3.0/ggenealogy/R/allFunctions.R          |  564 ++++++++++++------
 ggenealogy-0.3.0/ggenealogy/R/data-sbGeneal.R         |    4 
 ggenealogy-0.3.0/ggenealogy/R/data-statGeneal.R       |    2 
 ggenealogy-0.3.0/ggenealogy/README.md                 |    1 
 ggenealogy-0.3.0/ggenealogy/build/vignette.rds        |binary
 ggenealogy-0.3.0/ggenealogy/data/sbGeneal.rda         |binary
 ggenealogy-0.3.0/ggenealogy/data/statGeneal.rda       |binary
 ggenealogy-0.3.0/ggenealogy/inst/doc/ggenealogy.R     |  183 +++--
 ggenealogy-0.3.0/ggenealogy/inst/doc/ggenealogy.Rnw   |  209 ++++--
 ggenealogy-0.3.0/ggenealogy/inst/doc/ggenealogy.pdf   |binary
 ggenealogy-0.3.0/ggenealogy/man/buildAncDesTotalDF.Rd |    2 
 ggenealogy-0.3.0/ggenealogy/man/buildAncList.Rd       |    2 
 ggenealogy-0.3.0/ggenealogy/man/buildDesList.Rd       |    2 
 ggenealogy-0.3.0/ggenealogy/man/buildEdgeTotalDF.Rd   |    8 
 ggenealogy-0.3.0/ggenealogy/man/buildMinusPathDF.Rd   |   10 
 ggenealogy-0.3.0/ggenealogy/man/buildPathDF.Rd        |   10 
 ggenealogy-0.3.0/ggenealogy/man/buildPlotTotalDF.Rd   |   12 
 ggenealogy-0.3.0/ggenealogy/man/buildSpreadTotalDF.Rd |   11 
 ggenealogy-0.3.0/ggenealogy/man/dfToIG.Rd             |    2 
 ggenealogy-0.3.0/ggenealogy/man/getAncestors.Rd       |    2 
 ggenealogy-0.3.0/ggenealogy/man/getBranchQual.Rd      |only
 ggenealogy-0.3.0/ggenealogy/man/getBranchQuant.Rd     |only
 ggenealogy-0.3.0/ggenealogy/man/getChild.Rd           |    2 
 ggenealogy-0.3.0/ggenealogy/man/getDegree.Rd          |    4 
 ggenealogy-0.3.0/ggenealogy/man/getDescendants.Rd     |    2 
 ggenealogy-0.3.0/ggenealogy/man/getParent.Rd          |    2 
 ggenealogy-0.3.0/ggenealogy/man/getPath.Rd            |   12 
 ggenealogy-0.3.0/ggenealogy/man/getPathOnly.Rd        |only
 ggenealogy-0.3.0/ggenealogy/man/getVariable.Rd        |only
 ggenealogy-0.3.0/ggenealogy/man/plotAncDes.Rd         |    2 
 ggenealogy-0.3.0/ggenealogy/man/plotDegMatrix.Rd      |   13 
 ggenealogy-0.3.0/ggenealogy/man/plotPath.Rd           |   20 
 ggenealogy-0.3.0/ggenealogy/man/plotPathOnAll.Rd      |   24 
 ggenealogy-0.3.0/ggenealogy/man/plotVariableMatrix.Rd |only
 ggenealogy-0.3.0/ggenealogy/man/sbGeneal.Rd           |    4 
 ggenealogy-0.3.0/ggenealogy/man/statGeneal.Rd         |    2 
 ggenealogy-0.3.0/ggenealogy/vignettes/ggenealogy.Rnw  |  209 ++++--
 43 files changed, 947 insertions(+), 483 deletions(-)

More information about ggenealogy at CRAN
Permanent link

New package GDINA with initial version 1.0.0
Package: GDINA
Type: Package
Title: The Generalized DINA Model Framework
Version: 1.0.0
Date: 2016-12-12
Authors@R: c(person(given = "Wenchao",family = "Ma", role = c("aut", "cre"),email = "wenchao.ma@rutgers.edu"),person(given = "Jimmy", family = "de la Torre", role = "aut"))
Description: A set of psychometric tools for cognitive diagnostic analyses for both dichotomous and polytomous responses. Various cognitive diagnosis models (CDMs) can be estimated, include the generalized deterministic inputs, noisy and gate (G-DINA) model by de la Torre (2011) <DOI:10.1007/s11336-011-9207-7>, the sequential G-DINA model by Ma and de la Torre (2016)<DOI:10.1111/bmsp.12070>, and many other models they subsume. Joint attribute distribution can be saturated, higher-order or structured. Q-matrix validation, item and model fit statistics, model comparison at test and item level and differential item functioning can also be conducted. A graphical user interface is also provided.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1.0)
Imports: stats, graphics, utils, Rcpp (>= 0.12.1), nloptr, MASS, numDeriv, alabama, Rsolnp, ggplot2, shiny, shinydashboard
Suggests: testthat
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/Wenchao-Ma/GDINA
BugReports: https://github.com/Wenchao-Ma/GDINA/issues
RoxygenNote: 5.0.1
Collate: 'CR.R' 'GDI.R' 'GDINA-package.R' 'GDINA.R' 'HO.R' 'HOsupplement.R' 'M.R' 'M.mono.R' 'Mstep.R' 'Msupplement.R' 'RcppExports.R' 'alpha.R' 'anova.GDINA.R' 'att.struc.R' 'autoGDINA.R' 'designmatrix.R' 'dif.R' 'ecpe.R' 'eta.loc.R' 'exportedUtils.R' 'extract.GDINA.R' 'extract.Qval.R' 'itemfit.R' 'extract.itemfit.R' 'modelcomp.R' 'extract.modelcomp.R' 'simGDINA.R' 'extract.simGDINA.R' 'frac20.R' 'heatplot.itemfit.R' 'hoparm.R' 'initials.R' 'internalExtract.R' 'itemparm.GDINA.R' 'monocheck.R' 'personparm.GDINA.R' 'plotIRF.GDINA.R' 'plotPVAF.Qval.R' 'print.GDINA.R' 's3GDINA.R' 'sim10GDINA.R' 'sim20seqGDINA.R' 'sim21seqDINA.R' 'sim30DINA.R' 'sim30GDINA.R' 'sim30pGDINA.R' 'startGDINA.R' 'summary.GDINA.R' 'utils.R' 'zzz.R'
NeedsCompilation: yes
Packaged: 2016-12-12 13:29:19 UTC; Wenchao
Author: Wenchao Ma [aut, cre], Jimmy de la Torre [aut]
Maintainer: Wenchao Ma <wenchao.ma@rutgers.edu>
Repository: CRAN
Date/Publication: 2016-12-12 18:16:16

More information about GDINA at CRAN
Permanent link

Package divest updated to version 0.1.1 with previous version 0.1.0 dated 2016-12-11

Title: Get Images Out of DICOM Format Quickly
Description: Provides tools to convert DICOM-format files to NIfTI-1 format.
Author: Jon Clayden, based on dcm2niix by Chris Rorden
Maintainer: Jon Clayden <code@clayden.org>

Diff between divest versions 0.1.0 dated 2016-12-11 and 0.1.1 dated 2016-12-12

 DESCRIPTION                   |    8 ++++----
 MD5                           |    4 ++--
 tests/testthat/test-05-read.R |    7 ++++---
 3 files changed, 10 insertions(+), 9 deletions(-)

More information about divest at CRAN
Permanent link

Package cubature updated to version 1.3-6 with previous version 1.1-2 dated 2013-02-25

Title: Adaptive Multivariate Integration over Hypercubes
Description: R wrapper around the cubature C library of Steven G. Johnson for adaptive multivariate integration over hypercubes. This version provides both hcubature and pcubature routines in addition to a vector interface that results in substantial speed gains.
Author: Balasubramanian Narasimhan [aut, cre], Steven G. Johnson [aut]
Maintainer: Balasubramanian Narasimhan <naras@stat.stanford.edu>

Diff between cubature versions 1.1-2 dated 2013-02-25 and 1.3-6 dated 2016-12-12

 cubature-1.1-2/cubature/R/integrate.R           |only
 cubature-1.1-2/cubature/man/adaptIntegrate.Rd   |only
 cubature-1.1-2/cubature/src/cubature.c          |only
 cubature-1.1-2/cubature/src/cubature.h          |only
 cubature-1.3-6/cubature/ChangeLog               |   30 ++++++
 cubature-1.3-6/cubature/DESCRIPTION             |   30 ++++--
 cubature-1.3-6/cubature/MD5                     |   45 ++++++++--
 cubature-1.3-6/cubature/NAMESPACE               |    7 +
 cubature-1.3-6/cubature/R/RcppExports.R         |only
 cubature-1.3-6/cubature/R/cubature-package.R    |only
 cubature-1.3-6/cubature/R/hcubature.R           |only
 cubature-1.3-6/cubature/README.md               |only
 cubature-1.3-6/cubature/build                   |only
 cubature-1.3-6/cubature/inst                    |only
 cubature-1.3-6/cubature/man/cubature-package.Rd |   36 +++-----
 cubature-1.3-6/cubature/man/hcubature.Rd        |only
 cubature-1.3-6/cubature/src/Makevars            |   21 ++++
 cubature-1.3-6/cubature/src/Makevars.win        |only
 cubature-1.3-6/cubature/src/Rcpp-cubature.cpp   |only
 cubature-1.3-6/cubature/src/RcppExports.cpp     |only
 cubature-1.3-6/cubature/src/cubature-1.0.2      |only
 cubature-1.3-6/cubature/src/rcubature.c         |  103 +-----------------------
 cubature-1.3-6/cubature/tests                   |only
 cubature-1.3-6/cubature/vignettes               |only
 24 files changed, 134 insertions(+), 138 deletions(-)

More information about cubature at CRAN
Permanent link

Package bsearchtools updated to version 0.0.47 with previous version 0.0.41 dated 2016-11-06

Title: Binary Search Tools
Description: Exposes the binary search functions of the C++ standard library (std::lower_bound, std::upper_bound) plus other convenience functions, allowing faster lookups on sorted vectors.
Author: Marco Giuliano
Maintainer: Marco Giuliano <mgiuliano.mail@gmail.com>

Diff between bsearchtools versions 0.0.41 dated 2016-11-06 and 0.0.47 dated 2016-12-12

 DESCRIPTION                 |    8 ++--
 MD5                         |   24 +++++++------
 NAMESPACE                   |    2 +
 R/DFI.R                     |   81 ++++++++++++++++++++++++++++++--------------
 README.md                   |only
 inst                        |only
 man/DFI.Rd                  |   24 ++++++++++---
 man/DFI.coercion.Rd         |only
 man/DFI.getIndex.Rd         |    3 -
 man/DFI.indexes.Rd          |    4 +-
 man/DFI.subset.Rd           |   13 ++++---
 man/DFI.unWrap.Rd           |only
 man/bsearchtools-package.Rd |   10 +++--
 man/rowfilters.DFI.Rd       |    4 +-
 tests/alltests.R            |   28 ++++++++++++---
 15 files changed, 139 insertions(+), 62 deletions(-)

More information about bsearchtools at CRAN
Permanent link

Package rflann (with last version 1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2016-05-29 1.0

Permanent link
Package rcss (with last version 1.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2016-06-18 1.1
2016-05-29 1.0

Permanent link
New package WaveLetLongMemory with initial version 0.1.0
Package: WaveLetLongMemory
Type: Package
Title: Estimating Long Memory Parameter using Wavelet
Version: 0.1.0
Author: Sandipan Samanta and Dr. Ranjit Kumar Paul
Maintainer: Dr. Ranjit Kumar Paul <ranjitstat@gmail.com>
Description: Estimation of the long memory parameter using wavelets. Other estimation techniques like GPH (Geweke and Porter-Hudak,1983, <DOI:10.1111/j.1467-9892.1983.tb00371.x>) and Semiparametric methods(Robinson, P. M.,1995, <DOI:10.1214/aos/1176324317>) also have included.
License: GPL
Depends: fracdiff, wmtsa
LazyData: TRUE
Packaged: 2016-12-12 07:09:06 UTC; Samanta Sandipan
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-12-12 09:18:01

More information about WaveLetLongMemory at CRAN
Permanent link

Package RQDA updated to version 0.2-8 with previous version 0.2-7 dated 2014-10-27

Title: R-Based Qualitative Data Analysis
Description: Current version only supports plain text, but it can import PDF highlights if package 'rjpod' (<https://r-forge.r-project.org/projects/rqda/>) is installed.
Author: HUANG Ronggui
Maintainer: HUANG Ronggui <ronggui.huang@gmail.com>

Diff between RQDA versions 0.2-7 dated 2014-10-27 and 0.2-8 dated 2016-12-12

 DESCRIPTION             |   14 
 LICENSE                 |    6 
 MD5                     |  133 +--
 NAMESPACE               |    9 
 R/AddNewFileFunOfCase.R |  138 +--
 R/Attributes.R          |   46 -
 R/Boolean.R             | 1000 +++++++++++++--------------
 R/CaseButton.R          |  945 ++++++++++++-------------
 R/CaseFun.R             |    4 
 R/CodeCatButton.R       |  679 +++++++++---------
 R/CodesFun.R            | 1762 +++++++++++++++++++++++++-----------------------
 R/Coding_Buttons.R      |  310 ++++----
 R/FileButton.R          |  773 ++++++++++-----------
 R/FileCatButton.R       |  708 +++++++++----------
 R/FilesFun.R            | 1528 +++++++++++++++++++++--------------------
 R/Image.R               |   82 +-
 R/Journal.R             |   24 
 R/Profile_Matrix.R      |   94 +-
 R/ProjectButton.R       |   49 -
 R/ProjectFun.R          |   22 
 R/RemoteDataBase.R      |  254 +++---
 R/Setting.R             |  233 +++---
 R/annotations.R         |   16 
 R/colorSelector.R       |   52 -
 R/deletion.R            |    2 
 R/exports.R             |  102 +-
 R/getCodings.R          |  232 +++---
 R/merger.R              |    8 
 R/parseRelationNet.R    |   50 -
 R/pdf.R                 |   68 -
 R/relation.R            |   10 
 R/retrieval_by_code.R   |  231 +++---
 R/root_gui.R            |  177 ++--
 R/saveAs.R              |   70 -
 R/utils.R               | 1302 +++++++++++++++++------------------
 R/zzz.R                 |    2 
 README.md               |only
 inst/ChangeLog          |    2 
 inst/Contributors       |only
 inst/NEWS               |   93 +-
 inst/THANKS             |    2 
 man/CrossCodes.rd       |    6 
 man/GetAttr.Rd          |    2 
 man/Ops.codings.Rd      |  132 +--
 man/RQDA-package.Rd     |    6 
 man/RQDAQuery.rd        |   80 +-
 man/RQDATables.rd       |   36 
 man/SearchFiles.rd      |    8 
 man/ViewPlainFile.Rd    |   48 -
 man/casesCodedBy.Rd     |   90 +-
 man/codingBySearch.Rd   |  124 +--
 man/exportCodedFile.Rd  |   64 -
 man/exportCodings.Rd    |   76 +-
 man/filesByCodes.Rd     |   46 -
 man/filesCodedBy.Rd     |   90 +-
 man/getCases.rd         |  120 +--
 man/getCodingTable.rd   |   52 -
 man/getFileIdSets.Rd    |   64 -
 man/getFiles.rd         |  106 +-
 man/getMemos.Rd         |   48 -
 man/gselect.list.rd     |   10 
 man/list.deleted.rd     |    8 
 man/openProject.Rd      |   82 +-
 man/queryFiles.Rd       |   76 +-
 man/relation.rd         |    2 
 man/retrieval.Rd        |    2 
 man/write.FileList.rd   |   14 
 po                      |only
 68 files changed, 6424 insertions(+), 6200 deletions(-)

More information about RQDA at CRAN
Permanent link

Package RcppCCTZ updated to version 0.1.0 with previous version 0.0.5 dated 2016-07-10

Title: 'Rcpp' Bindings for the 'CCTZ' Library
Description: 'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is a C++ library for translating between absolute and civil times using the rules of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License, is included in this package. See <https://github.com/google/cctz> for more details.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppCCTZ versions 0.0.5 dated 2016-07-10 and 0.1.0 dated 2016-12-12

 RcppCCTZ-0.0.5/RcppCCTZ/inst/include/src/cctz_if.h       |only
 RcppCCTZ-0.0.5/RcppCCTZ/inst/include/src/cctz_impl.h     |only
 RcppCCTZ-0.0.5/RcppCCTZ/inst/include/src/cctz_info.h     |only
 RcppCCTZ-0.0.5/RcppCCTZ/inst/include/src/cctz_libc.h     |only
 RcppCCTZ-0.0.5/RcppCCTZ/inst/include/src/cctz_posix.h    |only
 RcppCCTZ-0.1.0/RcppCCTZ/ChangeLog                        |   73 +
 RcppCCTZ-0.1.0/RcppCCTZ/DESCRIPTION                      |   10 
 RcppCCTZ-0.1.0/RcppCCTZ/MD5                              |   49 -
 RcppCCTZ-0.1.0/RcppCCTZ/NAMESPACE                        |   20 
 RcppCCTZ-0.1.0/RcppCCTZ/R/RcppExports.R                  |   80 +
 RcppCCTZ-0.1.0/RcppCCTZ/README.md                        |   94 +-
 RcppCCTZ-0.1.0/RcppCCTZ/inst/NEWS.Rd                     |   16 
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/civil_time_detail.h |  174 ++--
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/time_zone.h         |   11 
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/time_zone_if.h      |   41 
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/time_zone_impl.h    |   13 
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/time_zone_info.h    |   34 
 RcppCCTZ-0.1.0/RcppCCTZ/inst/include/time_zone_libc.h    |    7 
 RcppCCTZ-0.1.0/RcppCCTZ/man/formatDatetime.Rd            |only
 RcppCCTZ-0.1.0/RcppCCTZ/man/parseDatetime.Rd             |only
 RcppCCTZ-0.1.0/RcppCCTZ/man/toTz.Rd                      |    9 
 RcppCCTZ-0.1.0/RcppCCTZ/src/RcppExports.cpp              |  113 ++
 RcppCCTZ-0.1.0/RcppCCTZ/src/examples.cpp                 |   27 
 RcppCCTZ-0.1.0/RcppCCTZ/src/time_zone_format.cc          |   30 
 RcppCCTZ-0.1.0/RcppCCTZ/src/time_zone_impl.cc            |   77 -
 RcppCCTZ-0.1.0/RcppCCTZ/src/time_zone_info.cc            |  648 +++++----------
 RcppCCTZ-0.1.0/RcppCCTZ/src/time_zone_libc.cc            |  125 --
 RcppCCTZ-0.1.0/RcppCCTZ/src/time_zone_lookup.cc          |   14 
 RcppCCTZ-0.1.0/RcppCCTZ/src/utilities.cpp                |  186 ++++
 29 files changed, 1012 insertions(+), 839 deletions(-)

More information about RcppCCTZ at CRAN
Permanent link


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