Wed, 24 Aug 2022

Package dialrjars updated to version 8.12.54 with previous version 8.12.49 dated 2022-05-31

Title: Required 'libphonenumber' jars for the 'dialr' Package
Description: Collects 'libphonenumber' jars required for the 'dialr' package.
Author: Danny Smith [aut, cre], Google Inc. [ctb, cph] , Vonage Holdings Corp. [ctb, cph] , Ian Galpin [ctb, cph] , Ben Gertzfield [ctb, cph]
Maintainer: Danny Smith <danny@gorcha.org>

Diff between dialrjars versions 8.12.49 dated 2022-05-31 and 8.12.54 dated 2022-08-24

 dialrjars-8.12.49/dialrjars/inst/java/carrier-1.175.jar          |only
 dialrjars-8.12.49/dialrjars/inst/java/geocoder-2.185.jar         |only
 dialrjars-8.12.49/dialrjars/inst/java/libphonenumber-8.12.49.jar |only
 dialrjars-8.12.49/dialrjars/inst/java/prefixmapper-2.185.jar     |only
 dialrjars-8.12.54/dialrjars/DESCRIPTION                          |    6 -
 dialrjars-8.12.54/dialrjars/MD5                                  |   12 +-
 dialrjars-8.12.54/dialrjars/NEWS.md                              |   50 ++++++++++
 dialrjars-8.12.54/dialrjars/inst/java/carrier-1.180.jar          |only
 dialrjars-8.12.54/dialrjars/inst/java/geocoder-2.190.jar         |only
 dialrjars-8.12.54/dialrjars/inst/java/libphonenumber-8.12.54.jar |only
 dialrjars-8.12.54/dialrjars/inst/java/prefixmapper-2.190.jar     |only
 11 files changed, 59 insertions(+), 9 deletions(-)

More information about dialrjars at CRAN
Permanent link

Package akc updated to version 0.9.8 with previous version 0.9.7 dated 2022-03-25

Title: Automatic Knowledge Classification
Description: A tidy framework for automatic knowledge classification and visualization. Currently, the core functionality of the framework is mainly supported by modularity-based clustering (community detection) in keyword co-occurrence network, and focuses on co-word analysis of bibliometric research. However, the designed functions in 'akc' are general, and could be extended to solve other tasks in text mining as well.
Author: Tian-Yuan Huang [aut, cre]
Maintainer: Tian-Yuan Huang <huang.tian-yuan@qq.com>

Diff between akc versions 0.9.7 dated 2022-03-25 and 0.9.8 dated 2022-08-24

 DESCRIPTION                     |    8 
 MD5                             |   22 +-
 R/data.R                        |    3 
 R/keyword_cloud.R               |   16 +
 build/vignette.rds              |binary
 inst/doc/Benchmarking.html      |  231 +++++++++++++++++++++++++--
 inst/doc/akc_vignette.html      |  336 ++++++++++++++++++++++++++++++++++------
 inst/doc/tutorial_raw_text.html |  293 ++++++++++++++++++++++++++++++----
 man/akc-package.Rd              |    4 
 man/bibli_data_table.Rd         |    5 
 man/keyword_clean.Rd            |    4 
 man/keyword_cloud.Rd            |   16 +
 12 files changed, 798 insertions(+), 140 deletions(-)

More information about akc at CRAN
Permanent link

Package testdat updated to version 0.4.1 with previous version 0.4.0 dated 2022-01-04

Title: Data Unit Testing for R
Description: Test your data! An extension of the 'testthat' unit testing framework with a family of functions and reporting tools for checking and validating data frames.
Author: Danny Smith [aut, cre], Kinto Behr [aut], The Social Research Centre [cph]
Maintainer: Danny Smith <danny@gorcha.org>

Diff between testdat versions 0.4.0 dated 2022-01-04 and 0.4.1 dated 2022-08-24

 DESCRIPTION                          |   20 -
 MD5                                  |   63 ++--
 NAMESPACE                            |    1 
 NEWS.md                              |   20 +
 R/deprec-expect.R                    |   45 +++
 R/expect-generic.R                   |   88 ++++--
 R/expect-make.R                      |   19 -
 R/expect_depends.R                   |only
 R/reporter-excel.R                   |    9 
 R/utils.R                            |    7 
 README.md                            |    5 
 build/vignette.rds                   |binary
 inst/doc/testdat.Rmd                 |    4 
 inst/doc/testdat.html                |  464 ++++++++++++++++++++++++++++-------
 inst/test-testdat_example_test.R     |   13 
 man/conditional-expectations.Rd      |    7 
 man/datacomp-expectations.Rd         |    1 
 man/date-expectations.Rd             |    1 
 man/exclusivity-expectations.Rd      |    1 
 man/expect-deprec.Rd                 |   25 +
 man/expect_depends.Rd                |only
 man/generic-expectations.Rd          |   32 +-
 man/global-data.Rd                   |    2 
 man/label-expectations.Rd            |    1 
 man/pattern-expectations.Rd          |    1 
 man/proportion-expectations.Rd       |    1 
 man/testdat-package.Rd               |    2 
 man/text-expectations.Rd             |    1 
 man/uniqueness-expectations.Rd       |    1 
 man/value-expectations.Rd            |    1 
 tests/testthat/test-chk_filter.R     |    4 
 tests/testthat/test-expect_depends.R |only
 tests/testthat/test-reporter_excel.R |   22 -
 vignettes/testdat.Rmd                |    4 
 34 files changed, 657 insertions(+), 208 deletions(-)

More information about testdat at CRAN
Permanent link

Package expstudy updated to version 1.0.2 with previous version 1.0.1 dated 2022-04-25

Title: Experience Study Tools for Analytics and Communications
Description: Provides a data class of 'tbl_es' to help aid in the formation and analyses of recurrent or novel experience studies. A 'tbl_es' has attributes which identify the key variables used for calculating metrics under an actuarial perspective. Common metrics (such as actual-to-expected analysis) can be quickly generated in aggregate or according to different qualitative factors. If multiple factors are of interest, grouped metrics can be automatically computed for each factor individually as well as for all possible combinations. All resulting output can then be formatted for presentations or left unformatted for subsequent analyses. Ultimately, this package aims to reduce time spent completing repetitive code therefore increasing time for analysis and insight.
Author: Cody Buehler [aut, cre]
Maintainer: Cody Buehler <cb12991@me.com>

Diff between expstudy versions 1.0.1 dated 2022-04-25 and 1.0.2 dated 2022-08-24

 DESCRIPTION                           |    8 -
 MD5                                   |   15 +-
 NAMESPACE                             |    1 
 NEWS.md                               |    6 
 R/add_metrics.R                       |    8 -
 R/compile_results.R                   |   23 +--
 R/expstudy-package.R                  |  243 +++++++++++++++++-----------------
 man/tidyeval.Rd                       |   30 ++--
 tests/testthat/test-compile_results.R |only
 9 files changed, 174 insertions(+), 160 deletions(-)

More information about expstudy at CRAN
Permanent link

Package dialr updated to version 0.4.1 with previous version 0.4.0 dated 2021-05-24

Title: Parse, Format, and Validate International Phone Numbers
Description: Parse, format, and validate international phone numbers using Google's 'libphonenumber' java library, <https://github.com/google/libphonenumber>.
Author: Danny Smith [aut, cre, cph], The Social Research Centre [cph]
Maintainer: Danny Smith <danny@gorcha.org>

Diff between dialr versions 0.4.0 dated 2021-05-24 and 0.4.1 dated 2022-08-24

 DESCRIPTION                 |   14 +-
 MD5                         |   22 +--
 NEWS.md                     |    8 +
 R/phone.R                   |   64 ++++++---
 R/timezone.R                |    7 -
 README.md                   |   20 +-
 build/vignette.rds          |binary
 inst/doc/dialr.html         |  304 ++++++++++++++++++++++++++++++++++++++------
 man/dialr-package.Rd        |    8 -
 man/dialr-phone.Rd          |   14 +-
 man/get_timezone.Rd         |    9 +
 tests/testthat/test-phone.R |   11 +
 12 files changed, 384 insertions(+), 97 deletions(-)

More information about dialr at CRAN
Permanent link

Package MazamaLocationUtils updated to version 0.3.8 with previous version 0.3.3 dated 2022-02-10

Title: Manage Spatial Metadata for Known Locations
Description: Utility functions for discovering and managing metadata associated with spatially unique "known locations". Applications include all fields of environmental monitoring (e.g. air and water quality) where data are collected at stationary sites.
Author: Jonathan Callahan [aut, cre], Eli Grosman [ctb], Oliver Fogelin [ctb]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>

Diff between MazamaLocationUtils versions 0.3.3 dated 2022-02-10 and 0.3.8 dated 2022-08-24

 DESCRIPTION                              |    6 
 MD5                                      |   30 +--
 NAMESPACE                                |    1 
 NEWS.md                                  |   24 ++
 R/location_getOpenCageInfo.R             |    6 
 R/location_getSingleElevation_USGS.R     |    6 
 R/table_addCoreMetadata.R                |    2 
 R/table_addOpenCageInfo.R                |  128 +++++++------
 R/table_getDistanceFromTarget.R          |only
 R/table_getNearestDistance.R             |   55 +++--
 R/table_updateColumn.R                   |   29 ++-
 inst/doc/MazamaLocationUtils.html        |  287 ++++++++++++++++++-------------
 man/location_getSingleElevation_USGS.Rd  |    6 
 man/table_getDistanceFromTarget.Rd       |only
 man/table_getNearestDistance.Rd          |   38 ++--
 man/table_updateColumn.Rd                |   17 +
 tests/testthat/test-table_updateColumn.R |   26 ++
 17 files changed, 428 insertions(+), 233 deletions(-)

More information about MazamaLocationUtils at CRAN
Permanent link

Package MazamaCoreUtils updated to version 0.4.13 with previous version 0.4.12 dated 2022-07-20

Title: Utility Functions for Production R Code
Description: A suite of utility functions providing functionality commonly needed for production level projects such as logging, error handling, cache management and date-time parsing. Functions for date-time parsing and formatting require that time zones be specified explicitly, avoiding a common source of error when working with environmental time series.
Author: Jonathan Callahan [aut, cre], Eli Grosman [ctb], Spencer Pease [ctb], Thomas Bergamaschi [ctb]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>

Diff between MazamaCoreUtils versions 0.4.12 dated 2022-07-20 and 0.4.13 dated 2022-08-24

 DESCRIPTION                    |    6 -
 MD5                            |   22 ++--
 NEWS.md                        |    6 -
 R/errorHandling.R              |    6 -
 inst/doc/cache-management.html |  124 ++++++++++++++----------
 inst/doc/date-parsing.html     |   68 ++++++++++---
 inst/doc/error-handling.R      |   63 +++++++-----
 inst/doc/error-handling.Rmd    |  100 ++++++++++++-------
 inst/doc/error-handling.html   |  196 ++++++++++++++++++++++++--------------
 inst/doc/logging.html          |  209 +++++++++++++++++++++++++----------------
 man/stopOnError.Rd             |    6 -
 vignettes/error-handling.Rmd   |  100 ++++++++++++-------
 12 files changed, 567 insertions(+), 339 deletions(-)

More information about MazamaCoreUtils at CRAN
Permanent link

Package table.express updated to version 0.4.1 with previous version 0.4.0 dated 2022-04-02

Title: Build 'data.table' Expressions with Data Manipulation Verbs
Description: A specialization of 'dplyr' data manipulation verbs that parse and build expressions which are ultimately evaluated by 'data.table', letting it handle all optimizations. A set of additional verbs is also provided to facilitate some common operations on a subset of the data.
Author: Alexis Sarda-Espinosa [cre, aut]
Maintainer: Alexis Sarda-Espinosa <alexis.sarda@gmail.com>

Diff between table.express versions 0.4.0 dated 2022-04-02 and 0.4.1 dated 2022-08-24

 table.express-0.4.0/table.express/R/VERBS-joins.R                       |only
 table.express-0.4.1/table.express/DESCRIPTION                           |   16 
 table.express-0.4.1/table.express/MD5                                   |   47 -
 table.express-0.4.1/table.express/NAMESPACE                             |  378 +++++-----
 table.express-0.4.1/table.express/R/R6-EagerExprBuilder.R               |    4 
 table.express-0.4.1/table.express/R/R6-ExprBuilder.R                    |   12 
 table.express-0.4.1/table.express/R/UTILS-joins.R                       |only
 table.express-0.4.1/table.express/R/UTILS-misc.R                        |   30 
 table.express-0.4.1/table.express/R/VERBS-anti_join.R                   |    2 
 table.express-0.4.1/table.express/R/VERBS-full_join.R                   |    2 
 table.express-0.4.1/table.express/R/VERBS-inner_join.R                  |    2 
 table.express-0.4.1/table.express/R/VERBS-left_join.R                   |   23 
 table.express-0.4.1/table.express/R/VERBS-mutate_join.R                 |    6 
 table.express-0.4.1/table.express/R/VERBS-right_join.R                  |   42 -
 table.express-0.4.1/table.express/R/VERBS-semi_join.R                   |    2 
 table.express-0.4.1/table.express/build/vignette.rds                    |binary
 table.express-0.4.1/table.express/inst/doc/joins.html                   |  124 +--
 table.express-0.4.1/table.express/inst/doc/table.express.Rmd            |    2 
 table.express-0.4.1/table.express/inst/doc/table.express.html           |  139 +--
 table.express-0.4.1/table.express/man/EagerExprBuilder.Rd               |   58 -
 table.express-0.4.1/table.express/man/ExprBuilder.Rd                    |   71 -
 table.express-0.4.1/table.express/man/joins.Rd                          |   37 
 table.express-0.4.1/table.express/tests/testthat/test-10-unit.R         |    1 
 table.express-0.4.1/table.express/tests/testthat/unit/test-misc.R       |only
 table.express-0.4.1/table.express/tests/testthat/unit/test-right_join.R |   33 
 table.express-0.4.1/table.express/vignettes/table.express.Rmd           |    2 
 26 files changed, 578 insertions(+), 455 deletions(-)

More information about table.express at CRAN
Permanent link

Package radiant.model updated to version 1.4.7 with previous version 1.4.6 dated 2022-07-23

Title: Model Menu for Radiant: Business Analytics using R and Shiny
Description: The Radiant Model menu includes interfaces for linear and logistic regression, naive Bayes, neural networks, classification and regression trees, model evaluation, collaborative filtering, decision analysis, and simulation. The application extends the functionality in 'radiant.data'.
Author: Vincent Nijs [aut, cre]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>

Diff between radiant.model versions 1.4.6 dated 2022-07-23 and 1.4.7 dated 2022-08-24

 DESCRIPTION |   12 ++++++------
 MD5         |    8 ++++----
 NEWS.md     |    4 ++++
 R/dtree.R   |   15 ++++++++++++---
 README.md   |    2 +-
 5 files changed, 27 insertions(+), 14 deletions(-)

More information about radiant.model at CRAN
Permanent link

Package ontologyIndex updated to version 2.10 with previous version 2.9 dated 2022-08-15

Title: Reading Ontologies into R
Description: Functions for reading ontologies into R as lists and manipulating sets of ontological terms - 'ontologyX: A suite of R packages for working with ontological data', Greene et al 2017 <doi:10.1093/bioinformatics/btw763>.
Author: Daniel Greene <dg333@cam.ac.uk>
Maintainer: Daniel Greene <dg333@cam.ac.uk>

Diff between ontologyIndex versions 2.9 dated 2022-08-15 and 2.10 dated 2022-08-24

 DESCRIPTION                      |    8 +--
 MD5                              |    8 +--
 R/data.R                         |    2 
 inst/doc/intro-to-ontologyX.html |   86 ++++++++++++++++++++++++++-------------
 inst/doc/reading-ontologies.html |   80 ++++++++++++++++++++++++------------
 5 files changed, 122 insertions(+), 62 deletions(-)

More information about ontologyIndex at CRAN
Permanent link

Package rmarkdown updated to version 2.16 with previous version 2.15 dated 2022-08-16

Title: Dynamic Documents for R
Description: Convert R Markdown documents into a variety of formats.
Author: JJ Allaire [aut], Yihui Xie [aut, cre] , Jonathan McPherson [aut], Javier Luraschi [aut], Kevin Ushey [aut], Aron Atkins [aut], Hadley Wickham [aut], Joe Cheng [aut], Winston Chang [aut], Richard Iannone [aut] , Andrew Dunning [ctb] , Atsushi Yasumot [...truncated...]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between rmarkdown versions 2.15 dated 2022-08-16 and 2.16 dated 2022-08-24

 DESCRIPTION             |    8 ++++----
 MD5                     |   18 +++++++++---------
 NEWS.md                 |    8 ++++++++
 R/beamer_presentation.R |    2 +-
 R/github_document.R     |    2 +-
 R/html_document.R       |    4 ++--
 R/html_document_base.R  |    2 +-
 R/pandoc.R              |   19 +++++++++++++++----
 R/pdf_document.R        |    2 +-
 R/render.R              |   11 ++++-------
 10 files changed, 46 insertions(+), 30 deletions(-)

More information about rmarkdown at CRAN
Permanent link

Package popEpi (with last version 0.4.9) was removed from CRAN

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

2021-10-29 0.4.9

Permanent link
Package powerHaDeX (with last version 1.0) was removed from CRAN

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

2022-01-24 1.0

Permanent link
Package wordbankr (with last version 0.3.1) was removed from CRAN

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

2020-11-13 0.3.1
2018-03-14 0.3.0

Permanent link
Package clere (with last version 1.2.0) was removed from CRAN

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

2020-02-06 1.2.0
2016-03-22 1.1.4
2016-03-09 1.1.3
2015-10-08 1.1.2
2015-10-01 1.1.1
2014-02-21 1.1

Permanent link
Package geomedb (with last version 2.0.1) was removed from CRAN

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

2020-07-15 2.0.1

Permanent link
Package psychmeta (with last version 2.6.4) was removed from CRAN

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

2022-07-11 2.6.4
2022-04-14 2.6.3
2022-01-18 2.6.2
2022-01-03 2.6.1
2021-06-01 2.6.0
2021-05-08 2.5.1
2021-05-02 2.5.0
2020-09-09 2.4.2
2020-07-12 2.4.0
2020-06-07 2.3.10
2020-06-05 2.3.9
2020-04-22 2.3.8
2020-04-09 2.3.7

Permanent link
Package cheddar (with last version 0.1-636) was removed from CRAN

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

2020-02-13 0.1-636

Permanent link
Package accSDA (with last version 1.1.1) was removed from CRAN

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

2022-04-05 1.1.1
2017-08-24 1.0.0

Permanent link
Package RGoogleAnalytics (with last version 0.1.6) was removed from CRAN

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

2018-10-09 0.1.6

Permanent link
Package SSDL (with last version 1.1) was removed from CRAN

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

2021-03-10 1.1

Permanent link
Package ramps updated to version 0.6.17 with previous version 0.6.16 dated 2019-12-16

