Sun, 27 Nov 2022

Package latex2exp updated to version 0.9.6 with previous version 0.9.5 dated 2022-09-11

Title: Use LaTeX Expressions in Plots
Description: Parses and converts LaTeX math formulas to R's plotmath expressions, used to enter mathematical formulas and symbols to be rendered as text, axis labels, etc. throughout R's plotting system.
Author: Stefano Meschiari [aut, cre]
Maintainer: Stefano Meschiari <stefano.meschiari@gmail.com>

Diff between latex2exp versions 0.9.5 dated 2022-09-11 and 0.9.6 dated 2022-11-27

 DESCRIPTION                      |    8 +-
 MD5                              |   13 ++-
 NEWS.md                          |    4 +
 R/symbols.R                      |    4 -
 build/vignette.rds               |binary
 inst/doc/supported-commands.html |   30 +++------
 inst/doc/using-latex2exp.html    |  129 ++++++++++++++++++++-------------------
 tests/testthat/Rplots.pdf        |only
 8 files changed, 98 insertions(+), 90 deletions(-)

More information about latex2exp at CRAN
Permanent link

Package gtExtras updated to version 0.4.5 with previous version 0.4.3 dated 2022-11-04

Title: Extending 'gt' for Beautiful HTML Tables
Description: Provides additional functions for creating beautiful tables with 'gt'. The functions are generally wrappers around boilerplate or adding opinionated niche capabilities and helpers functions.
Author: Thomas Mock [aut, cre, cph], Daniel D. Sjoberg [ctb]
Maintainer: Thomas Mock <j.thomasmock@gmail.com>

Diff between gtExtras versions 0.4.3 dated 2022-11-04 and 0.4.5 dated 2022-11-27

 DESCRIPTION                             |   13 -
 MD5                                     |  149 +++++++-------
 NEWS.md                                 |    8 
 R/fmt_pad_num.R                         |   40 ++-
 R/fmt_pct_extra.R                       |   16 -
 R/fmt_symbol_first.R                    |   47 ++--
 R/fontawesome-icons.R                   |   21 --
 R/generate_df.R                         |   24 +-
 R/get_row_index.R                       |    7 
 R/gt-bar-html.R                         |    8 
 R/gtExtras-package.R                    |    4 
 R/gt_add_divider.R                      |    8 
 R/gt_alert_icon.R                       |   14 -
 R/gt_color_box.R                        |   25 +-
 R/gt_color_rows.R                       |   27 +-
 R/gt_dot_bar.R                          |   41 ++--
 R/gt_dt__.R                             |    2 
 R/gt_dt_data.R                          |    8 
 R/gt_duplicate_column.R                 |   16 -
 R/gt_highlight_cols.R                   |   27 +-
 R/gt_highlight_rows.R                   |   13 -
 R/gt_hulk_color.R                       |   17 -
 R/gt_image_multi_rows.R                 |   78 +++----
 R/gt_image_rows.R                       |   34 +--
 R/gt_img_circle.R                       |   22 +-
 R/gt_index.R                            |   18 -
 R/gt_pct_bar.R                          |   58 +++--
 R/gt_plt_bar.R                          |   49 +++-
 R/gt_plt_bullet.R                       |   30 ++
 R/gt_plt_conf_int.R                     |  115 ++++++++---
 R/gt_plt_dist.R                         |  168 ++++++++++------
 R/gt_plt_percentile_dot.R               |   74 ++++---
 R/gt_plt_point.R                        |  177 +++++++++++------
 R/gt_plt_sparkline.R                    |  325 ++++++++++++++++++--------------
 R/gt_resolver.R                         |   73 +------
 R/gt_summary_table.R                    |   21 +-
 R/gt_text_img.R                         |    7 
 R/gt_theme_538.R                        |   13 -
 R/gt_theme_dark.R                       |   30 +-
 R/gt_theme_dot_matrix.R                 |    8 
 R/gt_theme_espn.R                       |    7 
 R/gt_theme_excel.R                      |    3 
 R/gt_theme_guardian.R                   |   19 -
 R/gt_theme_nytimes.R                    |   15 -
 R/gt_theme_pff.R                        |   19 -
 R/gt_vendor.R                           |  152 +++-----------
 R/gt_win_loss.R                         |  114 ++++++-----
 R/gtsave_extra.R                        |    8 
 R/html-helpers.R                        |   54 ++---
 R/icon_fun.R                            |   27 +-
 R/img_header.R                          |    1 
 R/last_row_id.R                         |    3 
 R/merge_and_stack.R                     |   30 +-
 R/pad_fn.R                              |   27 +-
 R/tab_style_by_grp.R                    |    9 
 R/two-column-layouts.R                  |    1 
 R/utils.R                               |   22 --
 man/add_text_img.Rd                     |    2 
 man/figures/gt_alert_icon-binary.png    |only
 man/fmt_pad_num.Rd                      |   10 
 man/fmt_pct_extra.Rd                    |    4 
 man/fmt_symbol_first.Rd                 |   16 -
 man/generate_df.Rd                      |    4 
 man/gt_alert_icon.Rd                    |   14 +
 man/gt_img_multi_rows.Rd                |   14 -
 man/gt_index.Rd                         |    5 
 man/gt_plt_bullet.Rd                    |    5 
 man/pad_fn.Rd                           |   10 
 tests/testthat/test-fmt_pad_num.R       |    2 
 tests/testthat/test-fontawesome-icons.R |   16 -
 tests/testthat/test-gt_img_circle.R     |    2 
 tests/testthat/test-gt_index.R          |   19 +
 tests/testthat/test-gt_plt_conf_int.R   |    4 
 tests/testthat/test-gt_plt_point.R      |   29 +-
 tests/testthat/test-gt_summary_table.R  |    2 
 tests/testthat/test-utils.R             |    2 
 76 files changed, 1354 insertions(+), 1152 deletions(-)

More information about gtExtras at CRAN
Permanent link

Package rhino updated to version 1.2.0 with previous version 1.1.1 dated 2022-09-07

Title: A Framework for Enterprise Shiny Applications
Description: A framework that supports creating and extending enterprise Shiny applications using best practices.
Author: Kamil Żyla [aut, cre], Jakub Nowicki [aut], Leszek Sieminski [aut], Marek Rogala [aut], Recle Vibal [aut], Tymoteusz Makowski [aut], Appsilon Sp. z o.o. [cph]
Maintainer: Kamil Żyla <opensource+kamil@appsilon.com>

