Sun, 25 Nov 2018

Package AdhereR updated to version 0.3.1 with previous version 0.3 dated 2018-11-21

Title: Adherence to Medications
Description: Computation of adherence to medications from Electronic Health care Data and visualization of individual medication histories and adherence patterns. The package implements a set of S3 classes and functions consistent with current adherence guidelines and definitions. It allows the computation of different measures of adherence (as defined in the literature, but also several original ones), their publication-quality plotting, the estimation of event duration and time to initiation, the interactive exploration of patient medication history and the real-time estimation of adherence given various parameter settings. It scales from very small datasets stored in flat CSV files to very large databases and from single-thread processing on mid-range consumer laptops to parallel processing on large heterogeneous computing clusters. It exposes a standardized interface allowing it to be used from other programming languages and platforms, such as Python.
Author: Dan Dediu [aut, cre], Alexandra Dima [aut], Samuel Allemann [aut]
Maintainer: Dan Dediu <ddediu@gmail.com>

Diff between AdhereR versions 0.3 dated 2018-11-21 and 0.3.1 dated 2018-11-25

 DESCRIPTION                                |    6 
 MD5                                        |   22 +-
 NAMESPACE                                  |    1 
 R/adherer.R                                |  247 +++++++++++++++++++++++------
 R/matching_function.R                      |   73 ++++----
 inst/doc/AdhereR-overview.html             |   10 -
 inst/doc/calling-AdhereR-from-python3.html |    4 
 man/CMA0.Rd                                |    2 
 man/compute_event_durations.Rd             |   42 ++--
 man/plot.CMA0.Rd                           |    6 
 man/plot.CMA1.Rd                           |    8 
 man/time_to_initiation.Rd                  |   24 +-
 12 files changed, 305 insertions(+), 140 deletions(-)

More information about AdhereR at CRAN
Permanent link

Package rio updated to version 0.5.15 with previous version 0.5.10 dated 2018-03-29

Title: A Swiss-Army Knife for Data I/O
Description: Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.
Author: Jason Becker [ctb], Chung-hong Chan [aut], Geoffrey CH Chan [ctb], Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>), Christopher Gandrud [ctb], Andrew MacDonald [ctb], Ista Zahn [ctb], Stanislaus Stadlmann [ctb], Ruaridh Williamson [ctb], Patrick Kennedy [ctb], Ryan Price [ctb], Trevor L Davis [ctb]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>

Diff between rio versions 0.5.10 dated 2018-03-29 and 0.5.15 dated 2018-11-25

 DESCRIPTION                                    |   24 
 MD5                                            |   59 +-
 NAMESPACE                                      |    2 
 NEWS.md                                        |   29 +
 R/compression.R                                |   12 
 R/export.R                                     |   15 
 R/export_methods.R                             |   26 -
 R/extensions.R                                 |   15 
 R/gather_attrs.R                               |   15 
 R/import.R                                     |   26 -
 R/import_methods.R                             |   59 +-
 R/remote_to_local.R                            |    2 
 R/set_class.R                                  |    7 
 R/standardize_attributes.R                     |    2 
 R/suggestions.R                                |   33 +
 R/utils.R                                      |    5 
 README.md                                      |   19 
 inst/doc/rio.html                              |  633 ++++++++++++-------------
 inst/examples/example-DESCRIPTION              |only
 man/export.Rd                                  |    8 
 man/extensions.Rd                              |    1 
 man/figures                                    |only
 man/import.Rd                                  |    5 
 man/import_list.Rd                             |    4 
 tests/testthat/test_format_csv.R               |   10 
 tests/testthat/test_format_eviews.R            |only
 tests/testthat/test_format_external_packages.R |only
 tests/testthat/test_format_matlab.R            |    1 
 tests/testthat/test_format_rds.R               |   19 
 tests/testthat/test_gather_attrs.R             |    5 
 tests/testthat/test_install_formats.R          |   19 
 vignettes/rio.Rmd                              |    1 
 32 files changed, 586 insertions(+), 470 deletions(-)

More information about rio at CRAN
Permanent link

Package stackoverflow updated to version 0.3.0 with previous version 0.1.2 dated 2015-05-13

Title: Stack Overflow's Greatest Hits
Description: Helper functions collected from StackOverflow.com, a question and answer site for professional and enthusiast programmers.
Author: Neal Fultz <nfultz@gmail.com> and the StackOverflow.com community
Maintainer: Neal Fultz <nfultz@gmail.com>

Diff between stackoverflow versions 0.1.2 dated 2015-05-13 and 0.3.0 dated 2018-11-25

 DESCRIPTION                     |   16 +++++---
 MD5                             |   72 ++++++++++++++++++++++++++++++----------
 NAMESPACE                       |   29 +++++++++++++++-
 NEWS                            |   23 ++++++++++++
 R/Mode.R                        |    9 ++---
 R/approxAUC.R                   |only
 R/approxpDirichlet.R            |only
 R/bsearch7.R                    |    4 +-
 R/classMethods.R                |only
 R/copyEnv.R                     |only
 R/duplicated2.R                 |only
 R/invinteraction.R              |only
 R/invwhich.R                    |only
 R/logLik_kmeans.R               |only
 R/lsos.R                        |    1 
 R/match.call.default.R          |only
 R/parseldap.R                   |only
 R/partial.R                     |only
 R/randomRows.R                  |only
 R/rdensity.R                    |only
 R/replace_null_recursively.R    |only
 R/resave.R                      |only
 R/rsplit.R                      |only
 R/stackoverflow.R               |    3 +
 R/strReverse.R                  |   14 +++----
 R/tlist.R                       |only
 R/unscale.R                     |only
 README.md                       |   13 +++++--
 man/Comment.Rd                  |   10 ++---
 man/Mode.Rd                     |   16 ++++++--
 man/approxAUC.Rd                |only
 man/approxpDirichlet.Rd         |only
 man/bsearch7.Rd                 |   11 ++----
 man/chunk2.Rd                   |   13 +++----
 man/classMethods.Rd             |only
 man/copyEnv.Rd                  |only
 man/duplicated2.Rd              |only
 man/flatten2.Rd                 |   16 ++++----
 man/invinteraction.Rd           |only
 man/invwhich.Rd                 |only
 man/logLik.kmeans.Rd            |only
 man/lsos.Rd                     |    9 ++---
 man/match.call.defaults.Rd      |only
 man/parseLDAP.Rd                |only
 man/partial.Rd                  |only
 man/randomRows.Rd               |only
 man/rdensity.Rd                 |only
 man/readkey.Rd                  |   14 +++----
 man/replace_null_recursively.Rd |only
 man/resave.Rd                   |only
 man/rsplit.Rd                   |only
 man/stackoverflow.Rd            |    8 ++--
 man/strReverse.Rd               |    9 ++---
 man/t.list.Rd                   |only
 man/unscale.Rd                  |only
 55 files changed, 195 insertions(+), 95 deletions(-)

More information about stackoverflow at CRAN
Permanent link

Package ssdtools updated to version 0.0.3 with previous version 0.0.2 dated 2018-10-14

