Sat, 23 Jan 2021

Package rosetta (with last version 0.3.1) was removed from CRAN

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

2020-11-24 0.3.1
2020-11-12 0.3.0
2019-11-27 0.2.0
2019-07-25 0.1.1
2019-07-23 0.1.0
2019-02-08 0.0.1

Permanent link
Package userfriendlyscience (with last version 0.7.2) was removed from CRAN

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

2018-09-24 0.7.2

Permanent link
Package behaviorchange (with last version 0.2.4) was removed from CRAN

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

2020-10-21 0.2.4
2020-03-01 0.2.2
2019-08-22 0.2.1
2019-08-08 0.2.0
2019-01-17 0.1.0
2018-09-24 0.0.2

Permanent link
Package justifier (with last version 0.1.0) was removed from CRAN

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

2019-06-03 0.1.0

Permanent link
Package ufs (with last version 0.4.1) was removed from CRAN

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

2021-01-08 0.4.1
2020-11-10 0.4.0
2020-10-19 0.3.2
2019-08-22 0.3.1
2019-07-22 0.3.0
2019-02-12 0.2.0
2019-01-16 0.1.0
2018-08-02 0.0.1

Permanent link
Package customLayout (with last version 0.3.2) was removed from CRAN

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

2021-01-14 0.3.2
2020-01-17 0.3.1
2018-10-31 0.3.0
2018-09-27 0.2.0
2018-09-12 0.1.0

Permanent link
Package RandomForestsGLS (with last version 0.1.1) was removed from CRAN

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

2021-01-11 0.1.1
2021-01-08 0.1.0

Permanent link
Package statswalesr updated to version 0.1.2 with previous version 0.1.1 dated 2020-11-29

