Sat, 14 Jan 2023

Package SymTS updated to version 1.0-2 with previous version 1.0-1 dated 2021-11-15

Title: Symmetric Tempered Stable Distributions
Description: Contains methods for simulation and for evaluating the pdf, cdf, and quantile functions for symmetric stable, symmetric classical tempered stable, and symmetric power tempered stable distributions.
Author: Michael Grabchak <mgrabcha@uncc.edu> and Lijuan Cao <lcao2@uncc.edu>
Maintainer: Michael Grabchak <mgrabcha@uncc.edu>

Diff between SymTS versions 1.0-1 dated 2021-11-15 and 1.0-2 dated 2023-01-14

 DESCRIPTION       |    8 ++++----
 MD5               |    8 ++++----
 NAMESPACE         |    2 +-
 build/partial.rdb |binary
 src/SymTS.c       |    4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

More information about SymTS at CRAN
Permanent link

Package SVDNF updated to version 0.1.3 with previous version 0.1.2 dated 2023-01-06

Title: Discrete Nonlinear Filtering for Stochastic Volatility Models
Description: Generates simulated paths from various financial stochastic volatility models with jumps and applies the discrete nonlinear filter (DNF) of Kitagawa (1987) <doi:10.1080/01621459.1987.10478534> to compute likelihood evaluations, filtering distribution estimates, and maximum likelihood parameter estimates. The algorithm is implemented following the work of Bégin and Boudreault (2021) <doi:10.1080/10618600.2020.1840995>.
Author: Louis Arsenault-Mahjoubi [aut, cre], Jean-Francois Begin [aut], Mathieu Boudreault [aut]
Maintainer: Louis Arsenault-Mahjoubi <larsenau@sfu.ca>

Diff between SVDNF versions 0.1.2 dated 2023-01-06 and 0.1.3 dated 2023-01-14

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

More information about SVDNF at CRAN
Permanent link

Package BranchGLM updated to version 2.0.1 with previous version 2.0.0 dated 2022-10-31

Title: Efficient Branch and Bound Variable Selection for GLMs using 'RcppArmadillo'
Description: Performs efficient and scalable glm best subset selection using a novel implementation of a branch and bound algorithm. To speed up the model fitting process, a range of optimization methods are implemented in 'RcppArmadillo'. Parallel computation is available using 'OpenMP'.
Author: Jacob Seedorff [aut, cre]
Maintainer: Jacob Seedorff <jwseedorff@uiowa.edu>

Diff between BranchGLM versions 2.0.0 dated 2022-10-31 and 2.0.1 dated 2023-01-14

 DESCRIPTION                              |    8 +-
 MD5                                      |   18 ++---
 R/VariableSelection.R                    |    6 -
 R/summaryBranchGLMVS.R                   |   17 +++-
 build/vignette.rds                       |binary
 inst/doc/BranchGLM-Vignette.html         |  111 +++++++++++++++----------------
 inst/doc/VariableSelection-Vignette.html |  111 +++++++++++++++----------------
 man/plot.summary.BranchGLMVS.Rd          |   10 +-
 src/BranchAndBound.cpp                   |   88 +++++++++++-------------
 src/VariableSelection.cpp                |   36 +++-------
 10 files changed, 200 insertions(+), 205 deletions(-)

More information about BranchGLM at CRAN
Permanent link

Package xgboost updated to version 1.7.3.1 with previous version 1.6.0.1 dated 2022-04-16

Title: Extreme Gradient Boosting
Description: Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>. This package is its R interface. The package includes efficient linear model solver and tree learning algorithms. The package can automatically do parallel computation on a single machine which could be more than 10 times faster than existing gradient boosting packages. It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that users are also allowed to define their own objectives easily.
Author: Tianqi Chen [aut], Tong He [aut], Michael Benesty [aut], Vadim Khotilovich [aut], Yuan Tang [aut] , Hyunsu Cho [aut], Kailong Chen [aut], Rory Mitchell [aut], Ignacio Cano [aut], Tianyi Zhou [aut], Mu Li [aut], Junyuan Xie [aut], Min Lin [aut], Yifen [...truncated...]
Maintainer: Jiaming Yuan <jm.yuan@outlook.com>