Title: Bayesian Geostatistical Modeling with RAMPS
Description: Bayesian geostatistical modeling of Gaussian processes using a reparameterized and marginalized posterior sampling (RAMPS) algorithm designed to lower autocorrelation in MCMC samples. Package performance is tuned for large spatial datasets.
Author: Brian J Smith [aut, cre], Jun Yan [aut], Mary Kathryn Cowles [aut]
Maintainer: Brian J Smith <brian-j-smith@uiowa.edu>

Diff between ramps versions 0.6.16 dated 2019-12-16 and 0.6.17 dated 2022-08-24

 ramps-0.6.16/ramps/data/NURE.rda   |only
 ramps-0.6.16/ramps/data/simJSS.rda |only
 ramps-0.6.17/ramps/DESCRIPTION     |   20 ++++++++++----------
 ramps-0.6.17/ramps/MD5             |   12 ++++++------
 ramps-0.6.17/ramps/R/mpdensity.R   |   11 ++++++++---
 ramps-0.6.17/ramps/R/mpdpred.R     |    8 ++++----
 ramps-0.6.17/ramps/data/NURE.R     |only
 ramps-0.6.17/ramps/data/simJSS.R   |only
 ramps-0.6.17/ramps/inst/CITATION   |   32 ++++++++++++++++----------------
 9 files changed, 44 insertions(+), 39 deletions(-)

More information about ramps at CRAN
Permanent link

Package LRTesteR updated to version 1.0.0 with previous version 0.2.1 dated 2022-08-05

Title: Likelihood Ratio Tests
Description: A collection of hypothesis tests and confidence intervals based on the likelihood ratio <https://en.wikipedia.org/wiki/Likelihood-ratio_test>.
Author: Greg McMahan
Maintainer: Greg McMahan <gmcmacran@gmail.com>

Diff between LRTesteR versions 0.2.1 dated 2022-08-05 and 1.0.0 dated 2022-08-24

 LRTesteR-0.2.1/LRTesteR/man/beta_shape1_lr_test.Rd                    |only
 LRTesteR-0.2.1/LRTesteR/man/beta_shape2_lr_test.Rd                    |only
 LRTesteR-0.2.1/LRTesteR/man/binomial_p_lr_test.Rd                     |only
 LRTesteR-0.2.1/LRTesteR/man/cauchy_location_lr_test.Rd                |only
 LRTesteR-0.2.1/LRTesteR/man/cauchy_scale_lr_test.Rd                   |only
 LRTesteR-0.2.1/LRTesteR/man/exponentail_rate_lr_test.Rd               |only
 LRTesteR-0.2.1/LRTesteR/man/gamma_rate_lr_test.Rd                     |only
 LRTesteR-0.2.1/LRTesteR/man/gamma_scale_lr_test.Rd                    |only
 LRTesteR-0.2.1/LRTesteR/man/gamma_shape_lr_test.Rd                    |only
 LRTesteR-0.2.1/LRTesteR/man/gaussian_mu_lr_test.Rd                    |only
 LRTesteR-0.2.1/LRTesteR/man/gaussian_variance_lr_test.Rd              |only
 LRTesteR-0.2.1/LRTesteR/man/negative_binomial_p_lr_test.Rd            |only
 LRTesteR-0.2.1/LRTesteR/man/poisson_lambda_lr_test.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/DESCRIPTION                                   |   11 
 LRTesteR-1.0.0/LRTesteR/MD5                                           |   91 +-
 LRTesteR-1.0.0/LRTesteR/NAMESPACE                                     |   40 
 LRTesteR-1.0.0/LRTesteR/NEWS.md                                       |    9 
 LRTesteR-1.0.0/LRTesteR/R/a_function_factories.R                      |  326 ++++++-
 LRTesteR-1.0.0/LRTesteR/R/beta_tests.R                                |  367 +++++++-
 LRTesteR-1.0.0/LRTesteR/R/binomial_tests.R                            |   66 +
 LRTesteR-1.0.0/LRTesteR/R/cauchy_tests.R                              |  300 ++++++
 LRTesteR-1.0.0/LRTesteR/R/exponential_tests.R                         |   74 +
 LRTesteR-1.0.0/LRTesteR/R/gamma_tests.R                               |  405 ++++++++-
 LRTesteR-1.0.0/LRTesteR/R/gaussian_tests.R                            |  176 +++-
 LRTesteR-1.0.0/LRTesteR/R/negative_binomial_tests.R                   |   69 +
 LRTesteR-1.0.0/LRTesteR/R/poisson_tests.R                             |   72 +
 LRTesteR-1.0.0/LRTesteR/R/print.R                                     |only
 LRTesteR-1.0.0/LRTesteR/README.md                                     |   76 -
 LRTesteR-1.0.0/LRTesteR/build                                         |only
 LRTesteR-1.0.0/LRTesteR/inst                                          |only
 LRTesteR-1.0.0/LRTesteR/man/beta_shape1_one_sample.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/beta_shape1_one_way.Rd                    |only
 LRTesteR-1.0.0/LRTesteR/man/beta_shape2_one_sample.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/beta_shape2_one_way.Rd                    |only
 LRTesteR-1.0.0/LRTesteR/man/binomial_p_one_sample.Rd                  |only
 LRTesteR-1.0.0/LRTesteR/man/binomial_p_one_way.Rd                     |only
 LRTesteR-1.0.0/LRTesteR/man/cauchy_location_one_sample.Rd             |only
 LRTesteR-1.0.0/LRTesteR/man/cauchy_location_one_way.Rd                |only
 LRTesteR-1.0.0/LRTesteR/man/cauchy_scale_one_sample.Rd                |only
 LRTesteR-1.0.0/LRTesteR/man/cauchy_scale_one_way.Rd                   |only
 LRTesteR-1.0.0/LRTesteR/man/exponential_rate_one_sample.Rd            |only
 LRTesteR-1.0.0/LRTesteR/man/exponential_rate_one_way.Rd               |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_rate_one_sample.Rd                  |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_rate_one_way.Rd                     |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_scale_one_sample.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_scale_one_way.Rd                    |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_shape_one_sample.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/gamma_shape_one_way.Rd                    |only
 LRTesteR-1.0.0/LRTesteR/man/gaussian_mu_one_sample.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/gaussian_mu_one_way.Rd                    |only
 LRTesteR-1.0.0/LRTesteR/man/gaussian_variance_one_sample.Rd           |only
 LRTesteR-1.0.0/LRTesteR/man/gaussian_variance_one_way.Rd              |only
 LRTesteR-1.0.0/LRTesteR/man/negative_binomial_p_one_sample.Rd         |only
 LRTesteR-1.0.0/LRTesteR/man/negative_binomial_p_one_way.Rd            |only
 LRTesteR-1.0.0/LRTesteR/man/poisson_lambda_one_sample.Rd              |only
 LRTesteR-1.0.0/LRTesteR/man/poisson_lambda_one_way.Rd                 |only
 LRTesteR-1.0.0/LRTesteR/man/print.lrtest.Rd                           |only
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_a_function_factories.R    |  189 +++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_beta_tests.R              |  290 +++++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_binomial_tests.R          |  185 +++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_cauchy_tests.R            |  290 +++++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_exponential_tests.R       |  145 ++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_gamma_tests.R             |  435 +++++++---
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_gaussian_tests.R          |  305 +++++--
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_negative_binomial_tests.R |  174 +++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_poisson_tests.R           |  157 ++-
 LRTesteR-1.0.0/LRTesteR/tests/testthat/test_print.R                   |only
 LRTesteR-1.0.0/LRTesteR/vignettes                                     |only
 68 files changed, 3580 insertions(+), 672 deletions(-)

More information about LRTesteR at CRAN
Permanent link

Package sbm updated to version 0.4.4 with previous version 0.4.3 dated 2021-06-09

Title: Stochastic Blockmodels
Description: A collection of tools and functions to adjust a variety of stochastic blockmodels (SBM). Supports at the moment Simple, Bipartite, 'Multipartite' and Multiplex SBM (undirected or directed with Bernoulli, Poisson or Gaussian emission laws on the edges, and possibly covariate for Simple and Bipartite SBM). See Léger (2016) <arxiv:1602.07587>, 'Barbillon et al.' (2020) <doi:10.1111/rssa.12193> and 'Bar-Hen et al.' (2020) <arxiv:1807.10138>.
Author: Julien Chiquet [aut, cre] , Sophie Donnet [aut] , großBM team [ctb], Pierre Barbillon [aut]
Maintainer: Julien Chiquet <julien.chiquet@inrae.fr>

Diff between sbm versions 0.4.3 dated 2021-06-09 and 0.4.4 dated 2022-08-24

 DESCRIPTION                                       |    8 
 MD5                                               |   71 +-
 NEWS.md                                           |    7 
 R/R6Class-BipartiteSBM.R                          |   11 
 R/R6Class-BipartiteSBM_fit.R                      |    2 
 R/R6Class-SBM.R                                   |    4 
 R/R6Class-SimpleSBM.R                             |   20 
 R/estimate.R                                      |    4 
 R/plotMyMatrix.R                                  |   15 
 R/sample.R                                        |    6 
 R/utils_plot.R                                    |   14 
 README.md                                         |    4 
 build/partial.rdb                                 |only
 build/vignette.rds                                |binary
 inst/doc/Multipartite_EcologicalNetwork.html      |  317 ++++++++-
 inst/doc/MultiplexNetwork_principle.html          |  376 ++++++++++-
 inst/doc/Multiplex_allianceNwar_case_study.html   |  294 ++++++++-
 inst/doc/SBM_fungus_tree_network.R                |   20 
 inst/doc/SBM_fungus_tree_network.Rmd              |   20 
 inst/doc/SBM_fungus_tree_network.html             |  710 +++++++++++++++-------
 man/BipartiteSBM.Rd                               |   62 -
 man/BipartiteSBM_fit.Rd                           |   66 +-
 man/MultipartiteSBM.Rd                            |   44 -
 man/MultipartiteSBM_fit.Rd                        |   58 -
 man/MultiplexSBM_fit.Rd                           |   58 -
 man/SBM.Rd                                        |   30 
 man/SimpleSBM.Rd                                  |   64 -
 man/SimpleSBM_fit.Rd                              |   64 -
 man/estimateBipartiteSBM.Rd                       |    2 
 man/estimateSimpleSBM.Rd                          |    2 
 man/plotMyMatrix.Rd                               |    8 
 man/sampleBipartiteSBM.Rd                         |    2 
 man/sampleSimpleSBM.Rd                            |    4 
 man/sbm-package.Rd                                |    6 
 src/RcppExports.cpp                               |    5 
 tests/testthat/test-BipartiteSBM_fit_covariates.R |    6 
 vignettes/SBM_fungus_tree_network.Rmd             |   20 
 37 files changed, 1736 insertions(+), 668 deletions(-)

More information about sbm at CRAN
Permanent link

Package bunching updated to version 0.8.6 with previous version 0.8.4 dated 2019-09-23

Title: Estimate Bunching
Description: Implementation of the bunching estimator for kinks and notches. Allows for flexible estimation of counterfactual (e.g. controlling for round number bunching, accounting for other bunching masses within bunching window, fixing bunching point to be minimum, maximum or median value in its bin, etc.). It produces publication-ready plots in the style followed since Chetty et al. (2011) <doi:10.1093/qje/qjr013>, with lots of functionality to set plot options.
Author: Panos Mavrokonstantis [aut, cre]
Maintainer: Panos Mavrokonstantis <mavpanos@gmail.com>

Diff between bunching versions 0.8.4 dated 2019-09-23 and 0.8.6 dated 2022-08-24

 DESCRIPTION                     |   14 ++++----
 MD5                             |   60 ++++++++++++++++++------------------
 NEWS.md                         |   14 ++++++++
 R/bunching.R                    |    1 
 R/bunchit.R                     |   13 ++++----
 R/do_bootstrap.R                |    9 +++--
 R/do_correction.R               |    6 ++-
 R/fit_bunching.R                |   16 ++++-----
 R/plot_bunching.R               |    5 +--
 R/plot_hist.R                   |    2 -
 README.md                       |   17 +++++-----
 build/vignette.rds              |binary
 inst/doc/bunching_examples.R    |   48 ++++++++++++++---------------
 inst/doc/bunching_examples.Rmd  |   12 +++----
 inst/doc/bunching_examples.pdf  |binary
 inst/doc/bunching_theory.R      |    4 +-
 inst/doc/bunching_theory.Rmd    |   26 ++++++++--------
 inst/doc/bunching_theory.pdf    |binary
 man/bunching.Rd                 |    2 -
 man/bunching_data.Rd            |    6 ++-
 man/bunchit.Rd                  |   65 +++++++++++++++++++++++++++++++---------
 man/do_bootstrap.Rd             |   22 ++++++++++---
 man/do_correction.Rd            |   15 +++++++--
 man/elasticity.Rd               |   13 ++++++--
 man/fit_bunching.Rd             |    7 +++-
 man/plot_bunching.Rd            |   55 +++++++++++++++++++++++++--------
 man/plot_hist.Rd                |   31 ++++++++++++++-----
 man/prep_data_for_fit.Rd        |   16 ++++++++-
 tests/testthat/test_bunchit.R   |    8 ++--
 vignettes/bunching_examples.Rmd |   12 +++----
 vignettes/bunching_theory.Rmd   |   26 ++++++++--------
 31 files changed, 335 insertions(+), 190 deletions(-)

More information about bunching at CRAN
Permanent link

Package knitr updated to version 1.40 with previous version 1.39 dated 2022-04-26

Title: A General-Purpose Package for Dynamic Report Generation in R
Description: Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
Author: Yihui Xie [aut, cre] , Abhraneel Sarma [ctb], Adam Vogt [ctb], Alastair Andrew [ctb], Alex Zvoleff [ctb], Amar Al-Zubaidi [ctb], Andre Simon [ctb] , Aron Atkins [ctb], Aaron Wolen [ctb], Ashley Manton [ctb], Atsushi Yasumoto [ctb] , Ben Baumer [ctb], [...truncated...]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between knitr versions 1.39 dated 2022-04-26 and 1.40 dated 2022-08-24

 DESCRIPTION                  |   20 ++-
 MD5                          |   57 +++++-----
 NAMESPACE                    |    1 
 R/block.R                    |   28 +++--
 R/defaults.R                 |    1 
 R/engine.R                   |   20 ++-
 R/hooks-html.R               |   26 ++--
 R/hooks-latex.R              |    9 +
 R/hooks-md.R                 |   41 +++++--
 R/hooks.R                    |    4 
 R/output.R                   |   18 ---
 R/parser.R                   |  224 +++++++++++++++++++++++++++++++++++++++++--
 R/pattern.R                  |    5 
 R/plot.R                     |   19 ++-
 R/table.R                    |   17 +--
 R/utils.R                    |   19 ++-
 build/vignette.rds           |binary
 inst/doc/knit_expand.html    |    4 
 inst/doc/knit_print.html     |   25 +++-
 inst/doc/knitr-html.html     |    2 
 inst/doc/knitr-intro.html    |   23 ++--
 inst/doc/knitr-markdown.html |    2 
 inst/doc/knitr-refcard.pdf   |binary
 man/convert_chunk_header.Rd  |only
 man/opts_chunk.Rd            |    2 
 man/output_type.Rd           |    4 
 man/partition_chunk.Rd       |    5 
 man/read_rforge.Rd           |    5 
 tests/testit/test-parser.R   |   20 +++
 tests/testit/test-utils.R    |    7 +
 30 files changed, 460 insertions(+), 148 deletions(-)

More information about knitr at CRAN
Permanent link

New package InteractionPoweR with initial version 0.1.1
Package: InteractionPoweR
Title: Power Analyses for Interaction Effects in Cross-Sectional Regressions
Version: 0.1.1
Description: Power analysis for regression models which test the interaction of two independent variables on a single dependent variable. Includes options for continuous, binary, and/or skewed variables, as well as correlated interacting variables. Also includes options to specify variable reliability. Power analyses can be done either analytically or via simulation. Includes tools for simulating single data sets and visualizing power analysis results. The primary functions are power_interaction_r2() and power_interaction(). Please cite as: Baranger DAA, Finsaas MC, Goldstein BL, Vize CE, Lynam DR, Olino TM (2022). "Tutorial: Power analyses for interaction effects in cross-sectional regressions." <doi:10.31234/osf.io/5ptd7>.
Maintainer: David Baranger <dbaranger@gmail.com>
URL: https://dbaranger.github.io/InteractionPoweR/, https://doi.org/10.31234/osf.io/5ptd7
BugReports: https://github.com/dbaranger/InteractionPoweR/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: dplyr, MASS, parallel, doParallel, foreach, ggplot2, polynom, chngpt, rlang, tidyr, stats, ggbeeswarm
NeedsCompilation: no
Packaged: 2022-08-24 13:36:39 UTC; dbara
Author: David Baranger [aut, cre] , Brandon Goldstein [ctb], Megan Finsaas [ctb], Thomas Olino [ctb], Colin Vize [ctb], Don Lynam [ctb]
Repository: CRAN
Date/Publication: 2022-08-24 15:12:35 UTC

More information about InteractionPoweR at CRAN
Permanent link

Package covr updated to version 3.6.0 with previous version 3.5.1 dated 2020-09-16

Title: Test Coverage for Packages
Description: Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' <https://about.codecov.io> or 'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
Author: Jim Hester [aut, cre], Willem Ligtenberg [ctb], Kirill Mueller [ctb], Henrik Bengtsson [ctb], Steve Peak [ctb], Kirill Sevastyanenko [ctb], Jon Clayden [ctb], Robert Flight [ctb], Eric Brown [ctb], Brodie Gaslam [ctb], Will Beasley [ctb], Robert Krzyz [...truncated...]
Maintainer: Jim Hester <james.f.hester@gmail.com>

Diff between covr versions 3.5.1 dated 2020-09-16 and 3.6.0 dated 2022-08-24

 DESCRIPTION                            |   17 -
 LICENSE                                |only
 MD5                                    |   91 ++++++---
 NAMESPACE                              |    1 
 NEWS.md                                |   28 ++-
 R/codecov.R                            |   39 +++-
 R/compiled.R                           |   19 +-
 R/covr.R                               |  308 ++++++++++++++++++++++++++++-----
 R/data_frame.R                         |    3 
 R/display_name.R                       |    9 
 R/exclusions.R                         |    4 
 R/report.R                             |    7 
 R/sonarqube.R                          |    2 
 R/summary_functions.R                  |    4 
 R/trace_calls.R                        |   14 -
 R/trace_tests.R                        |only
 R/utils.R                              |   53 +++--
 R/zzz.R                                |    1 
 README.md                              |   58 ------
 build/vignette.rds                     |binary
 inst/doc/how_it_works.Rmd              |    2 
 inst/doc/how_it_works.html             |   91 +++++----
 man/as_coverage.Rd                     |only
 man/as_coverage_with_tests.Rd          |only
 man/code_coverage.Rd                   |    5 
 man/codecov.Rd                         |    2 
 man/count_test.Rd                      |only
 man/covr-package.Rd                    |   67 ++++++-
 man/covr.record_tests.Rd               |only
 man/file_coverage.Rd                   |   11 +
 man/function_coverage.Rd               |    5 
 man/has_srcref.Rd                      |only
 man/is_covr_count_call.Rd              |only
 man/is_current_test_finished.Rd        |only
 man/new_counter.Rd                     |    2 
 man/new_test_counter.Rd                |only
 man/package_coverage.Rd                |    8 
 man/truncate_call.Rd                   |only
 man/update_current_test.Rd             |only
 tests/testthat/Test+Char               |only
 tests/testthat/TestNestedTestDirs      |only
 tests/testthat/test-Compiled.R         |   43 ++++
 tests/testthat/test-file_coverage.R    |   10 -
 tests/testthat/test-memoised.R         |   10 -
 tests/testthat/test-package_coverage.R |    6 
 tests/testthat/test-record_tests.R     |only
 tests/testthat/test-vectorized.R       |   10 -
 vignettes/how_it_works.Rmd             |    2 
 48 files changed, 679 insertions(+), 253 deletions(-)