Diff between rhino versions 1.1.1 dated 2022-09-07 and 1.2.0 dated 2022-11-27

 rhino-1.1.1/rhino/inst/templates/node/webpack.config.babel.js                  |only
 rhino-1.1.1/rhino/inst/templates/node/yarn.lock                                |only
 rhino-1.2.0/rhino/DESCRIPTION                                                  |   25 +-
 rhino-1.2.0/rhino/MD5                                                          |   39 +--
 rhino-1.2.0/rhino/NEWS.md                                                      |only
 rhino-1.2.0/rhino/R/app.R                                                      |    2 
 rhino-1.2.0/rhino/R/init.R                                                     |   41 +++
 rhino-1.2.0/rhino/R/node.R                                                     |   72 +-----
 rhino-1.2.0/rhino/R/rhino.R                                                    |    7 
 rhino-1.2.0/rhino/R/tools.R                                                    |  109 +++++++---
 rhino-1.2.0/rhino/inst/WORDLIST                                                |only
 rhino-1.2.0/rhino/inst/templates/app_structure/dot.lintr                       |    5 
 rhino-1.2.0/rhino/inst/templates/github_ci/dot.github/workflows/rhino-test.yml |   18 +
 rhino-1.2.0/rhino/inst/templates/node/babel.config.json                        |only
 rhino-1.2.0/rhino/inst/templates/node/package-lock.json                        |only
 rhino-1.2.0/rhino/inst/templates/node/package.json                             |   18 -
 rhino-1.2.0/rhino/inst/templates/node/webpack.config.js                        |only
 rhino-1.2.0/rhino/man/build_js.Rd                                              |    2 
 rhino-1.2.0/rhino/man/build_sass.Rd                                            |    4 
 rhino-1.2.0/rhino/man/init.Rd                                                  |   10 
 rhino-1.2.0/rhino/man/lint_js.Rd                                               |    2 
 rhino-1.2.0/rhino/man/lint_r.Rd                                                |    6 
 rhino-1.2.0/rhino/man/lint_sass.Rd                                             |    2 
 rhino-1.2.0/rhino/man/test_e2e.Rd                                              |    2 
 24 files changed, 217 insertions(+), 147 deletions(-)

More information about rhino at CRAN
Permanent link

Package glmnet updated to version 4.1-6 with previous version 4.1-4 dated 2022-04-15

Title: Lasso and Elastic-Net Regularized Generalized Linear Models
Description: Extremely efficient procedures for fitting the entire lasso or elastic-net regularization path for linear regression, logistic and multinomial regression models, Poisson regression, Cox model, multiple-response Gaussian, and the grouped multinomial regression. There are two new and important additions. The family argument can be a GLM family object, which opens the door to any programmed family. This comes with a modest computational cost, so when the built-in families suffice, they should be used instead. The other novelty is the relax option, which refits each of the active sets in the path unpenalized. The algorithm uses cyclical coordinate descent in a path-wise fashion, as described in the papers listed in the URL below.
Author: Jerome Friedman [aut], Trevor Hastie [aut, cre], Rob Tibshirani [aut], Balasubramanian Narasimhan [aut], Kenneth Tay [aut], Noah Simon [aut], Junyang Qian [ctb], James Yang [aut]
Maintainer: Trevor Hastie <hastie@stanford.edu>

Diff between glmnet versions 4.1-4 dated 2022-04-15 and 4.1-6 dated 2022-11-27

 glmnet-4.1-4/glmnet/inst/mortran/glmnet5dpclean.m                                             |only
 glmnet-4.1-4/glmnet/inst/mortran/wls.m                                                        |only
 glmnet-4.1-4/glmnet/src/glmnet5dpclean.f                                                      |only
 glmnet-4.1-4/glmnet/src/glmnetpp/benchmark/CMakeLists.txt                                     |only
 glmnet-4.1-4/glmnet/src/glmnetpp/clean-build.sh                                               |only
 glmnet-4.1-4/glmnet/src/glmnetpp/cmake                                                        |only
 glmnet-4.1-4/glmnet/src/glmnetpp/src/CMakeLists.txt                                           |only
 glmnet-4.1-4/glmnet/src/glmnetpp/test/CMakeLists.txt                                          |only
 glmnet-4.1-4/glmnet/src/wls.f                                                                 |only
 glmnet-4.1-6/glmnet/DESCRIPTION                                                               |    8 
 glmnet-4.1-6/glmnet/MD5                                                                       |   91 +++++-----
 glmnet-4.1-6/glmnet/NEWS.md                                                                   |   10 +
 glmnet-4.1-6/glmnet/R/bigGlm.R                                                                |   28 ++-
 glmnet-4.1-6/glmnet/R/coxnet.R                                                                |    1 
 glmnet-4.1-6/glmnet/R/coxpath.R                                                               |    6 
 glmnet-4.1-6/glmnet/R/cv.glmnet.raw.R                                                         |    6 
 glmnet-4.1-6/glmnet/R/glmnet.R                                                                |    5 
 glmnet-4.1-6/glmnet/R/glmnetFlex.R                                                            |   12 -
 glmnet-4.1-6/glmnet/R/predict.glmnet.R                                                        |    2 
 glmnet-4.1-6/glmnet/R/predict.multnet.R                                                       |    2 
 glmnet-4.1-6/glmnet/R/response.coxnet.R                                                       |   32 ++-
 glmnet-4.1-6/glmnet/build/partial.rdb                                                         |binary
 glmnet-4.1-6/glmnet/build/vignette.rds                                                        |binary
 glmnet-4.1-6/glmnet/inst/doc/Coxnet.pdf                                                       |binary
 glmnet-4.1-6/glmnet/inst/doc/glmnet.pdf                                                       |binary
 glmnet-4.1-6/glmnet/inst/doc/glmnetFamily.pdf                                                 |binary
 glmnet-4.1-6/glmnet/inst/doc/relax.pdf                                                        |binary
 glmnet-4.1-6/glmnet/inst/mortran/coxnet5dpclean.m                                             |only
 glmnet-4.1-6/glmnet/src/Makevars                                                              |    2 
 glmnet-4.1-6/glmnet/src/coxnet5dpclean.f                                                      |only
 glmnet-4.1-6/glmnet/src/glmnet_init.cpp                                                       |   32 ---
 glmnet-4.1-6/glmnet/src/glmnetpp/BUILD.bazel                                                  |only
 glmnet-4.1-6/glmnet/src/glmnetpp/README.md                                                    |only
 glmnet-4.1-6/glmnet/src/glmnetpp/WORKSPACE                                                    |only
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/BUILD.bazel                                        |only
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/binomial_benchmark.cpp                             |    6 
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/binomial_two_class_benchmark.cpp                   |    7 
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/gaussian_benchmark.cpp                             |    6 
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/gaussian_cov_benchmark.cpp                         |    6 
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/gaussian_naive_benchmark.cpp                       |   10 -
 glmnet-4.1-6/glmnet/src/glmnetpp/benchmark/poisson_benchmark.cpp                              |    6 
 glmnet-4.1-6/glmnet/src/glmnetpp/bug_reports                                                  |only
 glmnet-4.1-6/glmnet/src/glmnetpp/environment.yml                                              |only
 glmnet-4.1-6/glmnet/src/glmnetpp/generate_bazelrc                                             |only
 glmnet-4.1-6/glmnet/src/glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp |    2 
 glmnet-4.1-6/glmnet/src/glmnetpp/include/glmnetpp_bits/util/macros.hpp                        |   10 +
 glmnet-4.1-6/glmnet/src/glmnetpp/src/BUILD.bazel                                              |only
 glmnet-4.1-6/glmnet/src/glmnetpp/src/legacy/legacy.h                                          |    8 
 glmnet-4.1-6/glmnet/src/glmnetpp/src/legacy/pb.c                                              |    8 
 glmnet-4.1-6/glmnet/src/glmnetpp/test/BUILD.bazel                                             |only
 glmnet-4.1-6/glmnet/src/glmnetpp/test/testutil/base_fixture.hpp                               |    1 
 glmnet-4.1-6/glmnet/src/glmnetpp/test/testutil/data_util.hpp                                  |    1 
 glmnet-4.1-6/glmnet/src/glmnetpp/test/testutil/translation/lognetn.hpp                        |    2 
 glmnet-4.1-6/glmnet/src/pb.c                                                                  |    8 
 54 files changed, 170 insertions(+), 148 deletions(-)