Diff between xgboost versions 1.6.0.1 dated 2022-04-16 and 1.7.3.1 dated 2023-01-14

 xgboost-1.6.0.1/xgboost/src/amalgamation/xgboost-all0.cc                 |only
 xgboost-1.6.0.1/xgboost/src/src/common/device_helpers.cu                 |only
 xgboost-1.6.0.1/xgboost/src/src/data/iterative_device_dmatrix.cu         |only
 xgboost-1.6.0.1/xgboost/src/src/data/iterative_device_dmatrix.h          |only
 xgboost-1.6.0.1/xgboost/src/src/tree/hist/param.cc                       |only
 xgboost-1.6.0.1/xgboost/src/src/tree/hist/param.h                        |only
 xgboost-1.6.0.1/xgboost/src/src/tree/updater_approx.h                    |only
 xgboost-1.6.0.1/xgboost/src/src/tree/updater_basemaker-inl.h             |only
 xgboost-1.6.0.1/xgboost/src/src/tree/updater_histmaker.cc                |only
 xgboost-1.6.0.1/xgboost/src/xgboost_assert.c                             |only
 xgboost-1.7.3.1/xgboost/DESCRIPTION                                      |   10 
 xgboost-1.7.3.1/xgboost/MD5                                              |  393 +-
 xgboost-1.7.3.1/xgboost/R/callbacks.R                                    |   12 
 xgboost-1.7.3.1/xgboost/R/xgb.Booster.R                                  |    3 
 xgboost-1.7.3.1/xgboost/R/xgb.DMatrix.R                                  |   73 
 xgboost-1.7.3.1/xgboost/R/xgb.DMatrix.save.R                             |    2 
 xgboost-1.7.3.1/xgboost/R/xgb.create.features.R                          |   14 
 xgboost-1.7.3.1/xgboost/R/xgb.cv.R                                       |    6 
 xgboost-1.7.3.1/xgboost/R/xgb.plot.multi.trees.R                         |    3 
 xgboost-1.7.3.1/xgboost/R/xgb.train.R                                    |    4 
 xgboost-1.7.3.1/xgboost/configure                                        | 1840 +++++-----
 xgboost-1.7.3.1/xgboost/configure.ac                                     |   32 
 xgboost-1.7.3.1/xgboost/inst/doc/discoverYourData.html                   |  552 +--
 xgboost-1.7.3.1/xgboost/inst/doc/xgboost.pdf                             |binary
 xgboost-1.7.3.1/xgboost/inst/doc/xgboostPresentation.html                |  620 +--
 xgboost-1.7.3.1/xgboost/inst/doc/xgboostfromJSON.html                    |  304 -
 xgboost-1.7.3.1/xgboost/man/cb.gblinear.history.Rd                       |   12 
 xgboost-1.7.3.1/xgboost/man/dim.xgb.DMatrix.Rd                           |    2 
 xgboost-1.7.3.1/xgboost/man/dimnames.xgb.DMatrix.Rd                      |    2 
 xgboost-1.7.3.1/xgboost/man/getinfo.Rd                                   |    2 
 xgboost-1.7.3.1/xgboost/man/print.xgb.DMatrix.Rd                         |    2 
 xgboost-1.7.3.1/xgboost/man/setinfo.Rd                                   |    2 
 xgboost-1.7.3.1/xgboost/man/slice.xgb.DMatrix.Rd                         |    2 
 xgboost-1.7.3.1/xgboost/man/xgb.DMatrix.Rd                               |    2 
 xgboost-1.7.3.1/xgboost/man/xgb.DMatrix.save.Rd                          |    2 
 xgboost-1.7.3.1/xgboost/man/xgb.create.features.Rd                       |   12 
 xgboost-1.7.3.1/xgboost/man/xgb.cv.Rd                                    |    4 
 xgboost-1.7.3.1/xgboost/man/xgb.train.Rd                                 |    4 
 xgboost-1.7.3.1/xgboost/src/Makevars.in                                  |   78 
 xgboost-1.7.3.1/xgboost/src/Makevars.win                                 |   80 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/input_split_shuffle.h |    8 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/io.h                  |    8 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/optional.h            |  177 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/parameter.h           |    2 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/strtonum.h            |   36 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/include/dmlc/threadediter.h        |    2 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/config.cc                      |    2 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/data.cc                        |    4 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/data/parser.h                  |    7 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/io/cached_input_split.h        |    2 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/io/input_split_base.h          |    2 
 xgboost-1.7.3.1/xgboost/src/dmlc-core/src/io/single_file_split.h         |    2 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/base.h                       |   61 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/c_api.h                      |  665 ++-
 xgboost-1.7.3.1/xgboost/src/include/xgboost/collective                   |only
 xgboost-1.7.3.1/xgboost/src/include/xgboost/data.h                       |   54 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/gbm.h                        |   29 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/json.h                       |   33 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/json_io.h                    |   18 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/learner.h                    |   49 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/linalg.h                     |   67 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/metric.h                     |    6 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/objective.h                  |   34 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/predictor.h                  |   19 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/string_view.h                |   11 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/task.h                       |   12 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/tree_model.h                 |    6 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/tree_updater.h               |   21 
 xgboost-1.7.3.1/xgboost/src/include/xgboost/version_config.h             |    4 
 xgboost-1.7.3.1/xgboost/src/init.c                                       |    6 
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/c_api.h                  |   32 
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/internal/engine.h        |  108 
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/internal/rabit-inl.h     |  144 
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/internal/socket.h        |  524 --
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/internal/utils.h         |    8 
 xgboost-1.7.3.1/xgboost/src/rabit/include/rabit/rabit.h                  |  159 
 xgboost-1.7.3.1/xgboost/src/rabit/src/allreduce_base.cc                  |  121 
 xgboost-1.7.3.1/xgboost/src/rabit/src/allreduce_base.h                   |   81 
 xgboost-1.7.3.1/xgboost/src/rabit/src/allreduce_mock.h                   |   49 
 xgboost-1.7.3.1/xgboost/src/rabit/src/engine.cc                          |   25 
 xgboost-1.7.3.1/xgboost/src/rabit/src/engine_mpi.cc                      |   87 
 xgboost-1.7.3.1/xgboost/src/rabit/src/rabit_c_api.cc                     |   41 
 xgboost-1.7.3.1/xgboost/src/src/c_api/c_api.cc                           |  532 ++
 xgboost-1.7.3.1/xgboost/src/src/c_api/c_api.cu                           |  121 
 xgboost-1.7.3.1/xgboost/src/src/c_api/c_api_error.h                      |   10 
 xgboost-1.7.3.1/xgboost/src/src/c_api/c_api_utils.h                      |   51 
 xgboost-1.7.3.1/xgboost/src/src/cli_main.cc                              |   62 
 xgboost-1.7.3.1/xgboost/src/src/collective                               |only
 xgboost-1.7.3.1/xgboost/src/src/common/algorithm.cuh                     |only
 xgboost-1.7.3.1/xgboost/src/src/common/algorithm.h                       |only
 xgboost-1.7.3.1/xgboost/src/src/common/categorical.h                     |   31 
 xgboost-1.7.3.1/xgboost/src/src/common/column_matrix.cc                  |only
 xgboost-1.7.3.1/xgboost/src/src/common/column_matrix.h                   |  494 +-
 xgboost-1.7.3.1/xgboost/src/src/common/common.cu                         |    8 
 xgboost-1.7.3.1/xgboost/src/src/common/common.h                          |  124 
 xgboost-1.7.3.1/xgboost/src/src/common/cuda_pinned_allocator.h           |only
 xgboost-1.7.3.1/xgboost/src/src/common/device_helpers.cuh                |  299 -
 xgboost-1.7.3.1/xgboost/src/src/common/hist_util.cc                      |  376 +-
 xgboost-1.7.3.1/xgboost/src/src/common/hist_util.cuh                     |   34 
 xgboost-1.7.3.1/xgboost/src/src/common/hist_util.h                       |  200 -
 xgboost-1.7.3.1/xgboost/src/src/common/host_device_vector.cc             |    5 
 xgboost-1.7.3.1/xgboost/src/src/common/host_device_vector.cu             |    4 
 xgboost-1.7.3.1/xgboost/src/src/common/io.h                              |   17 
 xgboost-1.7.3.1/xgboost/src/src/common/json.cc                           |   16 
 xgboost-1.7.3.1/xgboost/src/src/common/linalg_op.cuh                     |    3 
 xgboost-1.7.3.1/xgboost/src/src/common/linalg_op.h                       |   30 
 xgboost-1.7.3.1/xgboost/src/src/common/numeric.cc                        |only
 xgboost-1.7.3.1/xgboost/src/src/common/numeric.cu                        |only
 xgboost-1.7.3.1/xgboost/src/src/common/numeric.h                         |only
 xgboost-1.7.3.1/xgboost/src/src/common/partition_builder.h               |  173 
 xgboost-1.7.3.1/xgboost/src/src/common/quantile.cc                       |  252 -
 xgboost-1.7.3.1/xgboost/src/src/common/quantile.cu                       |  158 
 xgboost-1.7.3.1/xgboost/src/src/common/quantile.cuh                      |   54 
 xgboost-1.7.3.1/xgboost/src/src/common/quantile.h                        |  168 
 xgboost-1.7.3.1/xgboost/src/src/common/random.cc                         |   19 
 xgboost-1.7.3.1/xgboost/src/src/common/random.h                          |    9 
 xgboost-1.7.3.1/xgboost/src/src/common/row_set.h                         |   23 
 xgboost-1.7.3.1/xgboost/src/src/common/stats.cu                          |only
 xgboost-1.7.3.1/xgboost/src/src/common/stats.cuh                         |only
 xgboost-1.7.3.1/xgboost/src/src/common/stats.h                           |only
 xgboost-1.7.3.1/xgboost/src/src/common/threading_utils.h                 |   15 
 xgboost-1.7.3.1/xgboost/src/src/common/timer.cc                          |   13 
 xgboost-1.7.3.1/xgboost/src/src/data/adapter.h                           |   23 
 xgboost-1.7.3.1/xgboost/src/src/data/array_interface.h                   |   46 
 xgboost-1.7.3.1/xgboost/src/src/data/data.cc                             |  201 -
 xgboost-1.7.3.1/xgboost/src/src/data/data.cu                             |    4 
 xgboost-1.7.3.1/xgboost/src/src/data/device_adapter.cuh                  |   26 
 xgboost-1.7.3.1/xgboost/src/src/data/ellpack_page.cu                     |  108 
 xgboost-1.7.3.1/xgboost/src/src/data/ellpack_page.cuh                    |   34 
 xgboost-1.7.3.1/xgboost/src/src/data/gradient_index.cc                   |  239 -
 xgboost-1.7.3.1/xgboost/src/src/data/gradient_index.cu                   |only
 xgboost-1.7.3.1/xgboost/src/src/data/gradient_index.h                    |  255 +
 xgboost-1.7.3.1/xgboost/src/src/data/gradient_index_page_source.cc       |    5 
 xgboost-1.7.3.1/xgboost/src/src/data/iterative_dmatrix.cc                |only
 xgboost-1.7.3.1/xgboost/src/src/data/iterative_dmatrix.cu                |only
 xgboost-1.7.3.1/xgboost/src/src/data/iterative_dmatrix.h                 |only
 xgboost-1.7.3.1/xgboost/src/src/data/proxy_dmatrix.cc                    |   10 
 xgboost-1.7.3.1/xgboost/src/src/data/proxy_dmatrix.cu                    |   10 
 xgboost-1.7.3.1/xgboost/src/src/data/proxy_dmatrix.h                     |   37 
 xgboost-1.7.3.1/xgboost/src/src/data/simple_dmatrix.cc                   |   19 
 xgboost-1.7.3.1/xgboost/src/src/data/simple_dmatrix.cu                   |    4 
 xgboost-1.7.3.1/xgboost/src/src/data/simple_dmatrix.h                    |   10 
 xgboost-1.7.3.1/xgboost/src/src/data/sparse_page_dmatrix.cc              |    8 
 xgboost-1.7.3.1/xgboost/src/src/data/sparse_page_dmatrix.h               |   14 
 xgboost-1.7.3.1/xgboost/src/src/data/sparse_page_source.h                |    5 
 xgboost-1.7.3.1/xgboost/src/src/gbm/gblinear.cc                          |   45 
 xgboost-1.7.3.1/xgboost/src/src/gbm/gblinear_model.h                     |    5 
 xgboost-1.7.3.1/xgboost/src/src/gbm/gbtree.cc                            |  269 -
 xgboost-1.7.3.1/xgboost/src/src/gbm/gbtree.cu                            |   11 
 xgboost-1.7.3.1/xgboost/src/src/gbm/gbtree.h                             |   45 
 xgboost-1.7.3.1/xgboost/src/src/learner.cc                               |  459 +-
 xgboost-1.7.3.1/xgboost/src/src/linear/updater_gpu_coordinate.cu         |   15 
 xgboost-1.7.3.1/xgboost/src/src/logging.cc                               |    8 
 xgboost-1.7.3.1/xgboost/src/src/metric/auc.cc                            |   30 
 xgboost-1.7.3.1/xgboost/src/src/metric/auc.cu                            |   88 
 xgboost-1.7.3.1/xgboost/src/src/metric/auc.h                             |   10 
 xgboost-1.7.3.1/xgboost/src/src/metric/elementwise_metric.cu             |   55 
 xgboost-1.7.3.1/xgboost/src/src/metric/metric.cc                         |    1 
 xgboost-1.7.3.1/xgboost/src/src/metric/metric_common.h                   |    3 
 xgboost-1.7.3.1/xgboost/src/src/metric/multiclass_metric.cu              |   22 
 xgboost-1.7.3.1/xgboost/src/src/metric/rank_metric.cc                    |   27 
 xgboost-1.7.3.1/xgboost/src/src/metric/rank_metric.cu                    |    8 
 xgboost-1.7.3.1/xgboost/src/src/metric/survival_metric.cu                |   39 
 xgboost-1.7.3.1/xgboost/src/src/objective/adaptive.cc                    |only
 xgboost-1.7.3.1/xgboost/src/src/objective/adaptive.cu                    |only
 xgboost-1.7.3.1/xgboost/src/src/objective/adaptive.h                     |only
 xgboost-1.7.3.1/xgboost/src/src/objective/aft_obj.cu                     |   10 
 xgboost-1.7.3.1/xgboost/src/src/objective/hinge.cu                       |   12 
 xgboost-1.7.3.1/xgboost/src/src/objective/multiclass_obj.cu              |    2 
 xgboost-1.7.3.1/xgboost/src/src/objective/objective.cc                   |    9 
 xgboost-1.7.3.1/xgboost/src/src/objective/rank_obj.cu                    |    9 
 xgboost-1.7.3.1/xgboost/src/src/objective/regression_loss.h              |   12 
 xgboost-1.7.3.1/xgboost/src/src/objective/regression_obj.cu              |  150 
 xgboost-1.7.3.1/xgboost/src/src/predictor/cpu_predictor.cc               |  180 
 xgboost-1.7.3.1/xgboost/src/src/predictor/gpu_predictor.cu               |   81 
 xgboost-1.7.3.1/xgboost/src/src/predictor/predict_fn.h                   |    4 
 xgboost-1.7.3.1/xgboost/src/src/predictor/predictor.cc                   |    7 
 xgboost-1.7.3.1/xgboost/src/src/tree/common_row_partitioner.h            |only
 xgboost-1.7.3.1/xgboost/src/src/tree/driver.h                            |   39 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/evaluate_splits.cu         |  655 +--
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/evaluate_splits.cuh        |  115 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/evaluator.cu               |  126 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/expand_entry.cuh           |    2 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/feature_groups.cu          |    2 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/histogram.cu               |  339 +
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/histogram.cuh              |   74 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/row_partitioner.cu         |  155 
 xgboost-1.7.3.1/xgboost/src/src/tree/gpu_hist/row_partitioner.cuh        |  402 +-
 xgboost-1.7.3.1/xgboost/src/src/tree/hist/evaluate_splits.h              |  331 +
 xgboost-1.7.3.1/xgboost/src/src/tree/hist/expand_entry.h                 |    5 
 xgboost-1.7.3.1/xgboost/src/src/tree/hist/histogram.h                    |   64 
 xgboost-1.7.3.1/xgboost/src/src/tree/param.cc                            |    6 
 xgboost-1.7.3.1/xgboost/src/src/tree/param.h                             |   79 
 xgboost-1.7.3.1/xgboost/src/src/tree/split_evaluator.h                   |   86 
 xgboost-1.7.3.1/xgboost/src/src/tree/tree_model.cc                       |   24 
 xgboost-1.7.3.1/xgboost/src/src/tree/tree_updater.cc                     |    4 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_approx.cc                   |  116 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_colmaker.cc                 |   17 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_gpu_common.cuh              |   78 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_gpu_hist.cu                 |  933 ++---
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_prune.cc                    |   21 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_quantile_hist.cc            |  169 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_quantile_hist.h             |  196 -
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_refresh.cc                  |   33 
 xgboost-1.7.3.1/xgboost/src/src/tree/updater_sync.cc                     |   29 
 xgboost-1.7.3.1/xgboost/src/xgboost_R.cc                                 |   46 
 xgboost-1.7.3.1/xgboost/tests/testthat/test_dmatrix.R                    |   14 
 xgboost-1.7.3.1/xgboost/tests/testthat/test_model_compatibility.R        |   17 
 208 files changed, 8680 insertions(+), 8272 deletions(-)