More information about covr at CRAN
Permanent link

Package tractor.base updated to version 3.3.5.1 with previous version 3.3.3.1 dated 2020-12-12

Title: Read, Manipulate and Visualise Magnetic Resonance Images
Description: Functions for working with magnetic resonance images. Reading and writing of popular file formats (DICOM, Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive visualisation; flexible image manipulation; metadata and sparse image handling.
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>

Diff between tractor.base versions 3.3.3.1 dated 2020-12-12 and 3.3.5.1 dated 2022-08-24

 DESCRIPTION  |   11 +++++------
 MD5          |    8 ++++----
 R/15_dicom.R |   11 ++++++++---
 R/files.R    |    3 +--
 man/files.Rd |    3 +--
 5 files changed, 19 insertions(+), 17 deletions(-)

More information about tractor.base at CRAN
Permanent link

Package HTSCluster updated to version 2.0.10 with previous version 2.0.8 dated 2016-05-26

Title: Clustering High-Throughput Transcriptome Sequencing (HTS) Data
Description: A Poisson mixture model is implemented to cluster genes from high- throughput transcriptome sequencing (RNA-seq) data. Parameter estimation is performed using either the EM or CEM algorithm, and the slope heuristics are used for model selection (i.e., to choose the number of clusters).
Author: Andrea Rau, Gilles Celeux, Marie-Laure Martin-Magniette, Cathy Maugis- Rabusseau
Maintainer: Andrea Rau <andrea.rau@jouy.inra.fr>

Diff between HTSCluster versions 2.0.8 dated 2016-05-26 and 2.0.10 dated 2022-08-24

 HTSCluster-2.0.10/HTSCluster/DESCRIPTION                   |    8 
 HTSCluster-2.0.10/HTSCluster/MD5                           |   46 -
 HTSCluster-2.0.10/HTSCluster/R/PoisMixClus.R               |   20 
 HTSCluster-2.0.10/HTSCluster/R/PoisMixClusWrapper.R        |    2 
 HTSCluster-2.0.10/HTSCluster/R/kmeanInit.R                 |    2 
 HTSCluster-2.0.10/HTSCluster/R/plot.HTSCluster.R           |  454 ++++++-------
 HTSCluster-2.0.10/HTSCluster/R/plot.HTSClusterWrapper.R    |  112 +--
 HTSCluster-2.0.10/HTSCluster/R/probaPostInit.R             |   12 
 HTSCluster-2.0.10/HTSCluster/R/splitEMInit.R               |    2 
 HTSCluster-2.0.10/HTSCluster/R/summary.HTSCluster.R        |    2 
 HTSCluster-2.0.10/HTSCluster/R/summary.HTSClusterWrapper.R |   32 
 HTSCluster-2.0.10/HTSCluster/README.md                     |only
 HTSCluster-2.0.10/HTSCluster/inst/doc/HTSCluster.R         |   17 
 HTSCluster-2.0.10/HTSCluster/inst/doc/HTSCluster.Rnw       |   68 -
 HTSCluster-2.0.10/HTSCluster/man/HTSCluster-package.Rd     |    4 
 HTSCluster-2.0.10/HTSCluster/man/Init.Rd                   |   14 
 HTSCluster-2.0.10/HTSCluster/man/PoisMixClus.Rd            |   16 
 HTSCluster-2.0.10/HTSCluster/man/PoisMixMean.Rd            |    8 
 HTSCluster-2.0.10/HTSCluster/man/PoisMixSim.Rd             |   10 
 HTSCluster-2.0.10/HTSCluster/man/highDimensionARI.Rd       |    4 
 HTSCluster-2.0.10/HTSCluster/man/logLikePoisMix.Rd         |   10 
 HTSCluster-2.0.10/HTSCluster/man/plot.HTSCluster.Rd        |    6 
 HTSCluster-2.0.10/HTSCluster/man/probaPost.Rd              |    8 
 HTSCluster-2.0.10/HTSCluster/man/summary.HTSCluster.Rd     |    6 
 HTSCluster-2.0.8/HTSCluster/build                          |only
 25 files changed, 431 insertions(+), 432 deletions(-)

More information about HTSCluster at CRAN
Permanent link

Package ExpImage updated to version 0.6.0 with previous version 0.5.0 dated 2022-07-05

Title: Tool For Analysis of Images in Experiments
Description: Tools created for image analysis in researches. There are functions associated with image editing, segmentation, and obtaining biometric measurements (Este pacote foi idealizado para para a analise de imagens em pesquisas. Ha funcoes associadas a edicao de imagens, segmentacao, e obtencao de medidas biometricas).
Author: Alcinei Mistico Azevedo [aut, cre]
Maintainer: Alcinei Mistico Azevedo <alcineimistico@hotmail.com>

Diff between ExpImage versions 0.5.0 dated 2022-07-05 and 0.6.0 dated 2022-08-24

 ExpImage-0.5.0/ExpImage/R/Square_Image.R                      |only
 ExpImage-0.5.0/ExpImage/man/Square_Image.Rd                   |only
 ExpImage-0.6.0/ExpImage/DESCRIPTION                           |   10 
 ExpImage-0.6.0/ExpImage/MD5                                   |  150 +
 ExpImage-0.6.0/ExpImage/NAMESPACE                             |   11 
 ExpImage-0.6.0/ExpImage/NEWS.md                               |   27 
 ExpImage-0.6.0/ExpImage/R/Normatiza.R                         |   12 
 ExpImage-0.6.0/ExpImage/R/as_image.R                          |   12 
 ExpImage-0.6.0/ExpImage/R/calibration_palette.R               |    2 
 ExpImage-0.6.0/ExpImage/R/classify_image.R                    |only
 ExpImage-0.6.0/ExpImage/R/clustering_Kmeans.R                 |  207 +-
 ExpImage-0.6.0/ExpImage/R/color_pallete.R                     |    7 
 ExpImage-0.6.0/ExpImage/R/contour_image.R                     |    2 
 ExpImage-0.6.0/ExpImage/R/convert_color.R                     |only
 ExpImage-0.6.0/ExpImage/R/crop_image.R                        |   38 
 ExpImage-0.6.0/ExpImage/R/dilate_image.R                      |    2 
 ExpImage-0.6.0/ExpImage/R/edit_image.R                        |   13 
 ExpImage-0.6.0/ExpImage/R/erode_image.R                       |    2 
 ExpImage-0.6.0/ExpImage/R/example_image.R                     |   54 
 ExpImage-0.6.0/ExpImage/R/exclude_object.R                    |only
 ExpImage-0.6.0/ExpImage/R/extract_pixels.R                    |    3 
 ExpImage-0.6.0/ExpImage/R/gray_scale.R                        |   19 
 ExpImage-0.6.0/ExpImage/R/histogram_image.R                   |   59 
 ExpImage-0.6.0/ExpImage/R/index_bands.R                       |   93 +
 ExpImage-0.6.0/ExpImage/R/info_image.R                        |   15 
 ExpImage-0.6.0/ExpImage/R/join_bands.R                        |   82 -
 ExpImage-0.6.0/ExpImage/R/linearize_image.R                   |    5 
 ExpImage-0.6.0/ExpImage/R/mask_pixels.R                       |   88 -
 ExpImage-0.6.0/ExpImage/R/mask_raster.R                       |only
 ExpImage-0.6.0/ExpImage/R/measure_image.R                     |  769 ++++------
 ExpImage-0.6.0/ExpImage/R/normalize_image.R                   |only
 ExpImage-0.6.0/ExpImage/R/pick_color.R                        |   16 
 ExpImage-0.6.0/ExpImage/R/pick_count.R                        |    1 
 ExpImage-0.6.0/ExpImage/R/pick_length.R                       |    2 
 ExpImage-0.6.0/ExpImage/R/pick_resolution.R                   |    1 
 ExpImage-0.6.0/ExpImage/R/pick_segmentation.R                 |only
 ExpImage-0.6.0/ExpImage/R/plot_image.R                        |  160 +-
 ExpImage-0.6.0/ExpImage/R/plot_indexes.R                      |    2 
 ExpImage-0.6.0/ExpImage/R/raster2image.R                      |only
 ExpImage-0.6.0/ExpImage/R/read_image.R                        |  123 -
 ExpImage-0.6.0/ExpImage/R/resize_image.R                      |    8 
 ExpImage-0.6.0/ExpImage/R/rotate_image.R                      |   10 
 ExpImage-0.6.0/ExpImage/R/segmentation.R                      |    3 
 ExpImage-0.6.0/ExpImage/R/segmentation_logit.R                |   44 
 ExpImage-0.6.0/ExpImage/R/segmentation_logitGUI.R             |   61 
 ExpImage-0.6.0/ExpImage/R/split_image.R                       |  283 +--
 ExpImage-0.6.0/ExpImage/R/square_image.R                      |only
 ExpImage-0.6.0/ExpImage/R/tif_info.R                          |only
 ExpImage-0.6.0/ExpImage/inst/doc/Comprimento_Plantula.html    |    6 
 ExpImage-0.6.0/ExpImage/inst/doc/Contagem_de_bovinos.html     |    8 
 ExpImage-0.6.0/ExpImage/inst/doc/Contagem_de_objetos.html     |   16 
 ExpImage-0.6.0/ExpImage/inst/doc/Edicao_de_imagens.html       |   79 -
 ExpImage-0.6.0/ExpImage/inst/doc/Estimacao_Area_Foliar.html   |  250 +--
 ExpImage-0.6.0/ExpImage/inst/doc/Estimar_doenca_Amendoim.html |    4 
 ExpImage-0.6.0/ExpImage/man/as_image.Rd                       |   10 
 ExpImage-0.6.0/ExpImage/man/calibration_palette.Rd            |    1 
 ExpImage-0.6.0/ExpImage/man/classify_image.Rd                 |only
 ExpImage-0.6.0/ExpImage/man/clustering_Kmeans.Rd              |   15 
 ExpImage-0.6.0/ExpImage/man/convert_color.Rd                  |only
 ExpImage-0.6.0/ExpImage/man/crop_image.Rd                     |   18 
 ExpImage-0.6.0/ExpImage/man/dilate_image.Rd                   |    2 
 ExpImage-0.6.0/ExpImage/man/edit_image.Rd                     |    2 
 ExpImage-0.6.0/ExpImage/man/example_image.Rd                  |   11 
 ExpImage-0.6.0/ExpImage/man/exclude_object.Rd                 |only
 ExpImage-0.6.0/ExpImage/man/extract_pixels.Rd                 |    3 
 ExpImage-0.6.0/ExpImage/man/gray_scale.Rd                     |    5 
 ExpImage-0.6.0/ExpImage/man/histogram_image.Rd                |   38 
 ExpImage-0.6.0/ExpImage/man/index_bands.Rd                    |   53 
 ExpImage-0.6.0/ExpImage/man/info_image.Rd                     |    1 
 ExpImage-0.6.0/ExpImage/man/join_bands.Rd                     |   37 
 ExpImage-0.6.0/ExpImage/man/linearize_image.Rd                |    4 
 ExpImage-0.6.0/ExpImage/man/mask_pixels.Rd                    |   12 
 ExpImage-0.6.0/ExpImage/man/mask_raster.Rd                    |only
 ExpImage-0.6.0/ExpImage/man/measure_image.Rd                  |    1 
 ExpImage-0.6.0/ExpImage/man/normalize_image.Rd                |only
 ExpImage-0.6.0/ExpImage/man/pick_segmentation.Rd              |only
 ExpImage-0.6.0/ExpImage/man/plot_image.Rd                     |   65 
 ExpImage-0.6.0/ExpImage/man/plot_indexes.Rd                   |    2 
 ExpImage-0.6.0/ExpImage/man/raster2image.Rd                   |only
 ExpImage-0.6.0/ExpImage/man/read_image.Rd                     |    4 
 ExpImage-0.6.0/ExpImage/man/rotate_image.Rd                   |    7 
 ExpImage-0.6.0/ExpImage/man/segmentation_logit.Rd             |   44 
 ExpImage-0.6.0/ExpImage/man/segmentation_logitGUI.Rd          |   46 
 ExpImage-0.6.0/ExpImage/man/split_image.Rd                    |    1 
 ExpImage-0.6.0/ExpImage/man/square_image.Rd                   |only
 ExpImage-0.6.0/ExpImage/man/tif_info.Rd                       |only
 86 files changed, 1999 insertions(+), 1142 deletions(-)

More information about ExpImage at CRAN
Permanent link

Package pxweb updated to version 0.16.1 with previous version 0.15.1 dated 2022-07-01

Title: R Interface to PXWEB APIs
Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format. PX-Web is a solution to disseminate PC-Axis data files in dynamic tables on the web. Since 2013 PX-Web contains an API to disseminate PC-Axis files.
Author: Mans Magnusson [aut, cre] , Markus Kainu [aut], Janne Huovari [aut], Leo Lahti [aut] , Love Hansson [ctb], Eydun Nielsen [ctb], Bo Werth [ctb], Thomas Runarsson [ctb], Torbjoern Lindquist [ctb], Palmar Thorsteinsson [ctb], Pyry Kantanen [ctb], Sebasti [...truncated...]
Maintainer: Mans Magnusson <mons.magnusson@gmail.com>

Diff between pxweb versions 0.15.1 dated 2022-07-01 and 0.16.1 dated 2022-08-24

 DESCRIPTION                                 |    8 +-
 MD5                                         |   24 ++++----
 NAMESPACE                                   |    2 
 NEWS.md                                     |    4 +
 R/pxweb_parse_response.R                    |   14 +++--
 inst/doc/pxweb.R                            |    4 -
 inst/doc/pxweb.Rmd                          |    4 -
 inst/doc/pxweb.html                         |   22 ++++----
 inst/extdata/api.json                       |    8 +-
 man/pxweb_parse_response.Rd                 |    7 +-
 tests/testthat/log_pxweb_api_http_calls.txt |   76 ++++++++++++++--------------
 tests/testthat/test-pxweb_api_catalogue.R   |    7 ++
 vignettes/pxweb.Rmd                         |    4 -
 13 files changed, 101 insertions(+), 83 deletions(-)

More information about pxweb at CRAN
Permanent link

Package covatest updated to version 1.2.1 with previous version 1.2.0 dated 2021-07-09

Title: Tests on Properties of Space-Time Covariance Functions
Description: Tests on properties of space-time covariance functions. Tests on symmetry, separability and for assessing different forms of non-separability are available. Moreover tests on some classes of covariance functions, such that the classes of product-sum models, Gneiting models and integrated product models have been provided. It is the companion R package to the papers of Cappello, C., De Iaco, S., Posa, D., 2018, Testing the type of non-separability and some classes of space-time covariance function models <doi:10.1007/s00477-017-1472-2> and Cappello, C., De Iaco, S., Posa, D., 2020, covatest: an R package for selecting a class of space-time covariance functions <doi:10.18637/jss.v094.i01>.
Author: Sandra De Iaco [aut, cre], Claudia Cappello [aut], Donato Posa [aut], Sabrina Maggio [ctb]
Maintainer: Sandra De Iaco <sandra.deiaco@unisalento.it>

Diff between covatest versions 1.2.0 dated 2021-07-09 and 1.2.1 dated 2022-08-24

 DESCRIPTION           |   10 +++++-----
 MD5                   |   28 ++++++++++++++--------------
 R/blocks.R            |    8 ++++----
 R/couples.R           |    4 ++--
 R/covaprop.R          |   10 +++++-----
 R/covastat.R          |    8 ++++----
 R/covastatM.R         |    8 ++++----
 R/read.STdata.R       |    3 ---
 R/sepindex.R          |    9 +++++----
 R/vv_13.R             |   10 +++++-----
 man/couples-class.Rd  |    4 ++--
 man/covaprop-class.Rd |   10 +++++-----
 man/read.STdata.Rd    |    3 ---
 man/sepindex-class.Rd |    9 +++++----
 man/vv_13.Rd          |   10 +++++-----
 15 files changed, 65 insertions(+), 69 deletions(-)

More information about covatest at CRAN
Permanent link

Package shapefiles updated to version 0.7.1 with previous version 0.7 dated 2013-01-26

Title: Read and Write ESRI Shapefiles
Description: Functions to read and write ESRI shapefiles.
Author: Ben Stabler <benstabler@yahoo.com>
Maintainer: Ben Stabler <benstabler@yahoo.com>

Diff between shapefiles versions 0.7 dated 2013-01-26 and 0.7.1 dated 2022-08-24

 shapefiles-0.7.1/shapefiles/DESCRIPTION       |    9 +++++----
 shapefiles-0.7.1/shapefiles/MD5               |    8 ++++----
 shapefiles-0.7.1/shapefiles/R/shapefiles.R    |    4 ++--
 shapefiles-0.7.1/shapefiles/build             |only
 shapefiles-0.7.1/shapefiles/man/shapefiles.Rd |   10 +++++-----
 shapefiles-0.7/shapefiles/INDEX               |only
 6 files changed, 16 insertions(+), 15 deletions(-)

More information about shapefiles at CRAN
Permanent link

Package PSAgraphics updated to version 2.1.1.2 with previous version 2.1.1.1 dated 2022-06-22

Title: Propensity Score Analysis Graphics
Description: A collection of functions that primarily produce graphics to aid in a Propensity Score Analysis (PSA). Functions include: cat.psa and box.psa to test balance within strata of categorical and quantitative covariates, circ.psa for a representation of the estimated effect size by stratum, loess.psa that provides a graphic and loess based effect size estimate, and various balance functions that provide measures of the balance achieved via a PSA in a categorical covariate.
Author: James E. Helmreich <James.Helmreich@Marist.edu> and Robert M. Pruzek <RMPruzek@yahoo.com>. We are grateful to KuangNan Xiong for significant work on the functions new to version 2.0: cstrata.psa, cv.bal.psa, and cv.trans.psa.
Maintainer: James E. Helmreich <James.Helmreich@Marist.edu>

Diff between PSAgraphics versions 2.1.1.1 dated 2022-06-22 and 2.1.1.2 dated 2022-08-24

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

More information about PSAgraphics at CRAN
Permanent link

Package OpenImageR updated to version 1.2.5 with previous version 1.2.4 dated 2022-08-17

Title: An Image Processing Toolkit
Description: Incorporates functions for image preprocessing, filtering and image recognition. The package takes advantage of 'RcppArmadillo' to speed up computationally intensive functions. The histogram of oriented gradients descriptor is a modification of the 'findHOGFeatures' function of the 'SimpleCV' computer vision platform, the average_hash(), dhash() and phash() functions are based on the 'ImageHash' python library. The Gabor Feature Extraction functions are based on 'Matlab' code of the paper, "CloudID: Trustworthy cloud-based and cross-enterprise biometric identification" by M. Haghighat, S. Zonouz, M. Abdel-Mottaleb, Expert Systems with Applications, vol. 42, no. 21, pp. 7905-7916, 2015, <doi:10.1016/j.eswa.2015.06.025>. The 'SLIC' and 'SLICO' superpixel algorithms were explained in detail in (i) "SLIC Superpixels Compared to State-of-the-art Superpixel Methods", Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Suesstrunk, IEEE Transactions on [...truncated...]
Author: Lampros Mouselimis [aut, cre] , Sight Machine [cph] , Johannes Buchner [cph] , Mohammad Haghighat [cph] , Radhakrishna Achanta [cph] ), Oleh Onyshchak [cph]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>