More information about glmnet at CRAN
Permanent link

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

Title: Download Flight and Airport Data from Brazil
Description: Download flight and airport data from Brazil’s Civil Aviation Agency (ANAC) <https://www.gov.br/anac>. The data includes detailed information on all aircrafts, aerodromes, airports, and airport movements registered in ANAC, on airfares and on every international flight to and from Brazil, as well as domestic flights within the country.
Author: Rafael H. M. Pereira [aut, cre] , Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Rafael H. M. Pereira <rafa.pereira.br@gmail.com>

Diff between flightsbr versions 0.2.0 dated 2022-05-05 and 0.2.1 dated 2022-11-27

 DESCRIPTION                                        |   10 
 MD5                                                |   36 +-
 NEWS.md                                            |    9 
 R/read_aircrafts.R                                 |    1 
 R/utils.R                                          |   16 
 README.md                                          |   12 
 inst/doc/airports.html                             |  345 +++++++++++++++----
 inst/doc/flights.html                              |  343 +++++++++++++++----
 inst/doc/intro_flightsbr.Rmd                       |    2 
 inst/doc/intro_flightsbr.html                      |  365 ++++++++++++++++-----
 tests/testthat/test_get_airfares_dates_available.R |   15 
 tests/testthat/test_get_flight_dates_available.R   |    5 
 tests/testthat/test_latest_flights_date.R          |    3 
 tests/testthat/test_read_aircrafts.R               |    6 
 tests/testthat/test_read_airfares.R                |    4 
 tests/testthat/test_read_airport_movements.R       |    1 
 tests/testthat/test_read_airports.R                |   15 
 tests/testthat/test_read_flights.R                 |    4 
 vignettes/intro_flightsbr.Rmd                      |    2 
 19 files changed, 940 insertions(+), 254 deletions(-)

More information about flightsbr at CRAN
Permanent link

Package Rigma updated to version 0.2.1 with previous version 0.1.0 dated 2022-11-09

Title: Access to the 'Figma' API
Description: The goal of Rigma is to provide a user friendly client to the 'Figma' API <https://www.figma.com/developers/api>. It uses the latest `httr2` for a stable interface with the REST API. More than 20 methods are provided to interact with 'Figma' files, and teams. Get design data into R by reading published components and styles, converting and downloading images, getting access to the full 'Figma' file as a hierarchical data structure, and much more. Enhance your creativity and streamline the application development by automating the extraction, transformation, and loading of design data to your applications and 'HTML' documents.
Author: Alexandros Kouretsis [aut, cre]
Maintainer: Alexandros Kouretsis <alexandros@appsilon.com>

Diff between Rigma versions 0.1.0 dated 2022-11-09 and 0.2.1 dated 2022-11-27

 DESCRIPTION                                 |   24 ++++++++------
 MD5                                         |   46 +++++++++++++++++++++-------
 NAMESPACE                                   |   44 ++++++++++++++++++++++++++
 NEWS.md                                     |   23 ++++++++++++++
 R/add_color.R                               |only
 R/as_design_tibble.R                        |only
 R/extract_bslib_palette.R                   |only
 R/get_file_nodes.R                          |   10 +++---
 R/text_data_from_styles.R                   |only
 R/thumbnail_color.R                         |only
 R/utils-pipe.R                              |    3 +
 R/utils.R                                   |only
 README.md                                   |   13 +++++--
 build/vignette.rds                          |binary
 inst/doc/rigma_intro.Rmd                    |   22 +++++++------
 inst/doc/rigma_intro.html                   |   27 +++++++++-------
 inst/doc/style_shiny_app_bslib.R            |only
 inst/doc/style_shiny_app_bslib.Rmd          |only
 inst/doc/style_shiny_app_bslib.html         |only
 inst/extdata                                |only
 man/add_color.Rd                            |only
 man/as_design_tibble.Rd                     |only
 man/extract_bslib_palette.Rd                |only
 man/get_file_nodes.Rd                       |    4 +-
 man/possibly_thumbnail_color.Rd             |only
 man/safe_download.Rd                        |only
 man/text_data_from_styles.Rd                |only
 man/thumbnail_color.Rd                      |only
 tests/testthat/test-add_color.R             |only
 tests/testthat/test-as_design_tibble.R      |only
 tests/testthat/test-extract_bslib_palette.R |only
 tests/testthat/test-text_data_from_styles.R |only
 tests/testthat/test-thumbnail_color.R       |only
 vignettes/figma_bslib.png                   |only
 vignettes/rigma_intro.Rmd                   |   22 +++++++------
 vignettes/style_shiny_app_bslib.Rmd         |only
 36 files changed, 174 insertions(+), 64 deletions(-)

More information about Rigma at CRAN
Permanent link

Package gtools updated to version 3.9.4 with previous version 3.9.3 dated 2022-07-11

Title: Various R Programming Tools
Description: Functions to assist in R programming, including: - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', 'getDependencies', 'keywords', 'scat'), - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), - test if a value is missing, empty or contains only NA and NULL values ('invalid'), - manipulate R's .Last function ('addLast'), - define macros ('defmacro'), - detect odd and even integers ('odd', 'even'), - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), - perform a binary search ('binsearch'), - sort strings containing both numeric and character components ('mixedsort'), - create a factor variable from the quantiles of a continuous variable ('quantcut'), - enumerate permutations and combinations ('combinations', 'permutation'), - calculate and convert between fold-change and log-ratio ('foldchange', 'logratio2foldchange', 'foldchange2logratio'), - calculate probabilities and ge [...truncated...]
Author: Ben Bolker [aut, cre] , Gregory R. Warnes [aut], Thomas Lumley [aut]
Maintainer: Ben Bolker <bolker@mcmaster.ca>