More information about xgboost at CRAN
Permanent link

Package strex updated to version 1.5.1 with previous version 1.5.0 dated 2023-01-05

Title: Extra String Manipulation Functions
Description: There are some things that I wish were easier with the 'stringr' or 'stringi' packages. The foremost of these is the extraction of numbers from strings. 'stringr' and 'stringi' make you figure out the regular expression for yourself; 'strex' takes care of this for you. There are many other handy functionalities in 'strex'. Contributions to this package are encouraged: it is intended as a miscellany of string manipulation functions that cannot be found in 'stringi' or 'stringr'.
Author: Rory Nolan [aut, cre]
Maintainer: Rory Nolan <rorynoolan@gmail.com>

Diff between strex versions 1.5.0 dated 2023-01-05 and 1.5.1 dated 2023-01-14

 DESCRIPTION                        |   13 +++++++------
 MD5                                |   37 +++++++++++++++++++++----------------
 NEWS.md                            |    7 +++++++
 R/c-wrappers.R                     |   28 ++++++++++++++++++++++++++++
 R/detect.R                         |   27 ++++++++++++++++-----------
 build/vignette.rds                 |binary
 inst/WORDLIST                      |    1 +
 inst/doc/alphordering-numbers.html |    4 ++--
 inst/doc/argument-matching.html    |    4 ++--
 inst/doc/before-and-after.html     |    4 ++--
 inst/doc/detection.R               |only
 inst/doc/detection.Rmd             |only
 inst/doc/detection.html            |only
 inst/doc/important-miscellany.html |    4 ++--
 inst/doc/numbers-in-strings.html   |    4 ++--
 man/str_detect_all.Rd              |    3 +++
 src/detect.c                       |only
 src/init.c                         |    5 ++++-
 src/list-utils.c                   |   15 +++++++++++++--
 src/stringi-imports.h              |   15 ++++-----------
 tests/testthat/test-detect.R       |    8 ++++++++
 vignettes/detection.Rmd            |only
 22 files changed, 122 insertions(+), 57 deletions(-)

More information about strex at CRAN
Permanent link

Package RDS updated to version 0.9-5 with previous version 0.9-3 dated 2021-03-29

Title: Respondent-Driven Sampling
Description: Provides functionality for carrying out estimation with data collected using Respondent-Driven Sampling. This includes Heckathorn's RDS-I and RDS-II estimators as well as Gile's Sequential Sampling estimator. The package is part of the "RDS Analyst" suite of packages for the analysis of respondent-driven sampling data. See Gile and Handcock (2010) <doi:10.1111/j.1467-9531.2010.01223.x> and Gile and Handcock (2015) <doi:10.1111/rssa.12091>.
Author: Mark S. Handcock [aut, cre], Krista J. Gile [aut], Ian E. Fellows [aut], W. Whipple Neely [aut]
Maintainer: Mark S. Handcock <handcock@stat.ucla.edu>

Diff between RDS versions 0.9-3 dated 2021-03-29 and 0.9-5 dated 2023-01-14

 DESCRIPTION              |   10 +++++-----
 MD5                      |   12 ++++++------
 R/MA.util.R              |    6 +++---
 R/rds.data.frame-plots.R |   36 ++++++++++++++++++++++++++++--------
 R/weights.R              |    2 +-
 inst/CITATION            |    2 +-
 src/RDSSample.c          |   28 ++++++++++++++--------------
 7 files changed, 58 insertions(+), 38 deletions(-)

More information about RDS at CRAN
Permanent link

Package statsExpressions updated to version 1.4.0 with previous version 1.3.6 dated 2022-12-16