Diff between OpenImageR versions 1.2.4 dated 2022-08-17 and 1.2.5 dated 2022-08-24

 DESCRIPTION                                             |    8 +++---
 MD5                                                     |   20 ++++++++--------
 NEWS.md                                                 |    5 ++++
 R/warp_affine.R                                         |    2 -
 README.md                                               |    4 ++-
 inst/doc/Gabor_Feature_Extraction.html                  |    4 +--
 inst/doc/Image_segmentation_superpixels_clustering.html |    4 +--
 inst/doc/The_OpenImageR_package.html                    |   18 +++++++-------
 inst/doc/Warp_Affine.html                               |    6 ++--
 inst/include/OpenImageRheader.h                         |   10 ++++----
 man/warpAffine.Rd                                       |    2 -
 11 files changed, 45 insertions(+), 38 deletions(-)

More information about OpenImageR at CRAN
Permanent link

Package iapws updated to version 0.9 with previous version 0.8 dated 2022-08-17

Title: Formulations of the International Association for the Properties of Water and Steam
Description: Implementation of some of the formulations for the thermodynamic and transport properties of ordinary water and steam released by the International Association for the Properties of Water and Steam (IAPWS). More specifically, the releases referenced R6-95(2018), R7-97(2012), R12-08 and R15-11 at <http://iapws.org/release.html>.
Author: Jonathan Debove [aut, cre]
Maintainer: Jonathan Debove <jondebove@gmail.com>

Diff between iapws versions 0.8 dated 2022-08-17 and 0.9 dated 2022-08-24

 DESCRIPTION          |    6 
 MD5                  |   40 +-
 NAMESPACE            |    1 
 R/checkArgs.R        |    3 
 R/iapws95.R          |   15 -
 R/if97.R             |   10 
 man/iapws95.Rd       |  103 +++++--
 man/iapws95_sat.Rd   |   11 
 man/iapws95_state.Rd |   19 -
 man/if97.Rd          |   95 ++++---
 man/if97_state.Rd    |    7 
 src/R_interface.c    |   40 +-
 src/cond.c           |   19 -
 src/iapws.c          |    5 
 src/iapws.h          |    6 
 src/iapws95.c        |   90 ++++--
 src/iapws95.h        |    1 
 src/if97.c           |  687 ++++++++++++++++++++++++---------------------------
 src/nroot.c          |   98 +++----
 src/nroot.h          |    6 
 src/visc.c           |    8 
 21 files changed, 677 insertions(+), 593 deletions(-)

More information about iapws at CRAN
Permanent link

Package AMAPVox updated to version 0.12.0 with previous version 0.10.0 dated 2022-04-20

Title: LiDAR Data Voxelisation
Description: Read, manipulate and write voxel spaces. Voxel spaces are read from text-based output files of the 'AMAPVox' software. 'AMAPVox' is a LiDAR point cloud voxelisation software that aims at estimating leaf area through several theoretical/numerical approaches. See more in the article Vincent et al. (2017) <doi:10.23708/1AJNMP> and the technical note Vincent et al. (2021) <doi:10.23708/1AJNMP>.
Author: Gregoire Vincent [aut], Julien Heurtebize [aut], Philippe Verley [aut, cre]
Maintainer: Philippe Verley <philippe.verley@ird.fr>

Diff between AMAPVox versions 0.10.0 dated 2022-04-20 and 0.12.0 dated 2022-08-24

 AMAPVox-0.10.0/AMAPVox/R/AMAPVoxGUI.R             |only
 AMAPVox-0.10.0/AMAPVox/man/gui.Rd                 |only
 AMAPVox-0.12.0/AMAPVox/DESCRIPTION                |   18 +--
 AMAPVox-0.12.0/AMAPVox/MD5                        |  110 +++++++++++-----------
 AMAPVox-0.12.0/AMAPVox/NAMESPACE                  |    1 
 AMAPVox-0.12.0/AMAPVox/NEWS.md                    |   26 +++++
 AMAPVox-0.12.0/AMAPVox/R/Butterfly.R              |   11 +-
 AMAPVox-0.12.0/AMAPVox/R/Canopy.R                 |   20 ++--
 AMAPVox-0.12.0/AMAPVox/R/Classes.R                |    6 -
 AMAPVox-0.12.0/AMAPVox/R/ComputeG.R               |   12 +-
 AMAPVox-0.12.0/AMAPVox/R/Crop.R                   |    8 -
 AMAPVox-0.12.0/AMAPVox/R/FillNA.R                 |    2 
 AMAPVox-0.12.0/AMAPVox/R/Generics.R               |   49 ++++-----
 AMAPVox-0.12.0/AMAPVox/R/Ground.R                 |   15 +--
 AMAPVox-0.12.0/AMAPVox/R/Operators.R              |    4 
 AMAPVox-0.12.0/AMAPVox/R/PlantArea.R              |   94 +++++++++++++-----
 AMAPVox-0.12.0/AMAPVox/R/PlotVoxelSpace.R         |   39 ++++++-
 AMAPVox-0.12.0/AMAPVox/R/ReadVoxelSpace.R         |   28 ++++-
 AMAPVox-0.12.0/AMAPVox/R/Run.R                    |only
 AMAPVox-0.12.0/AMAPVox/R/Utils-voxel.R            |   61 ++++++------
 AMAPVox-0.12.0/AMAPVox/R/VersionManager.R         |   86 ++++++++++-------
 AMAPVox-0.12.0/AMAPVox/R/WriteVoxelSpace.R        |    4 
 AMAPVox-0.12.0/AMAPVox/build/partial.rdb          |binary
 AMAPVox-0.12.0/AMAPVox/build/vignette.rds         |binary
 AMAPVox-0.12.0/AMAPVox/inst/doc/AMAPVox.html      |   13 ++
 AMAPVox-0.12.0/AMAPVox/inst/doc/Installation.R    |    6 -
 AMAPVox-0.12.0/AMAPVox/inst/doc/Installation.Rmd  |    6 -
 AMAPVox-0.12.0/AMAPVox/inst/doc/Installation.html |   55 ++++++-----
 AMAPVox-0.12.0/AMAPVox/inst/doc/Voxelization.html |   13 ++
 AMAPVox-0.12.0/AMAPVox/inst/doc/amapvox-gui.html  |   13 ++
 AMAPVox-0.12.0/AMAPVox/man/Extract.Rd             |    7 -
 AMAPVox-0.12.0/AMAPVox/man/VoxelSpace-class.Rd    |    6 -
 AMAPVox-0.12.0/AMAPVox/man/butterfly.Rd           |    9 -
 AMAPVox-0.12.0/AMAPVox/man/canopy.Rd              |   12 +-
 AMAPVox-0.12.0/AMAPVox/man/clear.Rd               |   17 +--
 AMAPVox-0.12.0/AMAPVox/man/computeG.Rd            |    2 
 AMAPVox-0.12.0/AMAPVox/man/crop.Rd                |   10 +-
 AMAPVox-0.12.0/AMAPVox/man/fillNA.Rd              |    2 
 AMAPVox-0.12.0/AMAPVox/man/getLocalVersions.Rd    |    9 -
 AMAPVox-0.12.0/AMAPVox/man/getMaxCorner.Rd        |    2 
 AMAPVox-0.12.0/AMAPVox/man/getMinCorner.Rd        |    2 
 AMAPVox-0.12.0/AMAPVox/man/getParameter.Rd        |    4 
 AMAPVox-0.12.0/AMAPVox/man/getPosition.Rd         |    6 -
 AMAPVox-0.12.0/AMAPVox/man/getRemoteVersions.Rd   |    6 -
 AMAPVox-0.12.0/AMAPVox/man/getVoxelSize.Rd        |    2 
 AMAPVox-0.12.0/AMAPVox/man/ground.Rd              |    6 -
 AMAPVox-0.12.0/AMAPVox/man/installVersion.Rd      |   11 +-
 AMAPVox-0.12.0/AMAPVox/man/merge.Rd               |   28 ++---
 AMAPVox-0.12.0/AMAPVox/man/plantAreaDensity.Rd    |   33 ++++++
 AMAPVox-0.12.0/AMAPVox/man/plantAreaIndex.Rd      |   26 +++--
 AMAPVox-0.12.0/AMAPVox/man/plot.Rd                |   26 ++++-
 AMAPVox-0.12.0/AMAPVox/man/readVoxelSpace.Rd      |    9 +
 AMAPVox-0.12.0/AMAPVox/man/removeVersion.Rd       |    2 
 AMAPVox-0.12.0/AMAPVox/man/run.Rd                 |only
 AMAPVox-0.12.0/AMAPVox/man/toRaster.Rd            |   12 +-
 AMAPVox-0.12.0/AMAPVox/man/tools.Rd               |    8 -
 AMAPVox-0.12.0/AMAPVox/man/writeVoxelSpace.Rd     |    4 
 AMAPVox-0.12.0/AMAPVox/vignettes/Installation.Rmd |    6 -
 58 files changed, 588 insertions(+), 379 deletions(-)

More information about AMAPVox at CRAN
Permanent link

Package rpact updated to version 3.3.1 with previous version 3.3.0 dated 2022-06-15

Title: Confirmatory Adaptive Clinical Trial Design and Analysis
Description: Design and analysis of confirmatory adaptive clinical trials with continuous, binary, and survival endpoints according to the methods described in the monograph by Wassmer and Brannath (2016) <doi:10.1007/978-3-319-32562-0>. This includes classical group sequential as well as multi-stage adaptive hypotheses tests that are based on the combination testing principle.
Author: Gernot Wassmer [aut], Friedrich Pahlke [aut, cre]
Maintainer: Friedrich Pahlke <friedrich.pahlke@rpact.com>