Diff between gtools versions 3.9.3 dated 2022-07-11 and 3.9.4 dated 2022-11-27

 DESCRIPTION        |   10 +++++-----
 MD5                |   28 ++++++++++++++--------------
 NEWS.md            |    6 ++++++
 R/capwords.R       |    2 +-
 R/lastAdd.R        |    1 -
 R/mixedsort.R      |    4 ++--
 R/stars.pval.R     |    4 ++--
 inst/NEWS.md       |    6 ++++++
 man/asc.Rd         |    6 +++---
 man/capwords.Rd    |    2 +-
 man/dirichlet.Rd   |    6 +++---
 man/foldchange.Rd  |    8 ++++----
 man/mixedsort.Rd   |    4 ++--
 man/script_file.Rd |    6 +++---
 man/stars.pval.Rd  |    4 ++--
 15 files changed, 54 insertions(+), 43 deletions(-)

More information about gtools at CRAN
Permanent link

Package ThresholdROCsurvival updated to version 1.0.3 with previous version 1.0.2 dated 2022-08-11

Title: Threshold and AUC Estimation with Right-Censored Data at a Fixed Time t
Description: We focus on the estimation of optimal thresholds and AUCs when the outcome of interest is the status (alive or dead) of the subjects at a certain time-point t. This binary status is determined by right-censored times to event and it is missing for those subjects censored before t. Here we provide three methods (missing exclusion, imputation of censored times and using time-dependent ROC curves) to estimate optimal thresholds and AUCs in this context. Two references for the methods used here are Skaltsa et al. (2010) <doi:10.1002/bimj.200900294> and Heagerty et al. (2000) <doi:10.1111/j.0006-341x.2000.00337.x>.
Author: Sara Perez-Jaume [aut, cre], Josep L Carrasco [aut]
Maintainer: Sara Perez-Jaume <spjaume@gmail.com>

Diff between ThresholdROCsurvival versions 1.0.2 dated 2022-08-11 and 1.0.3 dated 2022-11-27

 ThresholdROCsurvival-1.0.2/ThresholdROCsurvival/build                               |only
 ThresholdROCsurvival-1.0.3/ThresholdROCsurvival/DESCRIPTION                         |   10 
 ThresholdROCsurvival-1.0.3/ThresholdROCsurvival/MD5                                 |    9 
 ThresholdROCsurvival-1.0.3/ThresholdROCsurvival/NAMESPACE                           |    2 
 ThresholdROCsurvival-1.0.3/ThresholdROCsurvival/R/auxiliars.R                       |  239 +++++++++-
 ThresholdROCsurvival-1.0.3/ThresholdROCsurvival/man/ThresholdROCsurvival-package.Rd |    4 
 6 files changed, 250 insertions(+), 14 deletions(-)

More information about ThresholdROCsurvival at CRAN
Permanent link

Package Greymodels updated to version 2.0 with previous version 1.0 dated 2022-10-28