Title: Tidy Dataframes and Expressions with Statistical Details
Description: Utilities for producing dataframes with rich details for the most common types of statistical approaches and tests: parametric, nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation analyses, contingency table analyses, and meta-analyses. The functions are pipe-friendly and provide a consistent syntax to work with tidy data. These dataframes additionally contain expressions with statistical details, and can be used in graphing packages. This package also forms the statistical processing backend for 'ggstatsplot'. References: Patil (2021) <doi:10.21105/joss.03236>.
Author: Indrajeet Patil [cre, aut, cph]
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between statsExpressions versions 1.3.6 dated 2022-12-16 and 1.4.0 dated 2023-01-14

 statsExpressions-1.3.6/statsExpressions/tests/spelling.R                                    |only
 statsExpressions-1.4.0/statsExpressions/DESCRIPTION                                         |   17 
 statsExpressions-1.4.0/statsExpressions/MD5                                                 |  133 -
 statsExpressions-1.4.0/statsExpressions/NAMESPACE                                           |    4 
 statsExpressions-1.4.0/statsExpressions/NEWS.md                                             |   18 
 statsExpressions-1.4.0/statsExpressions/R/add_expression_col.R                              |   14 
 statsExpressions-1.4.0/statsExpressions/R/centrality_description.R                          |  142 -
 statsExpressions-1.4.0/statsExpressions/R/contingency_table.R                               |  388 ++---
 statsExpressions-1.4.0/statsExpressions/R/corr_test.R                                       |    2 
 statsExpressions-1.4.0/statsExpressions/R/global_vars.R                                     |    1 
 statsExpressions-1.4.0/statsExpressions/R/helpers_easystats.R                               |    6 
 statsExpressions-1.4.0/statsExpressions/R/long_to_wide_converter.R                          |  198 +-
 statsExpressions-1.4.0/statsExpressions/R/meta_analysis.R                                   |  209 +-
 statsExpressions-1.4.0/statsExpressions/R/one_sample_test.R                                 |    2 
 statsExpressions-1.4.0/statsExpressions/R/oneway_anova.R                                    |   12 
 statsExpressions-1.4.0/statsExpressions/R/pairwise_comparisons.R                            |   45 
 statsExpressions-1.4.0/statsExpressions/R/print.R                                           |only
 statsExpressions-1.4.0/statsExpressions/R/statsExpressions-package.R                        |    1 
 statsExpressions-1.4.0/statsExpressions/R/tidy_model_expressions.R                          |   16 
 statsExpressions-1.4.0/statsExpressions/R/two_sample_test.R                                 |   15 
 statsExpressions-1.4.0/statsExpressions/inst/WORDLIST                                       |    2 
 statsExpressions-1.4.0/statsExpressions/inst/doc/statsExpressions.R                         |    6 
 statsExpressions-1.4.0/statsExpressions/inst/doc/statsExpressions.Rmd                       |    6 
 statsExpressions-1.4.0/statsExpressions/inst/doc/statsExpressions.html                      |   34 
 statsExpressions-1.4.0/statsExpressions/inst/doc/stats_details.html                         |    4 
 statsExpressions-1.4.0/statsExpressions/man/centrality_description.Rd                       |    3 
 statsExpressions-1.4.0/statsExpressions/man/contingency_table.Rd                            |   11 
 statsExpressions-1.4.0/statsExpressions/man/corr_test.Rd                                    |    7 
 statsExpressions-1.4.0/statsExpressions/man/examples/examples-centrality_description.R      |   39 
 statsExpressions-1.4.0/statsExpressions/man/examples/examples-corr_test.R                   |   39 
 statsExpressions-1.4.0/statsExpressions/man/examples/examples-one_sample_test.R             |   39 
 statsExpressions-1.4.0/statsExpressions/man/meta_analysis.Rd                                |   16 
 statsExpressions-1.4.0/statsExpressions/man/one_sample_test.Rd                              |    7 
 statsExpressions-1.4.0/statsExpressions/man/oneway_anova.Rd                                 |    7 
 statsExpressions-1.4.0/statsExpressions/man/pairwise_comparisons.Rd                         |    8 
 statsExpressions-1.4.0/statsExpressions/man/reexports.Rd                                    |    2 
 statsExpressions-1.4.0/statsExpressions/man/rmd-fragments/return.Rmd                        |    4 
 statsExpressions-1.4.0/statsExpressions/man/tidy_model_expressions.Rd                       |    3 
 statsExpressions-1.4.0/statsExpressions/man/tidy_model_parameters.Rd                        |    4 
 statsExpressions-1.4.0/statsExpressions/man/two_sample_test.Rd                              |    8 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/_snaps/meta_random_bayes.md          |   26 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/_snaps/meta_random_parametric.md     |   11 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/_snaps/meta_random_robust.md         |    8 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/_snaps/oneway_anova_nonparametric.md |   12 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/_snaps/oneway_anova_robust.md        |   30 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/helper.R                             |  186 +-
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-centrality_description.R        |  115 -
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-contingency_table.R             |  423 ++---
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-corr_test.R                     |  278 +--
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-long_to_wide_converter.R        |  319 ++--
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-meta_random_bayes.R             |    2 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-meta_random_parametric.R        |   40 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-meta_random_robust.R            |   42 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-one_sample.R                    |  289 +--
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-one_two_sample_dataframes.R     |  199 +-
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-oneway_anova_bayes.R            |    2 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-oneway_anova_nonparametric.R    |  201 +-
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-oneway_anova_parametric.R       |  228 +--
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-oneway_anova_robust.R           |   24 
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-pairwise_comparisons.R          |  756 ++++------
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-print.R                         |only
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-tidy_model_expressions.R        |  222 +-
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-two_sample_bayes.R              |  152 --
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-two_sample_nonparametric.R      |  142 -
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-two_sample_parametric.R         |  220 +-
 statsExpressions-1.4.0/statsExpressions/tests/testthat/test-two_sample_robust.R             |  238 +--
 statsExpressions-1.4.0/statsExpressions/vignettes/setup.R                                   |   39 
 statsExpressions-1.4.0/statsExpressions/vignettes/statsExpressions.Rmd                      |    6 
 statsExpressions-1.4.0/statsExpressions/vignettes/web_only/dataframe_outputs.Rmd            |   55 
 69 files changed, 2837 insertions(+), 2900 deletions(-)

More information about statsExpressions at CRAN
Permanent link

Package sparsesvd updated to version 0.2-2 with previous version 0.2-1 dated 2022-08-23

Title: Sparse Truncated Singular Value Decomposition (from 'SVDLIBC')
Description: Wrapper around the 'SVDLIBC' library for (truncated) singular value decomposition of a sparse matrix. Currently, only sparse real matrices in Matrix package format are supported.
Author: Doug Rohde [aut], Michael Berry [aut], Theresa Do [aut], Gavin O'Brien [aut], Vijay Krishna [aut], Sowmini Varadhan [aut], University of Tennessee Research Foundation [cph] , Stephanie Evert [cre, aut, cph]
Maintainer: Stephanie Evert <stephanie.evert@fau.de>

Diff between sparsesvd versions 0.2-1 dated 2022-08-23 and 0.2-2 dated 2023-01-14

 DESCRIPTION   |    8 ++++----
 MD5           |   14 +++++++-------
 NEWS          |    7 ++++++-
 src/las2.c    |   10 +++++-----
 src/svdlib.c  |   24 +++++++++++++++++++++++-
 src/svdlib.h  |   10 ++++++++++
 src/svdutil.c |   26 ++++++++++++++++----------
 src/svdutil.h |    3 +++
 8 files changed, 74 insertions(+), 28 deletions(-)

More information about sparsesvd at CRAN
Permanent link

Package tidyquery updated to version 0.2.4 with previous version 0.2.3 dated 2021-12-02

Title: Query 'R' Data Frames with 'SQL'
Description: Use 'SQL' 'SELECT' statements to query 'R' data frames.
Author: Ian Cook [aut, cre], Cloudera [cph]
Maintainer: Ian Cook <ianmcook@gmail.com>

Diff between tidyquery versions 0.2.3 dated 2021-12-02 and 0.2.4 dated 2023-01-14

 DESCRIPTION                             |   15 +--
 MD5                                     |   35 ++++----
 NAMESPACE                               |    4 
 NEWS.md                                 |    9 ++
 R/compat.R                              |   50 ++++++++---
 R/join.R                                |  139 ++++++++++++++++++++++++++------
 R/query.R                               |    2 
 R/quote.R                               |    2 
 R/remove.R                              |    2 
 R/replace.R                             |    2 
 R/show_dplyr.R                          |    2 
 R/unscope.R                             |    2 
 README.md                               |   17 ++-
 tests/testthat/setup-load_data.R        |   23 +++++
 tests/testthat/test-arrow-dataset.R     |only
 tests/testthat/test-arrow-recordbatch.R |only
 tests/testthat/test-arrow-table.R       |only
 tests/testthat/test-dbplyr.R            |   38 ++++++++
 tests/testthat/test-dtplyr.R            |   27 +++---
 tests/testthat/test-joins.R             |   56 ++++++++++--
 20 files changed, 327 insertions(+), 98 deletions(-)

More information about tidyquery at CRAN
Permanent link

Package RApiDatetime updated to version 0.0.8 with previous version 0.0.7 dated 2022-10-30

Title: R API for 'Date' and 'Datetime'
Description: Access to the C-level R date and 'datetime' code is provided for C-level API use by other packages via registration of native functions. Client packages simply include a single header 'RApiDatetime.h' provided by this package, and also 'import' it. The R Core group is the original author of the code made available with slight modifications by this package.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RApiDatetime versions 0.0.7 dated 2022-10-30 and 0.0.8 dated 2023-01-14

 ChangeLog      |    9 +++++++++
 DESCRIPTION    |   12 ++++++------
 MD5            |   10 +++++-----
 inst/NEWS.Rd   |    7 +++++++
 src/datetime.c |    2 +-
 src/datetime.h |    3 ++-
 6 files changed, 30 insertions(+), 13 deletions(-)

More information about RApiDatetime at CRAN
Permanent link

Package lwgeom updated to version 0.2-11 with previous version 0.2-10 dated 2022-11-19

Title: Bindings to Selected 'liblwgeom' Functions for Simple Features
Description: Access to selected functions found in 'liblwgeom' <https://github.com/postgis/postgis/tree/master/liblwgeom>, the light-weight geometry library used by 'PostGIS' <http://postgis.net/>.
Author: Edzer Pebesma [aut, cre] , Colin Rundel [ctb], Andy Teucher [ctb], liblwgeom developers [cph]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>

Diff between lwgeom versions 0.2-10 dated 2022-11-19 and 0.2-11 dated 2023-01-14

 DESCRIPTION                   |    6 
 MD5                           |   14 -
 src/liblwgeom/lwgeom_debug.c  |   12 -
 src/liblwgeom/lwout_geojson.c |   94 ++++-----
 src/liblwgeom/lwout_gml.c     |  420 +++++++++++++++++++++---------------------
 src/liblwgeom/lwout_svg.c     |   32 +--
 src/liblwgeom/lwprint.c       |    8 
 src/postgis_config.h          |    2 
 8 files changed, 294 insertions(+), 294 deletions(-)

More information about lwgeom at CRAN
Permanent link

New package sca with initial version 0.9-1
Package: sca
Title: Simple Component Analysis
Version: 0.9-1
Date: 2023-01-14
Description: Simple Component Analysis (SCA) often provides much more interpretable components than Principal Components (PCA) while still representing much of the variability in the data.
Author: Valentin Rousson <rousson@ifspm.unizh.ch> and Martin Maechler
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Imports: grDevices, graphics, stats
Suggests: MASS, Matrix
BuildResaveData: no
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2023-01-13 16:21:40 UTC; maechler
Repository: CRAN
Date/Publication: 2023-01-14 13:20:02 UTC

More information about sca at CRAN
Permanent link

Package rlibkriging updated to version 0.7-4 with previous version 0.7-3.1 dated 2023-01-12