Diff between rpact versions 3.3.0 dated 2022-06-15 and 3.3.1 dated 2022-08-24

 rpact-3.3.0/rpact/man/AnalysisResults_as.data.frame.Rd                          |only
 rpact-3.3.0/rpact/man/AnalysisResults_names.Rd                                  |only
 rpact-3.3.0/rpact/man/AnalysisResults_summary.Rd                                |only
 rpact-3.3.0/rpact/man/Dataset_print.Rd                                          |only
 rpact-3.3.0/rpact/man/Dataset_summary.Rd                                        |only
 rpact-3.3.0/rpact/man/FieldSet_names.Rd                                         |only
 rpact-3.3.0/rpact/man/FieldSet_print.Rd                                         |only
 rpact-3.3.0/rpact/man/FrameSet_as.matrix.Rd                                     |only
 rpact-3.3.0/rpact/man/ParameterSet_as.data.frame.Rd                             |only
 rpact-3.3.0/rpact/man/ParameterSet_print.Rd                                     |only
 rpact-3.3.0/rpact/man/ParameterSet_summary.Rd                                   |only
 rpact-3.3.0/rpact/man/PowerAndAverageSampleNumberResult_as.data.frame.Rd        |only
 rpact-3.3.0/rpact/man/SimulationResults_names.Rd                                |only
 rpact-3.3.0/rpact/man/SimulationResults_print.Rd                                |only
 rpact-3.3.0/rpact/man/StageResults_as.data.frame.Rd                             |only
 rpact-3.3.0/rpact/man/StageResults_names.Rd                                     |only
 rpact-3.3.0/rpact/man/TrialDesignCharacteristics_as.data.frame.Rd               |only
 rpact-3.3.0/rpact/man/TrialDesignPlan_as.data.frame.Rd                          |only
 rpact-3.3.0/rpact/man/TrialDesignSet_as.data.frame.Rd                           |only
 rpact-3.3.0/rpact/man/TrialDesignSet_length.Rd                                  |only
 rpact-3.3.0/rpact/man/TrialDesignSet_names.Rd                                   |only
 rpact-3.3.0/rpact/man/TrialDesign_as.data.frame.Rd                              |only
 rpact-3.3.0/rpact/man/Trial_Design_Set_summary.Rd                               |only
 rpact-3.3.1/rpact/DESCRIPTION                                                   |   50 
 rpact-3.3.1/rpact/MD5                                                           |  364 -
 rpact-3.3.1/rpact/NAMESPACE                                                     |    1 
 rpact-3.3.1/rpact/NEWS.md                                                       |   19 
 rpact-3.3.1/rpact/R/class_analysis_dataset.R                                    |    8 
 rpact-3.3.1/rpact/R/class_analysis_results.R                                    | 2562 ++++-----
 rpact-3.3.1/rpact/R/class_analysis_stage_results.R                              | 2373 ++++-----
 rpact-3.3.1/rpact/R/class_core_parameter_set.R                                  | 2596 +++++-----
 rpact-3.3.1/rpact/R/class_design.R                                              |   15 
 rpact-3.3.1/rpact/R/class_design_plan.R                                         |   10 
 rpact-3.3.1/rpact/R/class_design_power_and_asn.R                                |   14 
 rpact-3.3.1/rpact/R/class_design_set.R                                          |   22 
 rpact-3.3.1/rpact/R/class_event_probabilities.R                                 |   19 
 rpact-3.3.1/rpact/R/class_simulation_results.R                                  |   29 
 rpact-3.3.1/rpact/R/class_summary.R                                             |  313 -
 rpact-3.3.1/rpact/R/class_time.R                                                |   20 
 rpact-3.3.1/rpact/R/f_analysis_base.R                                           |   14 
 rpact-3.3.1/rpact/R/f_analysis_base_means.R                                     |   40 
 rpact-3.3.1/rpact/R/f_analysis_base_rates.R                                     |   37 
 rpact-3.3.1/rpact/R/f_analysis_base_survival.R                                  |   33 
 rpact-3.3.1/rpact/R/f_analysis_enrichment.R                                     |    6 
 rpact-3.3.1/rpact/R/f_analysis_enrichment_means.R                               |   37 
 rpact-3.3.1/rpact/R/f_analysis_enrichment_rates.R                               |   35 
 rpact-3.3.1/rpact/R/f_analysis_enrichment_survival.R                            |   32 
 rpact-3.3.1/rpact/R/f_analysis_multiarm_means.R                                 |   31 
 rpact-3.3.1/rpact/R/f_analysis_multiarm_rates.R                                 |   27 
 rpact-3.3.1/rpact/R/f_analysis_multiarm_survival.R                              |   29 
 rpact-3.3.1/rpact/R/f_analysis_utilities.R                                      |   97 
 rpact-3.3.1/rpact/R/f_core_assertions.R                                         |  222 
 rpact-3.3.1/rpact/R/f_core_constants.R                                          |   18 
 rpact-3.3.1/rpact/R/f_core_plot.R                                               |   20 
 rpact-3.3.1/rpact/R/f_core_utilities.R                                          |  978 ---
 rpact-3.3.1/rpact/R/f_design_fisher_combination_test.R                          |   13 
 rpact-3.3.1/rpact/R/f_design_group_sequential.R                                 |   58 
 rpact-3.3.1/rpact/R/f_design_sample_size_calculator.R                           |  158 
 rpact-3.3.1/rpact/R/f_design_utilities.R                                        |   44 
 rpact-3.3.1/rpact/R/f_logger.R                                                  |only
 rpact-3.3.1/rpact/R/f_quality_assurance.R                                       |only
 rpact-3.3.1/rpact/R/f_simulation_base_survival.R                                |   41 
 rpact-3.3.1/rpact/R/f_simulation_enrichment.R                                   |   40 
 rpact-3.3.1/rpact/R/f_simulation_enrichment_means.R                             |    7 
 rpact-3.3.1/rpact/R/f_simulation_enrichment_rates.R                             |   95 
 rpact-3.3.1/rpact/R/f_simulation_enrichment_survival.R                          |  198 
 rpact-3.3.1/rpact/R/f_simulation_utilities.R                                    |  187 
 rpact-3.3.1/rpact/R/parameter_descriptions.R                                    |   19 
 rpact-3.3.1/rpact/README.md                                                     |   56 
 rpact-3.3.1/rpact/build/partial.rdb                                             |binary
 rpact-3.3.1/rpact/build/vignette.rds                                            |binary
 rpact-3.3.1/rpact/data/dataEnrichmentMeans.RData                                |binary
 rpact-3.3.1/rpact/data/dataEnrichmentMeansStratified.RData                      |binary
 rpact-3.3.1/rpact/data/dataEnrichmentRates.RData                                |binary
 rpact-3.3.1/rpact/data/dataEnrichmentRatesStratified.RData                      |binary
 rpact-3.3.1/rpact/data/dataEnrichmentSurvival.RData                             |binary
 rpact-3.3.1/rpact/data/dataEnrichmentSurvivalStratified.RData                   |binary
 rpact-3.3.1/rpact/data/dataMeans.RData                                          |binary
 rpact-3.3.1/rpact/data/dataMultiArmMeans.RData                                  |binary
 rpact-3.3.1/rpact/data/dataMultiArmRates.RData                                  |binary
 rpact-3.3.1/rpact/data/dataMultiArmSurvival.RData                               |binary
 rpact-3.3.1/rpact/data/dataRates.RData                                          |binary
 rpact-3.3.1/rpact/data/dataSurvival.RData                                       |binary
 rpact-3.3.1/rpact/inst/WORDLIST                                                 |only
 rpact-3.3.1/rpact/inst/doc/rpact_getting_started.html                           |  126 
 rpact-3.3.1/rpact/man/AnalysisResults.Rd                                        |    6 
 rpact-3.3.1/rpact/man/AnalysisResultsConditionalDunnett.Rd                      |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsEnrichment.Rd                              |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsEnrichmentInverseNormal.Rd                 |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsFisher.Rd                                  |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsGroupSequential.Rd                         |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsInverseNormal.Rd                           |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsMultiArm.Rd                                |    4 
 rpact-3.3.1/rpact/man/AnalysisResultsMultiArmFisher.Rd                          |    4 
 rpact-3.3.1/rpact/man/AnalysisResultsMultiArmInverseNormal.Rd                   |    2 
 rpact-3.3.1/rpact/man/AnalysisResultsMultiHypotheses.Rd                         |    2 
 rpact-3.3.1/rpact/man/ClosedCombinationTestResults.Rd                           |    2 
 rpact-3.3.1/rpact/man/ConditionalPowerResults.Rd                                |    2 
 rpact-3.3.1/rpact/man/EventProbabilities.Rd                                     |    7 
 rpact-3.3.1/rpact/man/StageResults.Rd                                           |    2 
 rpact-3.3.1/rpact/man/StageResultsMeans.Rd                                      |    2 
 rpact-3.3.1/rpact/man/StageResultsRates.Rd                                      |    2 
 rpact-3.3.1/rpact/man/StageResultsSurvival.Rd                                   |    2 
 rpact-3.3.1/rpact/man/TrialDesign.Rd                                            |    6 
 rpact-3.3.1/rpact/man/as.data.frame.AnalysisResults.Rd                          |only
 rpact-3.3.1/rpact/man/as.data.frame.ParameterSet.Rd                             |only
 rpact-3.3.1/rpact/man/as.data.frame.PowerAndAverageSampleNumberResult.Rd        |only
 rpact-3.3.1/rpact/man/as.data.frame.StageResults.Rd                             |only
 rpact-3.3.1/rpact/man/as.data.frame.TrialDesign.Rd                              |only
 rpact-3.3.1/rpact/man/as.data.frame.TrialDesignCharacteristics.Rd               |only
 rpact-3.3.1/rpact/man/as.data.frame.TrialDesignPlan.Rd                          |only
 rpact-3.3.1/rpact/man/as.data.frame.TrialDesignSet.Rd                           |only
 rpact-3.3.1/rpact/man/as.matrix.FieldSet.Rd                                     |only
 rpact-3.3.1/rpact/man/getAnalysisResults.Rd                                     |    8 
 rpact-3.3.1/rpact/man/getConditionalPower.Rd                                    |   10 
 rpact-3.3.1/rpact/man/getConditionalRejectionProbabilities.Rd                   |    7 
 rpact-3.3.1/rpact/man/getDataset.Rd                                             |   30 
 rpact-3.3.1/rpact/man/getDesignFisher.Rd                                        |    5 
 rpact-3.3.1/rpact/man/getDesignGroupSequential.Rd                               |   24 
 rpact-3.3.1/rpact/man/getDesignInverseNormal.Rd                                 |   35 
 rpact-3.3.1/rpact/man/getEventProbabilities.Rd                                  |    6 
 rpact-3.3.1/rpact/man/getGroupSequentialProbabilities.Rd                        |    2 
 rpact-3.3.1/rpact/man/getLogLevel.Rd                                            |    2 
 rpact-3.3.1/rpact/man/getNumberOfSubjects.Rd                                    |    2 
 rpact-3.3.1/rpact/man/getPiecewiseSurvivalTime.Rd                               |    2 
 rpact-3.3.1/rpact/man/getPowerRates.Rd                                          |    6 
 rpact-3.3.1/rpact/man/getPowerSurvival.Rd                                       |    6 
 rpact-3.3.1/rpact/man/getRawData.Rd                                             |    2 
 rpact-3.3.1/rpact/man/getSampleSizeSurvival.Rd                                  |    6 
 rpact-3.3.1/rpact/man/getSimulationEnrichmentMeans.Rd                           |    9 
 rpact-3.3.1/rpact/man/getSimulationEnrichmentRates.Rd                           |   36 
 rpact-3.3.1/rpact/man/getSimulationEnrichmentSurvival.Rd                        |    5 
 rpact-3.3.1/rpact/man/getSimulationRates.Rd                                     |    2 
 rpact-3.3.1/rpact/man/getSimulationSurvival.Rd                                  |   12 
 rpact-3.3.1/rpact/man/kable.ParameterSet.Rd                                     |    6 
 rpact-3.3.1/rpact/man/length.TrialDesignSet.Rd                                  |only
 rpact-3.3.1/rpact/man/names.AnalysisResults.Rd                                  |only
 rpact-3.3.1/rpact/man/names.FieldSet.Rd                                         |only
 rpact-3.3.1/rpact/man/names.SimulationResults.Rd                                |only
 rpact-3.3.1/rpact/man/names.StageResults.Rd                                     |only
 rpact-3.3.1/rpact/man/names.TrialDesignSet.Rd                                   |only
 rpact-3.3.1/rpact/man/param_beta.Rd                                             |    4 
 rpact-3.3.1/rpact/man/param_effectList.Rd                                       |    2 
 rpact-3.3.1/rpact/man/param_epsilonValue.Rd                                     |    4 
 rpact-3.3.1/rpact/man/param_kMax.Rd                                             |    3 
 rpact-3.3.1/rpact/man/param_populations.Rd                                      |    2 
 rpact-3.3.1/rpact/man/param_rValue.Rd                                           |    4 
 rpact-3.3.1/rpact/man/plot.AnalysisResults.Rd                                   |   18 
 rpact-3.3.1/rpact/man/plot.SimulationResults.Rd                                 |   16 
 rpact-3.3.1/rpact/man/plot.StageResults.Rd                                      |   26 
 rpact-3.3.1/rpact/man/print.Dataset.Rd                                          |only
 rpact-3.3.1/rpact/man/print.FieldSet.Rd                                         |only
 rpact-3.3.1/rpact/man/print.ParameterSet.Rd                                     |only
 rpact-3.3.1/rpact/man/print.SimulationResults.Rd                                |only
 rpact-3.3.1/rpact/man/resetLogLevel.Rd                                          |    2 
 rpact-3.3.1/rpact/man/rpact.Rd                                                  |    4 
 rpact-3.3.1/rpact/man/setLogLevel.Rd                                            |    2 
 rpact-3.3.1/rpact/man/summary.AnalysisResults.Rd                                |only
 rpact-3.3.1/rpact/man/summary.Dataset.Rd                                        |only
 rpact-3.3.1/rpact/man/summary.ParameterSet.Rd                                   |only
 rpact-3.3.1/rpact/man/summary.TrialDesignSet.Rd                                 |only
 rpact-3.3.1/rpact/man/testPackage.Rd                                            |    2 
 rpact-3.3.1/rpact/man/test_plan_section.Rd                                      |only
 rpact-3.3.1/rpact/man/utilitiesForSurvivalTrials.Rd                             |   10 
 rpact-3.3.1/rpact/src/f_simulation_base_survival.cpp                            |   56 
 rpact-3.3.1/rpact/src/f_simulation_survival_utilities.cpp                       |    4 
 rpact-3.3.1/rpact/src/f_utilities.cpp                                           |    4 
 rpact-3.3.1/rpact/tests/testthat/helper-class_analysis_dataset.R                |    2 
 rpact-3.3.1/rpact/tests/testthat/helper-f_analysis_base_means.R                 |    2 
 rpact-3.3.1/rpact/tests/testthat/helper-f_analysis_base_rates.R                 |    2 
 rpact-3.3.1/rpact/tests/testthat/helper-f_analysis_base_survival.R              |    2 
 rpact-3.3.1/rpact/tests/testthat/helper-f_core_assertions.R                     |    2 
 rpact-3.3.1/rpact/tests/testthat/helper-f_core_utilities.R                      |    2 
 rpact-3.3.1/rpact/tests/testthat/test-class_analysis_dataset.R                  |  134 
 rpact-3.3.1/rpact/tests/testthat/test-class_summary.R                           |    8 
 rpact-3.3.1/rpact/tests/testthat/test-class_time.R                              |   28 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_base_means.R                   |   12 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_base_rates.R                   |   10 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_base_survival.R                |   12 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_enrichment_means.R             |   44 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_enrichment_rates.R             |    6 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_enrichment_survival.R          |   20 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_input_validation.R             |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_multiarm_means.R               |   69 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_multiarm_rates.R               |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_multiarm_survival.R            |   32 
 rpact-3.3.1/rpact/tests/testthat/test-f_analysis_utilities.R                    |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_core_assertions.R                       |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_core_output_formats.R                   |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_core_plot.R                             |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_core_utilities.R                        |   83 
 rpact-3.3.1/rpact/tests/testthat/test-f_design_fisher_combination_test.R        |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_design_group_sequential.R               |  682 ++
 rpact-3.3.1/rpact/tests/testthat/test-f_design_group_sequential_beta_spending.R | 1454 ++---
 rpact-3.3.1/rpact/tests/testthat/test-f_design_power_calculator.R               |   23 
 rpact-3.3.1/rpact/tests/testthat/test-f_design_sample_size_calculator.R         |   26 
 rpact-3.3.1/rpact/tests/testthat/test-f_design_utilities.R                      |   24 
 rpact-3.3.1/rpact/tests/testthat/test-f_parameter_set_utilities.R               |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_base_means.R                 |   10 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_base_rates.R                 |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_base_survival.R              |   10 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_enrichment_means.R           |   34 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_enrichment_rates.R           |   82 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_enrichment_survival.R        |  224 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_multiarm_means.R             |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_multiarm_rates.R             |    8 
 rpact-3.3.1/rpact/tests/testthat/test-f_simulation_multiarm_survival.R          |    8 
 rpact-3.3.1/rpact/tests/testthat/test-generic_functions.R                       |   58 
 208 files changed, 7541 insertions(+), 7206 deletions(-)

More information about rpact at CRAN
Permanent link

Package statgenMPP updated to version 1.0.1.1 with previous version 1.0.1 dated 2022-08-22

Title: QTL Mapping for Multi Parent Populations
Description: For Multi Parent Populations (MPP) Identity By Descend (IBD) probabilities are computed using Hidden Markov Models. These probabilities are then used in a mixed model approach for QTL Mapping as described in Li et al. (<doi:10.1007/s00122-021-03919-7>).
Author: Wenhao Li [aut] , Martin Boer [aut] , Bart-Jan van Rossum [aut, cre] , Fred van Eeuwijk [ctb]
Maintainer: Bart-Jan van Rossum <bart-jan.vanrossum@wur.nl>

Diff between statgenMPP versions 1.0.1 dated 2022-08-22 and 1.0.1.1 dated 2022-08-24

 DESCRIPTION                                        |    8 
 MD5                                                |   16 
 NEWS.md                                            |   26 
 R/calcIBDMPP.R                                     |    2 
 R/createGDataMPP.R                                 |  173 ++---
 R/kinshipIBD.R                                     |  150 ++--
 R/readRabbitMPP.R                                  |  634 ++++++++++-----------
 inst/doc/QTLMapping_in_MultiParentPopulations.html |    4 
 inst/tinytest/gDataMPP                             |binary
 9 files changed, 509 insertions(+), 504 deletions(-)

More information about statgenMPP at CRAN
Permanent link

Package Spbsampling updated to version 1.3.5 with previous version 1.3.4 dated 2020-08-24

Title: Spatially Balanced Sampling
Description: Selection of spatially balanced samples. In particular, the implemented sampling designs allow to select probability samples well spread over the population of interest, in any dimension and using any distance function (e.g. Euclidean distance, Manhattan distance). For more details, Pantalone F, Benedetti R, and Piersimoni F (2022) <doi:10.18637/jss.v103.c02>, Benedetti R and Piersimoni F (2017) <doi:10.1002/bimj.201600194>, and Benedetti R and Piersimoni F (2017) <arXiv:1710.09116>. The implementation has been done in C++ through the use of 'Rcpp' and 'RcppArmadillo'.
Author: Francesco Pantalone [aut, cre], Roberto Benedetti [aut], Federica Piersimoni [aut]
Maintainer: Francesco Pantalone <pantalone.fra@gmail.com>

Diff between Spbsampling versions 1.3.4 dated 2020-08-24 and 1.3.5 dated 2022-08-24

 DESCRIPTION         |   10 +++++-----
 MD5                 |   40 +++++++++++++++++++++-------------------
 NEWS.md             |    4 ++++
 R/RcppExports.R     |   12 ++++++------
 R/Spbsampling.R     |    7 ++++++-
 README.md           |    4 ++++
 build               |only
 inst                |only
 man/Spbsampling.Rd  |    7 ++++++-
 man/hpwd.Rd         |    2 +-
 man/pwd.Rd          |    2 +-
 man/sbi.Rd          |    2 +-
 man/stprod.Rd       |    2 +-
 man/stsum.Rd        |    2 +-
 man/swd.Rd          |    2 +-
 src/RcppExports.cpp |    5 +++++
 src/hpwd.cpp        |    2 +-
 src/pwd.cpp         |    2 +-
 src/sbi.cpp         |    2 +-
 src/stprod.cpp      |    2 +-
 src/stsum.cpp       |    2 +-
 src/swd.cpp         |    2 +-
 22 files changed, 69 insertions(+), 44 deletions(-)

More information about Spbsampling at CRAN
Permanent link

New package ROCSI with initial version 0.1.0
Package: ROCSI
Title: Receiver Operating Characteristic Based Signature Identification
Version: 0.1.0
Description: Optimal linear combination predictive signatures for maximizing the area between two Receiver Operating Characteristic (ROC) curves (treatment vs. control).
License: GPL (>= 2)
Encoding: UTF-8
Imports: glmnet, MASS
NeedsCompilation: no
Packaged: 2022-08-23 22:41:30 UTC; huangxx13
Author: Xin Huang [aut, cre, cph]
Maintainer: Xin Huang <xin.huang@abbvie.com>
Repository: CRAN
Date/Publication: 2022-08-24 09:12:36 UTC

More information about ROCSI at CRAN
Permanent link

New package promr with initial version 0.1.3
Package: promr
Title: Prometheus 'PromQL' Query Client for 'R'
Version: 0.1.3
Description: A native 'R' client library for querying the 'Prometheus' time-series database, using the 'PromQL' query language.
URL: https://github.com/domodwyer/promr
BugReports: https://github.com/domodwyer/promr/issues
License: Apache License (>= 2)
Encoding: UTF-8
Suggests: httptest, testthat (>= 3.0.0)
Imports: httr, tibble, urltools
NeedsCompilation: no
Packaged: 2022-08-23 21:34:19 UTC; dom
Author: Dom Dwyer [aut, cre]
Maintainer: Dom Dwyer <dom@itsallbroken.com>
Repository: CRAN
Date/Publication: 2022-08-24 09:10:02 UTC

More information about promr at CRAN
Permanent link

Package CAST updated to version 0.7.0 with previous version 0.6.0 dated 2022-03-17

Title: 'caret' Applications for Spatial-Temporal Models
Description: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial or spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models. Methods are described in Meyer et al. (2018) <doi:10.1016/j.envsoft.2017.12.001>; Meyer et al. (2019) <doi:10.1016/j.ecolmodel.2019.108815>; Meyer and Pebesma (2021) <doi:10.1111/2041-210X.13650>; Milà et al. (2022) <doi:10.1111/2041-210X.13851>; Meyer and Pebesma (2022) <doi:10.1038/s41467-022-29838-9>.
Author: Hanna Meyer [cre, aut], Carles Milà [aut], Marvin Ludwig [aut], Chris Reudenbach [ctb], Thomas Nauss [ctb], Edzer Pebesma [ctb]
Maintainer: Hanna Meyer <hanna.meyer@uni-muenster.de>

Diff between CAST versions 0.6.0 dated 2022-03-17 and 0.7.0 dated 2022-08-24

 DESCRIPTION                       |   14 
 MD5                               |   72 
 NAMESPACE                         |    4 
 NEWS.md                           |    8 
 R/CAST-package.R                  |   11 
 R/CreateSpacetimeFolds.R          |   10 
 R/aoa.R                           |   44 
 R/bss.R                           |    3 
 R/calibrate_aoa.R                 |    9 
 R/ffs.R                           |    2 
 R/nndm.R                          |only
 R/plot.R                          |   61 
 R/plot_geodist.R                  |   84 
 R/print.R                         |   25 
 R/trainDI.R                       |   70 
 README.md                         |   32 
 build/partial.rdb                 |binary
 build/vignette.rds                |binary
 inst/doc/cast01-CAST-intro.html   | 5671 +++++++++++++++++++++++++++++++++++++-
 inst/doc/cast02-AOA-tutorial.html |  562 +++
 inst/doc/cast03-AOA-parallel.Rmd  |    2 
 inst/doc/cast03-AOA-parallel.html |  265 +
 inst/doc/cast04-plotgeodist.R     |   76 
 inst/doc/cast04-plotgeodist.Rmd   |  117 
 inst/doc/cast04-plotgeodist.html  |  538 ++-
 man/CAST.Rd                       |   10 
 man/CreateSpacetimeFolds.Rd       |    8 
 man/aoa.Rd                        |   14 
 man/bss.Rd                        |    3 
 man/calibrate_aoa.Rd              |    9 
 man/ffs.Rd                        |    2 
 man/nndm.Rd                       |only
 man/plot.Rd                       |    9 
 man/plot_geodist.Rd               |   36 
 man/print.Rd                      |   10 
 man/trainDI.Rd                    |   16 
 vignettes/cast03-AOA-parallel.Rmd |    2 
 vignettes/cast04-plotgeodist.Rmd  |  117 
 38 files changed, 7396 insertions(+), 520 deletions(-)

More information about CAST at CRAN
Permanent link

Package ao updated to version 0.2.2 with previous version 0.2.1 dated 2022-01-04

Title: Alternating Optimization
Description: Alternating optimization of (high-dimensional) functions is an iterative procedure for optimizing jointly over all parameters by alternately optimizing parameter subsets. For a reference on the method, see Bezdek and Hathaway (2002) "Some Notes on Alternating Optimization" <doi:10.1007/3-540-45631-7_39>.
Author: Lennart Oelschlaeger [aut, cre]
Maintainer: Lennart Oelschlaeger <oelschlaeger.lennart@gmail.com>

Diff between ao versions 0.2.1 dated 2022-01-04 and 0.2.2 dated 2022-08-24

 ao-0.2.1/ao/R/set_f.R                              |only
 ao-0.2.1/ao/R/utils.R                              |only
 ao-0.2.1/ao/R/zzz.R                                |only
 ao-0.2.1/ao/man/euclidean.Rd                       |only
 ao-0.2.1/ao/man/is_number.Rd                       |only
 ao-0.2.1/ao/man/set_f.Rd                           |only
 ao-0.2.1/ao/man/timed.Rd                           |only
 ao-0.2.1/ao/man/try_silent.Rd                      |only
 ao-0.2.1/ao/tests/testthat/_snaps                  |only
 ao-0.2.1/ao/tests/testthat/test-set_f.R            |only
 ao-0.2.1/ao/tests/testthat/test-utils.R            |only
 ao-0.2.2/ao/DESCRIPTION                            |   28 -
 ao-0.2.2/ao/MD5                                    |   46 +-
 ao-0.2.2/ao/NAMESPACE                              |   17 
 ao-0.2.2/ao/NEWS.md                                |  104 ++---
 ao-0.2.2/ao/R/ao.R                                 |  415 ++++++++-------------
 ao-0.2.2/ao/R/package.R                            |only
 ao-0.2.2/ao/README.md                              |   68 ++-
 ao-0.2.2/ao/build/vignette.rds                     |binary
 ao-0.2.2/ao/inst/doc/ao.R                          |   12 
 ao-0.2.2/ao/inst/doc/ao.Rmd                        |  204 ++++------
 ao-0.2.2/ao/inst/doc/ao.html                       |  395 ++++++++++++++++---
 ao-0.2.2/ao/man/ao.Rd                              |  108 +++--
 ao-0.2.2/ao/man/figures/lifecycle-archived.svg     |only
 ao-0.2.2/ao/man/figures/lifecycle-defunct.svg      |only
 ao-0.2.2/ao/man/figures/lifecycle-deprecated.svg   |only
 ao-0.2.2/ao/man/figures/lifecycle-experimental.svg |only
 ao-0.2.2/ao/man/figures/lifecycle-maturing.svg     |only
 ao-0.2.2/ao/man/figures/lifecycle-questioning.svg  |only
 ao-0.2.2/ao/man/figures/lifecycle-stable.svg       |only
 ao-0.2.2/ao/man/figures/lifecycle-superseded.svg   |only
 ao-0.2.2/ao/tests/testthat/test-ao.R               |   15 
 ao-0.2.2/ao/vignettes/ao.Rmd                       |  204 ++++------
 ao-0.2.2/ao/vignettes/ref.bib                      |   71 +--
 34 files changed, 928 insertions(+), 759 deletions(-)