Title: Easily Extract Data from 'StatsWales'
Description: Download data from 'StatsWales' into R. Removes the need for the user to write their own loops when parsing data from the 'StatsWales' API. Provides functions for datasets (<http://open.statswales.gov.wales/en-gb/dataset>) and metadata (<http://open.statswales.gov.wales/en-gb/discover/metadata>) endpoints.
Author: Jamie Ralph [aut, cre]
Maintainer: Jamie Ralph <jamesryanralph@outlook.com>

Diff between statswalesr versions 0.1.1 dated 2020-11-29 and 0.1.2 dated 2021-01-23

 DESCRIPTION                    |    6 +++---
 MD5                            |   16 ++++++++--------
 NEWS.md                        |    8 ++++++++
 R/statswales_get_dataset.R     |    3 +--
 R/statswales_get_metadata.R    |   13 +++++++++++++
 R/statswales_search.R          |    2 ++
 man/statswales_get_dataset.Rd  |    3 +--
 man/statswales_get_metadata.Rd |    1 +
 man/statswales_search.Rd       |    2 ++
 9 files changed, 39 insertions(+), 15 deletions(-)

More information about statswalesr at CRAN
Permanent link

Package gratia updated to version 0.5.1 with previous version 0.5.0 dated 2021-01-10

Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package. Provides a reimplementation of the plot() method for GAMs that 'mgcv' provides, as well as 'tidyverse' compatible representations of estimated smooths.
Author: Gavin L. Simpson [aut, cre] (<https://orcid.org/0000-0002-9084-8413>), Henrik Singmann [ctb] (<https://orcid.org/0000-0002-4842-3657>)
Maintainer: Gavin L. Simpson <ucfagls@gmail.com>

Diff between gratia versions 0.5.0 dated 2021-01-10 and 0.5.1 dated 2021-01-23

 DESCRIPTION                                                                           |    8 
 MD5                                                                                   |   49 +-
 NAMESPACE                                                                             |   10 
 NEWS.md                                                                               |   24 +
 R/draw-methods.R                                                                      |  137 ++++++-
 R/evaluate_smooth2.R                                                                  |  181 +++++++---
 R/penalty.R                                                                           |only
 R/utililties.R                                                                        |   30 +
 README.md                                                                             |    2 
 build/partial.rdb                                                                     |binary
 man/draw.evaluated_smooth.Rd                                                          |    8 
 man/draw.gam.Rd                                                                       |   12 
 man/draw.penalty_df.Rd                                                                |only
 man/eval_smooth.Rd                                                                    |    7 
 man/get_by_smooth.Rd                                                                  |    3 
 man/penalty.Rd                                                                        |only
 man/seq_min_max.Rd                                                                    |    4 
 man/smooth_estimates.Rd                                                               |    4 
 man/which_smooths.Rd                                                                  |    4 
 tests/Examples/gratia-Ex.Rout.save                                                    |  121 +++++-
 tests/figs/deps.txt                                                                   |    4 
 tests/figs/draw-methods/draw-penalty-df-with-multiple-smooths-normalized.svg          |only
 tests/figs/draw-methods/draw-penalty-df-with-multiple-smooths-user-continous-fill.svg |only
 tests/figs/draw-methods/draw-penalty-df-with-multiple-smooths.svg                     |only
 tests/figs/draw-methods/draw-penalty-df-with-single-smooths-normalized.svg            |only
 tests/figs/draw-methods/draw-penalty-df-with-single-smooths-user-continous-fill.svg   |only
 tests/figs/draw-methods/draw-penalty-df-with-single-smooths.svg                       |only
 tests/testthat/test-basis.R                                                           |    1 
 tests/testthat/test-draw-methods.R                                                    |   37 ++
 tests/testthat/test-penalty.R                                                         |only
 tests/testthat/test-smooth-estimates.R                                                |only
 31 files changed, 513 insertions(+), 133 deletions(-)

More information about gratia at CRAN
Permanent link

Package clubSandwich updated to version 0.5.3 with previous version 0.5.2 dated 2020-11-14

Title: Cluster-Robust (Sandwich) Variance Estimators with Small-Sample Corrections
Description: Provides several cluster-robust variance estimators (i.e., sandwich estimators) for ordinary and weighted least squares linear regression models, including the bias-reduced linearization estimator introduced by Bell and McCaffrey (2002) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2002002/article/9058-eng.pdf> and developed further by Pustejovsky and Tipton (2017) <DOI:10.1080/07350015.2016.1247004>. The package includes functions for estimating the variance- covariance matrix and for testing single- and multiple- contrast hypotheses based on Wald test statistics. Tests of single regression coefficients use Satterthwaite or saddle-point corrections. Tests of multiple- contrast hypotheses use an approximation to Hotelling's T-squared distribution. Methods are provided for a variety of fitted models, including lm() and mlm objects, glm(), ivreg() (from package 'AER'), plm() (from package 'plm'), gls() and lme() (from 'nlme'), lmer() (from `lme4`), robu() (from 'robumeta'), and rma.uni() and rma.mv() (from 'metafor').
Author: James Pustejovsky [aut, cre] (<https://orcid.org/0000-0003-0591-9465>)
Maintainer: James Pustejovsky <jepusto@gmail.com>

Diff between clubSandwich versions 0.5.2 dated 2020-11-14 and 0.5.3 dated 2021-01-23

 clubSandwich-0.5.2/clubSandwich/build/clubSandwich.pdf                   |only
 clubSandwich-0.5.3/clubSandwich/DESCRIPTION                              |    9 -
 clubSandwich-0.5.3/clubSandwich/MD5                                      |   35 ++--
 clubSandwich-0.5.3/clubSandwich/NAMESPACE                                |    1 
 clubSandwich-0.5.3/clubSandwich/NEWS                                     |    4 
 clubSandwich-0.5.3/clubSandwich/R/clubSandwich.R                         |    4 
 clubSandwich-0.5.3/clubSandwich/R/data-documentation.R                   |   13 -
 clubSandwich-0.5.3/clubSandwich/R/rma-mv.R                               |   75 ++++------
 clubSandwich-0.5.3/clubSandwich/build/partial.rdb                        |binary
 clubSandwich-0.5.3/clubSandwich/inst/doc/Wald-tests-in-clubSandwich.html |    4 
 clubSandwich-0.5.3/clubSandwich/inst/doc/meta-analysis-with-CRVE.html    |    4 
 clubSandwich-0.5.3/clubSandwich/inst/doc/panel-data-CRVE.html            |    4 
 clubSandwich-0.5.3/clubSandwich/man/AchievementAwardsRCT.Rd              |    2 
 clubSandwich-0.5.3/clubSandwich/man/MortalityRates.Rd                    |    2 
 clubSandwich-0.5.3/clubSandwich/man/SATcoaching.Rd                       |    2 
 clubSandwich-0.5.3/clubSandwich/man/dropoutPrevention.Rd                 |    7 
 clubSandwich-0.5.3/clubSandwich/man/impute_covariance_matrix.Rd          |   44 ++---
 clubSandwich-0.5.3/clubSandwich/man/pattern_covariance_matrix.Rd         |   30 ++--
 clubSandwich-0.5.3/clubSandwich/man/vcovCR.Rd                            |    4 
 19 files changed, 123 insertions(+), 121 deletions(-)

More information about clubSandwich at CRAN
Permanent link

Package bbotk updated to version 0.3.0 with previous version 0.2.2 dated 2020-10-08

Title: Black-Box Optimization Toolkit
Description: Provides a common framework for optimization of black-box functions for other packages, e.g. 'mlr3tuning' or 'mlr3fselect'. It offers various optimization methods e.g. grid search, random search and generalized simulated annealing.
Author: Marc Becker [cre, aut] (<https://orcid.org/0000-0002-8115-0400>), Jakob Richter [aut] (<https://orcid.org/0000-0003-4481-5554>), Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Martin Binder [aut], Olaf Mersmann [ctb]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between bbotk versions 0.2.2 dated 2020-10-08 and 0.3.0 dated 2021-01-23

 bbotk-0.2.2/bbotk/man/OptimizerNLoptr.Rd                          |only
 bbotk-0.3.0/bbotk/DESCRIPTION                                     |   35 
 bbotk-0.3.0/bbotk/MD5                                             |  172 +-
 bbotk-0.3.0/bbotk/NAMESPACE                                       |    2 
 bbotk-0.3.0/bbotk/NEWS.md                                         |   18 
 bbotk-0.3.0/bbotk/R/Archive.R                                     |  101 -
 bbotk-0.3.0/bbotk/R/ArchiveBest.R                                 |only
 bbotk-0.3.0/bbotk/R/Objective.R                                   |   16 
 bbotk-0.3.0/bbotk/R/ObjectiveRFun.R                               |   11 
 bbotk-0.3.0/bbotk/R/ObjectiveRFunDt.R                             |   20 
 bbotk-0.3.0/bbotk/R/OptimInstance.R                               |   69 -
 bbotk-0.3.0/bbotk/R/OptimInstanceMultiCrit.R                      |    9 
 bbotk-0.3.0/bbotk/R/OptimInstanceSingleCrit.R                     |    9 
 bbotk-0.3.0/bbotk/R/Optimizer.R                                   |    1 
 bbotk-0.3.0/bbotk/R/OptimizerCmaes.R                              |   30 
 bbotk-0.3.0/bbotk/R/OptimizerDesignPoints.R                       |   14 
 bbotk-0.3.0/bbotk/R/OptimizerGenSA.R                              |   39 
 bbotk-0.3.0/bbotk/R/OptimizerGridSearch.R                         |    2 
 bbotk-0.3.0/bbotk/R/OptimizerNLoptr.R                             |   31 
 bbotk-0.3.0/bbotk/R/OptimizerRandomSearch.R                       |    4 
 bbotk-0.3.0/bbotk/R/Progressor.R                                  |only
 bbotk-0.3.0/bbotk/R/Terminator.R                                  |   62 
 bbotk-0.3.0/bbotk/R/TerminatorClockTime.R                         |   18 
 bbotk-0.3.0/bbotk/R/TerminatorCombo.R                             |   36 
 bbotk-0.3.0/bbotk/R/TerminatorEvals.R                             |   15 
 bbotk-0.3.0/bbotk/R/TerminatorNone.R                              |    1 
 bbotk-0.3.0/bbotk/R/TerminatorPerfReached.R                       |   23 
 bbotk-0.3.0/bbotk/R/TerminatorRunTime.R                           |   14 
 bbotk-0.3.0/bbotk/R/TerminatorStagnation.R                        |    6 
 bbotk-0.3.0/bbotk/R/TerminatorStagnationBatch.R                   |    8 
 bbotk-0.3.0/bbotk/R/bbotk_reflections.R                           |    3 
 bbotk-0.3.0/bbotk/R/helper.R                                      |   34 
 bbotk-0.3.0/bbotk/R/zzz.R                                         |    8 
 bbotk-0.3.0/bbotk/README.md                                       |    9 
 bbotk-0.3.0/bbotk/build/partial.rdb                               |binary
 bbotk-0.3.0/bbotk/build/vignette.rds                              |binary
 bbotk-0.3.0/bbotk/inst/doc/bbotk.R                                |    8 
 bbotk-0.3.0/bbotk/inst/doc/bbotk.Rmd                              |    8 
 bbotk-0.3.0/bbotk/inst/doc/bbotk.html                             |  649 ++++------
 bbotk-0.3.0/bbotk/man/Archive.Rd                                  |   78 -
 bbotk-0.3.0/bbotk/man/ArchiveBest.Rd                              |only
 bbotk-0.3.0/bbotk/man/Objective.Rd                                |    7 
 bbotk-0.3.0/bbotk/man/ObjectiveRFun.Rd                            |   11 
 bbotk-0.3.0/bbotk/man/ObjectiveRFunDt.Rd                          |   11 
 bbotk-0.3.0/bbotk/man/OptimInstance.Rd                            |   28 
 bbotk-0.3.0/bbotk/man/OptimInstanceMultiCrit.Rd                   |   23 
 bbotk-0.3.0/bbotk/man/OptimInstanceSingleCrit.Rd                  |   23 
 bbotk-0.3.0/bbotk/man/Optimizer.Rd                                |    8 
 bbotk-0.3.0/bbotk/man/Progressor.Rd                               |only
 bbotk-0.3.0/bbotk/man/Terminator.Rd                               |   67 +
 bbotk-0.3.0/bbotk/man/bbotk-package.Rd                            |    6 
 bbotk-0.3.0/bbotk/man/mlr_optimizers_cmaes.Rd                     |   29 
 bbotk-0.3.0/bbotk/man/mlr_optimizers_design_points.Rd             |   18 
 bbotk-0.3.0/bbotk/man/mlr_optimizers_gensa.Rd                     |   22 
 bbotk-0.3.0/bbotk/man/mlr_optimizers_grid_search.Rd               |   18 
 bbotk-0.3.0/bbotk/man/mlr_optimizers_nloptr.Rd                    |only
 bbotk-0.3.0/bbotk/man/mlr_optimizers_random_search.Rd             |   18 
 bbotk-0.3.0/bbotk/man/mlr_terminators_clock_time.Rd               |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_combo.Rd                    |   46 
 bbotk-0.3.0/bbotk/man/mlr_terminators_evals.Rd                    |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_none.Rd                     |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_perf_reached.Rd             |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_run_time.Rd                 |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_stagnation.Rd               |    2 
 bbotk-0.3.0/bbotk/man/mlr_terminators_stagnation_batch.Rd         |    2 
 bbotk-0.3.0/bbotk/man/search_start.Rd                             |only
 bbotk-0.3.0/bbotk/man/transform_xdt_to_xss.Rd                     |    8 
 bbotk-0.3.0/bbotk/tests/testthat/helper.R                         |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_Archive.R                   |   35 
 bbotk-0.3.0/bbotk/tests/testthat/test_ArchiveBest.R               |only
 bbotk-0.3.0/bbotk/tests/testthat/test_Objective.R                 |   26 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimInstanceMultiCrit.R    |   13 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimInstanceSingleCrit.R   |   44 
 bbotk-0.3.0/bbotk/tests/testthat/test_Optimizer.R                 |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerCmaes.R            |    6 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerDesignPoints.R     |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerGenSA.R            |    4 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerGridSearch.R       |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerNLoptr.R           |    6 
 bbotk-0.3.0/bbotk/tests/testthat/test_OptimizerRandomSearch.R     |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_Progressor.R                |only
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorClockTime.R       |   15 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorCombo.R           |   26 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorEvals.R           |   22 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorNone.R            |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorPerfReached.R     |    8 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorRunTime.R         |   15 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorStagnation.R      |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_TerminatorStagnationBatch.R |    2 
 bbotk-0.3.0/bbotk/tests/testthat/test_search_start.R              |only
 bbotk-0.3.0/bbotk/tests/testthat/test_sugar.R                     |    2 
 bbotk-0.3.0/bbotk/vignettes/bbotk.Rmd                             |    8 
 92 files changed, 1362 insertions(+), 804 deletions(-)

More information about bbotk at CRAN
Permanent link

Package intsvy updated to version 2.5 with previous version 2.4 dated 2019-05-10

Title: International Assessment Data Manager
Description: Provides tools for importing, merging, and analysing data from international assessment studies (TIMSS, PIRLS, PISA, ICILS, and PIAAC).
Author: Daniel Caro <dcarov@gmail.com>, Przemyslaw Biecek <przemyslaw.biecek@gmail.com>
Maintainer: Daniel Caro <dcarov@gmail.com>

Diff between intsvy versions 2.4 dated 2019-05-10 and 2.5 dated 2021-01-23

 DESCRIPTION             |   12 -
 MD5                     |  182 +++++++++++-----------
 NAMESPACE               |   37 ----
 R/intsvy.ben.pv.R       |  103 +++++++++---
 R/intsvy.log.R          |    8 -
 R/intsvy.log.pv.R       |   28 ++-
 R/intsvy.mean.R         |   14 +
 R/intsvy.mean.pv.R      |   28 ++-
 R/intsvy.per.pv.R       |   32 ++--
 R/intsvy.reg.R          |    4 
 R/intsvy.reg.pv.R       |   64 ++++----
 R/intsvy.rho.R          |    4 
 R/intsvy.rho.pv.R       |   30 +--
 R/intsvy.select.merge.R |   23 ++
 R/intsvy.table.R        |    5 
 R/intsvy.var.label.R    |    3 
 R/piaac.ben.pv.R        |    6 
 R/piaac.reg.pv.R        |    2 
 R/pirls.ben.pv.R        |   15 -
 R/pirls.log.R           |    9 -
 R/pirls.log.pv.R        |   13 -
 R/pirls.mean.R          |   11 -
 R/pirls.mean.pv.R       |   10 -
 R/pirls.per.pv.R        |   12 -
 R/pirls.reg.R           |   10 -
 R/pirls.reg.pv.R        |   12 -
 R/pirls.rho.pv.R        |    4 
 R/pirls.table.R         |   13 -
 R/pisa.ben.pv.R         |   13 -
 R/pisa.log.R            |    9 -
 R/pisa.log.pv.R         |   10 -
 R/pisa.mean.R           |    8 -
 R/pisa.mean.pv.R        |   11 -
 R/pisa.per.pv.R         |    8 -
 R/pisa.reg.R            |    5 
 R/pisa.reg.pv.R         |    8 -
 R/pisa.rho.R            |    7 
 R/pisa.select.merge.R   |    3 
 R/pisa.table.R          |   12 -
 R/surv_conf.R           |  381 ++++++++++++++++++++----------------------------
 R/sysdata.rda           |binary
 R/timss.ben.pv.R        |   12 -
 R/timss.log.R           |    6 
 R/timss.log.pv.R        |   12 -
 R/timss.mean.R          |   11 -
 R/timss.mean.pv.R       |   26 +--
 R/timss.per.pv.R        |   10 -
 R/timss.reg.R           |    8 -
 R/timss.reg.pv.R        |   23 +-
 R/timss.rho.pv.R        |    4 
 R/timss.table.R         |   15 -
 data/confs.rda          |binary
 man/confs.Rd            |    3 
 man/intsvy-package.Rd   |    6 
 man/intsvy.ben.pv.Rd    |   15 +
 man/intsvy.log.Rd       |   23 --
 man/intsvy.log.pv.Rd    |    8 -
 man/intsvy.mean.pv.Rd   |    6 
 man/intsvy.per.pv.Rd    |   12 -
 man/intsvy.reg.pv.Rd    |   12 -
 man/intsvy.rho.pv.Rd    |    4 
 man/piaac.ben.pv.Rd     |    5 
 man/pirls.ben.pv.Rd     |    8 -
 man/pirls.log.Rd        |   22 --
 man/pirls.log.pv.Rd     |    1 
 man/pirls.mean.Rd       |    2 
 man/pirls.mean.pv.Rd    |    5 
 man/pirls.per.pv.Rd     |    2 
 man/pirls.reg.Rd        |    3 
 man/pirls.reg.pv.Rd     |    3 
 man/pirls.rho.pv.Rd     |    5 
 man/pirls.table.Rd      |    2 
 man/pisa.ben.pv.Rd      |   12 -
 man/pisa.log.Rd         |   26 ---
 man/pisa.log.pv.Rd      |    6 
 man/pisa.mean.Rd        |    8 -
 man/pisa.mean.pv.Rd     |   14 -
 man/pisa.per.pv.Rd      |    9 -
 man/pisa.reg.Rd         |    6 
 man/pisa.reg.pv.Rd      |    7 
 man/pisa.rho.Rd         |    4 
 man/pisa.table.Rd       |    7 
 man/timss.ben.pv.Rd     |   12 -
 man/timss.log.Rd        |   22 --
 man/timss.log.pv.Rd     |    1 
 man/timss.mean.Rd       |    4 
 man/timss.mean.pv.Rd    |  100 +++++-------
 man/timss.per.pv.Rd     |    4 
 man/timss.reg.Rd        |    1 
 man/timss.reg.pv.Rd     |  108 ++++++-------
 man/timss.rho.pv.Rd     |    4 
 man/timss.table.Rd      |    6 
 92 files changed, 727 insertions(+), 1077 deletions(-)

More information about intsvy at CRAN
Permanent link

Package coronavirus updated to version 0.3.2 with previous version 0.3.1 dated 2021-01-10

Title: The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset
Description: Provides a daily summary of the Coronavirus (COVID-19) cases by state/province. Data source: Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus <https://systems.jhu.edu/research/public-health/ncov/>.
Author: Rami Krispin [aut, cre], Jarrett Byrnes [aut] (<https://orcid.org/0000-0002-9791-9472>)
Maintainer: Rami Krispin <rami.krispin@gmail.com>

Diff between coronavirus versions 0.3.1 dated 2021-01-10 and 0.3.2 dated 2021-01-23

 DESCRIPTION                           |   10 +-
 MD5                                   |   30 +++---
 NEWS.md                               |    5 +
 R/refresh_coronvirus.R                |   16 +--
 README.md                             |  162 +++++++++++++++++-----------------
 data/coronavirus.rda                  |binary
 inst/doc/covid19R.R                   |    7 -
 inst/doc/covid19R.Rmd                 |   25 +++++
 inst/doc/covid19R.html                |   41 +++++---
 inst/doc/update_dataset_function.R    |    9 -
 inst/doc/update_dataset_function.Rmd  |   14 --
 inst/doc/update_dataset_function.html |   45 ++++-----
 man/figures/total_cases.svg           |    2 
 man/figures/treemap_conf.svg          |    2 
 vignettes/covid19R.Rmd                |   25 +++++
 vignettes/update_dataset_function.Rmd |   14 --
 16 files changed, 214 insertions(+), 193 deletions(-)

More information about coronavirus at CRAN
Permanent link

Package rsmatrix updated to version 0.1.2 with previous version 0.1.1 dated 2020-10-31

Title: Matrices for Repeat-Sales Price Indexes
Description: A small package for calculating the matrices in Shiller (1991, <doi:10.1016/S1051-1377(05)80028-2>) that serve as the foundation for many repeat-sales price indexes.
Author: Steve Martin [aut, cre, cph]
Maintainer: Steve Martin <stevemartin041@gmail.com>

Diff between rsmatrix versions 0.1.1 dated 2020-10-31 and 0.1.2 dated 2021-01-23

 DESCRIPTION            |    6 +++---
 MD5                    |   19 ++++++++++---------
 NEWS                   |    4 ++++
 R/matrices.R           |   18 ++++++++++--------
 R/var.R                |   12 +++++++++---
 man/matrices.Rd        |    4 +++-
 man/pairs.Rd           |    2 +-
 man/rs_var.Rd          |    2 +-
 man/rsmatrix.Rd        |    2 +-
 tests/Examples         |only
 tests/tests_matrices.R |   46 +++++++++++++++++++++++-----------------------
 11 files changed, 65 insertions(+), 50 deletions(-)

More information about rsmatrix at CRAN
Permanent link

Package prrd updated to version 0.0.4 with previous version 0.0.3 dated 2020-04-19

Title: Parallel Runs of Reverse Depends
Description: Reverse depends for a given package are queued such that multiple workers can run the tests in parallel.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between prrd versions 0.0.3 dated 2020-04-19 and 0.0.4 dated 2021-01-23

 ChangeLog                    |   45 +++++++++++++++++++++++++++++++++++++++++++
 DESCRIPTION                  |    8 +++----
 MD5                          |   18 ++++++++---------
 R/dequeue.R                  |    4 +--
 R/enqueue.R                  |    4 ++-
 R/summarise.R                |   26 ++++++++++++++++--------
 README.md                    |    7 +++---
 build/partial.rdb            |binary
 inst/NEWS.Rd                 |   10 ++++++++-
 inst/scripts/summariseJobs.r |   14 ++++++++++---
 10 files changed, 104 insertions(+), 32 deletions(-)

More information about prrd at CRAN
Permanent link

Package clam updated to version 2.3.8 with previous version 2.3.7 dated 2020-11-24

Title: Classical Age-Depth Modelling of Cores from Deposits
Description: Performs 'classical' age-depth modelling of dated sediment deposits - prior to applying more sophisticated techniques such as Bayesian age-depth modelling. Any radiocarbon dated depths are calibrated. Age-depth models are constructed by sampling repeatedly from the dated levels, each time drawing age-depth curves. Model types include linear interpolation, linear or polynomial regression, and a range of splines. See Blaauw (2010). <doi:10.1016/j.quageo.2010.01.002>.
Author: Maarten Blaauw [aut, cre], J. Andres Christen [ctb], Judith Esquivel Vazquez [ctb], Simon Goring [ctb]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>

Diff between clam versions 2.3.7 dated 2020-11-24 and 2.3.8 dated 2021-01-23

 DESCRIPTION   |    8 ++++----
 MD5           |   11 ++++++-----
 NEWS.md       |    3 +++
 R/calibrate.R |   12 ++++++------
 R/clam.R      |    2 +-
 build         |only
 man/clam.Rd   |    2 +-
 7 files changed, 21 insertions(+), 17 deletions(-)

More information about clam at CRAN
Permanent link

Package nomisr updated to version 0.4.4 with previous version 0.4.3 dated 2020-03-02

Title: Access 'Nomis' UK Labour Market Data
Description: Access UK official statistics from the 'Nomis' database. 'Nomis' includes data from the Census, the Labour Force Survey, DWP benefit statistics and other economic and demographic data from the Office for National Statistics, based around statistical geographies. See <https://www.nomisweb.co.uk/api/v01/help> for full API documentation.
Author: Evan Odell [aut, cre] (<https://orcid.org/0000-0003-1845-808X>), Paul Egeler [rev, ctb], Christophe Dervieux [rev] (<https://orcid.org/0000-0003-4474-2498>), Nina Robery [ctb] (Work and Health Indicators with nomisr vignette)
Maintainer: Evan Odell <evanodell91@gmail.com>

Diff between nomisr versions 0.4.3 dated 2020-03-02 and 0.4.4 dated 2021-01-23

 DESCRIPTION                                                    |   20 
 MD5                                                            |   32 
 NEWS.md                                                        |    6 
 R/codelist.R                                                   |    6 
 R/content_type.R                                               |    2 
 R/data_download.R                                              |    2 
 R/metadata.R                                                   |   17 
 R/search.R                                                     |    4 
 R/utils-query.R                                                |    2 
 R/utils-tidy.R                                                 |    2 
 README.md                                                      |   90 
 build/vignette.rds                                             |binary
 inst/doc/Introduction-to-work-and-health-nomis-indicators.R    |only
 inst/doc/Introduction-to-work-and-health-nomis-indicators.Rmd  |only
 inst/doc/Introduction-to-work-and-health-nomis-indicators.html |only
 inst/doc/introduction.html                                     | 1381 ----------
 man/nomis_get_metadata.Rd                                      |    3 
 tests/testthat/test_get_metadata.R                             |    3 
 vignettes/Introduction-to-work-and-health-nomis-indicators.Rmd |only
 19 files changed, 158 insertions(+), 1412 deletions(-)

More information about nomisr at CRAN
Permanent link

Package NonlinearTSA updated to version 0.5.0 with previous version 0.4.0 dated 2020-06-08

Title: Nonlinear Time Series Analysis
Description: Function and data sets in the book entitled "Nonlinear Time Series Analysis with R Applications" B.Guris (2020). The book will be published in Turkish and the original name of this book will be "R Uygulamali Dogrusal Olmayan Zaman Serileri Analizi". It is possible to perform nonlinearity tests, nonlinear unit root tests, nonlinear cointegration tests and estimate nonlinear error correction models by using the functions written in this package. The Momentum Threshold Autoregressive (MTAR), the Smooth Threshold Autoregressive (STAR) and the Self Exciting Threshold Autoregressive (SETAR) type unit root tests can be performed using the functions written. In addition, cointegration tests using the Momentum Threshold Autoregressive (MTAR), the Smooth Threshold Autoregressive (STAR) and the Self Exciting Threshold Autoregressive (SETAR) models can be applied. It is possible to estimate nonlinear error correction models. The Granger causality test performed using nonlinear models can also be applied.
Author: Burak Guris <bguris@istanbul.edu.tr>
Maintainer: Burak Guris <bguris@istanbul.edu.tr>

Diff between NonlinearTSA versions 0.4.0 dated 2020-06-08 and 0.5.0 dated 2021-01-23

 DESCRIPTION                       |    8 ++++----
 MD5                               |   10 +++++++---
 NAMESPACE                         |    2 ++
 R/ARCH.Test.R                     |only
 R/Cook_Vougas_2009_unit_root.R    |only
 R/Sollis2009_Unit_Root.R          |    2 +-
 man/ARCH.Test.Rd                  |only
 man/Cook_Vougas_2009_unit_root.Rd |only
 8 files changed, 14 insertions(+), 8 deletions(-)

More information about NonlinearTSA at CRAN
Permanent link

Package garchx updated to version 1.2 with previous version 1.1 dated 2020-05-10

Title: Flexible and Robust GARCH-X Modelling
Description: Flexible and robust estimation and inference of generalised autoregressive conditional heteroscedasticity (GARCH) models with covariates ('X') based on the results by Francq and Thieu (2018) <doi:10.1017/S0266466617000512>. Coefficients can straightforwardly be set to zero by omission, and quasi maximum likelihood methods ensure estimates are generally consistent and inference valid, even when the standardised innovations are non-normal and/or dependent over time.
Author: Genaro Sucarrat [aut, cre]
Maintainer: Genaro Sucarrat <gsucarrat@gmail.com>

Diff between garchx versions 1.1 dated 2020-05-10 and 1.2 dated 2021-01-23

 garchx-1.1/garchx/R/coef.garchx.R        |only
 garchx-1.1/garchx/R/fitted.garchx.R      |only
 garchx-1.1/garchx/R/garchx.R             |only
 garchx-1.1/garchx/R/garchxAvar.R         |only
 garchx-1.1/garchx/R/garchxObjective.R    |only
 garchx-1.1/garchx/R/garchxRecursion.R    |only
 garchx-1.1/garchx/R/garchxSim.R          |only
 garchx-1.1/garchx/R/logLik.garchx.R      |only
 garchx-1.1/garchx/R/nobs.garchx.R        |only
 garchx-1.1/garchx/R/predict.garchx.R     |only
 garchx-1.1/garchx/R/print.garchx.R       |only
 garchx-1.1/garchx/R/quantile.garchx.R    |only
 garchx-1.1/garchx/R/residuals.garchx.R   |only
 garchx-1.1/garchx/R/rmnorm.R             |only
 garchx-1.1/garchx/R/toLatex.garchx.R     |only
 garchx-1.1/garchx/R/ttest0.R             |only
 garchx-1.1/garchx/R/vcov.garchx.R        |only
 garchx-1.1/garchx/R/waldtest0.R          |only
 garchx-1.2/garchx/DESCRIPTION            |   13 ++++++-------
 garchx-1.2/garchx/MD5                    |   29 ++++++-----------------------
 garchx-1.2/garchx/NEWS                   |    8 +++++++-
 garchx-1.2/garchx/R/garchx-internal.R    |   15 ++++++++-------
 garchx-1.2/garchx/R/garchx-source-code.R |only
 garchx-1.2/garchx/man/garchx-package.Rd  |    4 ++--
 garchx-1.2/garchx/man/garchxAvar.Rd      |    2 +-
 25 files changed, 30 insertions(+), 41 deletions(-)

More information about garchx at CRAN
Permanent link

Package UniprotR updated to version 2.0.3 with previous version 2.0.2 dated 2021-01-12

Title: Retrieving Information of Proteins from Uniprot
Description: Connect to Uniprot <https://www.uniprot.org/> to retrieve information about proteins using their accession number such information could be name or taxonomy information, For detailed information kindly read the publication <https://www.sciencedirect.com/science/article/pii/S1874391919303859>.
Author: Mohamed Soudy [aut, cre], Ali Mostafa [aut]
Maintainer: Mohamed Soudy <MohmedSoudy2009@gmail.com>

Diff between UniprotR versions 2.0.2 dated 2021-01-12 and 2.0.3 dated 2021-01-23

 DESCRIPTION            |    6 +++---
 MD5                    |    6 +++---
 R/PlotGoterms.R        |    6 +++---
 R/PlotPhyscochemical.R |    4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

More information about UniprotR at CRAN
Permanent link

Package pracma updated to version 2.3.3 with previous version 2.2.9 dated 2019-12-15

Title: Practical Numerical Math Functions
Description: Provides a large number of functions from numerical analysis and linear algebra, numerical optimization, differential equations, time series, plus some well-known special mathematical functions. Uses 'MATLAB' function names where appropriate to simplify porting.
Author: Hans W. Borchers [aut, cre]
Maintainer: Hans W. Borchers <hwborchers@googlemail.com>

Diff between pracma versions 2.2.9 dated 2019-12-15 and 2.3.3 dated 2021-01-23

 DESCRIPTION           |   12 +++++-----
 MD5                   |   58 +++++++++++++++++++++++++-------------------------
 NEWS                  |   19 ++++++++++++++++
 NEWS.md               |   19 ++++++++++++++++
 R/circlefit.R         |   21 ++++++------------
 R/gammainc.R          |    6 +++--
 R/mode.R              |    4 +--
 R/size.R              |   15 ++++++++++--
 README.md             |   24 ++++++++------------
 data/brown72.rda      |binary
 data/nile.rda         |binary
 data/titanium.rda     |binary
 man/agmean.Rd         |    2 -
 man/brown72.Rd        |    7 +-----
 man/chebCoeff.Rd      |    4 +--
 man/chebPoly.Rd       |    2 -
 man/circlefit.Rd      |   29 ++++++++-----------------
 man/ellip.Rd          |    8 ++++++
 man/halley.Rd         |    4 +--
 man/kriging.Rd        |    1 
 man/l1linreg.Rd       |    3 --
 man/lambertW.Rd       |    1 
 man/ndims.Rd          |   17 +++++++++-----
 man/ode.Rd            |    4 ---
 man/odregress.Rd      |    7 ++----
 man/pracma-package.Rd |   29 ++++++++-----------------
 man/quad2d.Rd         |    4 ---
 man/quadinf.Rd        |    3 +-
 man/rref.Rd           |    2 -
 man/zeta.Rd           |    2 -
 30 files changed, 166 insertions(+), 141 deletions(-)

More information about pracma at CRAN
Permanent link

Package BeSS updated to version 2.0.2 with previous version 2.0.0 dated 2021-01-13

Title: Best Subset Selection /Ridge Regression in Linear, Logistic, Poisson and CoxPH Models
Description: An implementation of best subset selection in generalized linear model and Cox proportional hazard model via the primal dual active set algorithm proposed by Wen, C., Zhang, A., Quan, S. and Wang, X. (2020) <doi:10.18637/jss.v094.i04>. The algorithm formulates coefficient parameters and residuals as primal and dual variables and utilizes efficient active set selection strategies based on the complementarity of the primal and dual variables.
Author: Canhong Wen [aut, cre], Aijun Zhang [aut], Shijie Quan [aut], Liyuan Hu [aut], Kangkang Jiang [aut], Yanhang Zhang [aut], Jin Zhu [aut], Xueqin Wang [aut]
Maintainer: Canhong Wen <wencanhong@gmail.com>

Diff between BeSS versions 2.0.0 dated 2021-01-13 and 2.0.2 dated 2021-01-23

 DESCRIPTION     |   10 ++++++----
 MD5             |    6 +++---
 src/Algorithm.h |   10 +++++++---
 src/poisson.cpp |    4 ++--
 4 files changed, 18 insertions(+), 12 deletions(-)

More information about BeSS at CRAN
Permanent link

Package plm updated to version 2.4-0 with previous version 2.2-5 dated 2020-10-13

Title: Linear Models for Panel Data
Description: A set of estimators and tests for panel data econometrics, as described in Baltagi (2013) Econometric Analysis of Panel Data, ISBN-13:978-1-118-67232-7, Hsiao (2014) Analysis of Panel Data <doi:10.1017/CBO9781139839327> and Croissant and Millo (2018), Panel Data Econometrics with R, ISBN:978-1-118-94918-4.
Author: Yves Croissant [aut, cre], Giovanni Millo [aut], Kevin Tappe [aut], Ott Toomet [ctb], Christian Kleiber [ctb], Achim Zeileis [ctb], Arne Henningsen [ctb], Liviu Andronic [ctb], Nina Schoenfelder [ctb]
Maintainer: Yves Croissant <yves.croissant@univ-reunion.fr>

Diff between plm versions 2.2-5 dated 2020-10-13 and 2.4-0 dated 2021-01-23

 plm-2.2-5/plm/inst/logo.R                                    |only
 plm-2.4-0/plm/DESCRIPTION                                    |   35 
 plm-2.4-0/plm/MD5                                            |  225 
 plm-2.4-0/plm/NAMESPACE                                      |    8 
 plm-2.4-0/plm/NEWS.md                                        |  144 
 plm-2.4-0/plm/R/deprecated.R                                 |   10 
 plm-2.4-0/plm/R/detect_lin_dep_alias.R                       |    4 
 plm-2.4-0/plm/R/est_cce.R                                    |  194 
 plm-2.4-0/plm/R/est_ggls.R                                   |  592 -
 plm-2.4-0/plm/R/est_gmm.R                                    |   64 
 plm-2.4-0/plm/R/est_ldv.R                                    |  728 -
 plm-2.4-0/plm/R/est_mg.R                                     |  701 -
 plm-2.4-0/plm/R/est_plm.R                                    |   89 
 plm-2.4-0/plm/R/experimental.R                               |   10 
 plm-2.4-0/plm/R/groupGenerics_pseries.R                      |    4 
 plm-2.4-0/plm/R/is.pconsecutive_pbalanced.R                  |   53 
 plm-2.4-0/plm/R/make.pconsecutive_pbalanced.R                |   14 
 plm-2.4-0/plm/R/plm-package.R                                |   53 
 plm-2.4-0/plm/R/test_cd.R                                    |   26 
 plm-2.4-0/plm/R/test_cips.R                                  |  185 
 plm-2.4-0/plm/R/test_general.R                               |   25 
 plm-2.4-0/plm/R/test_granger.R                               |    2 
 plm-2.4-0/plm/R/test_serial.R                                | 2839 +++---
 plm-2.4-0/plm/R/test_uroot.R                                 |    4 
 plm-2.4-0/plm/R/tool_ercomp.R                                |  402 
 plm-2.4-0/plm/R/tool_methods.R                               |    9 
 plm-2.4-0/plm/R/tool_misc.R                                  |   52 
 plm-2.4-0/plm/R/tool_model.extract.R                         |   26 
 plm-2.4-0/plm/R/tool_pdata.frame.R                           |  196 
 plm-2.4-0/plm/R/tool_ranfixef.R                              |  375 
 plm-2.4-0/plm/R/tool_transformations.R                       |  464 -
 plm-2.4-0/plm/R/tool_transformations_collapse.R              |only
 plm-2.4-0/plm/R/tool_vcovG.R                                 |  337 
 plm-2.4-0/plm/build/partial.rdb                              |binary
 plm-2.4-0/plm/build/vignette.rds                             |binary
 plm-2.4-0/plm/data/Cigar.rda                                 |binary
 plm-2.4-0/plm/data/Crime.rda                                 |binary
 plm-2.4-0/plm/data/EmplUK.rda                                |binary
 plm-2.4-0/plm/data/Gasoline.rda                              |binary
 plm-2.4-0/plm/data/Grunfeld.rda                              |binary
 plm-2.4-0/plm/data/Hedonic.rda                               |binary
 plm-2.4-0/plm/data/LaborSupply.rda                           |binary
 plm-2.4-0/plm/data/Males.rda                                 |binary
 plm-2.4-0/plm/data/Parity.rda                                |binary
 plm-2.4-0/plm/data/Produc.rda                                |binary
 plm-2.4-0/plm/data/RiceFarms.rda                             |binary
 plm-2.4-0/plm/data/Snmesp.rda                                |binary
 plm-2.4-0/plm/data/SumHes.rda                                |binary
 plm-2.4-0/plm/data/Wages.rda                                 |binary
 plm-2.4-0/plm/inst/doc/plmFunction.Rmd                       |  789 -
 plm-2.4-0/plm/inst/doc/plmFunction.html                      |   79 
 plm-2.4-0/plm/inst/doc/plmModelComponents.html               |   67 
 plm-2.4-0/plm/inst/doc/plmPackage.Rmd                        |   28 
 plm-2.4-0/plm/inst/doc/plmPackage.html                       |   98 
 plm-2.4-0/plm/inst/removed/unused.R                          |    2 
 plm-2.4-0/plm/man/Grunfeld.Rd                                |    2 
 plm-2.4-0/plm/man/fixef.plm.Rd                               |   52 
 plm-2.4-0/plm/man/index.plm.Rd                               |    1 
 plm-2.4-0/plm/man/is.pbalanced.Rd                            |    7 
 plm-2.4-0/plm/man/is.pconsecutive.Rd                         |   10 
 plm-2.4-0/plm/man/lag.plm.Rd                                 |    4 
 plm-2.4-0/plm/man/make.pbalanced.Rd                          |    4 
 plm-2.4-0/plm/man/make.pconsecutive.Rd                       |    4 
 plm-2.4-0/plm/man/model.frame.pdata.frame.Rd                 |    4 
 plm-2.4-0/plm/man/nobs.plm.Rd                                |  117 
 plm-2.4-0/plm/man/pbltest.Rd                                 |    2 
 plm-2.4-0/plm/man/pbnftest.Rd                                |  206 
 plm-2.4-0/plm/man/pbsytest.Rd                                |    2 
 plm-2.4-0/plm/man/pcce.Rd                                    |    2 
 plm-2.4-0/plm/man/pcdtest.Rd                                 |    2 
 plm-2.4-0/plm/man/pdata.frame.Rd                             |   16 
 plm-2.4-0/plm/man/pdwtest.Rd                                 |  164 
 plm-2.4-0/plm/man/phtest.Rd                                  |  214 
 plm-2.4-0/plm/man/plm.Rd                                     |   11 
 plm-2.4-0/plm/man/plm.fast.Rd                                |only
 plm-2.4-0/plm/man/pmg.Rd                                     |    1 
 plm-2.4-0/plm/man/pmodel.response.Rd                         |    2 
 plm-2.4-0/plm/man/pseries.Rd                                 |   65 
 plm-2.4-0/plm/man/ranef.plm.Rd                               |   14 
 plm-2.4-0/plm/man/re-export_functions.Rd                     |   16 
 plm-2.4-0/plm/man/vcovBK.Rd                                  |    7 
 plm-2.4-0/plm/man/vcovDC.Rd                                  |    7 
 plm-2.4-0/plm/man/vcovHC.plm.Rd                              |    8 
 plm-2.4-0/plm/man/vcovNW.Rd                                  |    7 
 plm-2.4-0/plm/man/vcovSCC.Rd                                 |    7 
 plm-2.4-0/plm/man/within_intercept.Rd                        |   47 
 plm-2.4-0/plm/tests/Examples/plm-Ex.Rout.save                | 1145 ++
 plm-2.4-0/plm/tests/test_Errors.Rout.save                    |   86 
 plm-2.4-0/plm/tests/test_Estimators.R                        |   29 
 plm-2.4-0/plm/tests/test_Estimators.Rout.save                |  307 
 plm-2.4-0/plm/tests/test_cipstest.R                          |only
 plm-2.4-0/plm/tests/test_cipstest.Rout.save                  |only
 plm-2.4-0/plm/tests/test_fixef.R                             |   40 
 plm-2.4-0/plm/tests/test_fixef.Rout.save                     |only
 plm-2.4-0/plm/tests/test_fixef2.R                            |only
 plm-2.4-0/plm/tests/test_fixef2.Rout.save                    |only
 plm-2.4-0/plm/tests/test_fixef_comp_lm_plm.R                 |  129 
 plm-2.4-0/plm/tests/test_fixef_comp_lm_plm.Rout.save         |only
 plm-2.4-0/plm/tests/test_lag_lead.R                          |    8 
 plm-2.4-0/plm/tests/test_lag_lead.Rout.save                  | 1996 ++--
 plm-2.4-0/plm/tests/test_lagt_leadt.R                        |    8 
 plm-2.4-0/plm/tests/test_lagt_leadt.Rout.save                | 2184 ++---
 plm-2.4-0/plm/tests/test_misc.R                              |    2 
 plm-2.4-0/plm/tests/test_nested.R                            |    5 
 plm-2.4-0/plm/tests/test_nested.Rout.save                    |  129 
 plm-2.4-0/plm/tests/test_pbsytest_unbalanced.R               |    2 
 plm-2.4-0/plm/tests/test_pbsytest_unbalanced.Rout.save       |  460 -
 plm-2.4-0/plm/tests/test_pdata.frame_id_index_more.R         |   23 
 plm-2.4-0/plm/tests/test_pdata.frame_id_index_more.Rout.save | 4638 ++++++++---
 plm-2.4-0/plm/tests/test_pdata.frame_subsetting.R            |    8 
 plm-2.4-0/plm/tests/test_pdata.frame_subsetting.Rout.save    | 1530 +--
 plm-2.4-0/plm/tests/test_preserve_rownames.R                 |    4 
 plm-2.4-0/plm/tests/test_pwaldtest.Rout.save                 |   14 
 plm-2.4-0/plm/tests/test_transformations.R                   |only
 plm-2.4-0/plm/tests/test_transformations_collapse.R          |only
 plm-2.4-0/plm/tests/test_within_intercept.R                  |  111 
 plm-2.4-0/plm/tests/test_within_intercept.Rout.save          |  735 -
 plm-2.4-0/plm/vignettes/plmFunction.Rmd                      |  789 -
 plm-2.4-0/plm/vignettes/plmPackage.Rmd                       |   28 
 119 files changed, 14061 insertions(+), 10287 deletions(-)

More information about plm at CRAN
Permanent link

Package paradox updated to version 0.7.0 with previous version 0.6.0 dated 2020-12-04

Title: Define and Work with Parameter Spaces for Complex Algorithms
Description: Define parameter spaces, constraints and dependencies for arbitrary algorithms, to program on such spaces. Also includes statistical designs and random samplers. Objects are implemented as 'R6' classes.
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>), Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Jakob Richter [aut] (<https://orcid.org/0000-0003-4481-5554>), Xudong Sun [aut] (<https://orcid.org/0000-0003-3269-2307>), Martin Binder [aut], Marc Becker [ctb] (<https://orcid.org/0000-0002-8115-0400>)
Maintainer: Michel Lang <michellang@gmail.com>

Diff between paradox versions 0.6.0 dated 2020-12-04 and 0.7.0 dated 2021-01-23

 paradox-0.6.0/paradox/man/as.data.table.Rd                     |only
 paradox-0.7.0/paradox/DESCRIPTION                              |    8 -
 paradox-0.7.0/paradox/MD5                                      |   61 ++++-----
 paradox-0.7.0/paradox/NAMESPACE                                |    1 
 paradox-0.7.0/paradox/NEWS.md                                  |   10 +
 paradox-0.7.0/paradox/R/Param.R                                |    9 +
 paradox-0.7.0/paradox/R/ParamDbl.R                             |   24 +++
 paradox-0.7.0/paradox/R/ParamInt.R                             |   10 +
 paradox-0.7.0/paradox/R/ParamSet.R                             |   56 ++++----
 paradox-0.7.0/paradox/R/domain.R                               |   64 +++++-----
 paradox-0.7.0/paradox/R/generate_design_lhs.R                  |    7 -
 paradox-0.7.0/paradox/R/ps.R                                   |    4 
 paradox-0.7.0/paradox/R/reexports.R                            |   10 -
 paradox-0.7.0/paradox/man/Domain.Rd                            |   16 +-
 paradox-0.7.0/paradox/man/Param.Rd                             |   22 +++
 paradox-0.7.0/paradox/man/ParamDbl.Rd                          |   31 ++++
 paradox-0.7.0/paradox/man/ParamFct.Rd                          |    1 
 paradox-0.7.0/paradox/man/ParamInt.Rd                          |   19 ++
 paradox-0.7.0/paradox/man/ParamLgl.Rd                          |    1 
 paradox-0.7.0/paradox/man/ParamSet.Rd                          |   12 +
 paradox-0.7.0/paradox/man/ParamUty.Rd                          |    1 
 paradox-0.7.0/paradox/man/generate_design_lhs.Rd               |    4 
 paradox-0.7.0/paradox/man/ps.Rd                                |    4 
 paradox-0.7.0/paradox/man/reexports.Rd                         |only
 paradox-0.7.0/paradox/tests/testthat/helper_compat.R           |only
 paradox-0.7.0/paradox/tests/testthat/test_ParamDbl.R           |    7 +
 paradox-0.7.0/paradox/tests/testthat/test_ParamInt.R           |    9 +
 paradox-0.7.0/paradox/tests/testthat/test_ParamSet.R           |   22 ++-
 paradox-0.7.0/paradox/tests/testthat/test_ParamSetCollection.R |    7 +
 paradox-0.7.0/paradox/tests/testthat/test_domain.R             |   36 ++---
 paradox-0.7.0/paradox/tests/testthat/test_generate_design.R    |    8 -
 paradox-0.7.0/paradox/tests/testthat/test_param_vals.R         |    8 -
 paradox-0.7.0/paradox/tests/testthat/test_to_tune.R            |   12 -
 33 files changed, 320 insertions(+), 164 deletions(-)

More information about paradox at CRAN
Permanent link

Package opencpu updated to version 2.2.2 with previous version 2.2.1 dated 2020-10-10

Title: Producing and Reproducing Results
Description: A system for embedded scientific computing and reproducible research with R. The OpenCPU server exposes a simple but powerful HTTP api for RPC and data interchange with R. This provides a reliable and scalable foundation for statistical services or building R web applications. The OpenCPU server runs either as a single-user development server within the interactive R session, or as a multi-user Linux stack based on Apache2. The entire system is fully open source and permissively licensed. The OpenCPU website has detailed documentation and example apps.
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between opencpu versions 2.2.1 dated 2020-10-10 and 2.2.2 dated 2021-01-23

 DESCRIPTION                |    8 ++++----
 MD5                        |   10 +++++-----
 NEWS                       |    4 ++++
 R/github.R                 |    5 ++++-
 build/vignette.rds         |binary
 inst/doc/opencpu-paper.pdf |binary
 6 files changed, 17 insertions(+), 10 deletions(-)

More information about opencpu at CRAN
Permanent link

Package batata updated to version 0.2.0 with previous version 0.1.1 dated 2020-06-16

Title: Managing Packages Removal and Installation
Description: Allows the user to manage easily R packages removal and installation. It offers many functions to display installed packages according to specific dates and removes them if needed. The user is always prompted when running the removal functions in order to confirm the required action. It also provides functions that will install 'Github' starred R packages whether available on 'CRAN' or not.
Author: Mohamed El Fodil Ihaddaden
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>

Diff between batata versions 0.1.1 dated 2020-06-16 and 0.2.0 dated 2021-01-23

 DESCRIPTION                   |   19 +--
 MD5                           |   29 +++--
 NAMESPACE                     |    5 
 NEWS.md                       |    5 
 R/fresh_start.R               |   16 --
 R/install_starred_cran.R      |only
 R/latest_packages.R           |   24 ++++
 R/rm_latest_packages.R        |   20 +++
 README.md                     |  115 +++-----------------
 build/vignette.rds            |binary
 inst/doc/introduction.html    |  238 ++++++------------------------------------
 man/display_most_starred.Rd   |only
 man/display_starred.Rd        |only
 man/install_most_starred.Rd   |only
 man/install_starred_cran.Rd   |only
 man/install_starred_github.Rd |only
 tests                         |only
 17 files changed, 143 insertions(+), 328 deletions(-)

More information about batata at CRAN
Permanent link


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