Title: Species Sensitivity Distributions
Description: Species sensitivity distributions are cumulative probability distributions which are fitted to toxicity concentrations for multiple species. The ssdtools package uses Maximum Likelihood to fit log-normal, log-logistic, log-Gumbel, Gompertz, gamma or Weibull distributions. Multiple distributions can be averaged using Information Criteria. Confidence intervals can be calculated for the fitted cumulative distribution function or specific hazard concentrations (percentiles). Confidence intervals are currently produced by bootstrapping.
Author: Joe Thorley [aut, cre, ctr] (<https://orcid.org/0000-0002-7683-4592>), Carl Schwarz [aut, ctr], Ali Azizishirazi [ctb], Angeline Tillmanns [ctb], Stephanie Hazlitt [ctb], Kathleen McTavish [ctb], Emilie Doussantousse [ctb], Heather Thompson [ctb], Andy Teucher [ctb], Province of British Columbia [cph]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>

Diff between ssdtools versions 0.0.2 dated 2018-10-14 and 0.0.3 dated 2018-11-25

 ssdtools-0.0.2/ssdtools/inst/doc/ssdca.R                          |only
 ssdtools-0.0.2/ssdtools/inst/doc/ssdca.Rmd                        |only
 ssdtools-0.0.2/ssdtools/inst/doc/ssdca.html                       |only
 ssdtools-0.0.2/ssdtools/man/ssd_fit_dist.Rd                       |only
 ssdtools-0.0.2/ssdtools/vignettes/ssdca.Rmd                       |only
 ssdtools-0.0.3/ssdtools/DESCRIPTION                               |   41 ++-
 ssdtools-0.0.3/ssdtools/MD5                                       |  115 +++++-----
 ssdtools-0.0.3/ssdtools/NAMESPACE                                 |   28 --
 ssdtools-0.0.3/ssdtools/NEWS.md                                   |   19 +
 ssdtools-0.0.3/ssdtools/R/data.R                                  |   18 +
 ssdtools-0.0.3/ssdtools/R/fit.R                                   |   47 +---
 ssdtools-0.0.3/ssdtools/R/gof.R                                   |   21 +
 ssdtools-0.0.3/ssdtools/R/gompertz.R                              |only
 ssdtools-0.0.3/ssdtools/R/hc.R                                    |   18 -
 ssdtools-0.0.3/ssdtools/R/internal.R                              |only
 ssdtools-0.0.3/ssdtools/R/lgumbel.R                               |    1 
 ssdtools-0.0.3/ssdtools/R/namespace.R                             |   12 -
 ssdtools-0.0.3/ssdtools/R/pareto.R                                |only
 ssdtools-0.0.3/ssdtools/R/plot.R                                  |   75 +++---
 ssdtools-0.0.3/ssdtools/R/predict.R                               |   67 +++--
 ssdtools-0.0.3/ssdtools/R/ssdtools-package.R                      |only
 ssdtools-0.0.3/ssdtools/R/utils.R                                 |   15 -
 ssdtools-0.0.3/ssdtools/R/zzz.R                                   |only
 ssdtools-0.0.3/ssdtools/README.md                                 |  106 +++------
 ssdtools-0.0.3/ssdtools/build/vignette.rds                        |binary
 ssdtools-0.0.3/ssdtools/data/boron_data.rda                       |binary
 ssdtools-0.0.3/ssdtools/data/boron_dists.rda                      |binary
 ssdtools-0.0.3/ssdtools/data/boron_hc5.rda                        |only
 ssdtools-0.0.3/ssdtools/data/boron_lnorm.rda                      |binary
 ssdtools-0.0.3/ssdtools/data/boron_pred.rda                       |binary
 ssdtools-0.0.3/ssdtools/data/ccme_data.rda                        |binary
 ssdtools-0.0.3/ssdtools/data/fluazinam_dists.rda                  |binary
 ssdtools-0.0.3/ssdtools/data/fluazinam_lnorm.rda                  |binary
 ssdtools-0.0.3/ssdtools/data/fluazinam_pred.rda                   |binary
 ssdtools-0.0.3/ssdtools/demo/ssdtools.R                           |    2 
 ssdtools-0.0.3/ssdtools/inst/doc/ssdtools-manual.R                |only
 ssdtools-0.0.3/ssdtools/inst/doc/ssdtools-manual.Rmd              |only
 ssdtools-0.0.3/ssdtools/inst/doc/ssdtools-manual.html             |only
 ssdtools-0.0.3/ssdtools/man/autoplot.fitdist.Rd                   |    4 
 ssdtools-0.0.3/ssdtools/man/autoplot.fitdistcens.Rd               |    4 
 ssdtools-0.0.3/ssdtools/man/autoplot.fitdists.Rd                  |    2 
 ssdtools-0.0.3/ssdtools/man/autoplot.fitdistscens.Rd              |    2 
 ssdtools-0.0.3/ssdtools/man/boron_hc5.Rd                          |only
 ssdtools-0.0.3/ssdtools/man/boron_pred.Rd                         |    2 
 ssdtools-0.0.3/ssdtools/man/figures/README-unnamed-chunk-10-1.png |only
 ssdtools-0.0.3/ssdtools/man/figures/README-unnamed-chunk-12-1.png |only
 ssdtools-0.0.3/ssdtools/man/figures/README-unnamed-chunk-5-1.png  |only
 ssdtools-0.0.3/ssdtools/man/figures/README-unnamed-chunk-8-1.png  |only
 ssdtools-0.0.3/ssdtools/man/figures/README-unnamed-chunk-9-1.png  |only
 ssdtools-0.0.3/ssdtools/man/fluazinam_dists.Rd                    |    2 
 ssdtools-0.0.3/ssdtools/man/fluazinam_lnorm.Rd                    |    2 
 ssdtools-0.0.3/ssdtools/man/geom_hcintersect.Rd                   |    4 
 ssdtools-0.0.3/ssdtools/man/geom_ssd.Rd                           |    4 
 ssdtools-0.0.3/ssdtools/man/geom_xribbon.Rd                       |    4 
 ssdtools-0.0.3/ssdtools/man/gompertz.Rd                           |only
 ssdtools-0.0.3/ssdtools/man/nobs.fitdist.Rd                       |    2 
 ssdtools-0.0.3/ssdtools/man/nobs.fitdistcens.Rd                   |    2 
 ssdtools-0.0.3/ssdtools/man/pareto.Rd                             |only
 ssdtools-0.0.3/ssdtools/man/predict.fitdist.Rd                    |    2 
 ssdtools-0.0.3/ssdtools/man/predict.fitdistcens.Rd                |    2 
 ssdtools-0.0.3/ssdtools/man/predict.fitdists.Rd                   |    2 
 ssdtools-0.0.3/ssdtools/man/predict.fitdistscens.Rd               |    2 
 ssdtools-0.0.3/ssdtools/man/ssd_fit_dists.Rd                      |    7 
 ssdtools-0.0.3/ssdtools/man/ssd_hc.Rd                             |    8 
 ssdtools-0.0.3/ssdtools/man/ssd_plot.Rd                           |    2 
 ssdtools-0.0.3/ssdtools/man/ssdtools-package.Rd                   |only
 ssdtools-0.0.3/ssdtools/man/stat_ssd.Rd                           |    6 
 ssdtools-0.0.3/ssdtools/tests/testthat/test-fit.R                 |    2 
 ssdtools-0.0.3/ssdtools/tests/testthat/test-gof.R                 |    3 
 ssdtools-0.0.3/ssdtools/vignettes/references.bib                  |only
 ssdtools-0.0.3/ssdtools/vignettes/ssdtools-manual.Rmd             |only
 71 files changed, 338 insertions(+), 317 deletions(-)

More information about ssdtools at CRAN
Permanent link

Package document updated to version 3.1.0 with previous version 3.0.2 dated 2018-09-13

Title: Run 'roxygen2' on (Chunks of) Single Code Files
Description: Have you ever been tempted to create 'roxygen2'-style documentation comments for one of your functions that was not part of one of your packages (yet)? This is exactly what this package is about: running 'roxygen2' on (chunks of) a single code file.
Author: Andreas Dominik Cullmann [aut, cre]
Maintainer: Andreas Dominik Cullmann <fvafrcu@mailbox.org>

Diff between document versions 3.0.2 dated 2018-09-13 and 3.1.0 dated 2018-11-25

 DESCRIPTION                         |   14 +++++++-------
 MD5                                 |   10 +++++-----
 NEWS.md                             |    4 ++++
 R/file_parsing.R                    |    9 ++++++---
 inst/doc/Introduction_to_document.R |   18 ++++++++++++++++++
 tests/testthat.R                    |    5 ++---
 6 files changed, 42 insertions(+), 18 deletions(-)

More information about document at CRAN
Permanent link

Package wfe updated to version 1.7 with previous version 1.6 dated 2017-07-18

Title: Weighted Linear Fixed Effects Regression Models for Causal Inference
Description: Provides a computationally efficient way of fitting weighted linear fixed effects estimators for causal inference with various weighting schemes. Weighted linear fixed effects estimators can be used to estimate the average treatment effects under different identification strategies. This includes stratified randomized experiments, matching and stratification for observational studies, first differencing, and difference-in-differences. The package implements methods described in Imai and Kim (2017) "When should We Use Linear Fixed Effects Regression Models for Causal Inference with Longitudinal Data?", available at <https://imai.fas.harvard.edu/research/FEmatch.html>.
Author: In Song Kim [aut, cre], Kosuke Imai [aut]
Maintainer: In Song Kim <insong@mit.edu>

Diff between wfe versions 1.6 dated 2017-07-18 and 1.7 dated 2018-11-25

 wfe-1.6/wfe/src/wfe_init.c |only
 wfe-1.7/wfe/Changelog      |    3 
 wfe-1.7/wfe/DESCRIPTION    |   16 +---
 wfe-1.7/wfe/MD5            |   12 +--
 wfe-1.7/wfe/R/wfe.R        |  162 ++++++++++++++++++++++++++++++++++-----------
 wfe-1.7/wfe/man/pwfe.Rd    |   15 +---
 wfe-1.7/wfe/man/wfe.Rd     |   36 +++++++---
 wfe-1.7/wfe/src/init.c     |only
 8 files changed, 173 insertions(+), 71 deletions(-)

More information about wfe at CRAN
Permanent link

Package cobalt updated to version 3.6.0 with previous version 3.5.0 dated 2018-10-25

Title: Covariate Balance Tables and Plots
Description: Generate balance tables and plots for covariates of groups preprocessed through matching, weighting or subclassification, for example, using propensity scores. Includes integration with 'MatchIt', 'twang', 'Matching', 'optmatch', 'CBPS', 'ebal', 'WeightIt', and 'designmatch' for assessing balance on the output of their preprocessing functions. Users can also specify data for balance assessment not generated through the above packages. Also included are methods for assessing balance in clustered or multiply imputed data sets or data sets with longitudinal treatments.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>

Diff between cobalt versions 3.5.0 dated 2018-10-25 and 3.6.0 dated 2018-11-25

 DESCRIPTION                                |    8 
 MD5                                        |   73 ++---
 NAMESPACE                                  |    3 
 NEWS.md                                    |   18 +
 R/bal.plot.R                               |   10 
 R/bal.tab.R                                |   58 ++--
 R/base.bal.tab.R                           |   46 +--
 R/functions_for_processing.R               |   85 +++++-
 R/get.w.R                                  |   71 +++--
 R/internal_utilities.R                     |   51 +++-
 R/love.plot.R                              |   24 -
 R/print.bal.tab.R                          |   26 +-
 R/utilities.R                              |   96 +++++++
 R/x2base.R                                 |  364 +++++++++++++++--------------
 build/partial.rdb                          |binary
 inst/doc/cobalt_A0_basic_use.R             |    5 
 inst/doc/cobalt_A0_basic_use.Rmd           |   21 -
 inst/doc/cobalt_A0_basic_use.html          |   52 ++--
 inst/doc/cobalt_A1_other_packages.html     |   10 
 inst/doc/cobalt_A2_cluster_imp.R           |    4 
 inst/doc/cobalt_A2_cluster_imp.Rmd         |   16 -
 inst/doc/cobalt_A2_cluster_imp.html        |  178 +++++++-------
 inst/doc/cobalt_A3_longitudinal_treat.Rmd  |    4 
 inst/doc/cobalt_A3_longitudinal_treat.html |    8 
 man/bal.tab.CBPS.Rd                        |   14 -
 man/bal.tab.Match.Rd                       |   16 -
 man/bal.tab.Rd                             |   59 ++--
 man/bal.tab.df.formula.Rd                  |   14 -
 man/bal.tab.df.formula.list.Rd             |   14 -
 man/bal.tab.matchit.Rd                     |   16 -
 man/bal.tab.ps.Rd                          |   25 +
 man/bal.tab.weightit.Rd                    |   14 -
 man/display_options.Rd                     |    3 
 man/get.w.Rd                               |   37 +-
 man/set.cobalt.options.Rd                  |only
 vignettes/cobalt_A0_basic_use.Rmd          |   21 -
 vignettes/cobalt_A2_cluster_imp.Rmd        |   16 -
 vignettes/cobalt_A3_longitudinal_treat.Rmd |    4 
 38 files changed, 885 insertions(+), 599 deletions(-)

More information about cobalt at CRAN
Permanent link

Package toxboot updated to version 0.2.0 with previous version 0.1.1 dated 2016-08-23

Title: Bootstrap Methods for 'ToxCast' High Throughput Screening Data
Description: Provides methods to use bootstrapping to quantify uncertainty in fitting 'ToxCast' concentration response data. Data is stored in memory, written to file, or stored in 'MySQL' or 'MongoDB' databases.
Author: Eric D. Watt [aut, cre]
Maintainer: Eric D. Watt <eric@ericdwatt.com>

Diff between toxboot versions 0.1.1 dated 2016-08-23 and 0.2.0 dated 2018-11-25

 toxboot-0.1.1/toxboot/R/toxbootGetOpts.R             |only
 toxboot-0.1.1/toxboot/R/toxbootSetOpts.R             |only
 toxboot-0.1.1/toxboot/man/toxbootGetOpts.Rd          |only
 toxboot-0.1.1/toxboot/man/toxbootSetOpts.Rd          |only
 toxboot-0.2.0/toxboot/DESCRIPTION                    |   16 -
 toxboot-0.2.0/toxboot/LICENSE                        |    2 
 toxboot-0.2.0/toxboot/MD5                            |  104 +++----
 toxboot-0.2.0/toxboot/NEWS.md                        |    7 
 toxboot-0.2.0/toxboot/R/Defunct.R                    |only
 toxboot-0.2.0/toxboot/R/config_funcs.R               |    6 
 toxboot-0.2.0/toxboot/R/hill_gnls_funcs.R            |    4 
 toxboot-0.2.0/toxboot/R/onAttach.R                   |   14 -
 toxboot-0.2.0/toxboot/R/toxboot.R                    |  113 ++++----
 toxboot-0.2.0/toxboot/R/toxbootConf.R                |   46 ++-
 toxboot-0.2.0/toxboot/R/toxbootHitParamCI.R          |   26 +
 toxboot-0.2.0/toxboot/R/toxbootMongoFuncs.R          |  231 ++++++++++------
 toxboot-0.2.0/toxboot/R/toxbootMonitorFuncs.R        |   10 
 toxboot-0.2.0/toxboot/R/toxbootMySQLFuncs.R          |   27 +
 toxboot-0.2.0/toxboot/R/toxbootMySQLSetup.R          |  131 +++++----
 toxboot-0.2.0/toxboot/R/toxbootQueryToxCast.R        |    2 
 toxboot-0.2.0/toxboot/R/toxbootReplicates.R          |  160 ++++++-----
 toxboot-0.2.0/toxboot/R/toxbootmc.R                  |   15 -
 toxboot-0.2.0/toxboot/R/utility_functions.R          |   15 +
 toxboot-0.2.0/toxboot/README.md                      |   30 --
 toxboot-0.2.0/toxboot/build/vignette.rds             |binary
 toxboot-0.2.0/toxboot/inst/CITATION                  |only
 toxboot-0.2.0/toxboot/inst/doc/toxboot.R             |    7 
 toxboot-0.2.0/toxboot/inst/doc/toxboot.Rmd           |   19 -
 toxboot-0.2.0/toxboot/inst/doc/toxboot.html          |  163 +++++------
 toxboot-0.2.0/toxboot/inst/toxboot.config            |   15 -
 toxboot-0.2.0/toxboot/man/dat1000.Rd                 |    1 
 toxboot-0.2.0/toxboot/man/dat10000.Rd                |    1 
 toxboot-0.2.0/toxboot/man/erl3data.Rd                |    1 
 toxboot-0.2.0/toxboot/man/erl5data.Rd                |    1 
 toxboot-0.2.0/toxboot/man/gnls_curve.Rd              |    3 
 toxboot-0.2.0/toxboot/man/hill_curve.Rd              |    3 
 toxboot-0.2.0/toxboot/man/listTonumeric.Rd           |    1 
 toxboot-0.2.0/toxboot/man/nullToNA.Rd                |    1 
 toxboot-0.2.0/toxboot/man/toxboot-defunct.Rd         |only
 toxboot-0.2.0/toxboot/man/toxboot.Rd                 |   71 +++--
 toxboot-0.2.0/toxboot/man/toxbootConnectMongo.Rd     |    4 
 toxboot-0.2.0/toxboot/man/toxbootGetMongoFields.Rd   |    1 
 toxboot-0.2.0/toxboot/man/toxbootGetMySQLFields.Rd   |    7 
 toxboot-0.2.0/toxboot/man/toxbootHitParamCI.Rd       |    3 
 toxboot-0.2.0/toxboot/man/toxbootMongoCount.Rd       |    1 
 toxboot-0.2.0/toxboot/man/toxbootMysqlCreateTable.Rd |    7 
 toxboot-0.2.0/toxboot/man/toxbootProjectionBuild.Rd  |    3 
 toxboot-0.2.0/toxboot/man/toxbootQueryBuild.Rd       |    3 
 toxboot-0.2.0/toxboot/man/toxbootQueryToxCast.Rd     |    1 
 toxboot-0.2.0/toxboot/man/toxbootReplicates.Rd       |    1 
 toxboot-0.2.0/toxboot/man/toxbootWriteMongo.Rd       |    7 
 toxboot-0.2.0/toxboot/man/toxboot_config_funcs.Rd    |   18 -
 toxboot-0.2.0/toxboot/man/toxbootmc.Rd               |    1 
 toxboot-0.2.0/toxboot/tests/testthat/test_onload.R   |   11 
 toxboot-0.2.0/toxboot/tests/testthat/test_sampling.R |only
 toxboot-0.2.0/toxboot/tests/testthat/test_toxboot.R  |  264 ++++++++++++++++++-
 toxboot-0.2.0/toxboot/vignettes/toxboot.Rmd          |   19 -
 57 files changed, 1020 insertions(+), 577 deletions(-)

More information about toxboot at CRAN
Permanent link

Package SPREDA updated to version 1.1 with previous version 1.0 dated 2014-09-25

Title: Statistical Package for Reliability Data Analysis
Description: The Statistical Package for REliability Data Analysis (SPREDA) implements recently-developed statistical methods for the analysis of reliability data. Modern technological developments, such as sensors and smart chips, allow us to dynamically track product/system usage as well as other environmental variables, such as temperature and humidity. We refer to these variables as dynamic covariates. The package contains functions for the analysis of time-to-event data with dynamic covariates and degradation data with dynamic covariates. The package also contains functions that can be used for analyzing time-to-event data with right censoring, and with left truncation and right censoring. Financial support from NSF and DuPont are acknowledged.
Author: Yili Hong, Yimeng Xie, and Zhibing Xu
Maintainer: Yili Hong <yilihong@vt.edu>

Diff between SPREDA versions 1.0 dated 2014-09-25 and 1.1 dated 2018-11-25

 SPREDA-1.0/SPREDA/R/sqrt.mat.R          |only
 SPREDA-1.1/SPREDA/DESCRIPTION           |    8 ++++----
 SPREDA-1.1/SPREDA/MD5                   |   12 ++++++------
 SPREDA-1.1/SPREDA/NAMESPACE             |   14 ++++++++++++++
 SPREDA-1.1/SPREDA/R/clme.R              |    2 +-
 SPREDA-1.1/SPREDA/R/sqrt_mat.R          |only
 SPREDA-1.1/SPREDA/man/SPREDA-package.Rd |    4 ++--
 SPREDA-1.1/SPREDA/man/deglmx.Rd         |    2 +-
 8 files changed, 28 insertions(+), 14 deletions(-)

More information about SPREDA at CRAN
Permanent link

Package TSstudio updated to version 0.1.3 with previous version 0.1.2 dated 2018-09-21

Title: Functions for Time Series Analysis and Forecasting
Description: Provides a set of tools for descriptive and predictive analysis of time series data. That includes functions for interactive visualization of time series objects and as well utility functions for automation time series forecasting.
Author: Rami Krispin
Maintainer: Rami Krispin <rami.krispin@gmail.com>

Diff between TSstudio versions 0.1.2 dated 2018-09-21 and 0.1.3 dated 2018-11-25

 TSstudio-0.1.2/TSstudio/vignettes/gif/TSstudio.gif          |only
 TSstudio-0.1.3/TSstudio/DESCRIPTION                         |    8 
 TSstudio-0.1.3/TSstudio/MD5                                 |   49 
 TSstudio-0.1.3/TSstudio/NAMESPACE                           |    2 
 TSstudio-0.1.3/TSstudio/NEWS.md                             |   11 
 TSstudio-0.1.3/TSstudio/R/correlation_functions.R           |  164 +
 TSstudio-0.1.3/TSstudio/R/train_functions.R                 | 1129 ++++++------
 TSstudio-0.1.3/TSstudio/R/ts_plot.R                         |    2 
 TSstudio-0.1.3/TSstudio/R/ts_seasonal.R                     |    2 
 TSstudio-0.1.3/TSstudio/R/util_functions.R                  |  120 +
 TSstudio-0.1.3/TSstudio/README.md                           |   30 
 TSstudio-0.1.3/TSstudio/data/EURO_Brent.rda                 |binary
 TSstudio-0.1.3/TSstudio/data/Michigan_CS.rda                |binary
 TSstudio-0.1.3/TSstudio/data/USUnRate.rda                   |binary
 TSstudio-0.1.3/TSstudio/data/USVSales.rda                   |binary
 TSstudio-0.1.3/TSstudio/data/US_indicators.rda              |binary
 TSstudio-0.1.3/TSstudio/data/USgas.rda                      |binary
 TSstudio-0.1.3/TSstudio/inst/doc/Plotting_Time_Series.html  |   40 
 TSstudio-0.1.3/TSstudio/man/ccf_plot.Rd                     |only
 TSstudio-0.1.3/TSstudio/man/ts_backtesting.Rd               |    6 
 TSstudio-0.1.3/TSstudio/man/ts_lags.Rd                      |   11 
 TSstudio-0.1.3/TSstudio/man/ts_seasonal.Rd                  |    2 
 TSstudio-0.1.3/TSstudio/man/ts_to_prophet.Rd                |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_backtesting.png |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_forecast.png    |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_heatmap.png     |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_lags.png        |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_lags2.png       |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_plot.png        |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_seasonal.png    |only
 TSstudio-0.1.3/TSstudio/vignettes/gif/USgas_test_f.png      |only
 31 files changed, 1010 insertions(+), 566 deletions(-)

More information about TSstudio at CRAN
Permanent link

Package RQuantLib updated to version 0.4.6 with previous version 0.4.5 dated 2018-08-10

Title: R Interface to the 'QuantLib' Library
Description: The 'RQuantLib' package makes parts of 'QuantLib' accessible from R The 'QuantLib' project aims to provide a comprehensive software framework for quantitative finance. The goal is to provide a standard open source library for quantitative analysis, modeling, trading, and risk management of financial assets.
Author: Dirk Eddelbuettel, Khanh Nguyen (2009-2010), Terry Leitch (since 2016)
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RQuantLib versions 0.4.5 dated 2018-08-10 and 0.4.6 dated 2018-11-25

 RQuantLib-0.4.5/RQuantLib/tests/RQuantlib.Rout.save |only
 RQuantLib-0.4.6/RQuantLib/ChangeLog                 |   82 ++++++
 RQuantLib-0.4.6/RQuantLib/DESCRIPTION               |   10 
 RQuantLib-0.4.6/RQuantLib/MD5                       |   57 ++--
 RQuantLib-0.4.6/RQuantLib/NAMESPACE                 |    2 
 RQuantLib-0.4.6/RQuantLib/R/RcppExports.R           |    8 
 RQuantLib-0.4.6/RQuantLib/README.md                 |   24 +-
 RQuantLib-0.4.6/RQuantLib/configure                 |   26 +-
 RQuantLib-0.4.6/RQuantLib/configure.ac              |    8 
 RQuantLib-0.4.6/RQuantLib/inst/NEWS.Rd              |   18 +
 RQuantLib-0.4.6/RQuantLib/man/Bond.Rd               |    6 
 RQuantLib-0.4.6/RQuantLib/man/Calendars.Rd          |   10 
 RQuantLib-0.4.6/RQuantLib/man/FixedRateBond.Rd      |    5 
 RQuantLib-0.4.6/RQuantLib/man/FloatingRateBond.Rd   |    4 
 RQuantLib-0.4.6/RQuantLib/man/SabrSwaption.Rd       |    3 
 RQuantLib-0.4.6/RQuantLib/man/ZeroCouponBond.Rd     |    2 
 RQuantLib-0.4.6/RQuantLib/src/Makevars.in           |    2 
 RQuantLib-0.4.6/RQuantLib/src/Makevars.win          |    4 
 RQuantLib-0.4.6/RQuantLib/src/RcppExports.cpp       |   24 ++
 RQuantLib-0.4.6/RQuantLib/src/affine.cpp            |   20 -
 RQuantLib-0.4.6/RQuantLib/src/asian.cpp             |    4 
 RQuantLib-0.4.6/RQuantLib/src/barrier_binary.cpp    |    6 
 RQuantLib-0.4.6/RQuantLib/src/bermudan.cpp          |   38 +--
 RQuantLib-0.4.6/RQuantLib/src/calendars.cpp         |   18 +
 RQuantLib-0.4.6/RQuantLib/src/hullwhite.cpp         |    8 
 RQuantLib-0.4.6/RQuantLib/src/implieds.cpp          |    4 
 RQuantLib-0.4.6/RQuantLib/src/vanilla.cpp           |   10 
 RQuantLib-0.4.6/RQuantLib/tests/RQuantlib.R         |  240 ++++++++++----------
 RQuantLib-0.4.6/RQuantLib/tests/doRUnit.R           |   53 ++--
 RQuantLib-0.4.6/RQuantLib/tools/winlibs.R           |    8 
 30 files changed, 438 insertions(+), 266 deletions(-)

More information about RQuantLib at CRAN
Permanent link

Package GGIR updated to version 1.7-1 with previous version 1.6-7 dated 2018-09-23

Title: Raw Accelerometer Data Analysis
Description: A tool to process and analyse data collected with wearable raw acceleration sensors as described in van Hees and colleagues (2014) <doi: 10.1152/japplphysiol.00421.2014> and (2015) <doi: 10.1371/journal.pone.0142533>. The package has been developed and tested for binary data from 'GENEActiv' <https://www.activinsights.com/> and GENEA devices (not for sale), .csv-export data from 'Actigraph' <http://actigraphcorp.com> devices, and .cwa and .wav-format data from 'Axivity' <https://axivity.com/product/ax3>. These devices are currently widely used in research on human daily physical activity.
Author: Vincent T van Hees [aut, cre], Zhou Fang [ctb], Jing Hua Zhao [ctb], Joe Heywood [ctb], Evgeny Mirkes [ctb], Severine Sabia [ctb], Jairo H Migueles [ctb]
Maintainer: Vincent T van Hees <vincentvanhees@gmail.com>

Diff between GGIR versions 1.6-7 dated 2018-09-23 and 1.7-1 dated 2018-11-25

 DESCRIPTION           |    8 +--
 MD5                   |   52 ++++++++++----------
 NAMESPACE             |    2 
 R/g.calibrate.R       |   18 ++++---
 R/g.dotorcomma.R      |    3 +
 R/g.getmeta.R         |   20 ++++----
 R/g.getstarttime.R    |   74 ++++++++++++++++++-----------
 R/g.inspectfile.R     |   24 ++++++++-
 R/g.part1.R           |    3 -
 R/g.part4.R           |    8 ++-
 R/g.part5.R           |   33 ++++++++-----
 R/g.plot5.R           |    2 
 R/g.readaccfile.R     |  124 ++++++++++++++++++++++++++++++++++++++++++++------
 R/g.report.part2.R    |    3 -
 R/g.shell.GGIR.R      |    2 
 R/g.sib.sum.R         |    8 ++-
 R/getFirstTimestamp.R |   17 ++++--
 R/identify_level.R    |    4 -
 README.md             |   26 ++++++----
 inst/NEWS.Rd          |   20 +++++++-
 inst/doc/GGIR.Rmd     |    6 +-
 inst/doc/GGIR.html    |    6 +-
 man/GGIR-package.Rd   |   12 ++--
 man/g.calibrate.Rd    |    5 +-
 man/g.part4.Rd        |    9 ++-
 man/g.readaccfile.Rd  |    5 +-
 vignettes/GGIR.Rmd    |    6 +-
 27 files changed, 343 insertions(+), 157 deletions(-)

More information about GGIR at CRAN
Permanent link

Package RonFHIR updated to version 0.3.1 with previous version 0.3.0 dated 2018-07-26

Title: Read and Search Interface to the 'HL7 FHIR' REST API
Description: R on FHIR is an easy to use wrapper around the 'HL7 FHIR' REST API (STU 3). It provides tools to easily read and search resources on a FHIR server and brings the results into the R environment. R on FHIR is based on the FhirClient of the official 'HL7 FHIR .NET API', also made by Firely.
Author: Sander Laverman [aut, cre], Firely B.V. [aut, cph]
Maintainer: Sander Laverman <sander@fire.ly>

Diff between RonFHIR versions 0.3.0 dated 2018-07-26 and 0.3.1 dated 2018-11-25

 RonFHIR-0.3.0/RonFHIR/tests              |only
 RonFHIR-0.3.1/RonFHIR/DESCRIPTION        |    6 ++--
 RonFHIR-0.3.1/RonFHIR/MD5                |   16 +++---------
 RonFHIR-0.3.1/RonFHIR/R/fhirBulkClient.R |    8 +++---
 RonFHIR-0.3.1/RonFHIR/R/fhirClient.R     |    3 ++
 RonFHIR-0.3.1/RonFHIR/R/requester.R      |    6 ++--
 RonFHIR-0.3.1/RonFHIR/README.md          |   41 +++++++++++++++++++++++++++++++
 7 files changed, 59 insertions(+), 21 deletions(-)

More information about RonFHIR at CRAN
Permanent link

Package BatchGetSymbols updated to version 2.3 with previous version 2.2 dated 2018-10-11

Title: Downloads and Organizes Financial Data for Multiple Tickers
Description: Makes it easy to download a large number of trade data from Yahoo Finance.
Author: Marcelo Perlin [aut, cre]
Maintainer: Marcelo Perlin <marceloperlin@gmail.com>

Diff between BatchGetSymbols versions 2.2 dated 2018-10-11 and 2.3 dated 2018-11-25

 DESCRIPTION                            |   14 +++----
 MD5                                    |   31 ++++++++-------
 NAMESPACE                              |    1 
 NEWS.md                                |   18 ++++++---
 R/BatchGetSymbols.R                    |   32 +++++++++++++---
 R/Get_Ibov_Stocks.R                    |   15 ++++++-
 R/Utils.R                              |   65 ++++++++++++++++++++++++++++++++-
 R/myGetSymbols.R                       |    9 ++--
 README.md                              |   10 +++--
 inst/doc/BatchGetSymbols-vignette.R    |    2 -
 inst/doc/BatchGetSymbols-vignette.Rmd  |   15 ++++---
 inst/doc/BatchGetSymbols-vignette.html |   41 ++++++++++----------
 man/BatchGetSymbols.Rd                 |   10 +++--
 man/GetIbovStocks.Rd                   |    5 ++
 man/df.fill.na.Rd                      |only
 man/myGetSymbols.Rd                    |    2 -
 vignettes/BatchGetSymbols-vignette.Rmd |   15 ++++---
 17 files changed, 198 insertions(+), 87 deletions(-)

More information about BatchGetSymbols at CRAN
Permanent link

Package MplusAutomation updated to version 0.7-3 with previous version 0.7-2 dated 2018-04-06

Title: An R Package for Facilitating Large-Scale Latent Variable Analyses in Mplus
Description: Leverages the R language to automate latent variable model estimation and interpretation using 'Mplus', a powerful latent variable modeling program developed by Muthen and Muthen (<http://www.statmodel.com>). Specifically, this package provides routines for creating related groups of models, running batches of models, and extracting and tabulating model parameters and fit statistics.
Author: Michael Hallquist [aut, cre], Joshua Wiley [aut], Caspar van Lissa [ctb]
Maintainer: Michael Hallquist <michael.hallquist@gmail.com>

Diff between MplusAutomation versions 0.7-2 dated 2018-04-06 and 0.7-3 dated 2018-11-25

 DESCRIPTION                      |   15 
 MD5                              |   89 +-
 NAMESPACE                        |    4 
 NEWS                             |   15 
 R/MplusAutomation.R              |    6 
 R/createModels.R                 |  339 +++++++--
 R/extractIndirect.R              |   11 
 R/extractModIndices.R            |    2 
 R/extractParameters.R            |   34 
 R/extractSaveData.R              |   42 -
 R/mixtures.R                     |   39 -
 R/mplus.R                        |   21 
 R/parseOutput.R                  | 1409 +++++++++++++++++++++------------------
 R/readModels.R                   |   25 
 R/runModels.R                    |   12 
 R/summary.R                      |    1 
 R/utilityFunctions.R             |   91 ++
 build/vignette.rds               |binary
 inst/doc/Vignette.pdf            |binary
 man/MplusAutomation.Rd           |    4 
 man/MplusAutomationUtils.Rd      |   16 
 man/coef.mplus.model.Rd          |    7 
 man/compareModels.Rd             |    6 
 man/confint.mplus.model.Rd       |    7 
 man/createMixtures.Rd            |    9 
 man/createSyntax.Rd              |    6 
 man/dot-convertData.Rd           |only
 man/extract.Rd                   |    4 
 man/extractDataSummary.Rd        |only
 man/extractSummaries_1section.Rd |    3 
 man/l_getSavedata_Bparams.Rd     |    3 
 man/l_getSavedata_readRawFile.Rd |    4 
 man/long2LGMM.Rd                 |    6 
 man/mixtureSummaryTable.Rd       |    7 
 man/mplus.traceplot.Rd           |    3 
 man/mplusAvailable.Rd            |only
 man/mplusModeler.Rd              |    5 
 man/mplusObject.Rd               |   12 
 man/mplusRcov.Rd                 |    4 
 man/parseMplus.Rd                |    6 
 man/plot.mplusObject.Rd          |    3 
 man/plotMixtures.Rd              |    9 
 man/prepareMplusData.Rd          |   65 +
 man/print.MplusRstructure.Rd     |    1 
 man/readModels.Rd                |    7 
 man/showSummaryTable.Rd          |    3 
 man/summary.mplusObject.Rd       |    1 
 47 files changed, 1445 insertions(+), 911 deletions(-)

More information about MplusAutomation at CRAN
Permanent link

Package yuimaGUI updated to version 1.3.0 with previous version 1.2.0 dated 2017-09-11

Title: A Graphical User Interface for the 'yuima' Package
Description: Provides a graphical user interface for the 'yuima' package.
Author: YUIMA Project Team
Maintainer: Emanuele Guidotti <emanuele.guidotti@hotmail.it>

Diff between yuimaGUI versions 1.2.0 dated 2017-09-11 and 1.3.0 dated 2018-11-25

 DESCRIPTION                                                   |   10 
 MD5                                                           |   58 -
 inst/yuimaGUI/global.R                                        |   84 ++
 inst/yuimaGUI/server.R                                        |    5 
 inst/yuimaGUI/server/eda/changepoint_parametric.R             |    5 
 inst/yuimaGUI/server/eda/llag_and_corr.R                      |   18 
 inst/yuimaGUI/server/functions.R                              |  300 ++++++++--
 inst/yuimaGUI/server/load_data/finance.R                      |    2 
 inst/yuimaGUI/server/modeling/multivariate_results.R          |    2 
 inst/yuimaGUI/server/modeling/multivariate_start_estimation.R |    8 
 inst/yuimaGUI/server/modeling/univariate_results.R            |   82 +-
 inst/yuimaGUI/server/modeling/univariate_start_estimation.R   |   10 
 inst/yuimaGUI/server/settings.R                               |   33 -
 inst/yuimaGUI/server/simulation/multivariate_non_estimated.R  |    7 
 inst/yuimaGUI/server/simulation/multivariate_results.R        |    4 
 inst/yuimaGUI/server/simulation/univariate_estimated.R        |   20 
 inst/yuimaGUI/server/simulation/univariate_non_estimated.R    |    9 
 inst/yuimaGUI/server/simulation/univariate_results.R          |    4 
 inst/yuimaGUI/ui.R                                            |   13 
 inst/yuimaGUI/ui/eda/changepoint.R                            |    4 
 inst/yuimaGUI/ui/eda/cluster.R                                |    2 
 inst/yuimaGUI/ui/eda/llag.R                                   |    2 
 inst/yuimaGUI/ui/finance/hedging.R                            |    4 
 inst/yuimaGUI/ui/home/home.R                                  |    8 
 inst/yuimaGUI/ui/modeling/models.R                            |    8 
 inst/yuimaGUI/ui/modeling/multi_models.R                      |    6 
 inst/yuimaGUI/ui/simulation/multivariate.R                    |    2 
 inst/yuimaGUI/ui/simulation/univariate.R                      |    6 
 inst/yuimaGUI/www/black.css                                   |    5 
 inst/yuimaGUI/www/white.css                                   |    3 
 30 files changed, 530 insertions(+), 194 deletions(-)

More information about yuimaGUI at CRAN
Permanent link

Package lava updated to version 1.6.4 with previous version 1.6.3 dated 2018-08-10

Title: Latent Variable Models
Description: A general implementation of Structural Equation Models with latent variables (MLE, 2SLS, and composite likelihood estimators) with both continuous, censored, and ordinal outcomes (Holst and Budtz-Joergensen (2013) <doi:10.1007/s00180-012-0344-y>). Mixture latent variable models and non-linear latent variable models (Holst and Budtz-Joergensen (2018) <arXiv:1803.06578>). The package also provides methods for graph exploration (d-separation, back-door criterion), simulation of general non-linear latent variable models, and estimation of influence functions for a broad range of statistical models.
Author: Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Maintainer: Klaus K. Holst <klaus@holst.it>

Diff between lava versions 1.6.3 dated 2018-08-10 and 1.6.4 dated 2018-11-25

 DESCRIPTION                      |   16 ++-
 MD5                              |  108 +++++++++++++-------------
 NAMESPACE                        |    4 
 NEWS                             |   25 ++++++
 R/binomial.rrw.R                 |only
 R/coef.R                         |    1 
 R/deriv.R                        |   13 +++
 R/estimate.default.R             |   25 ++++--
 R/fplot.R                        |   16 ++-
 R/functional.R                   |    6 -
 R/lava-package.R                 |    6 -
 R/mixture.R                      |  161 ++++++++++++++++++++++++++++++---------
 R/multigroup.R                   |    6 -
 R/multipleinput.R                |only
 R/onload.R                       |    4 
 R/optims.R                       |  141 +++++++++++++++++++++++-----------
 R/predict.mixture.R              |    6 -
 R/sim.default.R                  |   37 +++++++-
 R/sim.lvm.R                      |   33 ++++++-
 R/transform.R                    |   12 +-
 R/twostage.R                     |   32 +++++--
 inst/doc/reference.pdf           |binary
 man/NR.Rd                        |only
 man/Org.Rd                       |    6 -
 man/binomial.rd.Rd               |only
 man/colorbar.Rd                  |    3 
 man/confband.Rd                  |    4 
 man/csplit.Rd                    |    3 
 man/curly.Rd                     |    4 
 man/cv.Rd                        |    4 
 man/estimate.default.Rd          |    8 -
 man/estimate.lvm.Rd              |    7 -
 man/fplot.Rd                     |   10 +-
 man/images.Rd                    |    9 +-
 man/internal.Rd                  |    2 
 man/lava-package.Rd              |    2 
 man/makemissing.Rd               |    4 
 man/measurement.error.Rd         |    3 
 man/mixture.Rd                   |    7 +
 man/plot.estimate.Rd             |    5 -
 man/plot.sim.Rd                  |   13 +--
 man/plotConf.Rd                  |    3 
 man/predict.lvm.Rd               |    4 
 man/predictlvm.Rd                |    4 
 man/sim.Rd                       |    2 
 man/sim.default.Rd               |    5 -
 man/spaghetti.Rd                 |   13 +--
 man/stack.estimate.Rd            |    5 -
 man/summary.sim.Rd               |    2 
 man/twostage.lvmfit.Rd           |    8 -
 man/twostageCV.Rd                |    8 -
 man/wkm.Rd                       |    4 
 tests/testthat/test-constrain.R  |    2 
 tests/testthat/test-misc.R       |   15 ---
 tests/testthat/test-multigroup.R |    2 
 tests/testthat/test-plot.R       |   12 --
 tests/testthat/test-sim.R        |    3 
 57 files changed, 547 insertions(+), 291 deletions(-)

More information about lava at CRAN
Permanent link

Package labelled updated to version 2.0.1 with previous version 2.0.0 dated 2018-11-23

Title: Manipulating Labelled Data
Description: Work with labelled data imported from 'SPSS' or 'Stata' with 'haven' or 'foreign'. This package provides useful functions to deal with "haven_labelled" and "haven_labelled_spss" classes introduced by 'haven' package.
Author: Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>), Daniel Ludecke [ctb], Hadley Wickham [ctb], Bojanowski Michal [ctb]
Maintainer: Joseph Larmarange <joseph@larmarange.net>

Diff between labelled versions 2.0.0 dated 2018-11-23 and 2.0.1 dated 2018-11-25

 DESCRIPTION                    |    6 +-
 MD5                            |   10 ++--
 NEWS.md                        |    4 +
 R/retrocompatibility.R         |    4 -
 inst/doc/intro_labelled.html   |   88 ++++++++++++++++++++---------------------
 tests/testthat/test-labelled.r |    5 ++
 6 files changed, 63 insertions(+), 54 deletions(-)

More information about labelled at CRAN
Permanent link

Package jstor updated to version 0.3.5 with previous version 0.3.4 dated 2018-10-17

Title: Read Data from JSTOR/DfR
Description: Functions and helpers to import metadata, ngrams and full-texts delivered by Data for Research by JSTOR.
Author: Thomas Klebel [aut, cre] (<https://orcid.org/0000-0002-7331-4751>)
Maintainer: Thomas Klebel <t.klebel@hotmail.com>

Diff between jstor versions 0.3.4 dated 2018-10-17 and 0.3.5 dated 2018-11-25

 DESCRIPTION                                                                        |   10 
 MD5                                                                                |   34 +-
 NEWS.md                                                                            |   10 
 R/re-import.R                                                                      |   24 +-
 R/references.R                                                                     |   96 ++++----
 inst/doc/Introduction.R                                                            |    4 
 inst/doc/Introduction.Rmd                                                          |   34 +-
 inst/doc/Introduction.html                                                         |  118 ++++++----
 inst/doc/automating-file-import.Rmd                                                |    5 
 inst/doc/automating-file-import.html                                               |   18 -
 inst/doc/known-quirks.html                                                         |    4 
 man/jst_get_references.Rd                                                          |   26 +-
 tests/testthat/test-re-import.R                                                    |   48 ++--
 tests/testthat/test-references.R                                                   |   86 +++----
 tests/testthat/test-writing-to-file.R                                              |    2 
 tests/testthat/testfiles/re-import/wi_col_journal_article_jst_get_references-1.csv |    2 
 vignettes/Introduction.Rmd                                                         |   34 +-
 vignettes/automating-file-import.Rmd                                               |    5 
 18 files changed, 300 insertions(+), 260 deletions(-)

More information about jstor at CRAN
Permanent link

Package insect updated to version 1.2.0 with previous version 1.1.1 dated 2018-07-20

Title: Informatic Sequence Classification Trees
Description: Provides tools for probabilistic taxon assignment with informatic sequence classification trees. See Wilkinson et al (2018) <doi:10.7287/peerj.preprints.26812v1>.
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>

Diff between insect versions 1.1.1 dated 2018-07-20 and 1.2.0 dated 2018-11-25

 DESCRIPTION                   |   14 
 MD5                           |   62 +-
 NAMESPACE                     |    4 
 R/classify.R                  |  429 +++++++++++++++--
 R/data.R                      |   15 
 R/encoding.R                  |   57 --
 R/expand.R                    |  173 ++++---
 R/fork.R                      |   97 ++--
 R/internals.R                 |  240 +++++++++
 R/learn.R                     |  273 +++++++++--
 R/partition.R                 |  162 +++---
 R/purge.R                     |    3 
 R/replicate.R                 |   23 
 R/taxonomy.R                  |    3 
 R/virtualFISH.R               |    4 
 R/virtualPCR.R                |    2 
 R/write.R                     |   28 -
 README.md                     |  466 +++++++++++++++++--
 data/samoa.RData              |only
 inst/doc/insect-vignette.Rmd  | 1017 ++++++++++++++++++++++++------------------
 inst/doc/insect-vignette.html |  927 ++++++++++++++++++++++++++++----------
 man/classify.Rd               |   61 +-
 man/expand.Rd                 |   31 -
 man/learn.Rd                  |   35 -
 man/manipulate.Rd             |    6 
 man/purge.Rd                  |    2 
 man/qfilter.Rd                |    4 
 man/samoa.Rd                  |only
 man/searchGB.Rd               |    6 
 man/taxonomy.Rd               |    2 
 man/virtualFISH.Rd            |    7 
 man/write.Rd                  |    6 
 vignettes/insect-vignette.Rmd | 1017 ++++++++++++++++++++++++------------------
 33 files changed, 3613 insertions(+), 1563 deletions(-)

More information about insect at CRAN
Permanent link

Package DatabaseConnector updated to version 2.2.1 with previous version 2.2.0 dated 2018-10-01

Title: Connecting to Various Database Platforms
Description: An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', and 'Google BigQuery'). Also includes support for fetching data as 'ffdf' objects. Uses 'Java Database Connectivity' ('JDBC') to connect to databases.
Author: Martijn Schuemie [aut, cre], Marc Suchard [aut], Observational Health Data Science and Informatics [cph], Microsoft Inc. [cph] (SQL Server JDBC driver), PostgreSQL Global Development Group [cph] (PostgreSQL JDBC driver), Starschema Ltd. [cph] (BigQuery JDBC driver), Oracle Inc. [cph] (Oracle JDBC driver), Amazon Inc. [cph] (RedShift JDBC driver)
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>

Diff between DatabaseConnector versions 2.2.0 dated 2018-10-01 and 2.2.1 dated 2018-11-25

 DatabaseConnector-2.2.0/DatabaseConnector/NEWS                                                    |only
 DatabaseConnector-2.2.1/DatabaseConnector/DESCRIPTION                                             |   13 
 DatabaseConnector-2.2.1/DatabaseConnector/MD5                                                     |   30 
 DatabaseConnector-2.2.1/DatabaseConnector/NEWS.md                                                 |only
 DatabaseConnector-2.2.1/DatabaseConnector/R/Connect.R                                             |    6 
 DatabaseConnector-2.2.1/DatabaseConnector/R/InsertTable.R                                         |    4 
 DatabaseConnector-2.2.1/DatabaseConnector/R/Sql.R                                                 |   14 
 DatabaseConnector-2.2.1/DatabaseConnector/README.md                                               |   15 
 DatabaseConnector-2.2.1/DatabaseConnector/build/DatabaseConnector.pdf                             | 8243 +++++-----
 DatabaseConnector-2.2.1/DatabaseConnector/build/vignette.rds                                      |binary
 DatabaseConnector-2.2.1/DatabaseConnector/inst/doc/UsingDatabaseConnector.pdf                     |binary
 DatabaseConnector-2.2.1/DatabaseConnector/inst/java/DatabaseConnector.jar                         |binary
 DatabaseConnector-2.2.1/DatabaseConnector/java/org/ohdsi/databaseConnector/BatchedInsert.java     |   37 
 DatabaseConnector-2.2.1/DatabaseConnector/java/org/ohdsi/databaseConnector/BatchedQuery.java      |   28 
 DatabaseConnector-2.2.1/DatabaseConnector/java/org/ohdsi/databaseConnector/Compression.java       |    6 
 DatabaseConnector-2.2.1/DatabaseConnector/java/org/ohdsi/databaseConnector/DebugBatchedQuery.java |   10 
 DatabaseConnector-2.2.1/DatabaseConnector/tests/testthat/test-sendUpdates.R                       |    6 
 17 files changed, 4236 insertions(+), 4176 deletions(-)

More information about DatabaseConnector at CRAN
Permanent link

Package rdflib updated to version 0.2.1 with previous version 0.2.0 dated 2018-11-13

Title: Tools to Manipulate and Query Semantic Data
Description: The Resource Description Framework, or 'RDF' is a widely used data representation model that forms the cornerstone of the Semantic Web. 'RDF' represents data as a graph rather than the familiar data table or rectangle of relational databases. The 'rdflib' package provides a friendly and concise user interface for performing common tasks on 'RDF' data, such as reading, writing and converting between the various serializations of 'RDF' data, including 'rdfxml', 'turtle', 'nquads', 'ntriples', and 'json-ld'; creating new 'RDF' graphs, and performing graph queries using 'SPARQL'. This package wraps the low level 'redland' R package which provides direct bindings to the 'redland' C library. Additionally, the package supports the newer and more developer friendly 'JSON-LD' format through the 'jsonld' package. The package interface takes inspiration from the Python 'rdflib' library.
Author: Carl Boettiger [aut, cre, cph] (<https://orcid.org/0000-0002-1642-628X>), Bryce Mecum [rev] (<https://orcid.org/0000-0002-0381-3766>), Anna Krystalli [rev] (<https://orcid.org/0000-0002-2378-4915>), Viktor Senderov [ctb] (<https://orcid.org/0000-0003-3340-5963>)
Maintainer: Carl Boettiger <cboettig@gmail.com>

Diff between rdflib versions 0.2.0 dated 2018-11-13 and 0.2.1 dated 2018-11-25

 DESCRIPTION                      |    6 
 MD5                              |   12 
 NEWS.md                          |    6 
 inst/doc/rdf_intro.html          | 2787 ++++++++++++++++++++++++++++++++++++---
 inst/examples/virtuoso-direct.R  |only
 inst/extdata/airlines.nq         |only
 tests/testthat/test-rdf_query.R  |    4 
 vignettes/articles/flights.nq    |only
 vignettes/articles/rdflib.sqlite |only
 9 files changed, 2634 insertions(+), 181 deletions(-)

More information about rdflib at CRAN
Permanent link


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