More information about ao at CRAN
Permanent link

Package influxdbclient updated to version 0.1.1 with previous version 0.1.0 dated 2021-07-21

Title: 'InfluxDB' 2.x Client
Description: 'InfluxDB' 2.x time-series database client. Supports both 'InfluxDB' OSS (<https://portal.influxdata.com/downloads/>) and Cloud (<https://cloud2.influxdata.com/>) version.
Author: Ales Pour <ales.pour@bonitoo.io>
Maintainer: Ales Pour <ales.pour@bonitoo.io>

Diff between influxdbclient versions 0.1.0 dated 2021-07-21 and 0.1.1 dated 2022-08-24

 DESCRIPTION         |   12 ++++++------
 MD5                 |    8 ++++----
 NEWS.md             |    5 +++++
 R/influxdb_client.R |    3 +--
 README.md           |   38 +++++++++++++++++++++++++++++++-------
 5 files changed, 47 insertions(+), 19 deletions(-)

More information about influxdbclient at CRAN
Permanent link

New package insectDisease with initial version 1.2.1
Package: insectDisease
Title: Ecological Database of the World's Insect Pathogens
Version: 1.2.1
Description: David Onstad provided us with this insect disease database, sometimes referred to as the 'Ecological Database of the Worlds Insect Pathogens' or EDWIP. Files have been converted from 'SQL' to csv, and ported into 'R' for easy exploration and analysis. Thanks to the Macroecology of Infectious Disease Research Coordination Network (RCN) for funding and support. Data are also served online in a static format at <https://edwip.ecology.uga.edu/>.
Depends: R (>= 3.5.0), plyr, taxize
Suggests: corrplot, dplyr, knitr, rmarkdown, testthat
License: GPL-3
LazyData: true
BugReports: https://github.com/viralemergence/insectDisease/issues/
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-08-23 14:30:24 UTC; tad
Author: Tad Dallas [aut, cre]
Maintainer: Tad Dallas <tad.a.dallas@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-24 08:30:02 UTC

More information about insectDisease at CRAN
Permanent link

New package goldfish with initial version 1.6.4
Encoding: UTF-8
Package: goldfish
Title: Statistical Network Models for Dynamic Network Data
Version: 1.6.4
Date: 2022-08-09
License: GPL (>= 3)
Description: Tools for fitting statistical network models to dynamic network data. Can be used for fitting both dynamic network actor models ('DyNAMs') and relational event models ('REMs'). Stadtfeld, Hollway, and Block (2017a) <doi:10.1177/0081175017709295>, Stadtfeld, Hollway, and Block (2017b) <doi:10.1177/0081175017733457>, Stadtfeld and Block (2017) <doi:10.15195/v4.a14>, Hoffman et al. (2020) <doi:10.1017/nws.2020.3>.
URL: https://snlab-ch.github.io/goldfish/
BugReports: https://github.com/snlab-ch/goldfish/issues
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 1.0.1), changepoint, methods, utils, stats, generics, ggplot2, tibble
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, knitr, devtools, covr, rmarkdown, pixiedust, igraph, ggraph, migraph, broom, lmtest
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
Packaged: 2022-08-23 14:21:33 UTC; ualvaro
Author: James Hollway [cre, aut, dtc] , Christoph Stadtfeld [aut, dtc], Marion Hoffman [ctb], Alvaro Uzaheta [ctb] , Mirko Reul [ctb], Timon Elmer [ctb], Kieran Mepham [ctb], Per Block [ctb], Xiaolei Zhang [ctb], Weigutian Ou [ctb], Emily Garvin [ctb], Siwei [...truncated...]
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2022-08-24 08:30:06 UTC

More information about goldfish at CRAN
Permanent link

New package covdepGE with initial version 1.0.0
Package: covdepGE
Title: Covariate Dependent Graph Estimation
Version: 1.0.0
Date: 2022-08-14
Language: en-US
BugReports: https://github.com/JacobHelwig/covdepGE/issues
URL: https://github.com/JacobHelwig/covdepGE
Description: A covariate-dependent approach to Gaussian graphical modeling as described in Dasgupta et al. (2022). Employs a novel weighted pseudo-likelihood approach to model the conditional dependence structure of data as a continuous function of an extraneous covariate. The main function, covdepGE::covdepGE(), estimates a graphical representation of the conditional dependence structure via a block mean-field variational approximation, while several auxiliary functions (inclusionCurve(), matViz(), and plot.covdepGE()) are included for visualizing the resulting estimates.
License: GPL (>= 3)
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Imports: doParallel, foreach, ggplot2, glmnet, latex2exp, MASS, parallel, Rcpp, reshape2, stats
Suggests: testthat (>= 3.0.0), covr, vdiffr
NeedsCompilation: yes
Packaged: 2022-08-23 13:24:47 UTC; jacob
Author: Jacob Helwig [cre, aut], Sutanoy Dasgupta [aut], Peng Zhao [aut], Bani Mallick [aut], Debdeep Pati [aut]
Maintainer: Jacob Helwig <jacob.a.helwig@tamu.edu>
Repository: CRAN
Date/Publication: 2022-08-24 08:22:38 UTC

More information about covdepGE at CRAN
Permanent link

Package worldfootballR updated to version 0.6.0 with previous version 0.5.7 dated 2022-07-11

Title: Extract and Clean World Football (Soccer) Data
Description: Allow users to obtain clean and tidy football (soccer) game, team and player data. Data is collected from a number of popular sites, including 'FBref', transfer and valuations data from 'Transfermarkt'<https://www.transfermarkt.com/> and shooting location and other match stats data from 'Understat'<https://understat.com/> and 'fotmob'<https://www.fotmob.com/>. It gives users the ability to access data more efficiently, rather than having to export data tables to files before being able to complete their analysis.
Author: Jason Zivkovic [aut, cre, cph], Tony ElHabr [ctb], Tan Ho [ctb]
Maintainer: Jason Zivkovic <jaseziv83@gmail.com>

Diff between worldfootballR versions 0.5.7 dated 2022-07-11 and 0.6.0 dated 2022-08-24

 DESCRIPTION                         |   14 
 MD5                                 |   87 +++--
 NAMESPACE                           |   23 +
 NEWS.md                             |  139 ++++++++
 R/fb_big5_advanced_season.R         |   20 -
 R/fb_player_match_logs.R            |    4 
 R/fb_team_match_log_stats.R         |    5 
 R/fb_team_player_stats.R            |   19 -
 R/fbref_wages.R                     |only
 R/fotmob_leagues.R                  |   10 
 R/fotmob_matches.R                  |  242 ++++++++++++--
 R/fotmob_players.R                  |    9 
 R/fotmob_stats.R                    |  134 +++++---
 R/get_advanced_match_stats.R        |  183 +++++++++++
 R/get_match_lineups.R               |  150 +++++++++
 R/get_match_report.R                |   67 +++-
 R/get_match_results.R               |   93 +++++
 R/get_match_shooting.R              |  114 +++++++
 R/get_match_summary.R               |  116 +++++++
 R/get_match_urls.R                  |   98 ++++++
 R/get_season_player_stats.R         |    4 
 R/get_season_team_stats.R           |  241 ++++++++++++++
 R/internals.R                       |   18 +
 R/load_fb.R                         |    7 
 R/load_fotmob.R                     |only
 R/player_market_values.R            |  246 +++++++++++++++
 R/player_transfer_history.R         |  124 +++++++
 R/team_match_results.R              |   74 ++++
 R/tm_expiring_contracts.R           |    2 
 R/understat_shots.R                 |   12 
 R/worldfootballr_helpers.R          |    4 
 R/zzz.R                             |only
 man/fb_advanced_match_stats.Rd      |only
 man/fb_match_lineups.Rd             |only
 man/fb_match_report.Rd              |only
 man/fb_match_results.Rd             |only
 man/fb_match_shooting.Rd            |only
 man/fb_match_summary.Rd             |only
 man/fb_match_urls.Rd                |only
 man/fb_season_team_stats.Rd         |only
 man/fb_squad_wages.Rd               |only
 man/fb_team_match_results.Rd        |only
 man/fotmob_get_match_details.Rd     |    6 
 man/fotmob_get_match_info.Rd        |only
 man/fotmob_get_match_team_stats.Rd  |only
 man/fotmob_get_matches_by_date.Rd   |    3 
 man/load_fotmob_match_details.Rd    |only
 man/load_fotmob_matches_by_date.Rd  |only
 man/tm_player_market_values.Rd      |only
 man/tm_player_transfer_history.Rd   |only
 tests/testthat/test-fbref.R         |  583 ++++++++++++++++++------------------
 tests/testthat/test-fotmob.R        |  113 ++++--
 tests/testthat/test-load.R          |   38 ++
 tests/testthat/test-transfermarkt.R |   12 
 54 files changed, 2510 insertions(+), 504 deletions(-)

More information about worldfootballR at CRAN
Permanent link

Package trade updated to version 0.8.1 with previous version 0.8.0 dated 2021-05-19

Title: Tools for Trade Practitioners
Description: A collection of tools for trade practitioners, including the ability to calibrate different consumer demand systems and simulate the effects of tariffs and quotas under different competitive regimes. These tools are derived from Anderson et al. (2001) <doi:10.1016/S0047-2727(00)00085-2> and Froeb et al. (2003) <doi:10.1016/S0304-4076(02)00166-5>.
Author: Charles Taragin
Maintainer: Charles Taragin <ctaragin+trader@gmail.com>

Diff between trade versions 0.8.0 dated 2021-05-19 and 0.8.1 dated 2022-08-24

 DESCRIPTION             |   12 
 MD5                     |   14 
 R/SimFunctions.R        |    2 
 build/vignette.rds      |binary
 inst/doc/Reference.Rmd  |    2 
 inst/doc/Reference.html | 1333 +++++++++++++++++++++++++++++++++++++++++++++++-
 man/Sim-Functions.Rd    |    2 
 vignettes/Reference.Rmd |    2 
 8 files changed, 1325 insertions(+), 42 deletions(-)

More information about trade at CRAN
Permanent link

Package SmoothHazard updated to version 2022.08.23 with previous version 1.4.1 dated 2017-07-12

Title: Estimation of Smooth Hazard Models for Interval-Censored Data with Applications to Survival and Illness-Death Models
Description: Estimation of two-state (survival) models and irreversible illness- death models with possibly interval-censored,left-truncated and right-censored data. Proportional intensities regression models can be specified to allow for covariates effects separately for each transition. We use either a parametric approach with Weibull baseline intensities or a semi-parametric approach with M-splines approximation of baseline intensities in order to obtain smooth estimates of the hazard functions. Parameter estimates are obtained by maximum likelihood in the parametric approach and by penalized maximum likelihood in the semi-parametric approach.
Author: Celia Touraine, Pierre Joly, Thomas A. Gerds
Maintainer: Thomas Alexander Gerds <tag@biostat.ku.dk>

Diff between SmoothHazard versions 1.4.1 dated 2017-07-12 and 2022.08.23 dated 2022-08-24

 SmoothHazard-1.4.1/SmoothHazard/data/Paq1000.txt.gz      |only
 SmoothHazard-1.4.1/SmoothHazard/data/testdata.txt.gz     |only
 SmoothHazard-2022.08.23/SmoothHazard/DESCRIPTION         |    9 -
 SmoothHazard-2022.08.23/SmoothHazard/MD5                 |   44 ++++----
 SmoothHazard-2022.08.23/SmoothHazard/R/idm.R             |    7 -
 SmoothHazard-2022.08.23/SmoothHazard/R/predict.idm.R     |    5 
 SmoothHazard-2022.08.23/SmoothHazard/R/shr.R             |   62 ++++++------
 SmoothHazard-2022.08.23/SmoothHazard/data/Paq1000.txt    |only
 SmoothHazard-2022.08.23/SmoothHazard/data/testdata.txt   |only
 SmoothHazard-2022.08.23/SmoothHazard/man/Paq1000.Rd      |    6 -
 SmoothHazard-2022.08.23/SmoothHazard/man/idm.Rd          |   21 +++-
 SmoothHazard-2022.08.23/SmoothHazard/man/idmModel.Rd     |   17 ++-
 SmoothHazard-2022.08.23/SmoothHazard/man/plot.idm.Rd     |   20 +++
 SmoothHazard-2022.08.23/SmoothHazard/man/plot.shr.Rd     |   24 +++-
 SmoothHazard-2022.08.23/SmoothHazard/man/predict.idm.Rd  |   14 ++
 SmoothHazard-2022.08.23/SmoothHazard/man/print.idm.Rd    |    3 
 SmoothHazard-2022.08.23/SmoothHazard/man/print.shr.Rd    |    3 
 SmoothHazard-2022.08.23/SmoothHazard/man/shr.Rd          |   76 +++++++++------
 SmoothHazard-2022.08.23/SmoothHazard/man/sim.idmModel.Rd |   11 +-
 SmoothHazard-2022.08.23/SmoothHazard/man/sim.survIC.Rd   |    3 
 SmoothHazard-2022.08.23/SmoothHazard/man/summary.idm.Rd  |    3 
 SmoothHazard-2022.08.23/SmoothHazard/man/summary.shr.Rd  |    3 
 SmoothHazard-2022.08.23/SmoothHazard/man/survIC.Rd       |    9 +
 SmoothHazard-2022.08.23/SmoothHazard/man/testdata.Rd     |    6 -
 SmoothHazard-2022.08.23/SmoothHazard/src/init.c          |    1 
 25 files changed, 224 insertions(+), 123 deletions(-)

More information about SmoothHazard at CRAN
Permanent link

Package SimplyAgree updated to version 0.1.0 with previous version 0.0.3 dated 2022-03-14

Title: Flexible and Robust Agreement and Reliability Analyses
Description: Reliability and agreement analyses often have limited software support. Therefore, this package was created to make agreement and reliability analyses easier for the average researcher. The functions within this package include simple tests of agreement, agreement analysis for nested and replicate data, and provide robust analyses of reliability. In addition, this package contains a set of functions to help when planning studies looking to assess measurement agreement. For robust analyses of agreement, limits of agreement through a bootstrap method can also be calculated.
Author: Aaron Caldwell [aut, cre]
Maintainer: Aaron Caldwell <arcaldwell49@gmail.com>