Title: Kriging Models using the 'libKriging' Library
Description: Interface to 'libKriging' 'C++' library <https://github.com/libKriging> that should provide most standard Kriging / Gaussian process regression features (like in 'DiceKriging', 'kergp' or 'RobustGaSP' packages). 'libKriging' relies on Armadillo linear algebra library (Apache 2 license) by Conrad Sanderson, and 'lbfgsb_cpp' is a 'C++' wrapper by Colin Fang around 'lbfgsb' library (BSD-3 license) by Ciyou Zhu, Richard Byrd, Jorge Nocedal and Jose Luis Morales used for hyperparameters optimization.
Author: Pascal Have [aut], Yann Richet [aut, cre] , Yves Deville [aut], Conrad Sanderson [ctb], Colin Fang [ctb], Ciyou Zhu [ctb], Richard Byrd [ctb], Jorge Nocedal [ctb], Jose Luis Morales [ctb]
Maintainer: Yann Richet <yann.richet@irsn.fr>

Diff between rlibkriging versions 0.7-3.1 dated 2023-01-12 and 0.7-4 dated 2023-01-14

 rlibkriging-0.7-3.1/rlibkriging/tests/test-KrigingCholCrash.R                                                |only
 rlibkriging-0.7-4/rlibkriging/DESCRIPTION                                                                    |    8 
 rlibkriging-0.7-4/rlibkriging/MD5                                                                            |  133 ++++------
 rlibkriging-0.7-4/rlibkriging/R/RcppExports.R                                                                |    4 
 rlibkriging-0.7-4/rlibkriging/cleanup                                                                        |    4 
 rlibkriging-0.7-4/rlibkriging/cleanup.win                                                                    |    4 
 rlibkriging-0.7-4/rlibkriging/src/RcppExports.cpp                                                            |   11 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/Python/tests/loading_test.py                                 |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/DESCRIPTION                                    |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/src/linalg.cpp                                 |    7 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat.R                               |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/notest-LinearRegression.R       |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingCholCrash.R         |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingFit.R               |    6 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingLeaveOneOut.R       |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingLeaveOneOut_3d.R    |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingLogLik.R            |    6 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingLogLikGradHess.R    |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingLogMargPost.R       |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingMethods.R           |    5 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-KrigingPredict.R           |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NoiseKrigingFit.R          |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NoiseKrigingLogLik.R       |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NoiseKrigingMethods.R      |    6 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NoiseKrigingPredict.R      |    3 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NuggetKrigingFit.R         |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NuggetKrigingLogLik.R      |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NuggetKrigingLogMargPost.R |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NuggetKrigingMethods.R     |    5 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-NuggetKrigingPredict.R     |    3 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-RobustGaSP-Nugget.R        |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-RobustGaSP.R               |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-asDiceKriging.R            |   58 +---
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-normalize.R                |    7 
 rlibkriging-0.7-4/rlibkriging/src/libK/bindings/R/rlibkriging/tests/testthat/test-rlibkriging-demo.R         |    3 
 rlibkriging-0.7-4/rlibkriging/src/libK/cmake/version.cmake                                                   |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/CMakeLists.txt                                                |    4 
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/Kriging.cpp                                                   |   24 -
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/LinearAlgebra.cpp                                             |    5 
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/NoiseKriging.cpp                                              |    8 
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/NuggetKriging.cpp                                             |   16 -
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/include/libKriging/CacheFunction.hpp                          |   16 +
 rlibkriging-0.7-4/rlibkriging/src/libK/src/lib/include/libKriging/LinearAlgebra.hpp                          |    2 
 rlibkriging-0.7-4/rlibkriging/src/libK/tests/CacheFunctionTest.cpp                                           |    4 
 rlibkriging-0.7-4/rlibkriging/src/linalg.cpp                                                                 |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingFit.R                                                        |    9 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingLeaveOneOut.R                                                |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingLeaveOneOut_3d.R                                             |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingLogLik.R                                                     |    9 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingLogLikGradHess.R                                             |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingLogMargPost.R                                                |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingMethods.R                                                    |    8 
 rlibkriging-0.7-4/rlibkriging/tests/test-KrigingPredict.R                                                    |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NoiseKrigingFit.R                                                   |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NoiseKrigingLogLik.R                                                |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NoiseKrigingMethods.R                                               |    9 
 rlibkriging-0.7-4/rlibkriging/tests/test-NoiseKrigingPredict.R                                               |    6 
 rlibkriging-0.7-4/rlibkriging/tests/test-NuggetKrigingFit.R                                                  |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NuggetKrigingLogLik.R                                               |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NuggetKrigingLogMargPost.R                                          |    7 
 rlibkriging-0.7-4/rlibkriging/tests/test-NuggetKrigingMethods.R                                              |    8 
 rlibkriging-0.7-4/rlibkriging/tests/test-NuggetKrigingPredict.R                                              |    6 
 rlibkriging-0.7-4/rlibkriging/tests/test-RobustGaSP-Nugget.R                                                 |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-RobustGaSP.R                                                        |    5 
 rlibkriging-0.7-4/rlibkriging/tests/test-asDiceKriging.R                                                     |   59 +---
 rlibkriging-0.7-4/rlibkriging/tests/test-normalize.R                                                         |   10 
 rlibkriging-0.7-4/rlibkriging/tests/test-rlibkriging-demo.R                                                  |    6 
 rlibkriging-0.7-4/rlibkriging/tools/setup.sh                                                                 |    2 
 68 files changed, 255 insertions(+), 360 deletions(-)

More information about rlibkriging at CRAN
Permanent link

Package finalfit updated to version 1.0.6 with previous version 1.0.5 dated 2022-08-09

Title: Quickly Create Elegant Regression Results Tables and Plots when Modelling
Description: Generate regression results tables and plots in final format for publication. Explore models and export directly to PDF and 'Word' using 'RMarkdown'.
Author: Ewen Harrison [aut, cre], Tom Drake [aut], Riinu Ots [aut]
Maintainer: Ewen Harrison <ewen.harrison@ed.ac.uk>

Diff between finalfit versions 1.0.5 dated 2022-08-09 and 1.0.6 dated 2023-01-14

 DESCRIPTION                       |   10 
 MD5                               |   80 +--
 NEWS.md                           |   23 +
 R/coefficient_plot.R              |   16 
 R/coxphmulti.R                    |    4 
 R/coxphuni.R                      |    1 
 R/ff_column_totals.R              |   19 
 R/finalfit.R                      |   47 +-
 R/glmmulti.R                      |   12 
 R/glmuni.R                        |    8 
 R/hr_plot.R                       |    8 
 R/lmmulti.R                       |   12 
 R/lmuni.R                         |    7 
 R/missing_plot.R                  |    2 
 R/or_plot.R                       |   12 
 R/summaryfactorlist.R             |  475 +++++++++++----------
 R/surv_plot.R                     |   24 -
 build/vignette.rds                |binary
 inst/doc/all_plots_examples.R     |only
 inst/doc/all_plots_examples.Rmd   |only
 inst/doc/all_plots_examples.html  |only
 inst/doc/all_tables_examples.R    |   20 
 inst/doc/all_tables_examples.Rmd  |   42 -
 inst/doc/all_tables_examples.html |  850 ++++++++++++++++++++++++++++----------
 inst/doc/bootstrap.html           |  433 +++++++++++++++----
 inst/doc/data_prep.html           |  362 ++++++++++++----
 inst/doc/export.html              |  404 ++++++++++++++----
 inst/doc/finalfit.html            |  477 +++++++++++++++++----
 inst/doc/missing.html             |  652 ++++++++++++++++++++++-------
 inst/doc/survival.html            |  495 +++++++++++++++++-----
 man/coefficient_plot.Rd           |    4 
 man/ff_column_totals.Rd           |   14 
 man/finalfit.Rd                   |   22 
 man/glmmulti.Rd                   |    7 
 man/glmuni.Rd                     |    5 
 man/hr_plot.Rd                    |    4 
 man/lmmulti.Rd                    |    5 
 man/lmuni.Rd                      |    5 
 man/missing_plot.Rd               |    2 
 man/or_plot.Rd                    |    6 
 man/summary_factorlist.Rd         |    3 
 vignettes/all_plots_examples.Rmd  |only
 vignettes/all_tables_examples.Rmd |   42 -
 43 files changed, 3365 insertions(+), 1249 deletions(-)

More information about finalfit at CRAN
Permanent link

Package azlogr updated to version 0.0.4 with previous version 0.0.3 dated 2023-01-11

Title: Logging in 'R' and Post to 'Azure Log Analytics' Workspace
Description: It extends the functionality of 'logger' package. Additional logging metadata can be configured to be collected. Logging messages are displayed on console and optionally they are sent to 'Azure Log Analytics' workspace in real-time.
Author: Vivek Atal [aut, cre]
Maintainer: Vivek Atal <atalvivek@yahoo.co.in>

Diff between azlogr versions 0.0.3 dated 2023-01-11 and 0.0.4 dated 2023-01-14

 DESCRIPTION                        |    6 +--
 MD5                                |   20 ++++++------
 NEWS.md                            |    6 +++
 R/logger_level.R                   |   36 +++++++++++++---------
 README.md                          |   52 ++++++++++++++++++++++++++++++--
 inst/doc/how-to-use-azlogr.R       |   41 ++++++++++++++++++++++++-
 inst/doc/how-to-use-azlogr.Rmd     |   48 ++++++++++++++++++++++++++++--
 inst/doc/how-to-use-azlogr.html    |   59 +++++++++++++++++++++++++++++++------
 man/logging.Rd                     |    3 +
 tests/testthat/test-logger_level.R |   49 +++++++++++++++++++++++++-----
 vignettes/how-to-use-azlogr.Rmd    |   48 ++++++++++++++++++++++++++++--
 11 files changed, 314 insertions(+), 54 deletions(-)

