Sat, 18 Mar 2023

Package servr updated to version 0.26 with previous version 0.25 dated 2022-11-04

Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Description: Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Author: Yihui Xie [aut, cre] , Carson Sievert [ctb], Jesse Anderson [ctb], Ramnath Vaidyanathan [ctb], Romain Lesur [ctb]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between servr versions 0.25 dated 2022-11-04 and 0.26 dated 2023-03-18

 servr-0.25/servr/R/notebook.R                  |only
 servr-0.25/servr/man/notebook.Rd               |only
 servr-0.26/servr/DESCRIPTION                   |    8 ++++----
 servr-0.26/servr/MD5                           |   18 ++++++++----------
 servr-0.26/servr/NAMESPACE                     |    1 -
 servr-0.26/servr/R/dynamic.R                   |   19 +++++++------------
 servr-0.26/servr/R/utils.R                     |    3 ++-
 servr-0.26/servr/R/vignette.R                  |   21 +++++++++++----------
 servr-0.26/servr/inst/resources/ws-create.html |    9 ++++-----
 servr-0.26/servr/inst/resources/ws-reload.js   |    8 ++++----
 servr-0.26/servr/man/vign.Rd                   |    2 +-
 11 files changed, 41 insertions(+), 48 deletions(-)

More information about servr at CRAN
Permanent link

Package IOLS updated to version 0.1.3 with previous version 0.1.2 dated 2023-02-11

Title: Iterated Ordinary Least Squares Regression
Description: Addresses the 'log of zero' by developing a new family of estimators called iterated Ordinary Least Squares. This family nests standard approaches such as log-linear and Poisson regressions, offers several computational advantages, and corresponds to the correct way to perform the popular log(Y + 1) transformation. For more details about how to use it, see the notebook at: <https://www.davidbenatia.com/>.
Author: Nassim Zbalah [cre], David Benatia [aut]
Maintainer: Nassim Zbalah <nas66.nz@gmail.com>

Diff between IOLS versions 0.1.2 dated 2023-02-11 and 0.1.3 dated 2023-03-18

 DESCRIPTION |    6 +++---
 MD5         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

More information about IOLS at CRAN
Permanent link

Package EthSEQ updated to version 3.0.2 with previous version 3.0.1 dated 2023-01-10

Title: Ethnicity Annotation from Whole-Exome and Targeted Sequencing Data
Description: Reliable and rapid ethnicity annotation from whole exome and targeted sequencing data.
Author: Alessandro Romanel [aut, cre], Davide Dalfovo [aut]
Maintainer: Alessandro Romanel <alessandro.romanel@unitn.it>

Diff between EthSEQ versions 3.0.1 dated 2023-01-10 and 3.0.2 dated 2023-03-18

 DESCRIPTION          |    6 ++---
 MD5                  |    8 +++----
 build/vignette.rds   |binary
 inst/CITATION        |   10 ++++++++-
 inst/doc/EthSEQ.html |   55 ++++++++++++++++++++++-----------------------------
 5 files changed, 40 insertions(+), 39 deletions(-)

More information about EthSEQ at CRAN
Permanent link