Diff between SimplyAgree versions 0.0.3 dated 2022-03-14 and 0.1.0 dated 2022-08-24

 SimplyAgree-0.0.3/SimplyAgree/inst/doc/intro_vignette.R             |only
 SimplyAgree-0.0.3/SimplyAgree/inst/doc/intro_vignette.Rmd           |only
 SimplyAgree-0.0.3/SimplyAgree/inst/doc/intro_vignette.html          |only
 SimplyAgree-0.0.3/SimplyAgree/vignettes/intro_vignette.Rmd          |only
 SimplyAgree-0.1.0/SimplyAgree/DESCRIPTION                           |   15 
 SimplyAgree-0.1.0/SimplyAgree/MD5                                   |  164 
 SimplyAgree-0.1.0/SimplyAgree/NAMESPACE                             |  150 
 SimplyAgree-0.1.0/SimplyAgree/NEWS.md                               |   44 
 SimplyAgree-0.1.0/SimplyAgree/R/00jmv.R                             |   36 
 SimplyAgree-0.1.0/SimplyAgree/R/agree_coef.R                        |only
 SimplyAgree-0.1.0/SimplyAgree/R/agree_nest.R                        |  440 +-
 SimplyAgree-0.1.0/SimplyAgree/R/agree_np.R                          |only
 SimplyAgree-0.1.0/SimplyAgree/R/agree_reps.R                        |  458 +-
 SimplyAgree-0.1.0/SimplyAgree/R/agree_test.R                        |  378 --
 SimplyAgree-0.1.0/SimplyAgree/R/blandPowerCurve.R                   |  156 
 SimplyAgree-0.1.0/SimplyAgree/R/coef_funcs.R                        |only
 SimplyAgree-0.1.0/SimplyAgree/R/data.R                              |   70 
 SimplyAgree-0.1.0/SimplyAgree/R/dem_reg.R                           |only
 SimplyAgree-0.1.0/SimplyAgree/R/globals.R                           |   71 
 SimplyAgree-0.1.0/SimplyAgree/R/hetvar_functions.R                  |only
 SimplyAgree-0.1.0/SimplyAgree/R/jmvagree.b.R                        |  323 +
 SimplyAgree-0.1.0/SimplyAgree/R/jmvagree.h.R                        |  600 +--
 SimplyAgree-0.1.0/SimplyAgree/R/jmvagreemulti.b.R                   |  447 +-
 SimplyAgree-0.1.0/SimplyAgree/R/jmvagreemulti.h.R                   |  627 +--
 SimplyAgree-0.1.0/SimplyAgree/R/jmvdeming.b.R                       |only
 SimplyAgree-0.1.0/SimplyAgree/R/jmvdeming.h.R                       |only
 SimplyAgree-0.1.0/SimplyAgree/R/jmvreli.b.R                         |  148 
 SimplyAgree-0.1.0/SimplyAgree/R/jmvreli.h.R                         |  426 +-
 SimplyAgree-0.1.0/SimplyAgree/R/loa_hetvar.R                        |only
 SimplyAgree-0.1.0/SimplyAgree/R/loa_lme.R                           |only
 SimplyAgree-0.1.0/SimplyAgree/R/loa_mixed.R                         |  410 +-
 SimplyAgree-0.1.0/SimplyAgree/R/loa_mixed2.R                        |only
 SimplyAgree-0.1.0/SimplyAgree/R/methods.loa_mermod.R                |only
 SimplyAgree-0.1.0/SimplyAgree/R/methods.loa_mixed_bs.R              |   88 
 SimplyAgree-0.1.0/SimplyAgree/R/methods.powerCurve.R                |  152 
 SimplyAgree-0.1.0/SimplyAgree/R/methods.simple_agree.R              |  430 +-
 SimplyAgree-0.1.0/SimplyAgree/R/methods.simple_eiv.R                |only
 SimplyAgree-0.1.0/SimplyAgree/R/methods.simple_reli.R               |  162 
 SimplyAgree-0.1.0/SimplyAgree/R/mixed_functions.R                   |only
 SimplyAgree-0.1.0/SimplyAgree/R/other_functions.R                   |  849 +++-
 SimplyAgree-0.1.0/SimplyAgree/R/powerCurve_functions.R              |  266 -
 SimplyAgree-0.1.0/SimplyAgree/R/quantile_funs.R                     |only
 SimplyAgree-0.1.0/SimplyAgree/R/reli_functions.R                    |only
 SimplyAgree-0.1.0/SimplyAgree/R/reli_stats.R                        |  493 +-
 SimplyAgree-0.1.0/SimplyAgree/R/simple_plot_functions.R             |only
 SimplyAgree-0.1.0/SimplyAgree/README.md                             |  209 -
 SimplyAgree-0.1.0/SimplyAgree/build/vignette.rds                    |binary
 SimplyAgree-0.1.0/SimplyAgree/data/reps.csv                         |   42 
 SimplyAgree-0.1.0/SimplyAgree/inst/CITATION                         |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/Deming.R                     |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/Deming.Rmd                   |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/Deming.html                  |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/agreement_analysis.R         |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/agreement_analysis.Rmd       |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/agreement_analysis.html      |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reanalysis.R                 |  406 +-
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reanalysis.Rmd               |  557 +--
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reanalysis.html              | 1763 +++++-----
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reliability_analysis.R       |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reliability_analysis.Rmd     |only
 SimplyAgree-0.1.0/SimplyAgree/inst/doc/reliability_analysis.html    |only
 SimplyAgree-0.1.0/SimplyAgree/man/Data.Rd                           |   46 
 SimplyAgree-0.1.0/SimplyAgree/man/agree_coef.Rd                     |only
 SimplyAgree-0.1.0/SimplyAgree/man/agree_nest.Rd                     |  122 
 SimplyAgree-0.1.0/SimplyAgree/man/agree_np.Rd                       |only
 SimplyAgree-0.1.0/SimplyAgree/man/agree_reps.Rd                     |  123 
 SimplyAgree-0.1.0/SimplyAgree/man/agree_test.Rd                     |  118 
 SimplyAgree-0.1.0/SimplyAgree/man/blandPowerCurve.Rd                |  110 
 SimplyAgree-0.1.0/SimplyAgree/man/dem_reg.Rd                        |only
 SimplyAgree-0.1.0/SimplyAgree/man/jmvagree.Rd                       |  131 
 SimplyAgree-0.1.0/SimplyAgree/man/jmvagreemulti.Rd                  |  141 
 SimplyAgree-0.1.0/SimplyAgree/man/jmvdeming.Rd                      |only
 SimplyAgree-0.1.0/SimplyAgree/man/jmvreli.Rd                        |   80 
 SimplyAgree-0.1.0/SimplyAgree/man/loa_lme.Rd                        |only
 SimplyAgree-0.1.0/SimplyAgree/man/loa_mermod-methods.Rd             |only
 SimplyAgree-0.1.0/SimplyAgree/man/loa_mixed.Rd                      |  120 
 SimplyAgree-0.1.0/SimplyAgree/man/loa_mixed_bs-methods.Rd           |   56 
 SimplyAgree-0.1.0/SimplyAgree/man/powerCurve-methods.Rd             |   60 
 SimplyAgree-0.1.0/SimplyAgree/man/reli_stats.Rd                     |  152 
 SimplyAgree-0.1.0/SimplyAgree/man/simple_agree-methods.Rd           |   86 
 SimplyAgree-0.1.0/SimplyAgree/man/simple_eiv-methods.Rd             |only
 SimplyAgree-0.1.0/SimplyAgree/man/simple_reli-methods.Rd            |   59 
 SimplyAgree-0.1.0/SimplyAgree/man/temps.Rd                          |   74 
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat.R                      |    8 
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-agree_nest.R      |  382 +-
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-agree_np.R        |only
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-agree_reps.R      |  212 -
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-blandPowerCurve.R |  198 -
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-dem_reg.R         |only
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-loa_lme.R         |only
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-loa_mixed.R       |  166 
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test-reli_stats.R      |  325 +
 SimplyAgree-0.1.0/SimplyAgree/tests/testthat/test_agree_test.R      |  202 -
 SimplyAgree-0.1.0/SimplyAgree/vignettes/Deming.Rmd                  |only
 SimplyAgree-0.1.0/SimplyAgree/vignettes/agreement_analysis.Rmd      |only
 SimplyAgree-0.1.0/SimplyAgree/vignettes/eso_delta_loa.rds           |binary
 SimplyAgree-0.1.0/SimplyAgree/vignettes/eso_post_loa.rds            |binary
 SimplyAgree-0.1.0/SimplyAgree/vignettes/intro_vignette.R            |only
 SimplyAgree-0.1.0/SimplyAgree/vignettes/intro_vignette.html         |only
 SimplyAgree-0.1.0/SimplyAgree/vignettes/reanalysis.Rmd              |  557 +--
 SimplyAgree-0.1.0/SimplyAgree/vignettes/rec_delta_loa.rds           |binary
 SimplyAgree-0.1.0/SimplyAgree/vignettes/rec_post_loa.rds            |binary
 SimplyAgree-0.1.0/SimplyAgree/vignettes/ref.bib                     |  174 
 SimplyAgree-0.1.0/SimplyAgree/vignettes/refs.bib                    |  350 +
 SimplyAgree-0.1.0/SimplyAgree/vignettes/reliability_analysis.Rmd    |only
 SimplyAgree-0.1.0/SimplyAgree/vignettes/save_values.R               |only
 106 files changed, 7975 insertions(+), 6457 deletions(-)

More information about SimplyAgree at CRAN
Permanent link

Package simlandr updated to version 0.2.1 with previous version 0.2.0 dated 2022-03-16

Title: Simulation-Based Landscape Construction for Dynamical Systems
Description: A toolbox for constructing potential landscapes for dynamical systems using Monte Carlo simulation. The method is based on the potential landscape definition by Wang et al. (2008) <doi:10.1073/pnas.0800579105> (also see Zhou & Li, 2016 <doi:10.1063/1.4943096> for further mathematical discussions) and can be used for a large variety of models.
Author: Jingmeng Cui [aut, cre]
Maintainer: Jingmeng Cui <jingmeng.cui@outlook.com>

Diff between simlandr versions 0.2.0 dated 2022-03-16 and 0.2.1 dated 2022-08-24

 DESCRIPTION                  |    8 ++--
 MD5                          |   44 +++++++++++------------
 NEWS.md                      |    3 +
 README.md                    |    5 ++
 build/partial.rdb            |binary
 inst/doc/simlandr.pdf        |binary
 man/batch_simulation.Rd      |    4 +-
 man/get_barrier_height.Rd    |   34 +++++++++---------
 man/get_geom.Rd              |   38 ++++++++++----------
 man/hash_big.matrix-class.Rd |    6 +--
 man/make_2d_matrix.Rd        |   72 +++++++++++++++++++-------------------
 man/make_3d_animation.Rd     |   80 +++++++++++++++++++++----------------------
 man/make_arg_grid.Rd         |   42 +++++++++++-----------
 man/make_var_grid.Rd         |   52 +++++++++++++--------------
 man/narg.Rd                  |   34 +++++++++---------
 man/nele.Rd                  |   34 +++++++++---------
 man/new_arg_set.Rd           |   76 ++++++++++++++++++++--------------------
 man/new_var_set.Rd           |    6 +--
 man/print.arg_grid.Rd        |   42 +++++++++++-----------
 man/print.arg_set.Rd         |   42 +++++++++++-----------
 man/sim_fun_nongrad.Rd       |    4 +-
 man/sim_fun_test.Rd          |   46 ++++++++++++------------
 man/simlandr-package.Rd      |    4 +-
 23 files changed, 341 insertions(+), 335 deletions(-)

More information about simlandr at CRAN
Permanent link

Package RAT updated to version 0.3.1 with previous version 0.3.0 dated 2022-05-27

Title: Research Assessment Tools
Description: Includes algorithms to assess research productivity and patterns, such as the h-index and i-index. Cardoso et al. (2022) Cardoso, P., Fukushima, C.S. & Mammola, S. (2022) Quantifying the internationalization and representativeness in research. Trends in Ecology and Evolution, 37: 725-728.
Author: Pedro Cardoso [aut, cre], Stefano Mammola [aut]
Maintainer: Pedro Cardoso <pedro.cardoso@helsinki.fi>

Diff between RAT versions 0.3.0 dated 2022-05-27 and 0.3.1 dated 2022-08-24

 DESCRIPTION    |   12 ++++----
 MD5            |   10 +++----
 R/RAT.R        |   79 +++++++++++++++++++++++++++++++++------------------------
 man/i.index.Rd |   12 +++++---
 man/i.map.Rd   |    6 +++-
 man/r.index.Rd |   10 +++++--
 6 files changed, 78 insertions(+), 51 deletions(-)

More information about RAT at CRAN
Permanent link

New package neurobase with initial version 1.32.2
Package: neurobase
Title: 'Neuroconductor' Base Package with Helper Functions for 'nifti' Objects
Version: 1.32.2
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Base package for 'Neuroconductor', which includes many helper functions that interact with objects of class 'nifti', implemented by package 'oro.nifti', for reading/writing and also other manipulation functions.
Imports: methods, abind, matrixStats, R.utils, graphics, grDevices, stats, RNifti
Depends: oro.nifti (>= 0.11.3), R (>= 3.2.0)
License: GPL-2
Suggests: testthat, ggplot2, knitr, rmarkdown, dplyr, reshape2, httr, covr, brainR
VignetteBuilder: knitr
BugReports: https://github.com/muschellij2/neurobase/issues
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-08-23 21:19:15 UTC; johnmuschelli
Author: John Muschelli [aut, cre]
Repository: CRAN
Date/Publication: 2022-08-24 07:10:09 UTC

More information about neurobase at CRAN
Permanent link

Package mbRes updated to version 0.1.4 with previous version 0.1.3 dated 2022-01-28

Title: Exploration of Multiple Biomarker Responses using Effect Size
Description: Summarize multiple biomarker responses of aquatic organisms to contaminants using Cliff’s delta, as described in Pham & Sokolova (in press).
Author: Duy Nghia Pham [aut, cre] , Inna M. Sokolova [ths]
Maintainer: Duy Nghia Pham <nghiapham@yandex.com>

Diff between mbRes versions 0.1.3 dated 2022-01-28 and 0.1.4 dated 2022-08-24

 mbRes-0.1.3/mbRes/R/ggbar.R             |only
 mbRes-0.1.3/mbRes/R/perch.R             |only
 mbRes-0.1.3/mbRes/R/sokolova2021-data.R |only
 mbRes-0.1.3/mbRes/R/sysdata.rda         |only
 mbRes-0.1.3/mbRes/data                  |only
 mbRes-0.1.3/mbRes/man/ggbar.Rd          |only
 mbRes-0.1.3/mbRes/man/perch.Rd          |only
 mbRes-0.1.3/mbRes/man/sokolova2021.Rd   |only
 mbRes-0.1.4/mbRes/DESCRIPTION           |   33 +-
 mbRes-0.1.4/mbRes/MD5                   |   54 ++--
 mbRes-0.1.4/mbRes/NAMESPACE             |   34 --
 mbRes-0.1.4/mbRes/R/beliaeff2002.R      |only
 mbRes-0.1.4/mbRes/R/blaise2002.R        |only
 mbRes-0.1.4/mbRes/R/cliff.R             |   22 -
 mbRes-0.1.4/mbRes/R/compare.R           |  428 ++++++++++----------------------
 mbRes-0.1.4/mbRes/R/ggdot.R             |   10 
 mbRes-0.1.4/mbRes/R/ggheat.R            |    5 
 mbRes-0.1.4/mbRes/R/mbRes-package.R     |   86 ++----
 mbRes-0.1.4/mbRes/R/mbr.R               |  228 ++++-------------
 mbRes-0.1.4/mbRes/R/plotsam.R           |only
 mbRes-0.1.4/mbRes/R/resampling.R        |   50 ---
 mbRes-0.1.4/mbRes/R/setpop.R            |only
 mbRes-0.1.4/mbRes/R/simul.R             |only
 mbRes-0.1.4/mbRes/R/visual.R            |only
 mbRes-0.1.4/mbRes/build/partial.rdb     |binary
 mbRes-0.1.4/mbRes/man/beliaeff2002.Rd   |only
 mbRes-0.1.4/mbRes/man/blaise2002.Rd     |only
 mbRes-0.1.4/mbRes/man/cliff.Rd          |   22 -
 mbRes-0.1.4/mbRes/man/compare.Rd        |   53 ++-
 mbRes-0.1.4/mbRes/man/ggdot.Rd          |    4 
 mbRes-0.1.4/mbRes/man/ggheat.Rd         |    5 
 mbRes-0.1.4/mbRes/man/mbRes-package.Rd  |   44 +--
 mbRes-0.1.4/mbRes/man/mbr.Rd            |   69 +----
 mbRes-0.1.4/mbRes/man/plotsam.Rd        |only
 mbRes-0.1.4/mbRes/man/resampling.Rd     |   31 --
 mbRes-0.1.4/mbRes/man/setpop.Rd         |only
 mbRes-0.1.4/mbRes/man/simul.Rd          |only
 mbRes-0.1.4/mbRes/man/visual.Rd         |only
 38 files changed, 423 insertions(+), 755 deletions(-)

More information about mbRes at CRAN
Permanent link

Package gplite updated to version 0.13.0 with previous version 0.12.0 dated 2021-04-30

Title: General Purpose Gaussian Process Modelling
Description: Implements the most common Gaussian process (GP) models using Laplace and expectation propagation (EP) approximations, maximum marginal likelihood (or posterior) inference for the hyperparameters, and sparse approximations for larger datasets.
Author: Juho Piironen [cre, aut]
Maintainer: Juho Piironen <juho.t.piironen@gmail.com>

Diff between gplite versions 0.12.0 dated 2021-04-30 and 0.13.0 dated 2022-08-24

 DESCRIPTION                         |   10 
 MD5                                 |   43 +--
 NEWS.md                             |    6 
 R/cf.R                              |    2 
 R/gp.R                              |    3 
 R/gp_optim.R                        |   57 +++-
 R/misc.R                            |   25 +
 README.md                           |    8 
 build/vignette.rds                  |binary
 inst/doc/quickstart.R               |    2 
 inst/doc/quickstart.Rmd             |    2 
 inst/doc/quickstart.html            |  472 +++++++++++++++++++-----------------
 man/gp_optim.Rd                     |   20 +
 src/RcppExports.cpp                 |    5 
 tests/testthat/test_basic.R         |    2 
 tests/testthat/test_loo.R           |    6 
 tests/testthat/test_normalization.R |    4 
 tests/testthat/test_param.R         |    2 
 tests/testthat/test_pred.R          |    2 
 tests/testthat/test_sparse.R        |    2 
 tests/testthat/test_warnings.R      |only
 vignettes/quickstart.Rmd            |    2 
 vignettes/quickstart.bib            |    2 
 23 files changed, 404 insertions(+), 273 deletions(-)

More information about gplite at CRAN
Permanent link

Package circle updated to version 0.7.2 with previous version 0.7.1 dated 2021-04-21