More information about azlogr at CRAN
Permanent link

Package asteRisk updated to version 1.4.3 with previous version 1.4.2 dated 2022-10-19

Title: Computation of Satellite Position
Description: Provides basic functionalities to calculate the position of satellites given a known state vector. The package includes implementations of the SGP4 and SDP4 simplified perturbation models to propagate orbital state vectors, as well as utilities to read TLE files and convert coordinates between different frames of reference. Several of the functionalities of the package (including the high-precision numerical orbit propagator) require the coefficients and data included in the 'asteRiskData' package, available in a 'drat' repository. To install this data package, run 'install.packages("asteRiskData", repos="https://rafael-ayala.github.io/drat/")'. Felix R. Hoots, Ronald L. Roehrich and T.S. Kelso (1988) <https://celestrak.org/NORAD/documentation/spacetrk.pdf>. David Vallado, Paul Crawford, Richard Hujsak and T.S. Kelso (2012) <doi:10.2514/6.2006-6753>. Felix R. Hoots, Paul W. Schumacher Jr. and Robert A. Glover (2014) <doi:10.2514/1.9161>.
Author: Rafael Ayala [aut, cre] , Daniel Ayala [aut] , David Ruiz [aut] , Lara Selles Vidal [aut]
Maintainer: Rafael Ayala <rafael.ayala@oist.jp>

Diff between asteRisk versions 1.4.2 dated 2022-10-19 and 1.4.3 dated 2023-01-14

 DESCRIPTION                                       |   20 +-
 MD5                                               |   23 +-
 NAMESPACE                                         |    3 
 NEWS                                              |    4 
 R/coordinatesTransformations.R                    |   36 +++
 R/coordinatesTransformations_auxiliaryFunctions.R |   12 +
 R/hpop.R                                          |    7 
 build/vignette.rds                                |binary
 inst/doc/asteRisk.R                               |    4 
 inst/doc/asteRisk.Rmd                             |    4 
 inst/doc/asteRisk.html                            |  201 +++++++++++++++++++---
 man/calculateRazel.Rd                             |only
 vignettes/asteRisk.Rmd                            |    4 
 13 files changed, 268 insertions(+), 50 deletions(-)

More information about asteRisk at CRAN
Permanent link

Package nleqslv updated to version 3.3.4 with previous version 3.3.3 dated 2022-08-07

Title: Solve Systems of Nonlinear Equations
Description: Solve a system of nonlinear equations using a Broyden or a Newton method with a choice of global strategies such as line search and trust region. There are options for using a numerical or user supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a singular or ill-conditioned Jacobian.
Author: Berend Hasselman
Maintainer: Berend Hasselman <bhh@xs4all.nl>

Diff between nleqslv versions 3.3.3 dated 2022-08-07 and 3.3.4 dated 2023-01-14

 DESCRIPTION                            |    8 ++++----
 MD5                                    |   17 +++++++++++------
 NEWS                                   |    5 +++++
 build/partial.rdb                      |binary
 inst/iterationreport/dsdbldog.Rout.txt |only
 inst/iterationreport/dshook.Rout.txt   |only
 inst/iterationreport/dslnsrch.Rout.txt |only
 inst/iterationreport/dspure.Rout.txt   |only
 inst/iterationreport/dspwldog.Rout.txt |only
 src/init.c                             |    2 +-
 src/nleqslv.c                          |   24 ++++++++++++------------
 src/nwout.c                            |    2 +-
 12 files changed, 34 insertions(+), 24 deletions(-)

More information about nleqslv at CRAN
Permanent link

Package logicDT updated to version 1.0.3 with previous version 1.0.2 dated 2022-04-26

Title: Identifying Interactions Between Binary Predictors
Description: A global statistical learning method which tries to find the best set of predictors and interactions between predictors for modeling binary or quantitative response data. Several search algorithms and ensembling techniques are implemented allowing for finetuning the method to the specific problem. Interactions with single quantitative covariables can be properly taken into account by also splitting after those or by fitting local four parameter logistic models.
Author: Michael Lau [aut, cre]
Maintainer: Michael Lau <michael.lau@hhu.de>

Diff between logicDT versions 1.0.2 dated 2022-04-26 and 1.0.3 dated 2023-01-14

 logicDT-1.0.2/logicDT/man/figures                   |only
 logicDT-1.0.3/logicDT/DESCRIPTION                   |    8 
 logicDT-1.0.3/logicDT/MD5                           |   53 -
 logicDT-1.0.3/logicDT/NAMESPACE                     |    9 
 logicDT-1.0.3/logicDT/R/fancy.plot.R                |   11 
 logicDT-1.0.3/logicDT/R/logic.boosting.R            |  298 ++++++++-
 logicDT-1.0.3/logicDT/R/logicDT.R                   |   22 
 logicDT-1.0.3/logicDT/R/pruning.R                   |only
 logicDT-1.0.3/logicDT/R/tree.control.R              |    7 
 logicDT-1.0.3/logicDT/build/partial.rdb             |binary
 logicDT-1.0.3/logicDT/man/cv.prune.Rd               |only
 logicDT-1.0.3/logicDT/man/fit4plModel.Rd            |   58 -
 logicDT-1.0.3/logicDT/man/fitLinearBoostingModel.Rd |   16 
 logicDT-1.0.3/logicDT/man/fitLinearLogicModel.Rd    |   51 +
 logicDT-1.0.3/logicDT/man/fitLinearModel.Rd         |    6 
 logicDT-1.0.3/logicDT/man/get.ideal.penalty.Rd      |only
 logicDT-1.0.3/logicDT/man/logicDT.Rd                |  616 ++++++++++----------
 logicDT-1.0.3/logicDT/man/logicDT.boosting.Rd       |   11 
 logicDT-1.0.3/logicDT/man/plot.logicDT.Rd           |  114 +--
 logicDT-1.0.3/logicDT/man/predict.4pl.Rd            |   48 -
 logicDT-1.0.3/logicDT/man/predict.linear.logic.Rd   |    6 
 logicDT-1.0.3/logicDT/man/predict.logicDT.Rd        |  160 ++---
 logicDT-1.0.3/logicDT/man/prune.Rd                  |only
 logicDT-1.0.3/logicDT/man/prune.path.Rd             |only
 logicDT-1.0.3/logicDT/man/vim.Rd                    |  470 +++++++--------
 logicDT-1.0.3/logicDT/src/logicDT-init.c            |    3 
 logicDT-1.0.3/logicDT/src/logicDT.c                 |  253 +++++---
 logicDT-1.0.3/logicDT/src/logicDT.h                 |   10 
 logicDT-1.0.3/logicDT/src/pruning.c                 |only
 logicDT-1.0.3/logicDT/src/pruning.h                 |only
 logicDT-1.0.3/logicDT/src/sa-greedy.c               |    4 
 31 files changed, 1339 insertions(+), 895 deletions(-)

More information about logicDT at CRAN
Permanent link

Package RJSONIO updated to version 1.3-1.7 with previous version 1.3-1.6 dated 2021-09-16

Title: Serialize R Objects to JSON, JavaScript Object Notation
Description: This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. Originally, that was too slow for converting large R objects to JSON and was not extensible. rjson's performance is now similar to this package, and perhaps slightly faster in some cases. This package uses methods and is readily extensible by defining methods for different classes, vectorized operations, and C code and callbacks to R functions for deserializing JSON objects to R. The two packages intentionally share the same basic interface. This package (RJSONIO) has many additional options to allow customizing the generation and processing of JSON content. This package uses libjson rather than implementing yet another JSON parser. The aim is to support other general projects by building on [...truncated...]
Author: CRAN Team [ctb, cre] , Duncan Temple Lang [aut] , Jonathan Wallace [aut]
Maintainer: CRAN Team <CRAN@r-project.org>

Diff between RJSONIO versions 1.3-1.6 dated 2021-09-16 and 1.3-1.7 dated 2023-01-14

 DESCRIPTION            |    6 +++---
 MD5                    |    8 ++++----
 inst/doc/Changes.html  |    4 ++--
 inst/doc/overview.html |   22 +++++++++++-----------
 src/rlibjson.c         |   11 ++++++-----
 5 files changed, 26 insertions(+), 25 deletions(-)

More information about RJSONIO at CRAN
Permanent link

Package explore updated to version 1.0.2 with previous version 1.0.1 dated 2022-12-20

Title: Simplifies Exploratory Data Analysis
Description: Interactive data exploration with one line of code or use an easy to remember set of tidy functions for exploratory data analysis. Introduces three main verbs. explore() to graphically explore a variable or table, describe() to describe a variable or table and report() to create an automated report.
Author: Roland Krasser
Maintainer: Roland Krasser <roland.krasser@gmail.com>