Package insight updated to version 0.19.1 with previous version 0.19.0 dated 2023-01-30

Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.
Author: Daniel Luedecke [aut, cre] , Dominique Makowski [aut, ctb] , Indrajeet Patil [aut, ctb] , Philip Waggoner [aut, ctb] , Mattan S. Ben-Shachar [aut, ctb] , Brenton M. Wiernik [aut] , Vincent Arel-Bundock [aut, ctb] , Alex Hayes [rev] , Grant McDermott [ [...truncated...]
Maintainer: Daniel Luedecke <d.luedecke@uke.de>

Diff between insight versions 0.19.0 dated 2023-01-30 and 0.19.1 dated 2023-03-18

 DESCRIPTION                                    |   16 
 MD5                                            |  462 ++++++++---------
 NAMESPACE                                      |   13 
 NEWS.md                                        |   29 +
 R/all_equal_models.R                           |   17 
 R/check_if_installed.R                         |   12 
 R/clean_names.R                                |   14 
 R/clean_parameters.R                           |    6 
 R/colour_tools.R                               |    2 
 R/compute_variances.R                          |   18 
 R/ellipsis_info.R                              |   13 
 R/export_table.R                               |   33 -
 R/find_algorithm.R                             |    2 
 R/find_formula.R                               |   92 ++-
 R/find_interactions.R                          |    6 
 R/find_offset.R                                |   27 
 R/find_parameter_zi.R                          |    5 
 R/find_parameters.R                            |  105 +--
 R/find_parameters_bayesian.R                   |   42 -
 R/find_parameters_emmeans.R                    |    2 
 R/find_parameters_gam.R                        |   10 
 R/find_parameters_mfx.R                        |   23 
 R/find_parameters_mixed.R                      |   33 +
 R/find_parameters_other.R                      |   12 
 R/find_predictors.R                            |   18 
 R/find_random.R                                |   11 
 R/find_random_slopes.R                         |    4 
 R/find_smooth.R                                |    4 
 R/find_statistic.R                             |    8 
 R/find_terms.R                                 |   15 
 R/find_transformation.R                        |   10 
 R/find_weights.R                               |   23 
 R/format_ci.R                                  |    4 
 R/format_message.R                             |   20 
 R/format_number.R                              |    6 
 R/format_string.R                              |    9 
 R/format_table.R                               |   44 -
 R/format_value.R                               |   54 +
 R/get_call.R                                   |    4 
 R/get_data.R                                   |  272 +++++-----
 R/get_datagrid.R                               |   24 
 R/get_deviance.R                               |   29 -
 R/get_df.R                                     |    8 
 R/get_df_residual.r                            |    9 
 R/get_family.R                                 |    4 
 R/get_loglikelihood.R                          |   32 -
 R/get_parameters.R                             |    2 
 R/get_parameters_bayesian.R                    |   12 
 R/get_parameters_mixed.R                       |   61 ++
 R/get_parameters_others.R                      |    4 
 R/get_predicted.R                              |  167 ++++--
 R/get_predicted_args.R                         |   19 
 R/get_predicted_bayesian.R                     |    7 
 R/get_predicted_ci.R                           |    2 
 R/get_predicted_fixedeffects.R                 |    2 
 R/get_predicted_gam.R                          |    5 
 R/get_predicted_mixed.R                        |   29 -
 R/get_predicted_ordinal.R                      |   16 
 R/get_predicted_zeroinfl.R                     |   17 
 R/get_priors.R                                 |   12 
 R/get_random.R                                 |    2 
 R/get_residuals.R                              |  102 +--
 R/get_response.R                               |    5 
 R/get_sigma.R                                  |   45 -
 R/get_statistic.R                              |   42 -
 R/get_varcov.R                                 |   42 -
 R/get_varcov_sandwich.R                        |    8 
 R/get_variances.R                              |   93 ++-
 R/get_weights.R                                |   24 
 R/has_intercept.R                              |    2 
 R/helper_functions.R                           |   79 +-
 R/is_converged.R                               |    3 
 R/is_model.R                                   |    2 
 R/is_model_supported.R                         |    2 
 R/is_multivariate.R                            |    7 
 R/link_function.R                              |   10 
 R/link_inverse.R                               |   18 
 R/model_info.R                                 |   58 +-
 R/n_grouplevels.R                              |   27 
 R/n_obs.R                                      |   15 
 R/n_parameters.R                               |   18 
 R/null_model.R                                 |    4 
 R/print_parameters.R                           |   11 
 R/standardize_names.R                          |   15 
 R/utils_get_data.R                             |  239 +++++---
 R/utils_model_info.R                           |   22 
 R/utils_object.R                               |   15 
 README.md                                      |  164 +++---
 build/partial.rdb                              |binary
 build/vignette.rds                             |binary
 inst/WORDLIST                                  |    1 
 inst/doc/display.html                          |  326 ++++++------
 inst/doc/export.html                           |  676 ++++++++++++-------------
 inst/doc/insight.R                             |    4 
 inst/doc/insight.Rmd                           |    4 
 inst/doc/insight.html                          |  278 +++++-----
 man/check_if_installed.Rd                      |    2 
 man/format_message.Rd                          |   14 
 man/format_value.Rd                            |   21 
 man/get_data.Rd                                |   24 
 man/get_response.Rd                            |   25 
 man/is_converged.Rd                            |    2 
 man/is_multivariate.Rd                         |    7 
 tests/testthat/helper.R                        |    2 
 tests/testthat/test-BayesFactorBF.R            |    2 
 tests/testthat/test-GLMMadaptive.R             |    2 
 tests/testthat/test-Gam2.R                     |    2 
 tests/testthat/test-LORgee.R                   |    2 
 tests/testthat/test-MCMCglmm.R                 |    2 
 tests/testthat/test-afex_aov.R                 |   38 -
 tests/testthat/test-all_models_equal.R         |    2 
 tests/testthat/test-backticks.R                |    7 
 tests/testthat/test-betabin.R                  |   11 
 tests/testthat/test-betareg.R                  |   16 
 tests/testthat/test-bife.R                     |    2 
 tests/testthat/test-bigglm.R                   |    2 
 tests/testthat/test-blmer.R                    |    2 
 tests/testthat/test-brms.R                     |    2 
 tests/testthat/test-censReg.R                  |    2 
 tests/testthat/test-cgam.R                     |    2 
 tests/testthat/test-clm.R                      |   67 +-
 tests/testthat/test-clm2.R                     |    4 
 tests/testthat/test-clmm.R                     |    2 
 tests/testthat/test-coxme.R                    |   10 
 tests/testthat/test-coxph.R                    |    8 
 tests/testthat/test-cpglmm.R                   |    2 
 tests/testthat/test-crch.R                     |    2 
 tests/testthat/test-crq.R                      |    2 
 tests/testthat/test-ellipses_info.R            |    2 
 tests/testthat/test-emmeans.R                  |   28 -
 tests/testthat/test-epiR.R                     |    2 
 tests/testthat/test-feis.R                     |    2 
 tests/testthat/test-felm.R                     |    2 
 tests/testthat/test-find_predictor_nested_re.R |    8 
 tests/testthat/test-find_predictors-strata.R   |    2 
 tests/testthat/test-find_random.R              |    2 
 tests/testthat/test-find_smooth.R              |    2 
 tests/testthat/test-find_terms.R               |    2 
 tests/testthat/test-find_transformation.R      |   46 -
 tests/testthat/test-find_weights.R             |   38 +
 tests/testthat/test-fixest.R                   |   76 +-
 tests/testthat/test-format.R                   |   97 ++-
 tests/testthat/test-format_table.R             |    4 
 tests/testthat/test-format_table_ci.R          |    2 
 tests/testthat/test-gam.R                      |    4 
 tests/testthat/test-gamlss.R                   |    2 
 tests/testthat/test-gamm.R                     |    2 
 tests/testthat/test-gamm4.R                    |    2 
 tests/testthat/test-gbm.R                      |    2 
 tests/testthat/test-gee.R                      |    2 
 tests/testthat/test-geeglm.R                   |    2 
 tests/testthat/test-get_auxiliary.R            |    2 
 tests/testthat/test-get_data.R                 |   61 +-
 tests/testthat/test-get_datagrid.R             |   93 ++-
 tests/testthat/test-get_deviance.R             |    4 
 tests/testthat/test-get_loglikelihood.R        |   16 
 tests/testthat/test-get_modelmatrix.R          |    2 
 tests/testthat/test-get_predicted-clm.R        |    2 
 tests/testthat/test-get_predicted-iv.R         |    2 
 tests/testthat/test-get_predicted.R            |   22 
 tests/testthat/test-get_priors.R               |    4 
 tests/testthat/test-get_residuals.R            |   11 
 tests/testthat/test-get_varcov.R               |   21 
 tests/testthat/test-get_variance.R             |    2 
 tests/testthat/test-get_weights.R              |   16 
 tests/testthat/test-glm.R                      |   13 
 tests/testthat/test-glm.nb.R                   |    2 
 tests/testthat/test-glmmTMB.R                  |    6 
 tests/testthat/test-glmrob_base.R              |    2 
 tests/testthat/test-gls.R                      |    2 
 tests/testthat/test-gmnl.R                     |    6 
 tests/testthat/test-has_intercept.R            |    2 
 tests/testthat/test-htest.R                    |  141 +++++
 tests/testthat/test-hurdle.R                   |    2 
 tests/testthat/test-is_converged.R             |    8 
 tests/testthat/test-is_nullmodel.R             |    2 
 tests/testthat/test-iv_robust.R                |    4 
 tests/testthat/test-ivreg.R                    |    2 
 tests/testthat/test-ivreg_AER.R                |    2 
 tests/testthat/test-lm.R                       |    6 
 tests/testthat/test-lm_robust.R                |    2 
 tests/testthat/test-lme.R                      |   60 +-
 tests/testthat/test-lmer.R                     |    8 
 tests/testthat/test-lmrob_base.R               |    2 
 tests/testthat/test-lmtest.R                   |    2 
 tests/testthat/test-logistf.R                  |    2 
 tests/testthat/test-logitr.R                   |    2 
 tests/testthat/test-marginaleffects.R          |    4 
 tests/testthat/test-metaBMA.R                  |    6 
 tests/testthat/test-metafor.R                  |only
 tests/testthat/test-metaplus.R                 |only
 tests/testthat/test-mhurdle.R                  |    2 
 tests/testthat/test-mixed.R                    |    5 
 tests/testthat/test-mlogit.R                   |    4 
 tests/testthat/test-mmrm.R                     |    9 
 tests/testthat/test-model_data.R               |    6 
 tests/testthat/test-model_info.R               |    4 
 tests/testthat/test-multinom.R                 |    2 
 tests/testthat/test-mvrstanarm.R               |    2 
 tests/testthat/test-n_grouplevels.R            |    2 
 tests/testthat/test-namespace.R                |    2 
 tests/testthat/test-negbin.R                   |    2 
 tests/testthat/test-nlmer.R                    |    2 
 tests/testthat/test-null_model.R               |    6 
 tests/testthat/test-offset.R                   |    2 
 tests/testthat/test-ols.R                      |    2 
 tests/testthat/test-panelr.R                   |    2 
 tests/testthat/test-plm.R                      |    2 
 tests/testthat/test-polr.R                     |    2 
 tests/testthat/test-proportion_response.R      |   10 
 tests/testthat/test-psm.R                      |    2 
 tests/testthat/test-r3_4.R                     |    2 
 tests/testthat/test-response_data2.R           |    2 
 tests/testthat/test-rlm.R                      |    2 
 tests/testthat/test-rlmer.R                    |    4 
 tests/testthat/test-rms.R                      |    2 
 tests/testthat/test-rq.R                       |    2 
 tests/testthat/test-rqss.R                     |    2 
 tests/testthat/test-rstanarm.R                 |    6 
 tests/testthat/test-spatial.R                  |    6 
 tests/testthat/test-speedglm.R                 |    2 
 tests/testthat/test-speedlm.R                  |    2 
 tests/testthat/test-standardize_names.R        |   62 +-
 tests/testthat/test-survey.R                   |    2 
 tests/testthat/test-survfit.R                  |    2 
 tests/testthat/test-survreg.R                  |    2 
 tests/testthat/test-tidymodels.R               |    2 
 tests/testthat/test-tobit.R                    |    2 
 tests/testthat/test-truncreg.R                 |    2 
 tests/testthat/test-vgam.R                     |    2 
 tests/testthat/test-vglm.R                     |    2 
 tests/testthat/test-zeroinfl.R                 |    4 
 vignettes/insight.Rmd                          |    4 
 233 files changed, 3333 insertions(+), 2346 deletions(-)

More information about insight at CRAN
Permanent link

Package EIAdata (with last version 0.1.3) was removed from CRAN

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

2022-02-13 0.1.3
2022-01-07 0.1.2

Permanent link
Package DEPONS2R updated to version 1.1.9 with previous version 1.1.8 dated 2023-01-06

Title: Read, Plot and Analyse Output from the DEPONS Model
Description: Methods for analyzing population dynamics and movement tracks simulated using the DEPONS model <https://www.depons.eu> (v.3.0), for manipulating input raster files, shipping routes and for analyzing sound propagated from ships.
Author: Jacob Nabe-Nielsen and Caitlin K. Frankish
Maintainer: Jacob Nabe-Nielsen <jnn@ecos.au.dk>

Diff between DEPONS2R versions 1.1.8 dated 2023-01-06 and 1.1.9 dated 2023-03-18

 DESCRIPTION       |    6 -
 MD5               |    8 -
 R/a-misc.R        |    1 
 R/ships_methods.R |  232 ++++++++++++++++++++++++++++++++++++++++++------------
 build/partial.rdb |binary
 5 files changed, 189 insertions(+), 58 deletions(-)

More information about DEPONS2R at CRAN
Permanent link

Package bcdata updated to version 0.4.1 with previous version 0.4.0 dated 2023-01-05

Title: Search and Retrieve Data from the BC Data Catalogue
Description: Search, query, and download tabular and 'geospatial' data from the British Columbia Data Catalogue (<https://catalogue.data.gov.bc.ca/>). Search catalogue data records based on keywords, data licence, sector, data format, and B.C. government organization. View metadata directly in R, download many data formats, and query 'geospatial' data available via the B.C. government Web Feature Service ('WFS') using 'dplyr' syntax.
Author: Andy Teucher [aut, cre] , Sam Albers [aut, ctb] , Stephanie Hazlitt [aut, ctb] , Province of British Columbia [cph]
Maintainer: Andy Teucher <andy.teucher@gmail.com>

Diff between bcdata versions 0.4.0 dated 2023-01-05 and 0.4.1 dated 2023-03-18

 DESCRIPTION                                                           |    8 
 MD5                                                                   |   53 
 NAMESPACE                                                             |    3 
 NEWS.md                                                               |    7 
 R/bcdc_search.R                                                       |  115 +-
 R/cql-translator.R                                                    |    2 
 R/get_data.R                                                          |   43 
 R/utils-classes.R                                                     |    9 
 R/utils.R                                                             |    4 
 README.md                                                             |   20 
 build/vignette.rds                                                    |binary
 inst/CITATION                                                         |   13 
 inst/doc/bcdata.Rmd                                                   |  139 +-
 inst/doc/bcdata.html                                                  |  561 +++++-----
 inst/doc/efficiently-query-spatial-data-in-the-bc-data-catalogue.html |  526 ++++-----
 inst/doc/explore-silviculture-data-using-bcdata.html                  |  244 ++--
 inst/doc/local-filter.html                                            |   20 
 man/bcdc_get_data.Rd                                                  |   17 
 man/bcdc_list_organization_records.Rd                                 |only
 man/bcdc_search.Rd                                                    |   12 
 man/bcdc_search_facets.Rd                                             |    4 
 tests/testthat/test-get-data.R                                        |    5 
 tests/testthat/test-get_record.R                                      |   16 
 tests/testthat/test-search.R                                          |   17 
 vignettes/bcdata.Rmd                                                  |  139 +-
 vignettes/bcdata.Rmd.orig                                             |    2 
 vignettes/vignette-fig-air_zones-1.png                                |binary
 vignettes/vignette-fig-regional_districts-1.png                       |binary
 28 files changed, 1085 insertions(+), 894 deletions(-)

More information about bcdata at CRAN
Permanent link

Package dataset updated to version 0.2.1 with previous version 0.2.0 dated 2022-12-14

Title: Create Data Frames that are Easier to Exchange and Reuse
Description: The aim of the 'dataset' package is to make tidy datasets easier to release, exchange and reuse. It organizes and formats data frame 'R' objects into well-referenced, well-described, interoperable datasets into release and reuse ready form. A subjective interpretation of the W3C DataSet recommendation and the datacube model <https://www.w3.org/TR/vocab-data-cube/>, which is also used in the global Statistical Data and Metadata eXchange standards, the application of the connected Dublin Core <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/> and DataCite <https://support.datacite.org/docs/datacite-metadata-schema-44/> standards preferred by European open science repositories to improve the findability, accessibility, interoperability and reusability of the datasets.
Author: Daniel Antal [aut, cre] , Marcelo Perlin [rev]
Maintainer: Daniel Antal <daniel.antal@dataobservatory.eu>

Diff between dataset versions 0.2.0 dated 2022-12-14 and 0.2.1 dated 2023-03-18

 DESCRIPTION              |    8 ++++----
 MD5                      |   22 +++++++++++-----------
 NEWS.md                  |    5 +++++
 README.md                |    4 ++--
 inst/doc/RDF.html        |   16 ++++++++--------
 inst/doc/dataset.R       |   30 +++++++++++++++---------------
 inst/doc/dataset.Rmd     |   11 ++++++-----
 inst/doc/dataset.html    |   40 +++++++++++++---------------------------
 inst/doc/metadata.html   |   30 +++++++++++++++++-------------
 inst/doc/motivation.html |   22 +++++++++++-----------
 inst/doc/survey.html     |    4 ++--
 vignettes/dataset.Rmd    |   11 ++++++-----
 12 files changed, 100 insertions(+), 103 deletions(-)

More information about dataset at CRAN
Permanent link

Package siconfir (with last version 2.0.3) was removed from CRAN

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

2023-01-15 2.0.3
2021-04-20 1.0.5

Permanent link
Package Morphoscape (with last version 1.0.0) was removed from CRAN

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

2022-06-17 1.0.0

Permanent link
Package glossr updated to version 0.7.0 with previous version 0.6.1 dated 2022-09-19

Title: Use Interlinear Glosses in R Markdown
Description: Read examples with interlinear glosses from files or from text and print them in a way compatible with both Latex and HTML outputs.
Author: Mariana Montes [aut, cre] , Benjamin Chauvette [cph]
Maintainer: Mariana Montes <montesmariana@gmail.com>

Diff between glossr versions 0.6.1 dated 2022-09-19 and 0.7.0 dated 2023-03-18

 DESCRIPTION                        |    8 -
 MD5                                |   38 ++++-----
 NEWS.md                            |    6 +
 R/gloss.R                          |    4 
 R/gloss_render.R                   |   34 ++++++++
 R/glossr-package.R                 |   43 +++++++---
 R/markdown.R                       |    9 +-
 build/vignette.rds                 |binary
 inst/doc/gloss_factory.html        |  111 +++++++++++++-------------
 inst/doc/glossr.Rmd                |    2 
 inst/doc/glossr.html               |   40 ++++-----
 inst/doc/glossr_how.html           |  133 +++++++++++++++-----------------
 inst/doc/styling.R                 |    6 +
 inst/doc/styling.Rmd               |   26 +++++-
 inst/doc/styling.html              |  153 +++++++++++++++++++++----------------
 man/gloss_factory.Rd               |  116 ++++++++++++++--------------
 man/set_style_options.Rd           |   22 ++++-
 tests/testthat/test-gloss_render.R |   23 ++++-
 vignettes/glossr.Rmd               |    2 
 vignettes/styling.Rmd              |   26 +++++-
 20 files changed, 485 insertions(+), 317 deletions(-)

More information about glossr at CRAN
Permanent link

Package movecost updated to version 1.9 with previous version 1.8 dated 2022-08-28

Title: Calculation of Slope-Dependant Accumulated Cost Surface, Least-Cost Paths, Least-Cost Corridors, Least-Cost Networks Related to Human Movement Across the Landscape
Description: Provides the facility to calculate non-isotropic accumulated cost surface, least-cost paths, least-cost corridors, least-cost networks using a number of human-movement-related cost functions that can be selected by the user. It just requires a Digital Terrain Model, a start location and (optionally) destination locations. See Alberti (2019) <doi:10.1016/j.softx.2019.100331>.
Author: Gianmarco Alberti [aut, cre]
Maintainer: Gianmarco Alberti <gianmarcoalberti@gmail.com>

Diff between movecost versions 1.8 dated 2022-08-28 and 1.9 dated 2023-03-18

 movecost-1.8/movecost/R/movealloc.R    |only
 movecost-1.8/movecost/R/movebound.R    |only
 movecost-1.8/movecost/R/movecomp.R     |only
 movecost-1.8/movecost/R/movecorr.R     |only
 movecost-1.8/movecost/R/movecost.R     |only
 movecost-1.8/movecost/R/movenetw.R     |only
 movecost-1.8/movecost/R/moverank.R     |only
 movecost-1.9/movecost/DESCRIPTION      |   15 ++++++-------
 movecost-1.9/movecost/MD5              |   36 ++++++++++++++++-----------------
 movecost-1.9/movecost/NAMESPACE        |   11 ++++++----
 movecost-1.9/movecost/NEWS.md          |   14 +++---------
 movecost-1.9/movecost/R/movealloc.r    |only
 movecost-1.9/movecost/R/movebound.r    |only
 movecost-1.9/movecost/R/movecomp.r     |only
 movecost-1.9/movecost/R/movecorr.r     |only
 movecost-1.9/movecost/R/movecost.r     |only
 movecost-1.9/movecost/R/movenetw.r     |only
 movecost-1.9/movecost/R/moverank.r     |only
 movecost-1.9/movecost/README.md        |   15 ++++++++++++-
 movecost-1.9/movecost/man/movealloc.Rd |    2 -
 movecost-1.9/movecost/man/movebound.Rd |   14 ++++++------
 movecost-1.9/movecost/man/movecomp.Rd  |    4 +--
 movecost-1.9/movecost/man/movecorr.Rd  |    2 -
 movecost-1.9/movecost/man/movecost.Rd  |    2 -
 movecost-1.9/movecost/man/movenetw.Rd  |   21 +++++++++++--------
 movecost-1.9/movecost/man/moverank.Rd  |    8 +++----
 26 files changed, 79 insertions(+), 65 deletions(-)

More information about movecost at CRAN
Permanent link

Package fitPS updated to version 0.2-5 with previous version 0.2-4 dated 2023-02-12

Title: Fit Zeta Distributions to Forensic Data
Description: Fits Zeta distributions (discrete power laws) to data that arises from forensic surveys of clothing on the presence of glass and paint in various populations. The general method is described to some extent in Coulson, S.A., Buckleton, J.S., Gummer, A.B., and Triggs, C.M. (2001) <doi:10.1016/S1355-0306(01)71847-3>, although the implementation differs.
Author: James Curran [aut, cre]
Maintainer: James Curran <j.curran@auckland.ac.nz>

Diff between fitPS versions 0.2-4 dated 2023-02-12 and 0.2-5 dated 2023-03-18

 DESCRIPTION                 |   21 +++---
 MD5                         |   40 ++++++++----
 NAMESPACE                   |   34 ++++++++++
 R/as.data.frame.psData.R    |    2 
 R/bootCI.R                  |only
 R/confint.psFit.R           |only
 R/createPSData.R            |only
 R/fitDist.R                 |   82 +++++++++++++++++--------
 R/fitZIDist.R               |only
 R/fitted.psData.R           |only
 R/plot.psFit.R              |  144 +++++++++++++++++++++++++-------------------
 R/predict.psFit.R           |only
 R/print.psData.R            |only
 R/print.psFit.R             |   35 +++++++++-
 build/partial.rdb           |binary
 build/vignette.rds          |only
 inst/REFERENCES.bib         |    2 
 inst/doc                    |only
 man/as.data.frame.psData.Rd |    2 
 man/bootCI.Rd               |only
 man/confint.psFit.Rd        |only
 man/createPSData.Rd         |only
 man/fitDist.Rd              |   49 +++++++++-----
 man/fitted.psData.Rd        |only
 man/plot.psFit.Rd           |   28 +++++++-
 man/predict.psFit.Rd        |only
 man/print.psData.Rd         |only
 vignettes                   |only
 28 files changed, 307 insertions(+), 132 deletions(-)

More information about fitPS at CRAN
Permanent link

Package Rmpi updated to version 0.7-1 with previous version 0.6-9.2 dated 2021-10-25

Title: Interface (Wrapper) to MPI (Message-Passing Interface)
Description: An interface (wrapper) to MPI. It also provides interactive R manager and worker environment.
Author: Hao Yu [aut]
Maintainer: Hao Yu <hyu@stats.uwo.ca>

Diff between Rmpi versions 0.6-9.2 dated 2021-10-25 and 0.7-1 dated 2023-03-18

 DESCRIPTION                    |    8 
 MD5                            |   94 -
 R/Rmpi.R                       |    1 
 R/Rparutilities.R              | 1946 ++++++++++++++++++++---------------------
 inst/CITATION                  |    4 
 man/internal.Rd                |   41 
 man/mpi.abort.Rd               |    2 
 man/mpi.apply.Rd               |    8 
 man/mpi.barrier.Rd             |    2 
 man/mpi.bcast.Rd               |    2 
 man/mpi.bcast.Robj.Rd          |    2 
 man/mpi.bcast.cmd.Rd           |    2 
 man/mpi.cart.coords.Rd         |    8 
 man/mpi.cart.create.Rd         |    6 
 man/mpi.cart.get.Rd            |    8 
 man/mpi.cart.rank.Rd           |    8 
 man/mpi.cart.shift.Rd          |   10 
 man/mpi.cartdim.get.Rd         |    8 
 man/mpi.comm.Rd                |   18 
 man/mpi.comm.disconnect.Rd     |    4 
 man/mpi.comm.free.Rd           |    4 
 man/mpi.comm.inter.Rd          |    2 
 man/mpi.comm.set.errhandler.Rd |    8 
 man/mpi.comm.spawn.Rd          |    4 
 man/mpi.const.Rd               |    4 
 man/mpi.dims.create.Rd         |    7 
 man/mpi.finalize.Rd            |    2 
 man/mpi.gather.Rd              |   21 
 man/mpi.gather.Robj.Rd         |   22 
 man/mpi.get.count.Rd           |    2 
 man/mpi.get.processor.name.Rd  |    2 
 man/mpi.info.Rd                |    4 
 man/mpi.intercomm.merge.Rd     |    2 
 man/mpi.parapply.Rd            |   30 
 man/mpi.probe.Rd               |    2 
 man/mpi.reduce.Rd              |    2 
 man/mpi.remote.exec.Rd         |    6 
 man/mpi.scatter.Rd             |   18 
 man/mpi.scatter.Robj.Rd        |   20 
 man/mpi.send.Rd                |   14 
 man/mpi.send.Robj.Rd           |    2 
 man/mpi.sendrecv.Rd            |    6 
 man/mpi.spawn.Rslaves.Rd       |    8 
 man/mpi.universe.size.Rd       |    2 
 man/mpi.wait.Rd                |   10 
 src/Rmpi.c                     |   26 
 src/Rmpi.h                     |   24 
 src/conversion.c               |    2 
 48 files changed, 1238 insertions(+), 1200 deletions(-)

More information about Rmpi at CRAN
Permanent link

Package moderate.mediation updated to version 0.0.2 with previous version 0.0.1 dated 2023-02-15

Title: Causal Moderated Mediation Analysis
Description: Causal moderated mediation analysis using the methods proposed by Qin and Wang (2022). Causal moderated mediation analysis is crucial for investigating how, for whom, and where a treatment is effective by assessing the heterogeneity of mediation mechanism across individuals and contexts. This package enables researchers to estimate and test the conditional and moderated mediation effects, assess their sensitivity to unmeasured pre-treatment confounding, and visualize the results. The package is built based on the quasi-Bayesian Monte Carlo method, because it has relatively better performance at small sample sizes, and its running speed is the fastest. The package is applicable to a treatment of any scale, a binary or continuous mediator, a binary or continuous outcome, and one or more moderators of any scale.
Author: Xu Qin [aut, cre, cph], Lijuan Wang [ctb]
Maintainer: Xu Qin <xuqin@pitt.edu>

Diff between moderate.mediation versions 0.0.1 dated 2023-02-15 and 0.0.2 dated 2023-03-18

 DESCRIPTION            |    8 ++++----
 MD5                    |    4 ++--
 R/moderate.mediation.R |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

More information about moderate.mediation at CRAN
Permanent link


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