Title: R Client Package for Circle CI
Description: Tools for interacting with the 'Circle CI' API (<https://circleci.com/docs/api/v2/>). Besides executing common tasks such as querying build logs and restarting builds, this package also helps setting up permissions to deploy from builds.
Author: Patrick Schratz [aut, cre] , Max Joseph [rev] , Sharla Gelfand [rev]
Maintainer: Patrick Schratz <patrick.schratz@gmail.com>

Diff between circle versions 0.7.1 dated 2021-04-21 and 0.7.2 dated 2022-08-24

 DESCRIPTION                          |    8 
 MD5                                  |   22 -
 NEWS.md                              |    5 
 README.md                            |    5 
 build/vignette.rds                   |binary
 inst/doc/circle.Rmd                  |    2 
 inst/doc/circle.html                 |  419 ++++++++++++++++++++++++++++-------
 inst/doc/tic.html                    |  409 +++++++++++++++++++++++++++-------
 man/browse_circle_token.Rd           |    4 
 tests/testthat/helper-circle.R       |    2 
 tests/testthat/test-helpers-github.R |    3 
 vignettes/circle.Rmd                 |    2 
 12 files changed, 699 insertions(+), 182 deletions(-)

More information about circle at CRAN
Permanent link

Package flexrsurv updated to version 2.0.11 with previous version 2.0.8 dated 2022-06-13

Title: Flexible Relative Survival Analysis
Description: Package for parametric relative survival analyses. It allows to model non-linear and non-proportional effects and both non proportional and non linear effects, using splines (B-spline and truncated power basis), Weighted Cumulative Index of Exposure effect, with correction model for the life table. Both non proportional and non linear effects are described in Remontet, L. et al. (2007) <doi:10.1002/sim.2656> and Mahboubi, A. et al. (2011) <doi:10.1002/sim.4208>.

Permanent link

Package ecostats updated to version 1.1.11 with previous version 1.1.10 dated 2022-06-28

Title: Code and Data Accompanying the Eco-Stats Text (Warton 2022)
Description: Functions and data supporting the Eco-Stats text (Warton, 2022, Springer), and solutions to exercises. Functions include tools for using simulation envelopes in diagnostic plots, and a function for diagnostic plots of multivariate linear models. Datasets mentioned in the package are included here (where not available elsewhere) and there is a vignette for each chapter of the text with solutions to exercises.
Author: David Warton [aut, cre], Christopher Chung [ctb], Mark Donoghoe [ctb], Eve Slavich [ctb]
Maintainer: David Warton <david.warton@unsw.edu.au>

Diff between ecostats versions 1.1.10 dated 2022-06-28 and 1.1.11 dated 2022-08-24

 ecostats-1.1.10/ecostats/inst/doc/Chapter3Solutions.R        |only
 ecostats-1.1.10/ecostats/inst/doc/Chapter4Solutions.R        |only
 ecostats-1.1.10/ecostats/inst/doc/Chapter9Solutions.R        |only
 ecostats-1.1.10/ecostats/inst/doc/eco-stats.R                |only
 ecostats-1.1.10/ecostats/inst/doc/eco-stats.Rmd              |only
 ecostats-1.1.10/ecostats/inst/doc/eco-stats.html             |only
 ecostats-1.1.10/ecostats/vignettes/box10.3-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/box10.4-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/box10.4b-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/box10.6NB-1.png           |only
 ecostats-1.1.10/ecostats/vignettes/box10.6Poisson-1.png      |only
 ecostats-1.1.10/ecostats/vignettes/box10.9Load-1.png         |only
 ecostats-1.1.10/ecostats/vignettes/box11.2plot-1.png         |only
 ecostats-1.1.10/ecostats/vignettes/box11.3-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/box5.6-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/box52-1.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-2.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-3.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-4.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-5.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-6.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-7.png               |only
 ecostats-1.1.10/ecostats/vignettes/box52-8.png               |only
 ecostats-1.1.10/ecostats/vignettes/box7.8-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/box7.9-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/box71-1.png               |only
 ecostats-1.1.10/ecostats/vignettes/box72-1.png               |only
 ecostats-1.1.10/ecostats/vignettes/box77-1.png               |only
 ecostats-1.1.10/ecostats/vignettes/box77-2.png               |only
 ecostats-1.1.10/ecostats/vignettes/code11.7hists-1.png       |only
 ecostats-1.1.10/ecostats/vignettes/code11.8-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code11.9-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code12.1-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code12.2-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code12.4-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code12.4matrix-1.png      |only
 ecostats-1.1.10/ecostats/vignettes/code12.5scree-1.png       |only
 ecostats-1.1.10/ecostats/vignettes/code12.6bi-1.png          |only
 ecostats-1.1.10/ecostats/vignettes/code12.6plot-1.png        |only
 ecostats-1.1.10/ecostats/vignettes/code12.7-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code12.8-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code14.2-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code14.3-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code14.3MV-1.png          |only
 ecostats-1.1.10/ecostats/vignettes/code15.3-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code15.3beta-1.png        |only
 ecostats-1.1.10/ecostats/vignettes/code15.4-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code15.4beta-1.png        |only
 ecostats-1.1.10/ecostats/vignettes/code15.5-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code15.6-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code15.6-2.png            |only
 ecostats-1.1.10/ecostats/vignettes/code16.2-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code16.4-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/code16.4-2.png            |only
 ecostats-1.1.10/ecostats/vignettes/code16.5-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/eco-stats.Rmd             |only
 ecostats-1.1.10/ecostats/vignettes/ex10.10-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/ex10.4-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex10.5-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex10.8NBplots-1.png       |only
 ecostats-1.1.10/ecostats/vignettes/ex10.8P-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/ex10.8plot-1.png          |only
 ecostats-1.1.10/ecostats/vignettes/ex11.4-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex11.5Log-1.png           |only
 ecostats-1.1.10/ecostats/vignettes/ex11.5Un-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/ex11.7mcmc-1.png          |only
 ecostats-1.1.10/ecostats/vignettes/ex12.4plots-1.png         |only
 ecostats-1.1.10/ecostats/vignettes/ex12.4plots-2.png         |only
 ecostats-1.1.10/ecostats/vignettes/ex12.5-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex12.6EucOrdination-1.png |only
 ecostats-1.1.10/ecostats/vignettes/ex12.6PA-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/ex12.6assumptions-1.png   |only
 ecostats-1.1.10/ecostats/vignettes/ex12.6ordination-1.png    |only
 ecostats-1.1.10/ecostats/vignettes/ex12.6plot-1.png          |only
 ecostats-1.1.10/ecostats/vignettes/ex14.5-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex14.6assumptions-1.png   |only
 ecostats-1.1.10/ecostats/vignettes/ex14.6refit-1.png         |only
 ecostats-1.1.10/ecostats/vignettes/ex16.5-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex16.5-2.png              |only
 ecostats-1.1.10/ecostats/vignettes/ex5.5lassorain-1.png      |only
 ecostats-1.1.10/ecostats/vignettes/ex5.5lessrain-1.png       |only
 ecostats-1.1.10/ecostats/vignettes/ex5.5plantprecip-1.png    |only
 ecostats-1.1.10/ecostats/vignettes/ex72long-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/ex72plot-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/fig10.5-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/fig10.5-2.png             |only
 ecostats-1.1.10/ecostats/vignettes/fig10.8-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/fig10.8-2.png             |only
 ecostats-1.1.10/ecostats/vignettes/fig11.4-1.png             |only
 ecostats-1.1.10/ecostats/vignettes/fig5.1-2-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/fig5.1-2-2.png            |only
 ecostats-1.1.10/ecostats/vignettes/fig5.5-1.png              |only
 ecostats-1.1.10/ecostats/vignettes/headbobs-1.png            |only
 ecostats-1.1.10/ecostats/vignettes/headbobs-2.png            |only
 ecostats-1.1.10/ecostats/vignettes/headbobs-3.png            |only
 ecostats-1.1.10/ecostats/vignettes/subsetsim-1.png           |only
 ecostats-1.1.11/ecostats/DESCRIPTION                         |   16 
 ecostats-1.1.11/ecostats/MD5                                 |  337 +++---
 ecostats-1.1.11/ecostats/R/cpredict.R                        |    1 
 ecostats-1.1.11/ecostats/R/plotenvelope.R                    |  100 -
 ecostats-1.1.11/ecostats/R/qqenvelope.R                      |    4 
 ecostats-1.1.11/ecostats/R/snowmelt.R                        |    2 
 ecostats-1.1.11/ecostats/README.md                           |   28 
 ecostats-1.1.11/ecostats/build/vignette.rds                  |binary
 ecostats-1.1.11/ecostats/inst/doc/Chapter10Solutions.Rmd     |   69 -
 ecostats-1.1.11/ecostats/inst/doc/Chapter10Solutions.html    |  524 +++++-----
 ecostats-1.1.11/ecostats/inst/doc/Chapter11Solutions.Rmd     |   34 
 ecostats-1.1.11/ecostats/inst/doc/Chapter11Solutions.html    |   40 
 ecostats-1.1.11/ecostats/inst/doc/Chapter12Solutions.Rmd     |  244 ++--
 ecostats-1.1.11/ecostats/inst/doc/Chapter12Solutions.html    |  499 ++++-----
 ecostats-1.1.11/ecostats/inst/doc/Chapter13Solutions.R       |    4 
 ecostats-1.1.11/ecostats/inst/doc/Chapter13Solutions.Rmd     |    4 
 ecostats-1.1.11/ecostats/inst/doc/Chapter13Solutions.html    |    8 
 ecostats-1.1.11/ecostats/inst/doc/Chapter14Solutions.Rmd     |  149 +-
 ecostats-1.1.11/ecostats/inst/doc/Chapter14Solutions.html    |  287 +++--
 ecostats-1.1.11/ecostats/inst/doc/Chapter15Solutions.Rmd     |   22 
 ecostats-1.1.11/ecostats/inst/doc/Chapter15Solutions.html    |   10 
 ecostats-1.1.11/ecostats/inst/doc/Chapter16Solutions.Rmd     |   38 
 ecostats-1.1.11/ecostats/inst/doc/Chapter16Solutions.html    |   76 -
 ecostats-1.1.11/ecostats/inst/doc/Chapter17Solutions.html    |   38 
 ecostats-1.1.11/ecostats/inst/doc/Chapter1Solutions.html     |    8 
 ecostats-1.1.11/ecostats/inst/doc/Chapter2Solutions.html     |   18 
 ecostats-1.1.11/ecostats/inst/doc/Chapter3Solutions.Rmd      |  359 ++++++-
 ecostats-1.1.11/ecostats/inst/doc/Chapter3Solutions.html     |  178 ++-
 ecostats-1.1.11/ecostats/inst/doc/Chapter4Solutions.Rmd      |  433 +++++++-
 ecostats-1.1.11/ecostats/inst/doc/Chapter4Solutions.html     |  188 ++-
 ecostats-1.1.11/ecostats/inst/doc/Chapter5Solutions.Rmd      |   96 +
 ecostats-1.1.11/ecostats/inst/doc/Chapter5Solutions.html     |  558 +++++------
 ecostats-1.1.11/ecostats/inst/doc/Chapter6Solutions.html     |   23 
 ecostats-1.1.11/ecostats/inst/doc/Chapter7Solutions.Rmd      |   18 
 ecostats-1.1.11/ecostats/inst/doc/Chapter7Solutions.html     |    4 
 ecostats-1.1.11/ecostats/inst/doc/Chapter8Solutions.html     |   80 -
 ecostats-1.1.11/ecostats/inst/doc/Chapter9Solutions.Rmd      |  334 +++++-
 ecostats-1.1.11/ecostats/inst/doc/Chapter9Solutions.html     |  108 +-
 ecostats-1.1.11/ecostats/inst/doc/ecostats.R                 |only
 ecostats-1.1.11/ecostats/inst/doc/ecostats.Rmd               |only
 ecostats-1.1.11/ecostats/inst/doc/ecostats.html              |only
 ecostats-1.1.11/ecostats/man/figures                         |only
 ecostats-1.1.11/ecostats/man/plotenvelope.Rd                 |  470 ++++-----
 ecostats-1.1.11/ecostats/man/qqenvelope.Rd                   |    2 
 ecostats-1.1.11/ecostats/man/snowmelt.Rd                     |   66 -
 ecostats-1.1.11/ecostats/vignettes/Chapter10Solutions.Rmd    |   69 -
 ecostats-1.1.11/ecostats/vignettes/Chapter11Solutions.Rmd    |   34 
 ecostats-1.1.11/ecostats/vignettes/Chapter12Solutions.Rmd    |  244 ++--
 ecostats-1.1.11/ecostats/vignettes/Chapter13Solutions.Rmd    |    4 
 ecostats-1.1.11/ecostats/vignettes/Chapter14Solutions.Rmd    |  149 +-
 ecostats-1.1.11/ecostats/vignettes/Chapter15Solutions.Rmd    |   22 
 ecostats-1.1.11/ecostats/vignettes/Chapter16Solutions.Rmd    |   38 
 ecostats-1.1.11/ecostats/vignettes/Chapter3Solutions.Rmd     |  359 ++++++-
 ecostats-1.1.11/ecostats/vignettes/Chapter4Solutions.Rmd     |  433 +++++++-
 ecostats-1.1.11/ecostats/vignettes/Chapter5Solutions.Rmd     |   96 +
 ecostats-1.1.11/ecostats/vignettes/Chapter7Solutions.Rmd     |   18 
 ecostats-1.1.11/ecostats/vignettes/Chapter9Solutions.Rmd     |  334 +++++-
 ecostats-1.1.11/ecostats/vignettes/ecostats.Rmd              |only
 154 files changed, 4688 insertions(+), 2589 deletions(-)

More information about ecostats at CRAN
Permanent link

Package dipsaus updated to version 0.2.4 with previous version 0.2.3 dated 2022-08-06

Title: A Dipping Sauce for Data Analysis and Visualizations
Description: Works as an "add-on" to packages like 'shiny', 'future', as well as 'rlang', and provides utility functions. Just like dipping sauce adding flavors to potato chips or pita bread, 'dipsaus' for data analysis and visualizations adds handy functions and enhancements to popular packages. The goal is to provide simple solutions that are frequently asked for online, such as how to synchronize 'shiny' inputs without freezing the app, or how to get memory size on 'Linux' or 'MacOS' system. The enhancements roughly fall into these four categories: 1. 'shiny' input widgets; 2. high-performance computing using 'RcppParallel' and 'future' package; 3. modify R calls and convert among numbers, strings, and other objects. 4. utility functions to get system information such like CPU chip-set, memory limit, etc.
Author: Zhengjia Wang [aut, cre], John Magnotti [ctb] , Xiang Zhang [ctb]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>

Diff between dipsaus versions 0.2.3 dated 2022-08-06 and 0.2.4 dated 2022-08-24

 DESCRIPTION                            |    6 +--
 MD5                                    |   15 ++++---
 NAMESPACE                              |    1 
 NEWS.md                                |   14 ++++++-
 R/utils-rstudio.R                      |   64 +++++++++++++++++++++++++++++++++
 inst/doc/r_expr_addons.html            |   19 ++++++---
 inst/doc/shiny_customized_widgets.html |   13 +++++-
 inst/doc/utility_functions.html        |   21 +++++++---
 man/rs_set_repos.Rd                    |only
 9 files changed, 126 insertions(+), 27 deletions(-)

More information about dipsaus at CRAN
Permanent link

Package CohensdpLibrary updated to version 0.5.8 with previous version 0.5.5 dated 2022-08-18

Title: Cohen's D_p Computation with Confidence Intervals
Description: Computing Cohen's d_p in any experimental designs (between-subject, within-subject, and single-group design). Cousineau (2022) <https://github.com/dcousin3/CohensdpLibrary>; Cohen (1969, ISBN: 0-8058-0283-5).
Author: Denis Cousineau [aut, cre] , Douglas Fitts [ctb]
Maintainer: Denis Cousineau <denis.cousineau@uottawa.ca>

Diff between CohensdpLibrary versions 0.5.5 dated 2022-08-18 and 0.5.8 dated 2022-08-24

 DESCRIPTION                     |   15 ++++---
 MD5                             |   38 +++++++++---------
 NAMESPACE                       |    1 
 NEWS.md                         |   11 ++++-
 R/Cohensdp.R                    |   81 ++++++++++++++++++++++++++++++++--------
 R/CohensdpInitialize.R          |    8 +--
 R/methods.R                     |   11 ++---
 build/partial.rdb               |binary
 inst/REFERENCES.bib             |   33 ++++++++++++++++
 man/Cohensdp.Rd                 |    9 ++--
 man/CohensdpLibrary-package.Rd  |    5 ++
 src/1F1.f90                     |    1 
 src/2F1.f90                     |   57 ++++++++++++++--------------
 src/BetaCDF.f90                 |   54 +++++++++++++-------------
 src/CohensdpLibrary_init.c      |   30 +++++++-------
 src/FBLsecondCDF.f90            |    4 -
 src/FBLsecondPDF.f90            |    4 -
 src/FBdeltaFROMobsdpobsrIDF.f90 |    5 +-
 src/KprimeCDF.f90               |    4 -
 src/LprimePDF.f90               |    6 +-
 20 files changed, 244 insertions(+), 133 deletions(-)

More information about CohensdpLibrary at CRAN
Permanent link

Package chromatographR updated to version 0.4.4 with previous version 0.4.3 dated 2022-08-22

Title: Chromatographic Data Analysis Toolset
Description: Tools for high-throughput analysis of HPLC-DAD/UV chromatograms (or similar data). Includes functions for preprocessing, alignment, peak-finding and fitting, peak-table construction, data-visualization, etc. Preprocessing and peak-table construction follow the rough formula laid out in alsace (Wehrens, R., Bloemberg, T.G., and Eilers P.H.C., 2015. <doi:10.1093/bioinformatics/btv299>. Alignment of chromatograms is available using parametric time warping (ptw) (Wehrens, R., Bloemberg, T.G., and Eilers P.H.C. 2015. <doi:10.1093/bioinformatics/btv299>) or variable penalty dynamic time warping (VPdtw) (Clifford, D., & Stone, G. 2012. <doi:10.18637/jss.v047.i08>). Peak-finding uses the algorithm by Tom O'Haver <http://terpconnect.umd.edu/~toh/spectrum/PeakFindingandMeasurement.htm>. Peaks are then fitted to a gaussian or exponential-gaussian hybrid peak shape using non-linear least squares (Lan, K. & Jorgenson, J. W. 2001. <doi:10.1016/S0021-9673(01)00594-5 [...truncated...]
Author: Ethan Bass [aut, cre]
Maintainer: Ethan Bass <ethanbass@gmail.com>

Diff between chromatographR versions 0.4.3 dated 2022-08-22 and 0.4.4 dated 2022-08-24

 DESCRIPTION                    |    6 +++---
 MD5                            |   16 ++++++++--------
 NEWS.md                        |    6 +++++-
 R/chromatographR-package.R     |    2 +-
 README.md                      |    2 +-
 inst/CITATION                  |    4 ++--
 inst/doc/chromatographR.html   |    6 +++---
 man/chromatographR-package.Rd  |    2 +-
 tests/testthat/test-pipeline.R |   30 ++++++++++--------------------
 9 files changed, 34 insertions(+), 40 deletions(-)

More information about chromatographR at CRAN
Permanent link

Package antitrust updated to version 0.99.26 with previous version 0.99.25 dated 2021-05-06

Title: Tools for Antitrust Practitioners
Description: A collection of tools for antitrust practitioners, including the ability to calibrate different consumer demand systems and simulate the effects of mergers under different competitive regimes.
Author: Charles Taragin [aut, cre], Michael Sandfort [aut], Shlok Goyal [ctb]
Maintainer: Charles Taragin <ctaragin+antitrustr@gmail.com>

Diff between antitrust versions 0.99.25 dated 2021-05-06 and 0.99.26 dated 2022-08-24

 DESCRIPTION                      |   25 
 MD5                              |  120 +--
 NAMESPACE                        |    2 
 R/AIDSFunctions.R                |    4 
 R/AntitrustClasses.R             |    2 
 R/AntitrustPackage.R             |    2 
 R/Auction2ndCapFunctions.R       |    2 
 R/Auction2ndLogitFunctions.R     |    2 
 R/AuctionCapMethods.R            |    2 
 R/AuctionClasses.R               |    4 
 R/BargainingClasses.R            |   36 
 R/BargainingLogitFunctions.R     |   76 +-
 R/BertrandClasses.R              |    2 
 R/BertrandFunctions.R            |    2 
 R/BertrandRUMClasses.R           |    5 
 R/CESFunctions.R                 |    2 
 R/CMCRBertrandFunctions.R        |    2 
 R/CournotClasses.R               |    2 
 R/CournotFunctions.R             |    2 
 R/ElastMethods.R                 |   15 
 R/HHIFunctions.R                 |    2 
 R/LinearFunctions.R              |    2 
 R/LogitFunctions.R               |    4 
 R/MarginsMethods.R               |   33 
 R/OwnershipMethods.R             |   15 
 R/ParamsMethods.R                |  161 +++-
 R/PriceDeltaMethods.R            |   20 
 R/PricesMethods.R                |   19 
 R/SimFunctions.R                 |   28 
 R/SummaryMethods.R               |    1 
 R/VerticalClasses.R              |    4 
 R/VerticalFunctions.R            |    7 
 build/partial.rdb                |binary
 build/vignette.rds               |binary
 inst/doc/Reference.Rmd           |    4 
 inst/doc/Reference.html          | 1435 +++++++++++++++++++++++++++++++++++++--
 man/AIDS-Functions.Rd            |    4 
 man/Antitrust-Class.Rd           |    2 
 man/Auction-Classes.Rd           |    2 
 man/Auction2ndCap-Functions.Rd   |    2 
 man/Auction2ndLogit-Functions.Rd |    2 
 man/AuctionCap-Methods.Rd        |    2 
 man/Bargaining-Classes.Rd        |    1 
 man/BargainingLogit-Functions.Rd |   36 
 man/Bertrand-Functions.Rd        |    2 
 man/BertrandOther-Classes.Rd     |    2 
 man/BertrandRUM-Classes.Rd       |    2 
 man/CES-Functions.Rd             |    2 
 man/CMCRBertrand-Functions.Rd    |    2 
 man/Cournot-Functions.Rd         |    2 
 man/Cournot-classes.Rd           |    2 
 man/HHI-Functions.Rd             |    2 
 man/Linear-Functions.Rd          |    2 
 man/Logit-Functions.Rd           |    4 
 man/Margins-Methods.Rd           |    5 
 man/Ownership-methods.Rd         |    2 
 man/Params-Methods.Rd            |    3 
 man/Sim-Functions.Rd             |    8 
 man/SupplyChain-Functions.Rd     |    7 
 man/Vertical-Classes.Rd          |    2 
 vignettes/Reference.Rmd          |    4 
 61 files changed, 1869 insertions(+), 279 deletions(-)

More information about antitrust at CRAN
Permanent link

Package lrstat (with last version 0.1.6) was removed from CRAN

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

2022-08-09 0.1.6

Permanent link
Package factorMerger (with last version 0.4.0) was removed from CRAN

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

2019-07-03 0.4.0

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

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

2017-07-17 0.1.0

Permanent link
Package EpiInvert (with last version 0.2.0) was removed from CRAN

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

2022-08-09 0.2.0
2022-05-20 0.1.1
2022-05-18 0.1.0

Permanent link

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