Diff between explore versions 1.0.1 dated 2022-12-20 and 1.0.2 dated 2023-01-14

 explore-1.0.1/explore/R/dwh.R                           |only
 explore-1.0.1/explore/man/dwh_connect.Rd                |only
 explore-1.0.1/explore/man/dwh_disconnect.Rd             |only
 explore-1.0.1/explore/man/dwh_fastload.Rd               |only
 explore-1.0.1/explore/man/dwh_read_data.Rd              |only
 explore-1.0.1/explore/man/dwh_read_table.Rd             |only
 explore-1.0.2/explore/DESCRIPTION                       |    6 
 explore-1.0.2/explore/MD5                               |   43 -
 explore-1.0.2/explore/NAMESPACE                         |    6 
 explore-1.0.2/explore/NEWS.md                           |   12 
 explore-1.0.2/explore/R/abtest.R                        |only
 explore-1.0.2/explore/R/add-var.R                       |    4 
 explore-1.0.2/explore/R/create-data.R                   |  437 +++++++++-------
 explore-1.0.2/explore/R/explore.R                       |   18 
 explore-1.0.2/explore/inst/doc/explore.html             |   12 
 explore-1.0.2/explore/inst/doc/explore_mtcars.html      |    4 
 explore-1.0.2/explore/inst/doc/explore_penguins.html    |    4 
 explore-1.0.2/explore/inst/doc/explore_titanic.html     |    4 
 explore-1.0.2/explore/man/abtest.Rd                     |only
 explore-1.0.2/explore/man/create_data_buy.Rd            |    4 
 explore-1.0.2/explore/man/create_data_churn.Rd          |   15 
 explore-1.0.2/explore/man/create_data_empty.Rd          |    4 
 explore-1.0.2/explore/man/create_data_random.Rd         |    2 
 explore-1.0.2/explore/man/create_data_unfair.Rd         |   15 
 explore-1.0.2/explore/tests/testthat/test-add-var.R     |    8 
 explore-1.0.2/explore/tests/testthat/test-create-data.R |   65 ++
 explore-1.0.2/explore/tests/testthat/test-explore.R     |only
 27 files changed, 429 insertions(+), 234 deletions(-)

More information about explore at CRAN
Permanent link

Package splines2 updated to version 0.4.7 with previous version 0.4.6 dated 2022-08-15

Title: Regression Spline Functions and Classes
Description: Constructs basis matrix of B-splines, M-splines, I-splines, convex splines (C-splines), periodic M-splines, natural cubic splines, generalized Bernstein polynomials, and their integrals (except C-splines) and derivatives of given order by close-form recursive formulas. It also contains a C++ head-only library integrated with Rcpp. See Wang and Yan (2021) <doi:10.6339/21-JDS1020> for details.
Author: Wenjie Wang [aut, cre] , Jun Yan [aut]
Maintainer: Wenjie Wang <wang@wwenjie.org>

Diff between splines2 versions 0.4.6 dated 2022-08-15 and 0.4.7 dated 2023-01-14

 DESCRIPTION                                      |    8 -
 MD5                                              |   82 +++++-----
 NEWS.md                                          |    9 +
 R/bSpline.R                                      |    2 
 R/bernsteinPoly.R                                |    2 
 R/cSpline.R                                      |    2 
 R/dbs.R                                          |    2 
 R/deriv.R                                        |    2 
 R/iSpline.R                                      |    2 
 R/ibs.R                                          |    2 
 R/knots.R                                        |    2 
 R/mSpline.R                                      |    2 
 R/makepredictcall.R                              |    2 
 R/misc.R                                         |    2 
 R/naturalSpline.R                                |    2 
 R/predict.R                                      |    2 
 R/print.R                                        |    2 
 R/splines2-package.R                             |    2 
 R/update.R                                       |    2 
 README.md                                        |   46 +++---
 build/vignette.rds                               |binary
 inst/CITATION                                    |    4 
 inst/doc/splines2-intro.html                     |  172 +++++++++++------------
 inst/doc/splines2-wi-rcpp.html                   |  146 ++++++++++---------
 inst/include/splines2Armadillo.h                 |    2 
 inst/include/splines2Armadillo/BSpline.h         |    2 
 inst/include/splines2Armadillo/BernsteinPoly.h   |    2 
 inst/include/splines2Armadillo/CSpline.h         |    2 
 inst/include/splines2Armadillo/ISpline.h         |    2 
 inst/include/splines2Armadillo/MSpline.h         |    2 
 inst/include/splines2Armadillo/NaturalSpline.h   |   21 +-
 inst/include/splines2Armadillo/PeriodicMSpline.h |    2 
 inst/include/splines2Armadillo/SplineBase.h      |    2 
 inst/include/splines2Armadillo/common.h          |    2 
 inst/include/splines2Armadillo/utils.h           |    2 
 inst/tinytest/test-naturalSpline.R               |    8 -
 src/BSpline_export.cpp                           |    2 
 src/BernsteinPoly_export.cpp                     |    2 
 src/CSpline_export.cpp                           |    2 
 src/ISpline_export.cpp                           |    2 
 src/MSpline_export.cpp                           |    2 
 src/NaturalSpline_export.cpp                     |    2 
 42 files changed, 291 insertions(+), 269 deletions(-)

More information about splines2 at CRAN
Permanent link

Package samplingVarEst updated to version 1.5 with previous version 1.4 dated 2019-07-25

Title: Sampling Variance Estimation
Description: Functions to calculate some point estimators and estimate their variance under unequal probability sampling without replacement. Single and two-stage sampling designs are considered. Some approximations for the second-order inclusion probabilities (joint inclusion probabilities) are available (sample and population based). A variety of Jackknife variance estimators are implemented. Almost every function is written in C (compiled) code for faster results. The functions incorporate some performance improvements for faster results with large datasets.
Author: Emilio Lopez Escobar [aut, cre, cph] <emilio@quantos.mx>, Ernesto Barrios Zamudio [ctb] <ebarrios@itam.mx>, Juan Francisco Munoz Rosas [ctb] <jfmunoz@go.ugr.es>
Maintainer: Emilio Lopez Escobar <emilio@quantos.mx>

Diff between samplingVarEst versions 1.4 dated 2019-07-25 and 1.5 dated 2023-01-14

 ChangeLog                         |   79 ++++++++++++++-
 DESCRIPTION                       |   12 +-
 MD5                               |  200 +++++++++++++++++++-------------------
 R/Pkl_Hajek_U.R                   |    2 
 R/Pkl_Hajek_s.R                   |    2 
 R/VE_EB_HT_Mean_Hajek.r           |    4 
 R/VE_EB_HT_Ratio.r                |    2 
 R/VE_EB_HT_Total_Hajek.r          |    2 
 R/VE_EB_SYG_Mean_Hajek.r          |    4 
 R/VE_EB_SYG_Ratio.r               |    2 
 R/VE_EB_SYG_Total_Hajek.r         |    2 
 R/VE_HT_Mean_NHT.r                |    2 
 R/VE_Hajek_Mean_NHT.r             |    2 
 R/VE_Jk_B_Corr_Hajek.r            |    2 
 R/VE_Jk_B_Mean_Hajek.r            |    2 
 R/VE_Jk_B_Ratio.r                 |    2 
 R/VE_Jk_B_RegCoI_Hajek.r          |    2 
 R/VE_Jk_B_RegCo_Hajek.r           |    2 
 R/VE_Jk_CBS_HT_Corr_Hajek.r       |    2 
 R/VE_Jk_CBS_HT_Mean_Hajek.r       |    2 
 R/VE_Jk_CBS_HT_Ratio.r            |    2 
 R/VE_Jk_CBS_HT_RegCoI_Hajek.r     |    2 
 R/VE_Jk_CBS_HT_RegCo_Hajek.r      |    2 
 R/VE_Jk_CBS_SYG_Corr_Hajek.r      |    2 
 R/VE_Jk_CBS_SYG_Mean_Hajek.r      |    2 
 R/VE_Jk_CBS_SYG_Ratio.r           |    2 
 R/VE_Jk_CBS_SYG_RegCoI_Hajek.r    |    2 
 R/VE_Jk_CBS_SYG_RegCo_Hajek.r     |    2 
 R/VE_Jk_EB_SW2_Corr_Hajek.r       |    2 
 R/VE_Jk_EB_SW2_Mean_Hajek.r       |    2 
 R/VE_Jk_EB_SW2_Ratio.r            |    2 
 R/VE_Jk_EB_SW2_RegCoI_Hajek.r     |    2 
 R/VE_Jk_EB_SW2_RegCo_Hajek.r      |    2 
 R/VE_Jk_Tukey_Corr_Hajek.r        |    2 
 R/VE_Jk_Tukey_Corr_NHT.r          |    2 
 R/VE_Jk_Tukey_Mean_Hajek.r        |    2 
 R/VE_Jk_Tukey_Ratio.r             |    2 
 R/VE_Jk_Tukey_RegCoI_Hajek.r      |    2 
 R/VE_Jk_Tukey_RegCo_Hajek.r       |    2 
 R/VE_SYG_Mean_NHT.r               |    2 
 README                            |    2 
 man/Est_Corr_Hajek.rd             |    4 
 man/Est_Corr_NHT.rd               |    4 
 man/Est_EmpDistFunc_Hajek.rd      |    2 
 man/Est_EmpDistFunc_NHT.rd        |    2 
 man/Est_Mean_Hajek.rd             |    2 
 man/Est_Mean_NHT.rd               |    2 
 man/Est_Ratio.rd                  |    4 
 man/Est_RegCoI_Hajek.rd           |    4 
 man/Est_RegCo_Hajek.rd            |    4 
 man/Est_Total_Hajek.rd            |    2 
 man/Est_Total_NHT.rd              |    2 
 man/Pkl_Hajek_U.rd                |    8 -
 man/Pkl_Hajek_s.rd                |    8 -
 man/VE_EB_HT_Mean_Hajek.rd        |   10 -
 man/VE_EB_HT_Ratio.rd             |   12 +-
 man/VE_EB_HT_Total_Hajek.rd       |   10 -
 man/VE_EB_SYG_Mean_Hajek.rd       |   10 -
 man/VE_EB_SYG_Ratio.rd            |   12 +-
 man/VE_EB_SYG_Total_Hajek.rd      |   10 -
 man/VE_HT_Mean_NHT.rd             |    4 
 man/VE_HT_Total_NHT.rd            |    4 
 man/VE_Hajek_Mean_NHT.rd          |    4 
 man/VE_Hajek_Total_NHT.rd         |    4 
 man/VE_Jk_B_Corr_Hajek.rd         |    6 -
 man/VE_Jk_B_Mean_Hajek.rd         |    4 
 man/VE_Jk_B_Ratio.rd              |    6 -
 man/VE_Jk_B_RegCoI_Hajek.rd       |    6 -
 man/VE_Jk_B_RegCo_Hajek.rd        |    6 -
 man/VE_Jk_B_Total_Hajek.rd        |    4 
 man/VE_Jk_CBS_HT_Corr_Hajek.rd    |    6 -
 man/VE_Jk_CBS_HT_Mean_Hajek.rd    |    4 
 man/VE_Jk_CBS_HT_Ratio.rd         |    6 -
 man/VE_Jk_CBS_HT_RegCoI_Hajek.rd  |    6 -
 man/VE_Jk_CBS_HT_RegCo_Hajek.rd   |    6 -
 man/VE_Jk_CBS_HT_Total_Hajek.rd   |    4 
 man/VE_Jk_CBS_SYG_Corr_Hajek.rd   |    6 -
 man/VE_Jk_CBS_SYG_Mean_Hajek.rd   |    4 
 man/VE_Jk_CBS_SYG_Ratio.rd        |    6 -
 man/VE_Jk_CBS_SYG_RegCoI_Hajek.rd |    6 -
 man/VE_Jk_CBS_SYG_RegCo_Hajek.rd  |    6 -
 man/VE_Jk_CBS_SYG_Total_Hajek.rd  |    4 
 man/VE_Jk_EB_SW2_Corr_Hajek.rd    |    8 -
 man/VE_Jk_EB_SW2_Mean_Hajek.rd    |    6 -
 man/VE_Jk_EB_SW2_Ratio.rd         |    8 -
 man/VE_Jk_EB_SW2_RegCoI_Hajek.rd  |    6 -
 man/VE_Jk_EB_SW2_RegCo_Hajek.rd   |    6 -
 man/VE_Jk_EB_SW2_Total_Hajek.rd   |    4 
 man/VE_Jk_Tukey_Corr_Hajek.rd     |    4 
 man/VE_Jk_Tukey_Corr_NHT.rd       |    8 -
 man/VE_Jk_Tukey_Mean_Hajek.rd     |    6 -
 man/VE_Jk_Tukey_Ratio.rd          |    8 -
 man/VE_Jk_Tukey_RegCoI_Hajek.rd   |    8 -
 man/VE_Jk_Tukey_RegCo_Hajek.rd    |    8 -
 man/VE_Jk_Tukey_Total_Hajek.rd    |    6 -
 man/VE_Lin_HT_Ratio.rd            |    6 -
 man/VE_Lin_SYG_Ratio.rd           |    6 -
 man/VE_SYG_Mean_NHT.rd            |    6 -
 man/VE_SYG_Total_NHT.rd           |    6 -
 man/oaxaca.rd                     |   10 -
 man/samplingVarEst-package.rd     |    6 -
 101 files changed, 398 insertions(+), 323 deletions(-)