Title: Shiny App for Grey Forecasting Model
Description: The 'Greymodels' Shiny app is an interactive interface for statistical modelling and forecasting using grey-based models. It covers several state-of-the-art univariate and multivariate grey models. A user friendly interface allows users to easily compare the performance of different models for prediction and among others, visualize graphical plots of predicted values within user chosen confidence intervals. Chang, C. (2019) <doi:10.24818/18423264/53.1.19.11>, Li, K., Zhang, T. (2019) <doi:10.1007/s12667-019-00344-0>, Ou, S. (2012) <doi:10.1016/j.compag.2012.03.007>, Li, S., Zhou, M., Meng, W., Zhou, W. (2019) <doi:10.1080/23307706.2019.1666310>, Xie, N., Liu, S. (2009) <doi:10.1016/j.apm.2008.01.011>, Shao, Y., Su, H. (2012) <doi:10.1016/j.aasri.2012.06.003>, Xie, N., Liu, S., Yang, Y., Yuan, C. (2013) <doi:10.1016/j.apm.2012.10.037>, Li, S., Miao, Y., Li, G., Ikram, M. (2020) <doi:10.1016/j.matcom.2019.12.020>, Che, X., Luo, Y., He, Z. ( [...truncated...]
Author: Jahajeeah Havisha [aut, cre], Saib Aslam Aly [aut]
Maintainer: Jahajeeah Havisha <hjahajeeah@utm.ac.mu>

Diff between Greymodels versions 1.0 dated 2022-10-28 and 2.0 dated 2022-11-27

 Greymodels-1.0/Greymodels/R/CIplots_egm.R            |only
 Greymodels-2.0/Greymodels/DESCRIPTION                |   16 
 Greymodels-2.0/Greymodels/MD5                        |   29 
 Greymodels-2.0/Greymodels/NAMESPACE                  |    1 
 Greymodels-2.0/Greymodels/R/CI_MV.R                  |   91 -
 Greymodels-2.0/Greymodels/R/CIplots_igndgm12.R       |    6 
 Greymodels-2.0/Greymodels/R/app.R                    |   13 
 Greymodels-2.0/Greymodels/R/app_server.R             | 1043 +++++--------------
 Greymodels-2.0/Greymodels/R/app_ui.R                 |    3 
 Greymodels-2.0/Greymodels/R/bv.R                     |   17 
 Greymodels-2.0/Greymodels/R/ef.R                     |   28 
 Greymodels-2.0/Greymodels/R/imv.R                    |  146 +-
 Greymodels-2.0/Greymodels/R/mv.R                     |   94 -
 Greymodels-2.0/Greymodels/man/app.Rd                 |   12 
 Greymodels-2.0/Greymodels/man/confidence_interval.Rd |    5 
 Greymodels-2.0/Greymodels/man/plots.Rd               |    3 
 16 files changed, 492 insertions(+), 1015 deletions(-)

More information about Greymodels at CRAN
Permanent link

Package rasterVis updated to version 0.51.4 with previous version 0.51.2 dated 2022-01-23

Title: Visualization Methods for Raster Data
Description: Methods for enhanced visualization and interaction with raster data. It implements visualization methods for quantitative data and categorical data, both for univariate and multivariate rasters. It also provides methods to display spatiotemporal rasters, and vector fields. See the website for examples.
Author: Oscar Perpinan Lamigueiro [cre, aut] , Robert Hijmans [aut]
Maintainer: Oscar Perpinan Lamigueiro <oscar.perpinan@upm.es>

Diff between rasterVis versions 0.51.2 dated 2022-01-23 and 0.51.4 dated 2022-11-27

 rasterVis-0.51.2/rasterVis/R/colorkey.R             |only
 rasterVis-0.51.4/rasterVis/DESCRIPTION              |    6 -
 rasterVis-0.51.4/rasterVis/MD5                      |   13 +--
 rasterVis-0.51.4/rasterVis/R/levelplot.R            |   85 +++++++++++---------
 rasterVis-0.51.4/rasterVis/R/vectorplot.R           |    2 
 rasterVis-0.51.4/rasterVis/R/xyLayer.R              |    2 
 rasterVis-0.51.4/rasterVis/build/partial.rdb        |binary
 rasterVis-0.51.4/rasterVis/man/levelplot-methods.Rd |   44 ++++++++--
 8 files changed, 95 insertions(+), 57 deletions(-)

More information about rasterVis at CRAN
Permanent link

Package RIbench updated to version 1.0.2 with previous version 1.0.1 dated 2022-09-17

Title: Benchmark Suite for Indirect Methods for RI Estimation
Description: The provided benchmark suite enables the automated evaluation and comparison of any existing and novel indirect method for reference interval ('RI') estimation in a systematic way. Indirect methods take routine measurements of diagnostic tests, containing pathological and non-pathological samples as input and use sophisticated statistical methods to derive a model describing the distribution of the non-pathological samples, which can then be used to derive reference intervals. The benchmark suite contains 5,760 simulated test sets with varying difficulty. To include any indirect method, a custom wrapper function needs to be provided. The package offers functions for generating the test sets, executing the indirect method and evaluating the results. See ?RIbench or vignette("RIbench_package") for a more comprehensive description of the features. A detailed description and application is described in Ammer T., Schuetzenmeister A., Prokosch H.-U., Zierk J., Rank C.M., Rauh M. "RIbench: A [...truncated...]
Author: Tatjana Ammer [aut, cre], Christopher Rank [aut], Andre Schuetzenmeister [aut]
Maintainer: Tatjana Ammer <tatjana.ammer@roche.com>

Diff between RIbench versions 1.0.1 dated 2022-09-17 and 1.0.2 dated 2022-11-27

 DESCRIPTION                   |    8 ++++----
 MD5                           |   16 ++++++++--------
 NEWS.md                       |    8 ++++++++
 R/generateData.R              |   14 +++++++++++---
 R/plot.R                      |   16 ++++++++--------
 R/utils.R                     |   13 +++++++++++--
 inst/doc/RIbench_package.html |    4 ++--
 inst/extdata/runIndMethod.R   |    6 +++---
 man/RIbench-Package.Rd        |    4 ++--
 9 files changed, 57 insertions(+), 32 deletions(-)

More information about RIbench at CRAN
Permanent link

Package emayili updated to version 0.7.13 with previous version 0.7.11 dated 2022-08-17

Title: Send Email Messages
Description: A light, simple tool for sending emails with minimal dependencies.
Author: Andrew B. Collier [aut, cre, cph], Matt Dennis [ctb], Antoine Bichat [ctb] , Daniel Fahey [ctb], Johann R. Kleinbub [ctb], Panagiotis Moulos [ctb], Swechhya Bista [ctb], Colin Fay [ctb]
Maintainer: Andrew B. Collier <andrew@fathomdata.dev>

Diff between emayili versions 0.7.11 dated 2022-08-17 and 0.7.13 dated 2022-11-27

 DESCRIPTION                   |    8 
 MD5                           |   50 ++---
 NAMESPACE                     |    1 
 NEWS.md                       |    8 
 R/address.R                   |   18 -
 R/attachment.R                |   25 +-
 R/body.R                      |   46 ++--
 R/const.R                     |    8 
 R/encrypt.R                   |    6 
 R/envelope.R                  |   32 +--
 R/header-language.R           |    7 
 R/header-mail.R               |   27 +-
 R/header-sensitivity.R        |    2 
 R/header.R                    |   12 -
 R/mime.R                      |  122 +++++-------
 R/render.R                    |   53 ++---
 R/server.R                    |  103 ++++++----
 R/template.R                  |   12 -
 R/utils.R                     |   14 -
 README.md                     |   59 +++---
 inst/WORDLIST                 |  401 +++++++++++++++++++++++++++++++++++++++++-
 inst/github-card.R            |    8 
 inst/hex/emayili-hex.R        |   34 +--
 inst/shiny/send-message/app.R |    2 
 man/attachment.Rd             |    4 
 man/server.Rd                 |   21 +-
 26 files changed, 749 insertions(+), 334 deletions(-)

More information about emayili at CRAN
Permanent link

Package mlr3fselect updated to version 0.8.1 with previous version 0.8.0 dated 2022-11-16

Title: Feature Selection for 'mlr3'
Description: Feature selection package of the mlr3 ecosystem. It selects the optimal feature set for any mlr3 learner. The package works with several optimization algorithms e.g. Random Search, Recursive Feature Elimination, and Genetic Search. Moreover, it can automatically optimize learners and estimate the performance of optimized feature sets with nested resampling.
Author: Marc Becker [aut, cre] , Patrick Schratz [aut] , Michel Lang [aut] , Bernd Bischl [aut]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3fselect versions 0.8.0 dated 2022-11-16 and 0.8.1 dated 2022-11-27

 DESCRIPTION                      |   50 ++----
 MD5                              |   22 +-
 NEWS.md                          |    4 
 R/FSelectInstanceMultiCrit.R     |   20 ++
 R/FSelectInstanceSingleCrit.R    |   20 ++
 R/FSelectorGeneticSearch.R       |    1 
 README.md                        |  304 ++++++++++++++-------------------------
 inst/WORDLIST                    |    1 
 man/FSelectInstanceMultiCrit.Rd  |   22 ++
 man/FSelectInstanceSingleCrit.Rd |   22 ++
 man/fsi.Rd                       |    3 
 man/mlr3fselect-package.Rd       |    2 
 12 files changed, 235 insertions(+), 236 deletions(-)

More information about mlr3fselect at CRAN
Permanent link

Package ggstatsplot updated to version 0.10.0 with previous version 0.9.5 dated 2022-10-16

Title: 'ggplot2' Based Plots with Statistical Details
Description: Extension of 'ggplot2', 'ggstatsplot' creates graphics with details from statistical tests included in the plots themselves. It provides an easier syntax to generate information-rich plots for statistical analysis of continuous (violin plots, scatterplots, histograms, dot plots, dot-and-whisker plots) or categorical (pie and bar charts) data. Currently, it supports the most common types of statistical approaches and tests: parametric, nonparametric, robust, and Bayesian versions of t-test/ANOVA, correlation analyses, contingency table analysis, meta-analysis, and regression analyses. References: Patil (2021) <doi:10.21105/joss.03236>.
Author: Indrajeet Patil [cre, aut, cph] , Chuck Powell [ctb]
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between ggstatsplot versions 0.9.5 dated 2022-10-16 and 0.10.0 dated 2022-11-27

 ggstatsplot-0.10.0/ggstatsplot/DESCRIPTION                                                                             |   25 
 ggstatsplot-0.10.0/ggstatsplot/MD5                                                                                     |  413 ++++----
 ggstatsplot-0.10.0/ggstatsplot/NAMESPACE                                                                               |   10 
 ggstatsplot-0.10.0/ggstatsplot/NEWS.md                                                                                 |   21 
 ggstatsplot-0.10.0/ggstatsplot/R/combine_plots.R                                                                       |    3 
 ggstatsplot-0.10.0/ggstatsplot/R/data.R                                                                                |   36 
 ggstatsplot-0.10.0/ggstatsplot/R/extract_stats.R                                                                       |   72 -
 ggstatsplot-0.10.0/ggstatsplot/R/ggbarstats.R                                                                          |   43 
 ggstatsplot-0.10.0/ggstatsplot/R/ggbetweenstats.R                                                                      |  184 +--
 ggstatsplot-0.10.0/ggstatsplot/R/ggbetweenstats_helpers.R                                                              |   37 
 ggstatsplot-0.10.0/ggstatsplot/R/ggcoefstats.R                                                                         |  138 +-
 ggstatsplot-0.10.0/ggstatsplot/R/ggcorrmat.R                                                                           |   55 -
 ggstatsplot-0.10.0/ggstatsplot/R/ggdotplotstats.R                                                                      |   59 -
 ggstatsplot-0.10.0/ggstatsplot/R/gghistostats.R                                                                        |   64 -
 ggstatsplot-0.10.0/ggstatsplot/R/gghistostats_helpers.R                                                                |   18 
 ggstatsplot-0.10.0/ggstatsplot/R/ggpiestats.R                                                                          |   43 
 ggstatsplot-0.10.0/ggstatsplot/R/ggpiestats_ggbarstats_helpers.R                                                       |    5 
 ggstatsplot-0.10.0/ggstatsplot/R/ggscatterstats.R                                                                      |  117 --
 ggstatsplot-0.10.0/ggstatsplot/R/ggstatsplot-package.R                                                                 |    4 
 ggstatsplot-0.10.0/ggstatsplot/R/ggwithinstats.R                                                                       |  106 +-
 ggstatsplot-0.10.0/ggstatsplot/R/global_vars.R                                                                         |    1 
 ggstatsplot-0.10.0/ggstatsplot/R/theme_ggstatsplot.R                                                                   |only
 ggstatsplot-0.10.0/ggstatsplot/R/utils.R                                                                               |   65 -
 ggstatsplot-0.10.0/ggstatsplot/README.md                                                                               |  516 ++--------
 ggstatsplot-0.10.0/ggstatsplot/build/partial.rdb                                                                       |binary
 ggstatsplot-0.10.0/ggstatsplot/build/vignette.rds                                                                      |binary
 ggstatsplot-0.10.0/ggstatsplot/inst/WORDLIST                                                                           |    1 
 ggstatsplot-0.10.0/ggstatsplot/inst/doc/additional.Rmd                                                                 |   12 
 ggstatsplot-0.10.0/ggstatsplot/inst/doc/additional.html                                                                |    4 
 ggstatsplot-0.10.0/ggstatsplot/inst/doc/ggstatsplot.R                                                                  |   15 
 ggstatsplot-0.10.0/ggstatsplot/inst/doc/ggstatsplot.Rmd                                                                |   20 
 ggstatsplot-0.10.0/ggstatsplot/inst/doc/ggstatsplot.html                                                               |   11 
 ggstatsplot-0.10.0/ggstatsplot/man/Titanic_full.Rd                                                                     |    2 
 ggstatsplot-0.10.0/ggstatsplot/man/bugs_long.Rd                                                                        |    3 
 ggstatsplot-0.10.0/ggstatsplot/man/bugs_wide.Rd                                                                        |    2 
 ggstatsplot-0.10.0/ggstatsplot/man/combine_plots.Rd                                                                    |    1 
 ggstatsplot-0.10.0/ggstatsplot/man/dot-grouped_list.Rd                                                                 |    3 
 ggstatsplot-0.10.0/ggstatsplot/man/extract_stats.Rd                                                                    |   52 -
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-customplot-1.png                                                     |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggbetweenstats1-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggbetweenstats2-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggcorrmat1-1.png                                                     |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggcorrmat2-1.png                                                     |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggdotplotstats1-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggdotplotstats2-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-gghistostats1-1.png                                                  |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-gghistostats2-1.png                                                  |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggpiestats1-1.png                                                    |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggpiestats2-1.png                                                    |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggscatterstats1-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggscatterstats2-1.png                                                |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggwithinstats1-1.png                                                 |binary
 ggstatsplot-0.10.0/ggstatsplot/man/figures/README-ggwithinstats2-1.png                                                 |binary
 ggstatsplot-0.10.0/ggstatsplot/man/ggbarstats.Rd                                                                       |   83 +
 ggstatsplot-0.10.0/ggstatsplot/man/ggbetweenstats.Rd                                                                   |  248 ++++
 ggstatsplot-0.10.0/ggstatsplot/man/ggcoefstats.Rd                                                                      |   59 -
 ggstatsplot-0.10.0/ggstatsplot/man/ggcorrmat.Rd                                                                        |   45 
 ggstatsplot-0.10.0/ggstatsplot/man/ggdotplotstats.Rd                                                                   |   65 -
 ggstatsplot-0.10.0/ggstatsplot/man/gghistostats.Rd                                                                     |   68 +
 ggstatsplot-0.10.0/ggstatsplot/man/ggpiestats.Rd                                                                       |   83 +
 ggstatsplot-0.10.0/ggstatsplot/man/ggscatterstats.Rd                                                                   |   98 +
 ggstatsplot-0.10.0/ggstatsplot/man/ggwithinstats.Rd                                                                    |  235 ++++
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggbarstats.Rd                                                               |   16 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggbetweenstats.Rd                                                           |   72 -
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggcorrmat.Rd                                                                |   27 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggdotplotstats.Rd                                                           |   15 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_gghistostats.Rd                                                             |   15 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggpiestats.Rd                                                               |   16 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggscatterstats.Rd                                                           |   23 
 ggstatsplot-0.10.0/ggstatsplot/man/grouped_ggwithinstats.Rd                                                            |   49 
 ggstatsplot-0.10.0/ggstatsplot/man/iris_long.Rd                                                                        |   11 
 ggstatsplot-0.10.0/ggstatsplot/man/movies_long.Rd                                                                      |    2 
 ggstatsplot-0.10.0/ggstatsplot/man/rmd-fragments                                                                       |only
 ggstatsplot-0.10.0/ggstatsplot/man/theme_ggstatsplot.Rd                                                                |    4 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat.R                                                                        |    7 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/extract_stats.md                                                  |   97 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats.md                                                     |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/changing-aesthetics-works.svg                          |   16 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-count-labels.svg                              |   18 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-paired-two-way-table-with-na.svg              |   10 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-paired-two-way-table-without-na.svg           |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-percentage-and-count-labels.svg               |   18 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-percentage-labels.svg                         |   18 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-unpaired-two-way-table-with-na.svg            |   44 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/checking-unpaired-two-way-table-without-na.svg         |   16 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/common-legend-when-levels-are-dropped.svg              |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/grouped-ggbarstats-with-two-way-table.svg              |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/label-repelling-works.svg                              |   24 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/prop-test-fails-with-dropped-levels.svg                |    8 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbarstats/works-with-dropped-levels.svg                          |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats.md                                                 |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/box-plot.svg                                       |   24 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/default-plot-as-expected.svg                       |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/mean-shown-with-scarce-data.svg                    |   24 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/modification-with-ggplot2-works-as-expected.svg    |   24 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/outlier-tagging-works.svg                          |   82 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggbetweenstats/violin-plot.svg                                    |   18 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcoefstats.md                                                    |   23 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat.md                                                      |   36 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/applying-ggplot2-function-works.svg                     |    6 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/changing-aesthetic-defaults.svg                         |    8 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/non-parametric-correlation-with-nas.svg                 |   30 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/parametric-correlation-without-nas.svg                  |   56 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/with-nas.svg                                            |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggcorrmat/without-nas.svg                                         |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggdotplotstats/defaults-work-as-expected.svg                      |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggdotplotstats/further-modification-with-ggplot-works.svg         |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggdotplotstats/modification-with-ggplot2.svg                      |   56 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggdotplotstats/parametric-without-na.svg                          |   38 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggdotplotstats/robust-with-na.svg                                 |   44 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/aesthetic-modifications-work.svg                     |   60 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/defaults-as-expected.svg                             |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/modification-with-ggplot2-works.svg                  |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/parametric-without-na.svg                            |   72 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/plot-normal-curve.svg                                |   72 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/gghistostats/robust-with-na.svg                                   |   64 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats.md                                                     |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/changing-aesthetics-works.svg                          |   16 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-count-labels.svg                              |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-one-way-table-with-na.svg                     |   16 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-one-way-table-without-na.svg                  |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-paired-two-way-table-with-na.svg              |   10 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-paired-two-way-table-without-na.svg           |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-percentage-and-count-labels.svg               |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-percentage-labels.svg                         |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-unpaired-two-way-table-with-na.svg            |   44 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/checking-unpaired-two-way-table-without-na.svg         |   16 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/common-legend-when-levels-are-dropped.svg              |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/grouped-ggpiestats-with-one-way-table.svg              |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/grouped-ggpiestats-with-two-way-table.svg              |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/label-repelling-works.svg                              |   24 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/prop-test-fails-with-dropped-levels.svg                |    8 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggpiestats/works-with-dropped-levels.svg                          |   12 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats.md                                                 |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/aesthetic-modifications-work.svg                   |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/changing-scales-and-aesthetics.svg                 |  118 +-
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/defaults-work-as-expected.svg                      |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/label-variable-and-expression.svg                  |  126 +-
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/no-label-variable-but-expression.svg               |  126 +-
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/parametric-correlation-without-nas.svg             |  126 +-
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggscatterstats/robust-correlation-with-nas.svg                    |  126 +-
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats.md                                                  |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/centrality-path-can-be-turned-off.svg               |   48 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/default-plots.svg                                   |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/defaults-plots-more-than-two-groups.svg             |   46 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/defaults-plots-two-groups.svg                       |   54 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/ggplot2-commands-work.svg                           |   38 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/ggwithinstats/outlier-tagging-and-themes-work.svg                 |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/adding-caption-works.svg                        |   36 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-bayes.svg                               |   28 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-non-parametric-all.svg                  |   48 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-non-parametric-only-non-significant.svg |   54 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-non-parametric-only-significant.svg     |   42 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-parametric-all.svg                      |   38 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-parametric-only-non-significant.svg     |   32 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-parametric-only-significant.svg         |   32 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-robust-all.svg                          |   36 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-robust-only-non-significant.svg         |   42 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/between-robust-only-significant.svg             |   38 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-bayes.svg                                |   32 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-non-parametric-all.svg                   |   34 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-non-parametric-only-non-significant.svg  |   30 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-non-parametric-only-significant.svg      |   34 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-parametric-all.svg                       |   30 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-parametric-only-non-significant.svg      |   36 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-parametric-only-significant.svg          |   34 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-robust-all.svg                           |   42 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-robust-only-non-significant.svg          |   32 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/pairwise_ggsignif/within-robust-only-significant.svg              |   44 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/_snaps/utils.md                                                          |only
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-combine_plots.R                                                     |    1 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-extract_stats.R                                                     |   94 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggbarstats.R                                                        |  100 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggbetweenstats.R                                                    |   50 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggcoefstats.R                                                       |   59 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggcorrmat.R                                                         |   74 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggdotplotstats.R                                                    |   97 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-gghistostats.R                                                      |   49 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggpiestats.R                                                        |   94 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggscatterstats.R                                                    |   73 +
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-ggwithinstats.R                                                     |   56 -
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-pairwise_ggsignif.R                                                 |   15 
 ggstatsplot-0.10.0/ggstatsplot/tests/testthat/test-utils.R                                                             |only
 ggstatsplot-0.10.0/ggstatsplot/vignettes/additional.Rmd                                                                |   12 
 ggstatsplot-0.10.0/ggstatsplot/vignettes/ggstatsplot.Rmd                                                               |   20 
 ggstatsplot-0.10.0/ggstatsplot/vignettes/setup.R                                                                       |only
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/faq.Rmd                                                              |   75 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggbarstats.Rmd                                                       |   99 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggbetweenstats.Rmd                                                   |  116 --
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggcoefstats.Rmd                                                      |  143 --
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggcorrmat.Rmd                                                        |   64 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggdotplotstats.Rmd                                                   |   66 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/gghistostats.Rmd                                                     |   78 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggpiestats.Rmd                                                       |   91 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggscatterstats.Rmd                                                   |   66 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/ggwithinstats.Rmd                                                    |  114 --
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/pairwise.Rmd                                                         |   36 
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/principles.Rmd                                                       |   68 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/purrr_examples.Rmd                                                   |   56 -
 ggstatsplot-0.10.0/ggstatsplot/vignettes/web_only/reporting.Rmd                                                        |only
 ggstatsplot-0.9.5/ggstatsplot/inst/doc/additional.R                                                                    |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggbarstats                                                 |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggbarstats.md                                              |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggbetweenstats                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggbetweenstats.md                                          |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggcorrmat                                                  |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggcorrmat.md                                               |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggdotplotstats                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_gghistostats                                               |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggpiestats                                                 |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggpiestats.md                                              |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggscatterstats                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggscatterstats.md                                          |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggwithinstats                                              |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/grouped_ggwithinstats.md                                           |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/_snaps/helpers.md                                                         |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-edge_case_null.R                                                     |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggbarstats.R                                                 |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggbetweenstats.R                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggcorrmat.R                                                  |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggdotplotstats.R                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_gghistostats.R                                               |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggpiestats.R                                                 |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggscatterstats.R                                             |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-grouped_ggwithinstats.R                                              |only
 ggstatsplot-0.9.5/ggstatsplot/tests/testthat/test-helpers.R                                                            |only
 226 files changed, 4000 insertions(+), 4086 deletions(-)

More information about ggstatsplot at CRAN
Permanent link

Package mlr3tuningspaces updated to version 0.3.2 with previous version 0.3.1 dated 2022-10-24

Title: Search Spaces for Hyperparameter Tuning
Description: Collection of search spaces for hyperparameter tuning. Includes various search spaces that can be directly applied on an `mlr3` learner. Additionally, meta information about the search space can be queried.
Author: Marc Becker [cre, aut] , Michel Lang [ctb]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3tuningspaces versions 0.3.1 dated 2022-10-24 and 0.3.2 dated 2022-11-27

 mlr3tuningspaces-0.3.1/mlr3tuningspaces/man/tuning_spaces_default.Rd     |only
 mlr3tuningspaces-0.3.1/mlr3tuningspaces/man/tuning_spaces_rbv2.Rd        |only
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/DESCRIPTION                      |    8 -
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/MD5                              |   16 +--
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/NEWS.md                          |    4 
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/R/tuning_spaces_default.R        |   43 +++++----
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/R/tuning_spaces_rbv2.R           |   44 ++++++----
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/README.md                        |   14 +--
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/inst/WORDLIST                    |   13 ++
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/man/mlr_tuning_spaces_default.Rd |only
 mlr3tuningspaces-0.3.2/mlr3tuningspaces/man/mlr_tuning_spaces_rbv2.Rd    |only
 11 files changed, 89 insertions(+), 53 deletions(-)

More information about mlr3tuningspaces at CRAN
Permanent link

Package hystReet updated to version 0.0.3 with previous version 0.0.2 dated 2020-06-14

Title: Get Pedestrian Frequency Data from the 'Hystreet' Project
Description: An R API wrapper for the 'Hystreet' project <https://hystreet.com>. 'Hystreet' provides pedestrian counts in different cities in Germany.
Author: Johannes Friedrich [aut, cre]
Maintainer: Johannes Friedrich <Johannes.Friedrich@posteo.de>

Diff between hystReet versions 0.0.2 dated 2020-06-14 and 0.0.3 dated 2022-11-27

 DESCRIPTION                                               |   10 
 MD5                                                       |   40 
 NAMESPACE                                                 |    2 
 R/create_hystreet_request.R                               |    8 
 R/get_hystreet_station_data.R                             |   33 
 R/hystReet-package.R                                      |    4 
 R/read_hystreet_csv.R                                     |only
 R/utils.R                                                 |    2 
 build/vignette.rds                                        |binary
 data/corona_data_all.RData                                |binary
 data/data_73_74.RData                                     |binary
 data/location_71.RData                                    |binary
 data/locations.RData                                      |binary
 data/ratio.RData                                          |binary
 inst/doc/Getting_started_with_the_R_package_hystReet.R    |   14 
 inst/doc/Getting_started_with_the_R_package_hystReet.Rmd  |   29 
 inst/doc/Getting_started_with_the_R_package_hystReet.html |  564 +++++++-------
 man/dot-create_hystreet_request.Rd                        |    4 
 man/get_hystreet_station_data.Rd                          |   14 
 man/hystReet-package.Rd                                   |    2 
 man/read_hystreet_csv.Rd                                  |only
 vignettes/Getting_started_with_the_R_package_hystReet.Rmd |   29 
 22 files changed, 434 insertions(+), 321 deletions(-)

More information about hystReet at CRAN
Permanent link

Package pkgbuild updated to version 1.4.0 with previous version 1.3.1 dated 2021-12-20

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

Diff between pkgbuild versions 1.3.1 dated 2021-12-20 and 1.4.0 dated 2022-11-27

 DESCRIPTION                          |   36 +++---
 MD5                                  |   86 +++++++++------
 NEWS.md                              |   28 ++++-
 R/build-bg.R                         |   32 ++---
 R/build-tools.R                      |   20 ++-
 R/build.R                            |   98 +++++++++++++++---
 R/c-registration.R                   |    9 -
 R/callback.R                         |   16 +-
 R/compile-dll.R                      |   88 +++++++++++-----
 R/compiler-flags.R                   |   19 ++-
 R/compiler.R                         |   89 ++++++++++------
 R/exclude.R                          |only
 R/has_src.R                          |   46 ++++----
 R/latex.R                            |    6 -
 R/pkgbuild-package.R                 |only
 R/rcmd.R                             |   42 +++++--
 R/rtools-cache.R                     |    2 
 R/rtools-config.R                    |   14 +-
 R/rtools-path.R                      |   30 +++--
 R/rtools-registry.R                  |    9 +
 R/rtools.R                           |   99 ++++++++++++------
 R/styles.R                           |    3 
 R/utils.R                            |  189 ++++++++++++++++++++++++++++++++---
 R/with-debug.R                       |    2 
 README.md                            |   77 +++++++++++++-
 man/build.Rd                         |   63 +++++++++++
 man/compile_dll.Rd                   |   30 +++++
 man/has_compiler.Rd                  |   17 ++-
 man/pkgbuild-package.Rd              |only
 man/pkgbuild_process.Rd              |   12 +-
 man/with_debug.Rd                    |    1 
 tests/testthat/_snaps                |only
 tests/testthat/test-archives.R       |    2 
 tests/testthat/test-build-process.r  |   12 +-
 tests/testthat/test-build.r          |  110 ++++++++++++++++++--
 tests/testthat/test-build_tools.R    |    1 
 tests/testthat/test-c-registration.R |   11 --
 tests/testthat/test-compile_dll.R    |    1 
 tests/testthat/test-compiler-flags.R |only
 tests/testthat/test-compiler.R       |   33 +++++-
 tests/testthat/test-exclude.R        |only
 tests/testthat/test-rtools.r         |    6 -
 tests/testthat/test-utils.R          |only
 tests/testthat/testInstDoc           |only
 44 files changed, 1020 insertions(+), 319 deletions(-)

More information about pkgbuild at CRAN
Permanent link

Package mlr3hyperband updated to version 0.4.4 with previous version 0.4.3 dated 2022-11-07

Title: Hyperband for 'mlr3'
Description: Implements hyperband method for hyperparameter tuning. Various termination criteria can be set and combined. The class 'AutoTuner' provides a convenient way to perform nested resampling in combination with 'mlr3'. The hyperband algorithm was proposed by Lisha Li, Kevin Jamieson, Giulia DeSalvo, Afshin Rostamizadeh and Ameet Talwalkar (2018) <arXiv:1603.06560>.
Author: Marc Becker [aut, cre] , Sebastian Gruber [aut] , Jakob Richter [aut] , Julia Moosbauer [aut] , Bernd Bischl [aut]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3hyperband versions 0.4.3 dated 2022-11-07 and 0.4.4 dated 2022-11-27

 DESCRIPTION                    |   58 +++++++++++++++--------------------------
 MD5                            |    8 ++---
 NEWS.md                        |    4 ++
 R/OptimizerSuccessiveHalving.R |    2 -
 inst/WORDLIST                  |    5 ++-
 5 files changed, 35 insertions(+), 42 deletions(-)

More information about mlr3hyperband at CRAN
Permanent link

Package BTSR (with last version 0.1.2) was removed from CRAN

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

2022-11-18 0.1.2
2022-11-13 0.1.1
2022-11-08 0.1.0

Permanent link

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