More information about samplingVarEst at CRAN
Permanent link

Package jpgrid updated to version 0.2.1 with previous version 0.2.0 dated 2022-05-03

Title: Functions for the Grid Square Codes in Japan
Description: Provides functions for grid square codes in Japan (<https://www.stat.go.jp/english/data/mesh/index.html>). Generates the grid square codes from longitude/latitude, geometries, and the grid square codes of different scales, and vice versa.
Author: Mizuki Uchida [aut, cre]
Maintainer: Mizuki Uchida <uchidamizuki@vivaldi.net>

Diff between jpgrid versions 0.2.0 dated 2022-05-03 and 0.2.1 dated 2023-01-14

 jpgrid-0.2.0/jpgrid/R/rectangle.R                             |only
 jpgrid-0.2.0/jpgrid/man/grid_rectangle.Rd                     |only
 jpgrid-0.2.1/jpgrid/DESCRIPTION                               |   14 -
 jpgrid-0.2.1/jpgrid/MD5                                       |   46 ++--
 jpgrid-0.2.1/jpgrid/NAMESPACE                                 |   11 +
 jpgrid-0.2.1/jpgrid/NEWS.md                                   |    6 
 jpgrid-0.2.1/jpgrid/R/bbox.R                                  |only
 jpgrid-0.2.1/jpgrid/R/circle.R                                |only
 jpgrid-0.2.1/jpgrid/R/deprecated.R                            |only
 jpgrid-0.2.1/jpgrid/R/grid.R                                  |   94 +++++-----
 jpgrid-0.2.1/jpgrid/R/jpgrid-package.R                        |    1 
 jpgrid-0.2.1/jpgrid/R/sf.R                                    |   65 +++---
 jpgrid-0.2.1/jpgrid/R/stars.R                                 |   72 ++-----
 jpgrid-0.2.1/jpgrid/R/subdivide.R                             |    2 
 jpgrid-0.2.1/jpgrid/R/tbl_grid.R                              |only
 jpgrid-0.2.1/jpgrid/R/utils.R                                 |    4 
 jpgrid-0.2.1/jpgrid/README.md                                 |   85 +++++----
 jpgrid-0.2.1/jpgrid/data/grid_city2015.rda                    |binary
 jpgrid-0.2.1/jpgrid/man/as_tbl_grid.Rd                        |only
 jpgrid-0.2.1/jpgrid/man/figures/README-unnamed-chunk-13-1.png |binary
 jpgrid-0.2.1/jpgrid/man/figures/README-unnamed-chunk-14-1.png |binary
 jpgrid-0.2.1/jpgrid/man/figures/logo.png                      |only
 jpgrid-0.2.1/jpgrid/man/geometry_to_grid.Rd                   |    5 
 jpgrid-0.2.1/jpgrid/man/grid_as_sf.Rd                         |    4 
 jpgrid-0.2.1/jpgrid/man/grid_as_stars.Rd                      |    4 
 jpgrid-0.2.1/jpgrid/man/grid_bbox.Rd                          |only
 jpgrid-0.2.1/jpgrid/man/grid_circle.Rd                        |only
 jpgrid-0.2.1/jpgrid/man/grid_city2015.Rd                      |    2 
 jpgrid-0.2.1/jpgrid/man/jpgrid.Rd                             |    4 
 29 files changed, 221 insertions(+), 198 deletions(-)

More information about jpgrid at CRAN
Permanent link

Package DIMORA updated to version 0.3.3 with previous version 0.3.2 dated 2023-01-06

Title: Diffusion Models R Analysis
Description: The implemented methods are: Standard Bass model, Generalized Bass model (with rectangular shock, exponential shock, and mixed shock. You can choose to add from 1 to 3 shocks), Guseo-Guidolin model and Variable Potential Market model, and UCRCD model. The Bass model consists of a simple differential equation that describes the process of how new products get adopted in a population, the Generalized Bass model is a generalization of the Bass model in which there is a "carrier" function x(t) that allows to change the speed of time sliding. In some real processes the reachable potential of the resource available in a temporal instant may appear to be not constant over time, because of this we use Variable Potential Market model, in which the Guseo-Guidolin has a particular specification for the market function. The UCRCD model (Unbalanced Competition and Regime Change Diachronic) is a diffusion model used to capture the dynamics of the competitive or collaborative transition.
Author: Zanghi Federico, Savio Andrea, Filippo Ziliotto
Maintainer: Savio Andrea <svandr97@gmail.com>

Diff between DIMORA versions 0.3.2 dated 2023-01-06 and 0.3.3 dated 2023-01-14

 DESCRIPTION        |    8 +++----
 MD5                |    4 +--
 R/summary.Dimora.R |   54 +++++++++++++++++++++++++++++++++--------------------
 3 files changed, 40 insertions(+), 26 deletions(-)

More information about DIMORA at CRAN
Permanent link

Package ggip updated to version 0.3.1 with previous version 0.3.0 dated 2022-11-09

Title: Data Visualization for IP Addresses and Networks
Description: A 'ggplot2' extension that enables visualization of IP (Internet Protocol) addresses and networks. The address space is mapped onto the Cartesian coordinate system using a space-filling curve. Offers full support for both IPv4 and IPv6 (Internet Protocol versions 4 and 6) address spaces.
Author: David Hall [aut, cre]
Maintainer: David Hall <david.hall.physics@gmail.com>

Diff between ggip versions 0.3.0 dated 2022-11-09 and 0.3.1 dated 2023-01-14

 DESCRIPTION                       |   10 +--
 MD5                               |   18 ++---
 NEWS.md                           |    7 +-
 R/geom-hilbert-outline.R          |   86 +++++++++++++---------------
 inst/doc/ggip.html                |  115 ++++++++++++++++++--------------------
 inst/doc/visualizing-ip-data.R    |    2 
 inst/doc/visualizing-ip-data.Rmd  |    2 
 inst/doc/visualizing-ip-data.html |  111 ++++++++++++++++++------------------
 tests/testthat/Rplots.pdf         |binary
 vignettes/visualizing-ip-data.Rmd |    2 
 10 files changed, 176 insertions(+), 177 deletions(-)

More information about ggip at CRAN
Permanent link


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