Tue, 06 Jun 2023

Package bndesr updated to version 1.0.3 with previous version 1.0.2 dated 2023-04-02

Title: Access Data from the Brazilian Development Bank (BNDES)
Description: Allows access to data on BNDES disbursements and contracts since 1995. The package makes it easy to import data from the bank into R.<https://www.bndes.gov.br/SiteBNDES/bndes/bndes_en>.
Author: Igor Laltuf [aut, cre]
Maintainer: Igor Laltuf <igorlaltuf@gmail.com>

Diff between bndesr versions 1.0.2 dated 2023-04-02 and 1.0.3 dated 2023-06-06

 bndesr-1.0.2/bndesr/man/query_bndespar_portifolio.Rd               |only
 bndesr-1.0.3/bndesr/DESCRIPTION                                    |    8 +++---
 bndesr-1.0.3/bndesr/MD5                                            |   12 +++++-----
 bndesr-1.0.3/bndesr/NAMESPACE                                      |    2 -
 bndesr-1.0.3/bndesr/R/query_bndespar_portfolio.R                   |    4 +--
 bndesr-1.0.3/bndesr/man/query_bndespar_portfolio.Rd                |only
 bndesr-1.0.3/bndesr/tests/testthat/test-query_bndespar_portfolio.R |    2 -
 bndesr-1.0.3/bndesr/tests/testthat/test-query_contracts.R          |    6 ++---
 8 files changed, 17 insertions(+), 17 deletions(-)

More information about bndesr at CRAN
Permanent link

Package jack updated to version 5.2.0 with previous version 5.1.0 dated 2023-05-10

Title: Jack, Zonal, and Schur Polynomials
Description: Symbolic calculation and evaluation of the Jack polynomials, zonal polynomials, and Schur polynomials. Mainly based on Demmel & Koev's paper (2006) <doi:10.1090/S0025-5718-05-01780-1>. Zonal polynomials and Schur polynomials are particular cases of Jack polynomials. Zonal polynomials appear in random matrix theory. Schur polynomials appear in the field of combinatorics.
Author: Stephane Laurent
Maintainer: Stephane Laurent <laurent_step@outlook.fr>

Diff between jack versions 5.1.0 dated 2023-05-10 and 5.2.0 dated 2023-06-06

 DESCRIPTION                  |    8 +--
 MD5                          |   26 +++++------
 NEWS.md                      |    7 +++
 R/CPP.R                      |   81 ++++++++++++++++++++++++-----------
 R/RcppExports.R              |   16 +++++--
 src/RcppExports.cpp          |   47 ++++++++++++++++----
 src/jack.cpp                 |    2 
 src/jack.h                   |    6 +-
 src/jackEval.cpp             |   98 +++++++++++++++++++++++++------------------
 src/shared.cpp               |   52 ++++++++++++----------
 src/utils.cpp                |    8 ++-
 tests/testthat/test-schur.R  |    7 ++-
 tests/testthat/test-zonal.R  |    7 ++-
 tests/testthat/test-zonalQ.R |    7 ++-
 14 files changed, 245 insertions(+), 127 deletions(-)

More information about jack at CRAN
Permanent link

Package DataVisualizations updated to version 1.3.0 with previous version 1.2.3 dated 2022-05-21

Title: Visualizations of High-Dimensional Data
Description: Gives access to data visualisation methods that are relevant from the data scientist's point of view. The flagship idea of 'DataVisualizations' is the mirrored density plot (MD-plot) for either classified or non-classified multivariate data published in Thrun, M.C. et al.: "Analyzing the Fine Structure of Distributions" (2020), PLoS ONE, <DOI:10.1371/journal.pone.0238835>. The MD-plot outperforms the box-and-whisker diagram (box plot), violin plot and bean plot and geom_violin plot of ggplot2. Furthermore, a collection of various visualization methods for univariate data is provided. In the case of exploratory data analysis, 'DataVisualizations' makes it possible to inspect the distribution of each feature of a dataset visually through a combination of four methods. One of these methods is the Pareto density estimation (PDE) of the probability density function (pdf). Additionally, visualizations of the distribution of distances using PDE, the scatter-density plot using PDE for tw [...truncated...]
Author: Michael Thrun [aut, cre, cph] , Felix Pape [aut, rev], Onno Hansen-Goos [ctr, ctb], Hamza Tayyab [ctr, ctb], Luca Brinkmann [ctr, ctb], Dirk Eddelbuettel [ctr], Craig Varrichio [ctr], Alfred Ultsch [dtc, ctb, ctr]
Maintainer: Michael Thrun <m.thrun@gmx.net>

Diff between DataVisualizations versions 1.2.3 dated 2022-05-21 and 1.3.0 dated 2023-06-06

 DataVisualizations-1.2.3/DataVisualizations/R/PDEscatter.R                    |only
 DataVisualizations-1.2.3/DataVisualizations/R/SmoothedDensitiesXY.R           |only
 DataVisualizations-1.2.3/DataVisualizations/R/inPSphere2D.R                   |only
 DataVisualizations-1.2.3/DataVisualizations/R/smooth1D.R                      |only
 DataVisualizations-1.2.3/DataVisualizations/man/PDEscatter.Rd                 |only
 DataVisualizations-1.2.3/DataVisualizations/man/SmoothedDensitiesXY.Rd        |only
 DataVisualizations-1.2.3/DataVisualizations/man/inPSphere2D.Rd                |only
 DataVisualizations-1.2.3/DataVisualizations/src/c_inPSphere2D.cpp             |only
 DataVisualizations-1.2.3/DataVisualizations/src/packagename_init.c            |only
 DataVisualizations-1.3.0/DataVisualizations/DESCRIPTION                       |   16 
 DataVisualizations-1.3.0/DataVisualizations/MD5                               |   85 
 DataVisualizations-1.3.0/DataVisualizations/NAMESPACE                         |  169 
 DataVisualizations-1.3.0/DataVisualizations/R/CCDFplot.R                      |only
 DataVisualizations-1.3.0/DataVisualizations/R/ClassErrorbar.R                 |only
 DataVisualizations-1.3.0/DataVisualizations/R/Classplot.R                     |  169 
 DataVisualizations-1.3.0/DataVisualizations/R/DensityContour.R                |only
 DataVisualizations-1.3.0/DataVisualizations/R/DensityScatter.R                |  260 
 DataVisualizations-1.3.0/DataVisualizations/R/Fanplot.R                       |    4 
 DataVisualizations-1.3.0/DataVisualizations/R/Heatmap.R                       |   33 
 DataVisualizations-1.3.0/DataVisualizations/R/InspectVariable.R               |   74 
 DataVisualizations-1.3.0/DataVisualizations/R/MDplot4multiplevectors.R        |    2 
 DataVisualizations-1.3.0/DataVisualizations/R/ParetoDensityEstimation.R       |    2 
 DataVisualizations-1.3.0/DataVisualizations/R/PlotGraph2D.R                   |only
 DataVisualizations-1.3.0/DataVisualizations/R/PlotMissingvalues.R             |   58 
 DataVisualizations-1.3.0/DataVisualizations/R/QQplot.R                        |  100 
 DataVisualizations-1.3.0/DataVisualizations/R/RcppExports.R                   |   26 
 DataVisualizations-1.3.0/DataVisualizations/R/estimateDensity2D.R             |only
 DataVisualizations-1.3.0/DataVisualizations/R/internpiechart.R                |    5 
 DataVisualizations-1.3.0/DataVisualizations/build/partial.rdb                 |binary
 DataVisualizations-1.3.0/DataVisualizations/build/vignette.rds                |binary
 DataVisualizations-1.3.0/DataVisualizations/inst/CITATION                     |    5 
 DataVisualizations-1.3.0/DataVisualizations/inst/NEWS                         |   39 
 DataVisualizations-1.3.0/DataVisualizations/inst/doc/DataVisualizations.R     |  263 
 DataVisualizations-1.3.0/DataVisualizations/inst/doc/DataVisualizations.Rmd   |    7 
 DataVisualizations-1.3.0/DataVisualizations/inst/doc/DataVisualizations.html  | 3898 ++++------
 DataVisualizations-1.3.0/DataVisualizations/man/CCDFplot.Rd                   |only
 DataVisualizations-1.3.0/DataVisualizations/man/ClassErrorbar.Rd              |only
 DataVisualizations-1.3.0/DataVisualizations/man/Classplot.Rd                  |   51 
 DataVisualizations-1.3.0/DataVisualizations/man/Crosstable.Rd                 |    4 
 DataVisualizations-1.3.0/DataVisualizations/man/DataVisualizations-package.Rd |   10 
 DataVisualizations-1.3.0/DataVisualizations/man/DensityContour.Rd             |only
 DataVisualizations-1.3.0/DataVisualizations/man/DensityScatter.Rd             |  132 
 DataVisualizations-1.3.0/DataVisualizations/man/Fanplot.Rd                    |   13 
 DataVisualizations-1.3.0/DataVisualizations/man/ITS.Rd                        |    3 
 DataVisualizations-1.3.0/DataVisualizations/man/Lsun3D.Rd                     |   63 
 DataVisualizations-1.3.0/DataVisualizations/man/MDplot4multiplevectors.Rd     |    2 
 DataVisualizations-1.3.0/DataVisualizations/man/ParetoDensityEstimation.Rd    |    8 
 DataVisualizations-1.3.0/DataVisualizations/man/Pixelmatrix.Rd                |    5 
 DataVisualizations-1.3.0/DataVisualizations/man/PlotGraph2D.Rd                |only
 DataVisualizations-1.3.0/DataVisualizations/man/QQplot.Rd                     |  123 
 DataVisualizations-1.3.0/DataVisualizations/man/estimateDensity2D.Rd          |only
 DataVisualizations-1.3.0/DataVisualizations/src/RcppExports.cpp               |   28 
 DataVisualizations-1.3.0/DataVisualizations/vignettes/DataVisualizations.Rmd  |    7 
 53 files changed, 2904 insertions(+), 2760 deletions(-)

More information about DataVisualizations at CRAN
Permanent link

Package emBayes updated to version 0.1.1 with previous version 0.1.0 dated 2023-05-20

Title: Robust Bayesian Variable Selection via Expectation-Maximization
Description: Variable selection methods have been extensively developed for analyzing high-dimensional omics data within both the frequentist and Bayesian frameworks. This package implemented the spike-and-slab quantile LASSO which has been developed along the line of Bayesian hierarchical model but deeply rooted in the frequentist regularization methods by utilizing the Expectation–Maximization (EM) algorithm. Therefore, the proposed method borrows strength from both the frequentist and Bayesian frameworks while overcoming their respective limitations. The spike-and-slab quantile LASSO can handle data irregularity in terms of skewness and outliers in the disease trait, compared to its nonrobust alternative, the spike-and-slab LASSO, which has also been implemented in the package. The core module of this package is developed in 'C++'.
Author: Yuwen Liu [aut, cre], Cen Wu [aut]
Maintainer: Yuwen Liu <yuwen@ksu.edu>

Diff between emBayes versions 0.1.0 dated 2023-05-20 and 0.1.1 dated 2023-06-06

 DESCRIPTION       |    8 ++++----
 MD5               |    6 +++---
 src/EM.cpp        |   11 ++++++-----
 src/Utilities.cpp |    7 ++++---
 4 files changed, 17 insertions(+), 15 deletions(-)

More information about emBayes at CRAN
Permanent link

Package admiraldev updated to version 0.4.0 with previous version 0.3.0 dated 2023-03-06

Title: Utility Functions and Development Tools for the Admiral Package Family
Description: Utility functions to check data, variables and conditions for functions used in 'admiral' and 'admiral' extension packages. Additional utility helper functions to assist developers with maintaining documentation, testing and general upkeep of 'admiral' and 'admiral' extension packages.
Author: Ben Straub [aut, cre], Stefan Bundfuss [aut], Thomas Neitmann [aut], Samia Kabi [aut], Pooja Kumari [aut], Syed Mubasheer [aut], Ross Farrugia [aut], Sadchla Mascary [aut], Zelos Zhu [aut], Jeffrey Dickinson [aut], Ania Golab [aut], Ondrej Slama [ctb [...truncated...]
Maintainer: Ben Straub <ben.x.straub@gsk.com>

Diff between admiraldev versions 0.3.0 dated 2023-03-06 and 0.4.0 dated 2023-06-06

 DESCRIPTION                            |   11 -
 MD5                                    |  107 +++++----
 NAMESPACE                              |    2 
 NEWS.md                                |   30 ++
 R/addin_format_testthat.R              |    3 
 R/assertions.R                         |  286 +++++++++++++++++---------
 R/dataset_vignette.R                   |    2 
 R/dev_utilities.R                      |   16 +
 R/process_set_values_to.R              |    4 
 R/quo.R                                |   59 ++---
 R/warnings.R                           |    2 
 README.md                              |   13 -
 man/add_suffix_to_vars.Rd              |    3 
 man/admiraldev-package.Rd              |    1 
 man/assert_atomic_vector.Rd            |    5 
 man/assert_character_scalar.Rd         |    7 
 man/assert_character_vector.Rd         |    5 
 man/assert_data_frame.Rd               |    5 
 man/assert_date_vector.Rd              |    5 
 man/assert_expr.Rd                     |    5 
 man/assert_expr_list.Rd                |only
 man/assert_filter_cond.Rd              |    5 
 man/assert_function.Rd                 |   13 -
 man/assert_function_param.Rd           |    5 
 man/assert_has_variables.Rd            |    3 
 man/assert_integer_scalar.Rd           |    5 
 man/assert_list_element.Rd             |    3 
 man/assert_list_of.Rd                  |    5 
 man/assert_logical_scalar.Rd           |    5 
 man/assert_named.Rd                    |only
 man/assert_named_exprs.Rd              |    5 
 man/assert_numeric_vector.Rd           |    5 
 man/assert_one_to_one.Rd               |    3 
 man/assert_order_vars.Rd               |   59 +----
 man/assert_param_does_not_exist.Rd     |    3 
 man/assert_s3_class.Rd                 |    5 
 man/assert_same_type.Rd                |    3 
 man/assert_symbol.Rd                   |    5 
 man/assert_unit.Rd                     |    3 
 man/assert_vars.Rd                     |    5 
 man/assert_varval_list.Rd              |   11 -
 man/expr_c.Rd                          |    3 
 man/extract_vars.Rd                    |    8 
 man/process_set_values_to.Rd           |    2 
 man/quo_c.Rd                           |   13 -
 man/quo_not_missing.Rd                 |   13 -
 man/replace_symbol_in_expr.Rd          |    3 
 man/replace_symbol_in_quo.Rd           |   13 -
 man/replace_values_by_names.Rd         |    9 
 tests/testthat.R                       |    4 
 tests/testthat/test-assertions.R       |  362 +++++++++++++++++----------------
 tests/testthat/test-dataset_vignette.R |    8 
 tests/testthat/test-datasets.R         |only
 tests/testthat/test-dev_utilities.R    |   26 ++
 tests/testthat/test-get.R              |    2 
 tests/testthat/test-quo.R              |   98 +++++---
 56 files changed, 752 insertions(+), 534 deletions(-)

More information about admiraldev at CRAN
Permanent link

Package torch updated to version 0.11.0 with previous version 0.10.0 dated 2023-04-13

Title: Tensors and Neural Networks with 'GPU' Acceleration
Description: Provides functionality to define and train neural networks similar to 'PyTorch' by Paszke et al (2019) <arXiv:1912.01703> but written entirely in R using the 'libtorch' library. Also supports low-level tensor operations and 'GPU' acceleration.
Author: Daniel Falbel [aut, cre, cph], Javier Luraschi [aut], Dmitriy Selivanov [ctb], Athos Damiani [ctb], Christophe Regouby [ctb], Krzysztof Joachimiak [ctb], Hamada S. Badr [ctb], RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>

Diff between torch versions 0.10.0 dated 2023-04-13 and 0.11.0 dated 2023-06-06

 torch-0.10.0/torch/R/tensor_options.R                         |only
 torch-0.10.0/torch/src/tensor_options.cpp                     |only
 torch-0.10.0/torch/tests/testthat/test-tensor_options.R       |only
 torch-0.11.0/torch/DESCRIPTION                                |   31 -
 torch-0.11.0/torch/MD5                                        |  195 ++++-----
 torch-0.11.0/torch/NAMESPACE                                  |   16 
 torch-0.11.0/torch/NEWS.md                                    |   41 +
 torch-0.11.0/torch/R/RcppExports.R                            |   68 ++-
 torch-0.11.0/torch/R/creation-ops.R                           |   82 +--
 torch-0.11.0/torch/R/device.R                                 |   26 +
 torch-0.11.0/torch/R/generator.R                              |    5 
 torch-0.11.0/torch/R/install.R                                |   52 ++
 torch-0.11.0/torch/R/jit-execute.R                            |only
 torch-0.11.0/torch/R/jit-ops.R                                |only
 torch-0.11.0/torch/R/layout.R                                 |    2 
 torch-0.11.0/torch/R/nn-activation.R                          |    9 
 torch-0.11.0/torch/R/nn-loss.R                                |    2 
 torch-0.11.0/torch/R/nn-utils-weight-norm.R                   |only
 torch-0.11.0/torch/R/nn.R                                     |   61 ++
 torch-0.11.0/torch/R/nnf-activation.R                         |    7 
 torch-0.11.0/torch/R/optim-adamw.R                            |    2 
 torch-0.11.0/torch/R/optim-lbfgs.R                            |   53 +-
 torch-0.11.0/torch/R/optim.R                                  |   20 
 torch-0.11.0/torch/R/package.R                                |    2 
 torch-0.11.0/torch/R/save.R                                   |    5 
 torch-0.11.0/torch/R/tensor.R                                 |   75 ++-
 torch-0.11.0/torch/R/wrapers.R                                |   58 --
 torch-0.11.0/torch/README.md                                  |   23 -
 torch-0.11.0/torch/build/partial.rdb                          |binary
 torch-0.11.0/torch/inst/doc/installation.Rmd                  |   12 
 torch-0.11.0/torch/inst/doc/installation.html                 |   18 
 torch-0.11.0/torch/inst/include/lantern.h                     |   74 +++
 torch-0.11.0/torch/inst/include/lantern/lantern.h             |   85 +++
 torch-0.11.0/torch/inst/include/lantern/types.h               |   16 
 torch-0.11.0/torch/inst/include/torch_api.h                   |    8 
 torch-0.11.0/torch/inst/include/torch_deleters.h              |    4 
 torch-0.11.0/torch/inst/include/torch_impl.h                  |   31 +
 torch-0.11.0/torch/inst/include/torch_imports.h               |   12 
 torch-0.11.0/torch/inst/include/torch_types.h                 |   51 ++
 torch-0.11.0/torch/man/install_torch.Rd                       |   14 
 torch-0.11.0/torch/man/jit_ops.Rd                             |only
 torch-0.11.0/torch/man/load_state_dict.Rd                     |    7 
 torch-0.11.0/torch/man/local_device.Rd                        |only
 torch-0.11.0/torch/man/nn_gelu.Rd                             |    6 
 torch-0.11.0/torch/man/nn_module_dict.Rd                      |only
 torch-0.11.0/torch/man/nn_module_list.Rd                      |    3 
 torch-0.11.0/torch/man/nn_utils_weight_norm.Rd                |only
 torch-0.11.0/torch/man/nnf_gelu.Rd                            |    6 
 torch-0.11.0/torch/man/optim_lbfgs.Rd                         |   34 +
 torch-0.11.0/torch/man/torch_arange.Rd                        |    2 
 torch-0.11.0/torch/man/torch_bartlett_window.Rd               |    2 
 torch-0.11.0/torch/man/torch_blackman_window.Rd               |    2 
 torch-0.11.0/torch/man/torch_empty.Rd                         |    2 
 torch-0.11.0/torch/man/torch_empty_like.Rd                    |    2 
 torch-0.11.0/torch/man/torch_empty_strided.Rd                 |    2 
 torch-0.11.0/torch/man/torch_eye.Rd                           |    2 
 torch-0.11.0/torch/man/torch_fft_fftfreq.Rd                   |    4 
 torch-0.11.0/torch/man/torch_full.Rd                          |    2 
 torch-0.11.0/torch/man/torch_full_like.Rd                     |    2 
 torch-0.11.0/torch/man/torch_hamming_window.Rd                |    2 
 torch-0.11.0/torch/man/torch_hann_window.Rd                   |    2 
 torch-0.11.0/torch/man/torch_kaiser_window.Rd                 |    2 
 torch-0.11.0/torch/man/torch_linspace.Rd                      |    2 
 torch-0.11.0/torch/man/torch_logspace.Rd                      |    2 
 torch-0.11.0/torch/man/torch_ones.Rd                          |    2 
 torch-0.11.0/torch/man/torch_ones_like.Rd                     |    2 
 torch-0.11.0/torch/man/torch_rand.Rd                          |    2 
 torch-0.11.0/torch/man/torch_rand_like.Rd                     |    2 
 torch-0.11.0/torch/man/torch_randint.Rd                       |    2 
 torch-0.11.0/torch/man/torch_randint_like.Rd                  |    2 
 torch-0.11.0/torch/man/torch_randn.Rd                         |    2 
 torch-0.11.0/torch/man/torch_randn_like.Rd                    |    2 
 torch-0.11.0/torch/man/torch_randperm.Rd                      |    2 
 torch-0.11.0/torch/man/torch_range.Rd                         |    2 
 torch-0.11.0/torch/man/torch_tensor_from_buffer.Rd            |only
 torch-0.11.0/torch/man/torch_tril_indices.Rd                  |    6 
 torch-0.11.0/torch/man/torch_triu_indices.Rd                  |    6 
 torch-0.11.0/torch/man/torch_zeros.Rd                         |    2 
 torch-0.11.0/torch/man/torch_zeros_like.Rd                    |    2 
 torch-0.11.0/torch/src/Makevars.in                            |    2 
 torch-0.11.0/torch/src/RcppExports.cpp                        |  214 ++++++++--
 torch-0.11.0/torch/src/codegen.cpp                            |    4 
 torch-0.11.0/torch/src/device.cpp                             |   27 +
 torch-0.11.0/torch/src/generator.cpp                          |    2 
 torch-0.11.0/torch/src/jit-execute.cpp                        |only
 torch-0.11.0/torch/src/layout.cpp                             |   12 
 torch-0.11.0/torch/src/save.cpp                               |    4 
 torch-0.11.0/torch/src/tensor.cpp                             |   34 +
 torch-0.11.0/torch/src/torch_api.cpp                          |  158 ++++++-
 torch-0.11.0/torch/src/torch_exports.cpp                      |    8 
 torch-0.11.0/torch/tests/testthat/_snaps/jit-ops.md           |only
 torch-0.11.0/torch/tests/testthat/assets/ordered_dict.pt      |only
 torch-0.11.0/torch/tests/testthat/test-autocast.R             |    2 
 torch-0.11.0/torch/tests/testthat/test-device.R               |   20 
 torch-0.11.0/torch/tests/testthat/test-dtype.R                |   28 +
 torch-0.11.0/torch/tests/testthat/test-generator.R            |   11 
 torch-0.11.0/torch/tests/testthat/test-jit-execute.R          |only
 torch-0.11.0/torch/tests/testthat/test-jit-ops.R              |only
 torch-0.11.0/torch/tests/testthat/test-nn-utils-weight-norm.R |only
 torch-0.11.0/torch/tests/testthat/test-nn.R                   |   95 ++++
 torch-0.11.0/torch/tests/testthat/test-optim-lbfgs.R          |   23 +
 torch-0.11.0/torch/tests/testthat/test-optim-sgd.R            |   28 +
 torch-0.11.0/torch/tests/testthat/test-save.R                 |   10 
 torch-0.11.0/torch/tests/testthat/test-tensor.R               |   34 +
 torch-0.11.0/torch/tests/testthat/tracedmodule.pt             |binary
 torch-0.11.0/torch/tools/create-decls.R                       |    2 
 torch-0.11.0/torch/vignettes/installation.Rmd                 |   12 
 107 files changed, 1595 insertions(+), 419 deletions(-)

More information about torch at CRAN
Permanent link

Package numbat updated to version 1.3.2 with previous version 1.3.0 dated 2023-04-02

Title: Haplotype-Aware CNV Analysis from scRNA-Seq
Description: A computational method that infers copy number variations (CNVs) in cancer scRNA-seq data and reconstructs the tumor phylogeny. 'numbat' integrates signals from gene expression, allelic ratio, and population haplotype structures to accurately infer allele-specific CNVs in single cells and reconstruct their lineage relationship. 'numbat' can be used to: 1. detect allele-specific copy number variations from single-cells; 2. differentiate tumor versus normal cells in the tumor microenvironment; 3. infer the clonal architecture and evolutionary history of profiled tumors. 'numbat' does not require tumor/normal-paired DNA or genotype data, but operates solely on the donor scRNA-data data (for example, 10x Cell Ranger output). Additional examples and documentations are available at <https://kharchenkolab.github.io/numbat/>. For details on the method please see Gao et al. Nature Biotechnology (2022) <doi:10.1038/s41587-022-01468-y>.
Author: Teng Gao [cre, aut], Ruslan Soldatov [aut], Hirak Sarkar [aut], Evan Biederstedt [aut], Peter Kharchenko [aut]
Maintainer: Teng Gao <tgao@g.harvard.edu>

Diff between numbat versions 1.3.0 dated 2023-04-02 and 1.3.2 dated 2023-06-06

 numbat-1.3.0/numbat/R/poilog.R                 |only
 numbat-1.3.0/numbat/man/t.test.pval.Rd         |only
 numbat-1.3.2/numbat/DESCRIPTION                |    6 -
 numbat-1.3.2/numbat/MD5                        |   36 +++++-----
 numbat-1.3.2/numbat/NEWS.md                    |   10 +++
 numbat-1.3.2/numbat/R/class.R                  |    2 
 numbat-1.3.2/numbat/R/diagnostics.R            |   62 +++++++++++++-----
 numbat-1.3.2/numbat/R/hmm.R                    |   79 ++++++++++++++++++++++-
 numbat-1.3.2/numbat/R/main.R                   |    4 -
 numbat-1.3.2/numbat/R/utils.R                  |   83 ++++++++++++++++++-------
 numbat-1.3.2/numbat/man/Numbat.Rd              |    2 
 numbat-1.3.2/numbat/man/calc_trans_mat.Rd      |   14 ++++
 numbat-1.3.2/numbat/man/check_segs_loh.Rd      |    4 +
 numbat-1.3.2/numbat/man/dpoilog.Rd             |    2 
 numbat-1.3.2/numbat/man/forward_back_allele.Rd |    6 +
 numbat-1.3.2/numbat/man/get_trans_probs.Rd     |   22 ++++++
 numbat-1.3.2/numbat/man/likelihood_allele.Rd   |only
 numbat-1.3.2/numbat/man/t_test_pval.Rd         |only
 numbat-1.3.2/numbat/man/viterbi_allele.Rd      |    6 +
 numbat-1.3.2/numbat/man/viterbi_joint.Rd       |    6 +
 numbat-1.3.2/numbat/man/viterbi_loh.Rd         |    8 ++
 21 files changed, 285 insertions(+), 67 deletions(-)

More information about numbat at CRAN
Permanent link

Package gmm updated to version 1.8 with previous version 1.7 dated 2022-08-12

Title: Generalized Method of Moments and Generalized Empirical Likelihood
Description: It is a complete suite to estimate models based on moment conditions. It includes the two step Generalized method of moments (Hansen 1982; <doi:10.2307/1912775>), the iterated GMM and continuous updated estimator (Hansen, Eaton and Yaron 1996; <doi:10.2307/1392442>) and several methods that belong to the Generalized Empirical Likelihood family of estimators (Smith 1997; <doi:10.1111/j.0013-0133.1997.174.x>, Kitamura 1997; <doi:10.1214/aos/1069362388>, Newey and Smith 2004; <doi:10.1111/j.1468-0262.2004.00482.x>, and Anatolyev 2005 <doi:10.1111/j.1468-0262.2005.00601.x>).
Author: Pierre Chausse <pchausse@uwaterloo.ca>
Maintainer: Pierre Chausse <pchausse@uwaterloo.ca>

Diff between gmm versions 1.7 dated 2022-08-12 and 1.8 dated 2023-06-06

 DESCRIPTION             |   12 ++++++------
 MD5                     |   22 +++++++++++-----------
 R/getModel.R            |    8 ++++----
 build/partial.rdb       |binary
 build/vignette.rds      |binary
 data/Finance.rda        |binary
 data/Growth.rda         |binary
 data/nsw.rda            |binary
 data/wage.rda           |binary
 inst/CITATION           |   28 +++++++++++-----------------
 inst/doc/gmm_with_R.pdf |binary
 src/Makevars            |    2 +-
 12 files changed, 33 insertions(+), 39 deletions(-)

More information about gmm at CRAN
Permanent link

Package assignR updated to version 2.3.0 with previous version 2.2.3 dated 2023-04-12

Title: Infer Geographic Origin from Isotopic Data
Description: Routines for re-scaling isotope maps using known-origin tissue isotope data, assigning origin of unknown samples, and summarizing and assessing assignment results. Methods are adapted from Wunder (2010, in ISBN:9789048133536) and Vander Zanden, H. B. et al. (2014) <doi:10.1111/2041-210X.12229> as described in Ma, C. et al. (2020) <doi:10.1111/2041-210X.13426>.
Author: Chao Ma, Gabe Bowen
Maintainer: Gabe Bowen <gabe.bowen@utah.edu>

Diff between assignR versions 2.2.3 dated 2023-04-12 and 2.3.0 dated 2023-06-06

 assignR-2.2.3/assignR/data/d2h_lrNA.rda                   |only
 assignR-2.2.3/assignR/data/knownOrig.rda                  |only
 assignR-2.2.3/assignR/data/naMap.rda                      |only
 assignR-2.2.3/assignR/data/sr_MI.rda                      |only
 assignR-2.2.3/assignR/data/states.rda                     |only
 assignR-2.3.0/assignR/DESCRIPTION                         |    8 
 assignR-2.3.0/assignR/MD5                                 |  125 ++--
 assignR-2.3.0/assignR/NAMESPACE                           |   20 
 assignR-2.3.0/assignR/NEWS.md                             |    6 
 assignR-2.3.0/assignR/R/QA.R                              |  242 ++++-----
 assignR-2.3.0/assignR/R/build_files.R                     |only
 assignR-2.3.0/assignR/R/calRaster.R                       |  118 ++--
 assignR-2.3.0/assignR/R/getIsoscapes.R                    |   17 
 assignR-2.3.0/assignR/R/isoStack.R                        |   94 +--
 assignR-2.3.0/assignR/R/oddsRatio.R                       |   70 +-
 assignR-2.3.0/assignR/R/pdRaster.R                        |  111 ++--
 assignR-2.3.0/assignR/R/qtlRaster.R                       |   81 +--
 assignR-2.3.0/assignR/R/subOrigData.R                     |   56 +-
 assignR-2.3.0/assignR/R/summarize.R                       |   26 
 assignR-2.3.0/assignR/R/sysdata.rda                       |binary
 assignR-2.3.0/assignR/R/wDist.R                           |   57 +-
 assignR-2.3.0/assignR/README.md                           |   12 
 assignR-2.3.0/assignR/data/stds.rda                       |binary
 assignR-2.3.0/assignR/inst/doc/assignR.R                  |   43 -
 assignR-2.3.0/assignR/inst/doc/assignR.Rmd                |   53 --
 assignR-2.3.0/assignR/inst/doc/assignR.html               |  370 ++++++--------
 assignR-2.3.0/assignR/inst/extdata                        |only
 assignR-2.3.0/assignR/man/QA.rd                           |   15 
 assignR-2.3.0/assignR/man/c.wDist.Rd                      |    6 
 assignR-2.3.0/assignR/man/calRaster.Rd                    |   16 
 assignR-2.3.0/assignR/man/d2h_lrNA.Rd                     |   10 
 assignR-2.3.0/assignR/man/getIsoscapes.Rd                 |    3 
 assignR-2.3.0/assignR/man/isoStack.Rd                     |   15 
 assignR-2.3.0/assignR/man/jointP.Rd                       |   16 
 assignR-2.3.0/assignR/man/knownOrig.Rd                    |   16 
 assignR-2.3.0/assignR/man/naMap.Rd                        |   12 
 assignR-2.3.0/assignR/man/oddsRatio.Rd                    |   34 -
 assignR-2.3.0/assignR/man/pdRaster.Rd                     |   18 
 assignR-2.3.0/assignR/man/plot.QA.Rd                      |    5 
 assignR-2.3.0/assignR/man/plot.isoStack.Rd                |    8 
 assignR-2.3.0/assignR/man/plot.wDist.Rd                   |    6 
 assignR-2.3.0/assignR/man/qtlRaster.Rd                    |   20 
 assignR-2.3.0/assignR/man/sr_MI.Rd                        |    8 
 assignR-2.3.0/assignR/man/states.Rd                       |   12 
 assignR-2.3.0/assignR/man/stds.Rd                         |    4 
 assignR-2.3.0/assignR/man/subOrigData.Rd                  |   17 
 assignR-2.3.0/assignR/man/unionP.Rd                       |   16 
 assignR-2.3.0/assignR/man/wDist.Rd                        |   20 
 assignR-2.3.0/assignR/man/wrld_simpl.Rd                   |only
 assignR-2.3.0/assignR/tests/testthat.R                    |    3 
 assignR-2.3.0/assignR/tests/testthat/test_getIsoscapes.R  |    5 
 assignR-2.3.0/assignR/tests/testthat/test_pdRaster.R      |  107 ++--
 assignR-2.3.0/assignR/tests/testthat/test_plot.QA.R       |   46 -
 assignR-2.3.0/assignR/tests/testthat/test_plot.isoStack.R |    6 
 assignR-2.3.0/assignR/tests/testthat/test_processing.R    |  230 ++++----
 assignR-2.3.0/assignR/vignettes/assignR.Rmd               |   53 --
 56 files changed, 1119 insertions(+), 1117 deletions(-)

More information about assignR at CRAN
Permanent link

Package vscc updated to version 0.6 with previous version 0.5 dated 2023-05-08

Title: Variable Selection for Clustering and Classification
Description: Performs variable selection/feature reduction under a clustering or classification framework. In particular, it can be used in an automated fashion using mixture model-based methods ('teigen' and 'mclust' are currently supported). Can account for mixtures of non-Gaussian distributions via Manly transform (via 'ManlyMix'). See Andrews and McNicholas (2014) <doi:10.1007/s00357-013-9139-2> and Neal and McNicholas (2023) <doi:10.48550/arXiv.2305.16464>.
Author: Jeffrey L. Andrews [aut], Mackenzie R. Neal [aut], Paul D. McNicholas [aut, cre]
Maintainer: Paul D. McNicholas <mcnicholas@math.mcmaster.ca>

Diff between vscc versions 0.5 dated 2023-05-08 and 0.6 dated 2023-06-06

 ChangeLog     |    4 ++++
 DESCRIPTION   |   15 ++++++++-------
 MD5           |    8 ++++----
 R/vsccmanly.R |    9 ++++++++-
 inst/CITATION |   14 +++++++++++---
 5 files changed, 35 insertions(+), 15 deletions(-)

More information about vscc at CRAN
Permanent link

Package pomp updated to version 5.2 with previous version 5.1 dated 2023-04-17

Title: Statistical Inference for Partially Observed Markov Processes
Description: Tools for data analysis with partially observed Markov process (POMP) models (also known as stochastic dynamical systems, hidden Markov models, and nonlinear, non-Gaussian, state-space models). The package provides facilities for implementing POMP models, simulating them, and fitting them to time series data by a variety of frequentist and Bayesian methods. It is also a versatile platform for implementation of inference methods for general POMP models.
Author: Aaron A. King [aut, cre] , Edward L. Ionides [aut] , Carles Breto [aut] , Stephen P. Ellner [ctb] , Matthew J. Ferrari [ctb], Sebastian Funk [ctb] , Steven G. Johnson [ctb], Bruce E. Kendall [ctb] , Michael Lavine [ctb], Dao Nguyen [ctb] , Eamon B. O [...truncated...]
Maintainer: Aaron A. King <kingaa@umich.edu>

Diff between pomp versions 5.1 dated 2023-04-17 and 5.2 dated 2023-06-06

 pomp-5.1/pomp/R/aaa.R              |only
 pomp-5.1/pomp/README.md            |only
 pomp-5.2/pomp/DESCRIPTION          |   20 ++--
 pomp-5.2/pomp/MD5                  |  150 ++++++++++++++++++-------------------
 pomp-5.2/pomp/NAMESPACE            |    2 
 pomp-5.2/pomp/R/abc.R              |    6 -
 pomp-5.2/pomp/R/as_data_frame.R    |    3 
 pomp-5.2/pomp/R/bake.R             |   34 ++++----
 pomp-5.2/pomp/R/basic_probes.R     |   22 ++---
 pomp-5.2/pomp/R/betabinom.R        |    4 
 pomp-5.2/pomp/R/bsmc2.R            |   10 +-
 pomp-5.2/pomp/R/bsplines.R         |   14 +--
 pomp-5.2/pomp/R/builder.R          |   10 --
 pomp-5.2/pomp/R/coef.R             |    8 -
 pomp-5.2/pomp/R/covariate_table.R  |    6 -
 pomp-5.2/pomp/R/covmat.R           |    2 
 pomp-5.2/pomp/R/dacca.R            |    2 
 pomp-5.2/pomp/R/distributions.R    |    6 -
 pomp-5.2/pomp/R/filter_traj.R      |    2 
 pomp-5.2/pomp/R/flow.R             |    4 
 pomp-5.2/pomp/R/forecast.R         |    4 
 pomp-5.2/pomp/R/kalman.R           |   10 +-
 pomp-5.2/pomp/R/melt.R             |   12 ++
 pomp-5.2/pomp/R/mif2.R             |    6 -
 pomp-5.2/pomp/R/nlf.R              |   15 +--
 pomp-5.2/pomp/R/obs.R              |    7 -
 pomp-5.2/pomp/R/package.R          |   16 +++
 pomp-5.2/pomp/R/parameter_trans.R  |    4 
 pomp-5.2/pomp/R/parmat.R           |    8 -
 pomp-5.2/pomp/R/pfilter.R          |    4 
 pomp-5.2/pomp/R/plot.R             |    8 -
 pomp-5.2/pomp/R/pmcmc.R            |    6 -
 pomp-5.2/pomp/R/pomp.R             |    2 
 pomp-5.2/pomp/R/pomp_fun.R         |    4 
 pomp-5.2/pomp/R/probe.R            |    4 
 pomp-5.2/pomp/R/probe_match.R      |    4 
 pomp-5.2/pomp/R/profile_design.R   |    5 -
 pomp-5.2/pomp/R/proposals.R        |   34 +++-----
 pomp-5.2/pomp/R/pstop.R            |   57 ++++++++++----
 pomp-5.2/pomp/R/rprocess_spec.R    |   20 ++--
 pomp-5.2/pomp/R/runif_design.R     |   11 +-
 pomp-5.2/pomp/R/sannbox.R          |    7 -
 pomp-5.2/pomp/R/saved_states.R     |    5 -
 pomp-5.2/pomp/R/simulate.R         |    6 -
 pomp-5.2/pomp/R/skeleton_spec.R    |    2 
 pomp-5.2/pomp/R/slice_design.R     |    9 +-
 pomp-5.2/pomp/R/sobol_design.R     |    9 --
 pomp-5.2/pomp/R/spect.R            |    6 -
 pomp-5.2/pomp/R/spect_match.R      |    4 
 pomp-5.2/pomp/R/states.R           |    7 -
 pomp-5.2/pomp/R/templates.R        |    4 
 pomp-5.2/pomp/R/time.R             |    2 
 pomp-5.2/pomp/R/timezero.R         |    4 
 pomp-5.2/pomp/R/traces.R           |    2 
 pomp-5.2/pomp/R/traj_match.R       |    6 -
 pomp-5.2/pomp/R/trajectory.R       |    8 -
 pomp-5.2/pomp/R/undefined.R        |    7 -
 pomp-5.2/pomp/R/window.R           |    4 
 pomp-5.2/pomp/R/workhorses.R       |   22 ++---
 pomp-5.2/pomp/R/wpfilter.R         |    4 
 pomp-5.2/pomp/R/wquant.R           |   10 --
 pomp-5.2/pomp/build/partial.rdb    |binary
 pomp-5.2/pomp/data/LondonYorke.rda |binary
 pomp-5.2/pomp/data/bsflu.rda       |binary
 pomp-5.2/pomp/data/ebolaWA2014.rda |binary
 pomp-5.2/pomp/data/ewcitmeas.rda   |binary
 pomp-5.2/pomp/data/ewmeas.rda      |binary
 pomp-5.2/pomp/inst/NEWS            |   10 ++
 pomp-5.2/pomp/inst/NEWS.Rd         |    8 +
 pomp-5.2/pomp/inst/include/pomp.h  |    4 
 pomp-5.2/pomp/man/pStop.Rd         |   15 ++-
 pomp-5.2/pomp/man/traj_match.Rd    |    2 
 pomp-5.2/pomp/man/trajectory.Rd    |    2 
 pomp-5.2/pomp/src/dmeasure.c       |   10 +-
 pomp-5.2/pomp/src/euler.c          |   10 +-
 pomp-5.2/pomp/src/pomp.h           |    4 
 pomp-5.2/pomp/src/skeleton.c       |   22 +----
 77 files changed, 404 insertions(+), 357 deletions(-)

More information about pomp at CRAN
Permanent link

New package CSTools with initial version 5.0.1
Package: CSTools
Title: Assessing Skill of Climate Forecasts on Seasonal-to-Decadal Timescales
Version: 5.0.1
Description: Exploits dynamical seasonal forecasts in order to provide information relevant to stakeholders at the seasonal timescale. The package contains process-based methods for forecast calibration, bias correction, statistical and stochastic downscaling, optimal forecast combination and multivariate verification, as well as basic and advanced tools to obtain tailored products. This package was developed in the context of the 'ERA4CS' project 'MEDSCOPE' and the 'H2020 S2S4E' project and includes contributions from 'ArticXchange' project founded by 'EU-PolarNet 2'. 'Pérez-Zanón et al. (2022) <doi:10.5194/gmd-15-6115-2022>'. 'Doblas-Reyes et al. (2005) <doi:10.1111/j.1600-0870.2005.00104.x>'. 'Mishra et al. (2018) <doi:10.1007/s00382-018-4404-z>'. 'Sanchez-Garcia et al. (2019) <doi:10.5194/asr-16-165-2019>'. 'Straus et al. (2007) <doi:10.1175/JCLI4070.1>'. 'Terzago et al. (2018) <doi:10.5194/nhess-18-2825-2018>'. 'Torralba et al. (2017) <doi:10.1175/JAMC-D- [...truncated...]
Depends: R (>= 3.5.0), maps, qmap, easyVerification
Imports: s2dv, rainfarmr, multiApply (>= 2.1.1), ClimProjDiags, ncdf4, plyr, abind, data.table, reshape2, ggplot2, RColorBrewer, graphics, grDevices, stats, utils, verification, lubridate, scales
Suggests: zeallot, testthat, knitr, markdown, rmarkdown, startR
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2023-06-06 13:39:32 UTC; erifarov
Author: Nuria Perez-Zanon [aut] , Louis-Philippe Caron [aut] , Carmen Alvarez-Castro [aut] , Lauriane Batte [aut], Carlos Delgado [aut], Jost von Hardenberg [aut] , Llorenc LLedo [aut], Nicolau Manubens [aut], Lluis Palma [aut], Eroteida Sanchez-Garcia [aut] [...truncated...]
Maintainer: Eva Rifa <eva.rifarovira@bsc.es>
Repository: CRAN
Date/Publication: 2023-06-06 14:10:05 UTC

More information about CSTools at CRAN
Permanent link

Package torchopt updated to version 0.1.4 with previous version 0.1.3 dated 2023-03-08

Title: Advanced Optimizers for Torch
Description: Optimizers for 'torch' deep learning library. These functions include recent results published in the literature and are not part of the optimizers offered in 'torch'. Prospective users should test these optimizers with their data, since performance depends on the specific problem being solved. The packages includes the following optimizers: (a) 'adabelief' by Zhuang et al (2020), <arXiv:2010.07468>; (b) 'adabound' by Luo et al.(2019), <arXiv:1902.09843>; (c) 'adahessian' by Yao et al.(2021) <arXiv:2006.00719>; (d) 'adamw' by Loshchilov & Hutter (2019), <arXiv:1711.05101>; (e) 'madgrad' by Defazio and Jelassi (2021), <arXiv:2101.11075>; (f) 'nadam' by Dozat (2019), <https://openreview.net/pdf/OM0jvwB8jIp57ZJjtNEZ.pdf>; (g) 'qhadam' by Ma and Yarats(2019), <arXiv:1810.06801>; (h) 'radam' by Liu et al. (2019), <arXiv:1908.03265>; (i) 'swats' by Shekar and Sochee (2018), <arXiv:1712.07628>; (j) 'yogi' by Zaheer et al.(2019), <h [...truncated...]
Author: Gilberto Camara [aut, cre], Rolf Simoes [aut], Daniel Falbel [aut], Felipe Souza [aut]
Maintainer: Gilberto Camara <gilberto.camara.inpe@gmail.com>

Diff between torchopt versions 0.1.3 dated 2023-03-08 and 0.1.4 dated 2023-06-06

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

More information about torchopt at CRAN
Permanent link

Package splitTools updated to version 1.0.1 with previous version 1.0.0 dated 2023-04-28

Title: Tools for Data Splitting
Description: Fast, lightweight toolkit for data splitting. Data sets can be partitioned into disjoint groups (e.g. into training, validation, and test) or into (repeated) k-folds for subsequent cross-validation. Besides basic splits, the package supports stratified, grouped as well as blocked splitting. Furthermore, cross-validation folds for time series data can be created. See e.g. Hastie et al. (2001) <doi:10.1007/978-0-387-84858-7> for the basic background on data partitioning and cross-validation.
Author: Michael Mayer [aut, cre]
Maintainer: Michael Mayer <mayermichael79@gmail.com>

Diff between splitTools versions 1.0.0 dated 2023-04-28 and 1.0.1 dated 2023-06-06

 DESCRIPTION              |    8 
 MD5                      |   30 +--
 NEWS.md                  |    5 
 R/create_folds.R         |   32 +--
 R/create_timefolds.R     |   22 +-
 R/multi_strata.R         |   33 +--
 R/partition.R            |   32 +--
 README.md                |   19 -
 inst/doc/splitTools.R    |  175 +++++------------
 inst/doc/splitTools.Rmd  |  239 ++++++------------------
 inst/doc/splitTools.html |  458 +++++++++++++++--------------------------------
 man/create_folds.Rd      |    9 
 man/create_timefolds.Rd  |   16 -
 man/multi_strata.Rd      |   17 +
 man/partition.Rd         |   10 -
 vignettes/splitTools.Rmd |  239 ++++++------------------
 16 files changed, 460 insertions(+), 884 deletions(-)

More information about splitTools at CRAN
Permanent link

Package SPARTAAS updated to version 1.2.1 with previous version 1.2.0 dated 2023-05-31

Title: Statistical Pattern Recognition and daTing using Archaeological Artefacts assemblageS
Description: Statistical pattern recognition and dating using archaeological artefacts assemblages. Package of statistical tools for archaeology. hclustcompro(perioclust): Bellanger Lise, Coulon Arthur, Husi Philippe (2021, ISBN:978-3-030-60103-4). mapclust: Bellanger Lise, Coulon Arthur, Husi Philippe (2021) <doi:10.1016/j.jas.2021.105431>. seriograph: Desachy Bruno (2004) <doi:10.3406/pica.2004.2396>. cerardat: Bellanger Lise, Husi Philippe (2012) <doi:10.1016/j.jas.2011.06.031>.
Author: Arthur Coulon [aut, cre], Lise Bellanger [aut], Philippe Husi [aut], Bruno Desachy [ctb], Benjamin Martineau [ctb]
Maintainer: Arthur Coulon <arthur-coulon@outlook.fr>

Diff between SPARTAAS versions 1.2.0 dated 2023-05-31 and 1.2.1 dated 2023-06-06

 SPARTAAS-1.2.0/SPARTAAS/README.md                                                |only
 SPARTAAS-1.2.0/SPARTAAS/man/hclustcompro_detail_resampling.Rd                    |only
 SPARTAAS-1.2.1/SPARTAAS/DESCRIPTION                                              |    6 
 SPARTAAS-1.2.1/SPARTAAS/MD5                                                      |   39 -
 SPARTAAS-1.2.1/SPARTAAS/NAMESPACE                                                |    2 
 SPARTAAS-1.2.1/SPARTAAS/R/cerardat.R                                             |  192 ++++----
 SPARTAAS-1.2.1/SPARTAAS/R/util.R                                                 |    3 
 SPARTAAS-1.2.1/SPARTAAS/build/partial.rdb                                        |binary
 SPARTAAS-1.2.1/SPARTAAS/data/datacerardat.RData                                  |binary
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/cerardat.app/data/datacerardat.RData |binary
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/cerardat.app/server.R                |  221 +++++----
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/cerardat.app/ui.R                    |   29 +
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/cerardat.app/www/data_exemple.png    |only
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/hclustcompro.app/server.R            |   10 
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/hclustcompro.app/ui.R                |  235 ++--------
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/map.app/ui.R                         |   71 +--
 SPARTAAS-1.2.1/SPARTAAS/inst/shiny-examples/serio.app/ui.R                       |   52 --
 SPARTAAS-1.2.1/SPARTAAS/man/cerardat.Rd                                          |   18 
 SPARTAAS-1.2.1/SPARTAAS/man/cerardat_estim_nf.Rd                                 |   10 
 SPARTAAS-1.2.1/SPARTAAS/man/extract_results.Rd                                   |    4 
 SPARTAAS-1.2.1/SPARTAAS/man/hclustcompro.Rd                                      |    2 
 SPARTAAS-1.2.1/SPARTAAS/man/hclustcompro_select_alpha.Rd                         |    4 
 22 files changed, 421 insertions(+), 477 deletions(-)

More information about SPARTAAS at CRAN
Permanent link

Package rnaturalearth updated to version 0.3.3 with previous version 0.3.2 dated 2023-01-23

Title: World Map Data from Natural Earth
Description: Facilitates mapping by making natural earth map data from <https://www.naturalearthdata.com/> more easily available to R users.
Author: Philippe Massicotte [aut, cre] , Andy South [aut], Koen Hufkens [ctb]
Maintainer: Philippe Massicotte <pmassicotte@hotmail.com>

Diff between rnaturalearth versions 0.3.2 dated 2023-01-23 and 0.3.3 dated 2023-06-06

 rnaturalearth-0.3.2/rnaturalearth/tools                           |only
 rnaturalearth-0.3.3/rnaturalearth/DESCRIPTION                     |   17 
 rnaturalearth-0.3.3/rnaturalearth/MD5                             |   69 +-
 rnaturalearth-0.3.3/rnaturalearth/NEWS.md                         |    5 
 rnaturalearth-0.3.3/rnaturalearth/R/deprecate_sp.R                |only
 rnaturalearth-0.3.3/rnaturalearth/R/ne_coastline.R                |    4 
 rnaturalearth-0.3.3/rnaturalearth/R/ne_countries.R                |    4 
 rnaturalearth-0.3.3/rnaturalearth/R/ne_download.R                 |    4 
 rnaturalearth-0.3.3/rnaturalearth/R/ne_load.R                     |   19 
 rnaturalearth-0.3.3/rnaturalearth/R/ne_states.R                   |    4 
 rnaturalearth-0.3.3/rnaturalearth/README.md                       |   27 
 rnaturalearth-0.3.3/rnaturalearth/build/vignette.rds              |binary
 rnaturalearth-0.3.3/rnaturalearth/data/countries110.rda           |binary
 rnaturalearth-0.3.3/rnaturalearth/data/df_layers_cultural.rda     |binary
 rnaturalearth-0.3.3/rnaturalearth/data/df_layers_physical.rda     |binary
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/language-support.R     |   20 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/language-support.Rmd   |   25 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/language-support.html  |  325 ++++------
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/rnaturalearth.R        |    6 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/rnaturalearth.Rmd      |    6 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/rnaturalearth.html     |  160 ++--
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/what-is-a-country.R    |    6 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/what-is-a-country.Rmd  |    6 
 rnaturalearth-0.3.3/rnaturalearth/inst/doc/what-is-a-country.html |  155 ++--
 rnaturalearth-0.3.3/rnaturalearth/man/countries.Rd                |   58 -
 rnaturalearth-0.3.3/rnaturalearth/man/figures                     |only
 rnaturalearth-0.3.3/rnaturalearth/man/ne_file_name.Rd             |   80 +-
 rnaturalearth-0.3.3/rnaturalearth/man/ne_load.Rd                  |   10 
 rnaturalearth-0.3.3/rnaturalearth/man/ne_states.Rd                |   98 +--
 rnaturalearth-0.3.3/rnaturalearth/vignettes/language-support.Rmd  |   25 
 rnaturalearth-0.3.3/rnaturalearth/vignettes/rnaturalearth.Rmd     |    6 
 rnaturalearth-0.3.3/rnaturalearth/vignettes/what-is-a-country.Rmd |    6 
 32 files changed, 542 insertions(+), 603 deletions(-)

More information about rnaturalearth at CRAN
Permanent link

Package nlmixr2rpt updated to version 0.2.0 with previous version 0.1.0 dated 2022-12-05

Title: Templated Word and PowerPoint Reporting of 'nlmixr2' Fitting Results
Description: This allows you to generate reporting workflows around 'nlmixr2' analyses with outputs in Word and PowerPoint. You can specify figures, tables and report structure in a user-definable 'YAML' file. Also you can use the internal functions to access the figures and tables to allow their including in other outputs (e.g. R Markdown).
Author: John Harrold [aut, cre]
Maintainer: John Harrold <john.m.harrold@gmail.com>

Diff between nlmixr2rpt versions 0.1.0 dated 2022-12-05 and 0.2.0 dated 2023-06-06

 DESCRIPTION                                |   12 +-
 MD5                                        |   18 +--
 NEWS.md                                    |    4 
 R/build_figures.R                          |    8 +
 README.md                                  |   28 +++-
 inst/doc/Accessing_Figures_and_Tables.html |   88 ++++----------
 inst/doc/Reporting_nlmixr_Fit_Results.html |  173 ++++++++---------------------
 inst/examples/report_fit_test.yaml         |    1 
 inst/templates/report_fit.yaml             |   36 +++---
 tests/testthat/test-rptnlmixr.R            |    2 
 10 files changed, 151 insertions(+), 219 deletions(-)

More information about nlmixr2rpt at CRAN
Permanent link

Package lddmm updated to version 0.4.0 with previous version 0.3.0 dated 2023-03-26

Title: Longitudinal Drift-Diffusion Mixed Models (LDDMM)
Description: Implementation of the drift-diffusion mixed model for category learning as described in Paulon et al. (2021) <doi:10.1080/01621459.2020.1801448>.
Author: Giorgio Paulon [aut, cre], Abhra Sarkar [aut, ctb]
Maintainer: Giorgio Paulon <giorgio.paulon@utexas.edu>

Diff between lddmm versions 0.3.0 dated 2023-03-26 and 0.4.0 dated 2023-06-06

 DESCRIPTION                   |    8 
 MD5                           |   16 
 R/fcts.R                      | 1312 ++++++++++++++++++++++++++++++++++--------
 README.md                     |    8 
 build/vignette.rds            |binary
 inst/doc/minimal_example.R    |    3 
 inst/doc/minimal_example.Rmd  |    5 
 inst/doc/minimal_example.html |   12 
 vignettes/minimal_example.Rmd |    5 
 9 files changed, 1124 insertions(+), 245 deletions(-)

More information about lddmm at CRAN
Permanent link

Package transform.hazards updated to version 0.1.1 with previous version 0.1.0 dated 2022-12-08

Title: Transforms Cumulative Hazards to Parameter Specified by ODE System
Description: Targets parameters that solve Ordinary Differential Equations (ODEs) driven by a vector of cumulative hazard functions. The package provides a method for estimating these parameters using an estimator defined by a corresponding Stochastic Differential Equation (SDE) system driven by cumulative hazard estimates. By providing cumulative hazard estimates as input, the package gives estimates of the parameter as output, along with pointwise (co)variances derived from an asymptotic expression. Examples of parameters that can be targeted in this way include the survival function, the restricted mean survival function, cumulative incidence functions, among others; see Ryalen, Stensrud, and Røysland (2018) <doi:10.1093/biomet/asy035>, and further applications in Stensrud, Røysland, and Ryalen (2019) <doi:10.1111/biom.13102> and Ryalen et al. (2021) <doi:10.1093/biostatistics/kxab009>.
Author: Pal Christie Ryalen [aut, cre]
Maintainer: Pal Christie Ryalen <p.c.ryalen@medisin.uio.no>

Diff between transform.hazards versions 0.1.0 dated 2022-12-08 and 0.1.1 dated 2023-06-06

 transform.hazards-0.1.0/transform.hazards/vignettes/Figs/unnamed-chunk-12-1.png              |only
 transform.hazards-0.1.0/transform.hazards/vignettes/Figs/unnamed-chunk-13-1_BACKUP_13608.png |only
 transform.hazards-0.1.0/transform.hazards/vignettes/Figs/unnamed-chunk-13-1_BASE_13608.png   |only
 transform.hazards-0.1.0/transform.hazards/vignettes/Figs/unnamed-chunk-13-1_LOCAL_13608.png  |only
 transform.hazards-0.1.0/transform.hazards/vignettes/Figs/unnamed-chunk-13-1_REMOTE_13608.png |only
 transform.hazards-0.1.1/transform.hazards/DESCRIPTION                                        |    6 
 transform.hazards-0.1.1/transform.hazards/MD5                                                |   36 
 transform.hazards-0.1.1/transform.hazards/NAMESPACE                                          |    6 
 transform.hazards-0.1.1/transform.hazards/R/pluginEstimate.R                                 |  156 -
 transform.hazards-0.1.1/transform.hazards/build/vignette.rds                                 |binary
 transform.hazards-0.1.1/transform.hazards/inst/doc/my-vignette.R                             |  447 ++-
 transform.hazards-0.1.1/transform.hazards/inst/doc/my-vignette.Rmd                           |  716 +++--
 transform.hazards-0.1.1/transform.hazards/inst/doc/my-vignette.html                          | 1365 +++++-----
 transform.hazards-0.1.1/transform.hazards/inst/examples/pluginEstimate_example.R             |  250 -
 transform.hazards-0.1.1/transform.hazards/man/pluginEstimate.Rd                              |  324 +-
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-13-1.png              |binary
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-16-1.png              |binary
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-19-1.png              |only
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-22-1.png              |only
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-22-2.png              |only
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-5-1.png               |binary
 transform.hazards-0.1.1/transform.hazards/vignettes/Figs/unnamed-chunk-9-1.png               |binary
 transform.hazards-0.1.1/transform.hazards/vignettes/my-vignette.Rmd                          |  716 +++--
 23 files changed, 2437 insertions(+), 1585 deletions(-)

More information about transform.hazards at CRAN
Permanent link

New package startR with initial version 2.2.3
Package: startR
Title: Automatically Retrieve Multidimensional Distributed Data Sets
Version: 2.2.3
Description: Tool to automatically fetch, transform and arrange subsets of multi- dimensional data sets (collections of files) stored in local and/or remote file systems or servers, using multicore capabilities where possible. The tool provides an interface to perceive a collection of data sets as a single large multidimensional data array, and enables the user to request for automatic retrieval, processing and arrangement of subsets of the large array. Wrapper functions to add support for custom file formats can be plugged in/out, making the tool suitable for any research field where large multidimensional data sets are involved.
Depends: R (>= 3.6.0)
Imports: abind, bigmemory, future, multiApply (>= 2.1.0), parallel, easyNCDF, s2dv, ClimProjDiags, PCICt, methods
Suggests: stats, utils, testthat
License: GPL-3
URL: https://earth.bsc.es/gitlab/es/startR/
BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues
SystemRequirements: cdo ecFlow
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-06-06 09:02:16 UTC; aho
Author: Nicolau Manubens [aut], An-Chi Ho [aut, cre], Nuria Perez-Zanon [aut] , Javier Vegas [ctb], Pierre-Antoine Bretonniere [ctb], Roberto Serrano [ctb], Eva Rifa [ctb], BSC-CNS [aut, cph]
Maintainer: An-Chi Ho <an.ho@bsc.es>
Repository: CRAN
Date/Publication: 2023-06-06 12:10:05 UTC

More information about startR at CRAN
Permanent link

Package pdynmc updated to version 0.9.9 with previous version 0.9.8 dated 2022-08-30

Title: Moment Condition Based Estimation of Linear Dynamic Panel Data Models
Description: Linear dynamic panel data modeling based on linear and nonlinear moment conditions as proposed by Holtz-Eakin, Newey, and Rosen (1988) <doi:10.2307/1913103>, Ahn and Schmidt (1995) <doi:10.1016/0304-4076(94)01641-C>, and Arellano and Bover (1995) <doi:10.1016/0304-4076(94)01642-D>. Estimation of the model parameters relies on the Generalized Method of Moments (GMM), numerical optimization (when nonlinear moment conditions are employed) and the computation of closed form solutions (when estimation is based on linear moment conditions). One-step, two-step and iterated estimation is available. For inference and specification testing, Windmeijer (2005) <doi:10.1016/j.jeconom.2004.02.005> and doubly corrected standard errors (Hwang, Kang, Lee, 2021 <doi:10.1016/j.jeconom.2020.09.010>) are available. Additionally, serial correlation tests, tests for overidentification, and Wald tests are provided. Functions for visualizing panel data structures and modeling resu [...truncated...]
Author: Markus Fritsch [aut, cre], Joachim Schnurbus [aut], Andrew Adrian Yu Pua [aut]
Maintainer: Markus Fritsch <Markus.Fritsch@uni-Passau.de>

Diff between pdynmc versions 0.9.8 dated 2022-08-30 and 0.9.9 dated 2023-06-06

 DESCRIPTION                            |   10 -
 MD5                                    |   25 +-
 NAMESPACE                              |    7 
 NEWS.md                                |   14 +
 R/cigDemand.R                          |    2 
 R/pdynmc_exploratory.R                 |  286 +++++++++++++++++++++++++++++++++
 R/pdynmc_fitMethods.R                  |    2 
 build/partial.rdb                      |binary
 build/vignette.rds                     |binary
 inst/doc/pdynmc-introLong.pdf          |binary
 inst/doc/pdynmc-pres-in-a-nutshell.pdf |binary
 man/cigDemand.Rd                       |    2 
 man/pDensTime.plot.Rd                  |only
 vignettes/pdynmc-intro.pdf.asis.txt    |    2 
 14 files changed, 329 insertions(+), 21 deletions(-)

More information about pdynmc at CRAN
Permanent link

Package mombf updated to version 3.4.0 with previous version 3.3.1 dated 2023-02-07

Title: Model Selection with Bayesian Methods and Information Criteria
Description: Model selection and averaging for regression and mixtures, inclusing Bayesian model selection and information criteria (BIC, EBIC, AIC, GIC).
Author: David Rossell, John D. Cook, Donatello Telesca, P. Roebuck, Oriol Abril, Miquel Torrens
Maintainer: David Rossell <rosselldavid@gmail.com>

Diff between mombf versions 3.3.1 dated 2023-02-07 and 3.4.0 dated 2023-06-06

 ChangeLog            |    9 ++++++
 DESCRIPTION          |   20 +++++++--------
 MD5                  |   22 +++++++++-------
 NAMESPACE            |    4 +++
 R/AllClasses.R       |    7 +++++
 R/AllGenerics.R      |    8 ++++++
 R/localnulltest.R    |only
 R/modelSelection.R   |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 R/rmom.R             |    7 +++--
 README.md            |   17 ++++--------
 inst/doc/mombf.pdf   |binary
 man/localnulltest.Rd |only
 man/postProb.Rd      |   15 +++++++++--
 13 files changed, 139 insertions(+), 37 deletions(-)

More information about mombf at CRAN
Permanent link

Package IRTBEMM updated to version 1.0.8 with previous version 1.0.7 dated 2020-11-10

Title: Family of Bayesian EMM Algorithm for Item Response Models
Description: Applying the family of the Bayesian Expectation-Maximization-Maximization (BEMM) algorithm to estimate: (1) Three parameter logistic (3PL) model proposed by Birnbaum (1968, ISBN:9780201043105); (2) four parameter logistic (4PL) model proposed by Barton & Lord (1981) <doi:10.1002/j.2333-8504.1981.tb01255.x>; (3) one parameter logistic guessing (1PLG) and (4) one parameter logistic ability-based guessing (1PLAG) models proposed by San Martín et al (2006) <doi:10.1177/0146621605282773>. The BEMM family includes (1) the BEMM algorithm for 3PL model proposed by Guo & Zheng (2019) <doi:10.3389/fpsyg.2019.01175>; (2) the BEMM algorithm for 1PLG model and (3) the BEMM algorithm for 1PLAG model proposed by Guo, Wu, Zheng, & Chen (2021) <doi:10.1177/0146621621990761>; (4) the BEMM algorithm for 4PL model proposed by Zheng, Guo, & Kern (2021) <doi:10.1177/21582440211052556>; and (5) their maximum likelihood estimation versions proposed by Zheng, Meng, [...truncated...]
Author: Shaoyang Guo [aut, cre, cph], Chanjin Zheng [aut], Justin L Kern [aut]
Maintainer: Shaoyang Guo <syguo1992@outlook.com>

Diff between IRTBEMM versions 1.0.7 dated 2020-11-10 and 1.0.8 dated 2023-06-06

 DESCRIPTION       |   10 +++++-----
 MD5               |   10 +++++-----
 NEWS.md           |    3 +++
 README.md         |   17 +++++++++--------
 build/partial.rdb |binary
 inst/CITATION     |    8 ++++----
 6 files changed, 26 insertions(+), 22 deletions(-)

More information about IRTBEMM at CRAN
Permanent link

New package flow with initial version 0.2.0
Package: flow
Title: View and Browse Code Using Flow Diagrams
Version: 0.2.0
Description: Visualize as flow diagrams the logic of functions, expressions or scripts in a static way or when running a call, visualize the dependencies between functions or between modules in a shiny app, and more.
License: MIT + file LICENSE
URL: https://github.com/moodymudskipper/flow, https://moodymudskipper.github.io/flow/
BugReports: https://github.com/moodymudskipper/flow/issues
Encoding: UTF-8
Imports: nomnoml, utils, htmlwidgets, rstudioapi, webshot, styler, methods, here, lifecycle
Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown, esquisse, tidyselect, purrr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-06-06 11:47:40 UTC; Antoine
Author: Antoine Fabri [aut, cre]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-06 12:40:02 UTC

More information about flow at CRAN
Permanent link

Package critpath updated to version 0.2.1 with previous version 0.2.0 dated 2023-04-27

Title: Setting the Critical Path in Project Management
Description: Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation and Review Technique) and LESS (Least Cost Estimating and Scheduling) methods. The package sets the critical path, schedule and Gantt chart. In addition, it allows to draw a graph even with marked critical activities. For more information about project management see: Taha H. A. "Operations Research. An Introduction" (2017, ISBN:978-1-292-16554-7), Rama Murthy P. "Operations Research" (2007, ISBN:978-81-224-2944-2), Yuval Cohen & Arik Sadeh (2006) "A New Approach for Constructing and Generating AOA Networks", Journal of Engineering, Computing and Architecture 1. 1-13, Konarzewska I., Jewczak M., Kucharski A. (2020, ISBN:978-83-8220-112-3), Miszczyńska D., Miszczyński M. "Wybrane metody badań operacyjnych" (2000, ISBN:83-907712-0-9).
Author: Adam Kucharski
Maintainer: Adam Kucharski <aqcharski@interia.pl>

Diff between critpath versions 0.2.0 dated 2023-04-27 and 0.2.1 dated 2023-06-06

 DESCRIPTION                 |   10 +-
 MD5                         |   20 ++--
 NEWS                        |    3 
 R/criticalpath_methodsAOE.R |  109 ++++++++++++++++++++-
 build/vignette.rds          |binary
 inst/doc/CPMandPERT.Rmd     |    2 
 inst/doc/CPMandPERT.html    |  219 ++++++++++++++++++++++----------------------
 inst/doc/Introduction.html  |   14 +-
 inst/doc/LESS.html          |   76 +++++++--------
 man/solve_pathAOA.Rd        |   13 ++
 vignettes/CPMandPERT.Rmd    |    2 
 11 files changed, 289 insertions(+), 179 deletions(-)

More information about critpath at CRAN
Permanent link

Package Bernadette updated to version 1.1.4 with previous version 1.1.3 dated 2023-05-30

Title: Bayesian Inference and Model Selection for Stochastic Epidemics
Description: Bayesian analysis for stochastic extensions of non-linear dynamic systems using advanced computational algorithms. Described in Bouranis, L., Demiris, N., Kalogeropoulos, K., and Ntzoufras, I. (2022) <arXiv:2211.15229>.
Author: Lampros Bouranis [aut, cre, cph] , European Union [fnd]
Maintainer: Lampros Bouranis <bernadette.aueb@gmail.com>

Diff between Bernadette versions 1.1.3 dated 2023-05-30 and 1.1.4 dated 2023-06-06

 DESCRIPTION                                  |   14 
 MD5                                          |   56 -
 R/aggregate_ifr_react.R                      |    6 
 R/data.R                                     |   43 +
 R/posterior_contactmatrix.R                  |   24 
 R/posterior_infections.R                     |   86 +-
 R/posterior_mortality.R                      |   50 -
 R/posterior_rt.R                             |   47 -
 R/posterior_transmrate.R                     |   49 -
 R/stan_igbm.R                                |   35 
 R/stan_igbm.fit.R                            |   16 
 R/summary.stangbm.R                          |   25 
 data/age_specific_cusum_infection_counts.rda |only
 inst/doc/Bernadette.html                     |    2 
 inst/stan/igbm.stan                          |   99 +-
 man/age_specific_cusum_infection_counts.Rd   |only
 man/age_specific_infection_counts.Rd         |    4 
 man/age_specific_mortality_counts.Rd         |   10 
 man/plot_posterior_cm.Rd                     |   24 
 man/plot_posterior_infections.Rd             |   26 
 man/plot_posterior_mortality.Rd              |   22 
 man/plot_posterior_rt.Rd                     |   30 
 man/plot_posterior_transmrate.Rd             |   24 
 man/posterior_infections.Rd                  |   24 
 man/posterior_mortality.Rd                   |   20 
 man/posterior_rt.Rd                          |   20 
 man/posterior_transmrate.Rd                  |   20 
 man/stan_igbm.Rd                             |   30 
 man/summary.stanigbm.Rd                      |   25 
 src/stanExports_igbm.h                       |  959 ++++++++++++++++-----------
 30 files changed, 1082 insertions(+), 708 deletions(-)

More information about Bernadette at CRAN
Permanent link

New package PReMiuM with initial version 3.2.9
Package: PReMiuM
Title: Dirichlet Process Bayesian Clustering, Profile Regression
Version: 3.2.9
Author: David I. Hastie, Silvia Liverani <liveranis@gmail.com> and Sylvia Richardson with contributions from Aurore J. Lavigne, Lucy Leigh, Lamiae Azizi, Xi Liu, Ruizhu Huang, Austin Gratton, Wei Jing
Maintainer: Silvia Liverani <liveranis@gmail.com>
Description: Bayesian clustering using a Dirichlet process mixture model. This model is an alternative to regression models, non-parametrically linking a response vector to covariate data through cluster membership. The package allows Bernoulli, Binomial, Poisson, Normal, survival and categorical response, as well as Normal and discrete covariates. It also allows for fixed effects in the response model, where a spatial CAR (conditional autoregressive) term can be also included. Additionally, predictions may be made for the response, and missing values for the covariates are handled. Several samplers and label switching moves are implemented along with diagnostic tools to assess convergence. A number of R functions for post-processing of the output are also provided. In addition to fitting mixtures, it may additionally be of interest to determine which covariates actively drive the mixture components. This is implemented in the package as variable selection. The main reference for the package is Liv [...truncated...]
URL: https://www.silvialiverani.com/software/
License: GPL-2
LazyLoad: yes
Depends: R (>= 3.5.1)
Imports: Rcpp (>= 0.12.13), ggplot2 (>= 2.2), cluster, plotrix (>= 3.6-6), gamlss.dist (>= 4.3-1), data.table (>= 1.10.4-3), spdep (>= 0.7-7), sf (>= 1.0-8)
Suggests: testthat (>= 1.0.2)
LinkingTo: Rcpp, RcppEigen (>= 0.3.3.3.0), BH (>= 1.65.0-1)
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2023-06-06 08:05:27 UTC; root
Repository: CRAN
Date/Publication: 2023-06-06 11:20:02 UTC

More information about PReMiuM at CRAN
Permanent link

New package ggtern with initial version 3.4.2
Package: ggtern
Version: 3.4.2
Date: 2023-6-6
Title: An Extension to 'ggplot2', for the Creation of Ternary Diagrams
Description: Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
Author: Nicholas Hamilton [aut, cre]
Maintainer: Nicholas Hamilton <nick@ggtern.com>
Depends: R (>= 4.0), ggplot2 (>= 3.4.0)
Imports: compositions (>= 2.0-2), grid, gridExtra (>= 2.3), gtable (>= 0.1.2), latex2exp (>= 0.5), MASS, plyr (>= 1.8.3), scales (>= 0.3.0), stats, proto (>= 1.0), utils, lattice, hexbin (>= 1.28.2), methods
Enhances: sp
License: GPL-2 | file LICENSE
Encoding: UTF-8
URL: http://www.ggtern.com
NeedsCompilation: no
Repository: CRAN
Packaged: 2023-06-06 08:51:03 UTC; nick
Date/Publication: 2023-06-06 11:10:02 UTC

More information about ggtern at CRAN
Permanent link

Package caplot updated to version 0.2 with previous version 0.1 dated 2023-05-26

Title: Correspondence Analysis with Geometric Frequency Interpretation
Description: Performs Correspondence Analysis on the given dataframe and plots the results in a scatterplot that emphasizes the geometric interpretation aspect of the analysis, following Borg-Groenen (2005) and Yelland (2010). It is particularly useful for highlighting the relationships between a selected row (or column) category and the column (or row) categories. See Borg-Groenen (2005, ISBN:978-0-387-28981-6); Yelland (2010) <doi:10.3888/tmj.12-4>.
Author: Gianmarco Alberti [aut, cre]
Maintainer: Gianmarco Alberti <gianmarcoalberti@gmail.com>

Diff between caplot versions 0.1 dated 2023-05-26 and 0.2 dated 2023-06-06

 DESCRIPTION          |    8 +++---
 MD5                  |   12 ++++++----
 NEWS.md              |only
 R/borggroenen.r      |only
 R/ca_plot.R          |   61 ++++++++++++++++++++++++++++++++++++---------------
 README.md            |    2 -
 data/borggroenen.rda |only
 man/borggroenen.Rd   |only
 man/caplot.Rd        |   46 ++++++++++++++++++++++++++++----------
 9 files changed, 91 insertions(+), 38 deletions(-)

More information about caplot at CRAN
Permanent link

Package usethis updated to version 2.2.0 with previous version 2.1.6 dated 2022-05-25

Title: Automate Package and Project Setup
Description: Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.
Author: Hadley Wickham [aut] , Jennifer Bryan [aut, cre] , Malcolm Barrett [aut] , Andy Teucher [aut] , Posit Software, PBC [cph, fnd]
Maintainer: Jennifer Bryan <jenny@posit.co>

Diff between usethis versions 2.1.6 dated 2022-05-25 and 2.2.0 dated 2023-06-06

 usethis-2.1.6/usethis/R/tidy-upkeep.R                              |only
 usethis-2.1.6/usethis/inst/templates/appveyor.yml                  |only
 usethis-2.1.6/usethis/inst/templates/revdep-email.yml              |only
 usethis-2.1.6/usethis/inst/templates/tidy-eval.R                   |only
 usethis-2.1.6/usethis/inst/templates/tidy-travis.yml               |only
 usethis-2.1.6/usethis/inst/templates/travis.yml                    |only
 usethis-2.1.6/usethis/man/ci.Rd                                    |only
 usethis-2.1.6/usethis/man/github_actions.Rd                        |only
 usethis-2.1.6/usethis/man/usethis-defunct.Rd                       |only
 usethis-2.1.6/usethis/tests/testthat/_snaps/tidy-upkeep.md         |only
 usethis-2.1.6/usethis/tests/testthat/test-tidy-upkeep.R            |only
 usethis-2.2.0/usethis/DESCRIPTION                                  |   61 -
 usethis-2.2.0/usethis/MD5                                          |  389 +++++-----
 usethis-2.2.0/usethis/NAMESPACE                                    |    6 
 usethis-2.2.0/usethis/NEWS.md                                      |  206 ++++-
 usethis-2.2.0/usethis/R/author.R                                   |only
 usethis-2.2.0/usethis/R/badge.R                                    |   45 -
 usethis-2.2.0/usethis/R/browse.R                                   |   16 
 usethis-2.2.0/usethis/R/ci.R                                       |  135 ---
 usethis-2.2.0/usethis/R/citation.R                                 |    3 
 usethis-2.2.0/usethis/R/course.R                                   |   22 
 usethis-2.2.0/usethis/R/coverage.R                                 |    1 
 usethis-2.2.0/usethis/R/cpp11.R                                    |    8 
 usethis-2.2.0/usethis/R/create.R                                   |   80 +-
 usethis-2.2.0/usethis/R/data-table.R                               |    9 
 usethis-2.2.0/usethis/R/data.R                                     |   15 
 usethis-2.2.0/usethis/R/description.R                              |  108 --
 usethis-2.2.0/usethis/R/git-default-branch.R                       |    6 
 usethis-2.2.0/usethis/R/git.R                                      |  173 +++-
 usethis-2.2.0/usethis/R/github-actions.R                           |  271 +++---
 usethis-2.2.0/usethis/R/github-labels.R                            |   31 
 usethis-2.2.0/usethis/R/github-pages.R                             |    5 
 usethis-2.2.0/usethis/R/github.R                                   |   44 -
 usethis-2.2.0/usethis/R/github_token.R                             |   15 
 usethis-2.2.0/usethis/R/helpers.R                                  |  113 +-
 usethis-2.2.0/usethis/R/import-standalone-obj-type.R               |only
 usethis-2.2.0/usethis/R/import-standalone-types-check.R            |only
 usethis-2.2.0/usethis/R/latest-dependencies.R                      |   32 
 usethis-2.2.0/usethis/R/license.R                                  |   16 
 usethis-2.2.0/usethis/R/logo.R                                     |    6 
 usethis-2.2.0/usethis/R/namespace.R                                |    5 
 usethis-2.2.0/usethis/R/news.R                                     |   22 
 usethis-2.2.0/usethis/R/package.R                                  |   49 -
 usethis-2.2.0/usethis/R/pkgdown.R                                  |   62 -
 usethis-2.2.0/usethis/R/pr.R                                       |   44 -
 usethis-2.2.0/usethis/R/proj-desc.R                                |only
 usethis-2.2.0/usethis/R/proj.R                                     |   34 
 usethis-2.2.0/usethis/R/r.R                                        |  211 +----
 usethis-2.2.0/usethis/R/rcpp.R                                     |   39 -
 usethis-2.2.0/usethis/R/readme.R                                   |    4 
 usethis-2.2.0/usethis/R/release.R                                  |  271 ++++--
 usethis-2.2.0/usethis/R/rename-files.R                             |only
 usethis-2.2.0/usethis/R/revdep.R                                   |   10 
 usethis-2.2.0/usethis/R/roxygen.R                                  |   19 
 usethis-2.2.0/usethis/R/rstudio.R                                  |  123 ++-
 usethis-2.2.0/usethis/R/spelling.R                                 |    2 
 usethis-2.2.0/usethis/R/test.R                                     |    8 
 usethis-2.2.0/usethis/R/tidyverse.R                                |   54 -
 usethis-2.2.0/usethis/R/tutorial.R                                 |    4 
 usethis-2.2.0/usethis/R/ui.R                                       |   21 
 usethis-2.2.0/usethis/R/upkeep.R                                   |only
 usethis-2.2.0/usethis/R/use-compat-file.R                          |only
 usethis-2.2.0/usethis/R/use_github_file.R                          |   62 +
 usethis-2.2.0/usethis/R/use_standalone.R                           |only
 usethis-2.2.0/usethis/R/usethis-defunct.R                          |  327 ++++++--
 usethis-2.2.0/usethis/R/usethis-package.R                          |   69 +
 usethis-2.2.0/usethis/R/utils-git.R                                |   89 ++
 usethis-2.2.0/usethis/R/utils-github.R                             |    8 
 usethis-2.2.0/usethis/R/utils-rematch2.R                           |    2 
 usethis-2.2.0/usethis/R/utils.R                                    |   38 
 usethis-2.2.0/usethis/R/version.R                                  |   84 +-
 usethis-2.2.0/usethis/R/vignette.R                                 |   23 
 usethis-2.2.0/usethis/R/vscode.R                                   |    2 
 usethis-2.2.0/usethis/R/write.R                                    |   19 
 usethis-2.2.0/usethis/README.md                                    |   23 
 usethis-2.2.0/usethis/inst/WORDLIST                                |   19 
 usethis-2.2.0/usethis/inst/templates/NEWS.md                       |    2 
 usethis-2.2.0/usethis/inst/templates/citation-template.R           |   11 
 usethis-2.2.0/usethis/inst/templates/lifecycle-archived.svg        |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-defunct.svg         |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-deprecated.svg      |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-experimental.svg    |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-maturing.svg        |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-questioning.svg     |   22 
 usethis-2.2.0/usethis/inst/templates/lifecycle-soft-deprecated.svg |only
 usethis-2.2.0/usethis/inst/templates/lifecycle-stable.svg          |   30 
 usethis-2.2.0/usethis/inst/templates/lifecycle-superseded.svg      |   22 
 usethis-2.2.0/usethis/inst/templates/package-README                |    2 
 usethis-2.2.0/usethis/inst/templates/project-README                |    2 
 usethis-2.2.0/usethis/inst/templates/template.Rproj                |    4 
 usethis-2.2.0/usethis/inst/templates/testthat.R                    |    4 
 usethis-2.2.0/usethis/inst/templates/tidy-contributing.md          |    6 
 usethis-2.2.0/usethis/inst/templates/tidy-issue.md                 |    2 
 usethis-2.2.0/usethis/inst/templates/tutorial-template.Rmd         |    2 
 usethis-2.2.0/usethis/man/badges.Rd                                |   13 
 usethis-2.2.0/usethis/man/browse-this.Rd                           |    6 
 usethis-2.2.0/usethis/man/browse_github_token.Rd                   |only
 usethis-2.2.0/usethis/man/create_from_github.Rd                    |   35 
 usethis-2.2.0/usethis/man/create_package.Rd                        |    4 
 usethis-2.2.0/usethis/man/figures/lifecycle-archived.svg           |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-defunct.svg            |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-deprecated.svg         |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-experimental.svg       |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-maturing.svg           |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-questioning.svg        |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-soft-deprecated.svg    |   22 
 usethis-2.2.0/usethis/man/figures/lifecycle-stable.svg             |   30 
 usethis-2.2.0/usethis/man/figures/lifecycle-superseded.svg         |   22 
 usethis-2.2.0/usethis/man/figures/logo.png                         |binary
 usethis-2.2.0/usethis/man/git_credentials.Rd                       |    4 
 usethis-2.2.0/usethis/man/git_sitrep.Rd                            |   16 
 usethis-2.2.0/usethis/man/pr_pull_upstream.Rd                      |only
 usethis-2.2.0/usethis/man/proj_utils.Rd                            |   19 
 usethis-2.2.0/usethis/man/pull-requests.Rd                         |   23 
 usethis-2.2.0/usethis/man/rename_files.Rd                          |    3 
 usethis-2.2.0/usethis/man/tidyverse.Rd                             |   30 
 usethis-2.2.0/usethis/man/use_author.Rd                            |only
 usethis-2.2.0/usethis/man/use_course_details.Rd                    |    6 
 usethis-2.2.0/usethis/man/use_cpp11.Rd                             |    2 
 usethis-2.2.0/usethis/man/use_description.Rd                       |   13 
 usethis-2.2.0/usethis/man/use_git_hook.Rd                          |    2 
 usethis-2.2.0/usethis/man/use_github_action.Rd                     |only
 usethis-2.2.0/usethis/man/use_github_actions.Rd                    |only
 usethis-2.2.0/usethis/man/use_github_actions_badge.Rd              |only
 usethis-2.2.0/usethis/man/use_github_file.Rd                       |    3 
 usethis-2.2.0/usethis/man/use_github_labels.Rd                     |   34 
 usethis-2.2.0/usethis/man/use_github_release.Rd                    |   31 
 usethis-2.2.0/usethis/man/use_gitlab_ci.Rd                         |only
 usethis-2.2.0/usethis/man/use_latest_dependencies.Rd               |   14 
 usethis-2.2.0/usethis/man/use_namespace.Rd                         |    4 
 usethis-2.2.0/usethis/man/use_news_md.Rd                           |    2 
 usethis-2.2.0/usethis/man/use_package.Rd                           |   29 
 usethis-2.2.0/usethis/man/use_pkgdown.Rd                           |   11 
 usethis-2.2.0/usethis/man/use_r.Rd                                 |   11 
 usethis-2.2.0/usethis/man/use_rcpp.Rd                              |    9 
 usethis-2.2.0/usethis/man/use_readme_rmd.Rd                        |    2 
 usethis-2.2.0/usethis/man/use_release_issue.Rd                     |   12 
 usethis-2.2.0/usethis/man/use_revdep.Rd                            |    3 
 usethis-2.2.0/usethis/man/use_rstudio.Rd                           |   11 
 usethis-2.2.0/usethis/man/use_rstudio_preferences.Rd               |only
 usethis-2.2.0/usethis/man/use_standalone.Rd                        |only
 usethis-2.2.0/usethis/man/use_testthat.Rd                          |    2 
 usethis-2.2.0/usethis/man/use_tidy_labels.Rd                       |only
 usethis-2.2.0/usethis/man/use_travis.Rd                            |only
 usethis-2.2.0/usethis/man/use_upkeep_issue.Rd                      |only
 usethis-2.2.0/usethis/man/use_version.Rd                           |   17 
 usethis-2.2.0/usethis/man/usethis-package.Rd                       |    7 
 usethis-2.2.0/usethis/man/usethis_options.Rd                       |only
 usethis-2.2.0/usethis/man/write-this.Rd                            |   10 
 usethis-2.2.0/usethis/man/zip-utils.Rd                             |   14 
 usethis-2.2.0/usethis/tests/testthat/_snaps/author.md              |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/badge.md               |   45 +
 usethis-2.2.0/usethis/tests/testthat/_snaps/course.md              |    8 
 usethis-2.2.0/usethis/tests/testthat/_snaps/cpp11.md               |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/github-actions.md      |   13 
 usethis-2.2.0/usethis/tests/testthat/_snaps/github.md              |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/helpers.md             |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/news.md                |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/package.md             |   33 
 usethis-2.2.0/usethis/tests/testthat/_snaps/pipe.md                |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/proj-desc.md           |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/proj.md                |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/r.md                   |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/readme.md              |    4 
 usethis-2.2.0/usethis/tests/testthat/_snaps/release.md             |   59 -
 usethis-2.2.0/usethis/tests/testthat/_snaps/rename-files.md        |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/rstudio.md             |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/tidyverse.md           |    2 
 usethis-2.2.0/usethis/tests/testthat/_snaps/tutorial.md            |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/upkeep.md              |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/use_import_from.md     |    4 
 usethis-2.2.0/usethis/tests/testthat/_snaps/use_standalone.md      |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/usethis-defunct.md     |only
 usethis-2.2.0/usethis/tests/testthat/_snaps/version.md             |only
 usethis-2.2.0/usethis/tests/testthat/helper-mocks.R                |only
 usethis-2.2.0/usethis/tests/testthat/helper.R                      |   36 
 usethis-2.2.0/usethis/tests/testthat/test-author.R                 |only
 usethis-2.2.0/usethis/tests/testthat/test-badge.R                  |   31 
 usethis-2.2.0/usethis/tests/testthat/test-browse.R                 |   13 
 usethis-2.2.0/usethis/tests/testthat/test-ci.R                     |   14 
 usethis-2.2.0/usethis/tests/testthat/test-citation.R               |only
 usethis-2.2.0/usethis/tests/testthat/test-course.R                 |   44 -
 usethis-2.2.0/usethis/tests/testthat/test-cpp11.R                  |   40 -
 usethis-2.2.0/usethis/tests/testthat/test-create.R                 |   58 -
 usethis-2.2.0/usethis/tests/testthat/test-data-table.R             |   34 
 usethis-2.2.0/usethis/tests/testthat/test-description.R            |   66 -
 usethis-2.2.0/usethis/tests/testthat/test-directory.R              |    6 
 usethis-2.2.0/usethis/tests/testthat/test-edit.R                   |   12 
 usethis-2.2.0/usethis/tests/testthat/test-git-default-branch.R     |   46 -
 usethis-2.2.0/usethis/tests/testthat/test-git.R                    |    2 
 usethis-2.2.0/usethis/tests/testthat/test-github-actions.R         |   45 -
 usethis-2.2.0/usethis/tests/testthat/test-github.R                 |only
 usethis-2.2.0/usethis/tests/testthat/test-helpers.R                |   69 -
 usethis-2.2.0/usethis/tests/testthat/test-latest-dependencies.R    |   49 -
 usethis-2.2.0/usethis/tests/testthat/test-license.R                |    4 
 usethis-2.2.0/usethis/tests/testthat/test-logo.R                   |    2 
 usethis-2.2.0/usethis/tests/testthat/test-news.R                   |only
 usethis-2.2.0/usethis/tests/testthat/test-package.R                |   30 
 usethis-2.2.0/usethis/tests/testthat/test-pipe.R                   |    8 
 usethis-2.2.0/usethis/tests/testthat/test-pkgdown.R                |   28 
 usethis-2.2.0/usethis/tests/testthat/test-proj-desc.R              |only
 usethis-2.2.0/usethis/tests/testthat/test-proj.R                   |   23 
 usethis-2.2.0/usethis/tests/testthat/test-r.R                      |   98 +-
 usethis-2.2.0/usethis/tests/testthat/test-rcpp.R                   |   28 
 usethis-2.2.0/usethis/tests/testthat/test-readme.R                 |   12 
 usethis-2.2.0/usethis/tests/testthat/test-release.R                |   62 +
 usethis-2.2.0/usethis/tests/testthat/test-rename-files.R           |only
 usethis-2.2.0/usethis/tests/testthat/test-revdep.R                 |    1 
 usethis-2.2.0/usethis/tests/testthat/test-roxygen.R                |   18 
 usethis-2.2.0/usethis/tests/testthat/test-rstudio.R                |   49 -
 usethis-2.2.0/usethis/tests/testthat/test-template.R               |    3 
 usethis-2.2.0/usethis/tests/testthat/test-testthat.R               |    2 
 usethis-2.2.0/usethis/tests/testthat/test-tibble.R                 |   13 
 usethis-2.2.0/usethis/tests/testthat/test-tidyverse.R              |   29 
 usethis-2.2.0/usethis/tests/testthat/test-tutorial.R               |   13 
 usethis-2.2.0/usethis/tests/testthat/test-upkeep.R                 |only
 usethis-2.2.0/usethis/tests/testthat/test-use_import_from.R        |    2 
 usethis-2.2.0/usethis/tests/testthat/test-use_standalone.R         |only
 usethis-2.2.0/usethis/tests/testthat/test-usethis-defunct.R        |only
 usethis-2.2.0/usethis/tests/testthat/test-utils-git.R              |    2 
 usethis-2.2.0/usethis/tests/testthat/test-utils-github.R           |   17 
 usethis-2.2.0/usethis/tests/testthat/test-utils.R                  |    7 
 usethis-2.2.0/usethis/tests/testthat/test-version.R                |   60 -
 usethis-2.2.0/usethis/tests/testthat/test-vignette.R               |   20 
 usethis-2.2.0/usethis/tests/testthat/test-write.R                  |    2 
 225 files changed, 3373 insertions(+), 2283 deletions(-)

More information about usethis at CRAN
Permanent link

Package fastshap updated to version 0.1.0 with previous version 0.0.7 dated 2021-12-06

Title: Fast Approximate Shapley Values
Description: Computes fast (relative to other implementations) approximate Shapley values for any supervised learning model. Shapley values help to explain the predictions from any black box model using ideas from game theory; see Strumbel and Kononenko (2014) <doi:10.1007/s10115-013-0679-x> for details.
Author: Brandon Greenwell [aut, cre]
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>

Diff between fastshap versions 0.0.7 dated 2021-12-06 and 0.1.0 dated 2023-06-06

 fastshap-0.0.7/fastshap/R/autoplot.R                                              |only
 fastshap-0.0.7/fastshap/R/force_plot.R                                            |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_copy_classes.R                         |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_fastshap.R                             |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_fastshap_adjust.R                      |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_fastshap_exact.R                       |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_fastshap_matrix.R                      |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_fastshap_titanic.R                     |only
 fastshap-0.0.7/fastshap/inst/tinytest/test_force_plot.R                           |only
 fastshap-0.0.7/fastshap/man/autoplot.explain.Rd                                   |only
 fastshap-0.0.7/fastshap/man/forceplot.Rd                                          |only
 fastshap-0.0.7/fastshap/man/grid.arrange.Rd                                       |only
 fastshap-0.0.7/fastshap/tools                                                     |only
 fastshap-0.1.0/fastshap/DESCRIPTION                                               |   23 
 fastshap-0.1.0/fastshap/MD5                                                       |   63 
 fastshap-0.1.0/fastshap/NAMESPACE                                                 |   21 
 fastshap-0.1.0/fastshap/NEWS.md                                                   |   38 
 fastshap-0.1.0/fastshap/R/data.R                                                  |only
 fastshap-0.1.0/fastshap/R/explain.R                                               |  441 
 fastshap-0.1.0/fastshap/R/gen_friedman.R                                          |   15 
 fastshap-0.1.0/fastshap/R/print.R                                                 |only
 fastshap-0.1.0/fastshap/R/utils.R                                                 |  343 
 fastshap-0.1.0/fastshap/build                                                     |only
 fastshap-0.1.0/fastshap/data                                                      |only
 fastshap-0.1.0/fastshap/inst/doc                                                  |only
 fastshap-0.1.0/fastshap/inst/tinytest/lightgbm.model                              | 6073 ----------
 fastshap-0.1.0/fastshap/inst/tinytest/test-adjust.R                               |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-baseline.R                             |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-convergence.R                          |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-copy-classes.R                         |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-exact.R                                |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-fastshap-vs-other-pkgs.R               |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-genOMat.R                              |only
 fastshap-0.1.0/fastshap/inst/tinytest/test-shapviz.R                              |only
 fastshap-0.1.0/fastshap/man/explain.Rd                                            |  169 
 fastshap-0.1.0/fastshap/man/fastshap-package.Rd                                   |    3 
 fastshap-0.1.0/fastshap/man/figures/ames-explain-global-parallel-dependence-1.png |only
 fastshap-0.1.0/fastshap/man/figures/ames-explain-global-parallel-importance-1.png |only
 fastshap-0.1.0/fastshap/man/figures/titanic-explain-global-dependence-1.png       |only
 fastshap-0.1.0/fastshap/man/figures/titanic-explain-global-importance-1.png       |only
 fastshap-0.1.0/fastshap/man/figures/titanic-explain-jack-force-1.png              |only
 fastshap-0.1.0/fastshap/man/figures/titanic-explain-jack-waterfall-1.png          |only
 fastshap-0.1.0/fastshap/man/gen_friedman.Rd                                       |    8 
 fastshap-0.1.0/fastshap/man/titanic.Rd                                            |only
 fastshap-0.1.0/fastshap/man/titanic_mice.Rd                                       |only
 fastshap-0.1.0/fastshap/src/Makevars                                              |    1 
 fastshap-0.1.0/fastshap/src/Makevars.win                                          |    1 
 fastshap-0.1.0/fastshap/vignettes                                                 |only
 48 files changed, 1414 insertions(+), 5785 deletions(-)

More information about fastshap at CRAN
Permanent link

Package brsim updated to version 0.2 with previous version 0.1 dated 2023-05-15

Title: Brainerd-Robinson Similarity Coefficient Matrix
Description: Provides the facility to calculate the Brainerd-Robinson similarity coefficient for the rows of an input table, and to calculate the significance of each coefficient based on a permutation approach; optionally, hierarchical agglomerative clustering can be performed and the silhouette method is used to identify an optimal number of clusters.
Author: Gianmarco Alberti [aut, cre]
Maintainer: Gianmarco Alberti <gianmarcoalberti@gmail.com>

Diff between brsim versions 0.1 dated 2023-05-15 and 0.2 dated 2023-06-06

 DESCRIPTION  |   10 -
 MD5          |    9 
 NEWS.md      |only
 R/brsim.r    |  545 +++++++++++++++++++++++++++++++++--------------------------
 README.md    |    3 
 man/brsim.Rd |   68 +++++--
 6 files changed, 368 insertions(+), 267 deletions(-)

More information about brsim at CRAN
Permanent link

Package boxplotcluster updated to version 0.2 with previous version 0.1 dated 2023-05-24

Title: Clustering Method Based on Boxplot Statistics
Description: Following Arroyo-Maté-Roque (2006), the function calculates the distance between rows or columns of the dataset using the generalized Minkowski metric as described by Ichino-Yaguchi (1994). The distance measure gives more weight to differences between quartiles than to differences between extremes, making it less sensitive to outliers. Further,the function calculates the silhouette width (Rousseeuw 1987) for different numbers of clusters and selects the number of clusters that maximizes the average silhouette width, unless a specific number of clusters is provided by the user. The approach implemented in this package is based on the following publications: Rousseeuw (1987) <doi:10.1016/0377-0427(87)90125-7>; Ichino-Yaguchi (1994) <doi:10.1109/21.286391>; Arroyo-Maté-Roque (2006) <doi:10.1007/3-540-34416-0_7>.
Author: Gianmarco Alberti [aut, cre]
Maintainer: Gianmarco Alberti <gianmarcoalberti@gmail.com>

Diff between boxplotcluster versions 0.1 dated 2023-05-24 and 0.2 dated 2023-06-06

 DESCRIPTION           |   12 +++----
 MD5                   |    9 ++---
 NEWS.md               |only
 R/boxplotcluster.R    |   85 +++++++++++++++++++++++++++++++++++++++++++++-----
 README.md             |    3 +
 man/boxplotcluster.Rd |   48 ++++++++++++++++++++++++----
 6 files changed, 132 insertions(+), 25 deletions(-)

More information about boxplotcluster at CRAN
Permanent link

Package htsr updated to version 2.0.0 with previous version 1.2.0 dated 2022-12-23

Title: Hydro-Meteorology Time-Series
Description: Functions for the management and treatment of hydrology and meteorology time-series stored in a 'Sqlite' data base.
Author: Pierre Chevallier [aut, cre]
Maintainer: Pierre Chevallier <pierre.chevallier@mailo.com>

Diff between htsr versions 1.2.0 dated 2022-12-23 and 2.0.0 dated 2023-06-06

 DESCRIPTION                  |   17 ++++---
 MD5                          |   43 +++++++++++--------
 NAMESPACE                    |    3 +
 R/RcppExports.R              |only
 R/d_convert_weewx.R          |   12 ++---
 R/d_wind.R                   |   21 ++++-----
 R/h_common.R                 |   37 ++++++----------
 R/h_timestep.R               |   96 +++++++++++++++----------------------------
 R/htsr-package.R             |only
 R/p_scatter.R                |   45 ++++++++++++--------
 build/vignette.rds           |binary
 inst/doc/htsr-package.Rmd    |    8 +--
 inst/doc/htsr-package.html   |   16 +++----
 inst/extdata/app_tstep/app.R |    2 
 inst/extdata/settings.RData  |binary
 man/d_convert_weewx.Rd       |   12 ++---
 man/d_wind.Rd                |   10 ++--
 man/h_common.Rd              |    4 -
 man/h_timestep.Rd            |    4 -
 man/p_scatter.Rd             |    2 
 man/u_index.Rd               |only
 man/u_timestep.Rd            |only
 src                          |only
 vignettes/htsr-package.Rmd   |    8 +--
 24 files changed, 163 insertions(+), 177 deletions(-)

More information about htsr at CRAN
Permanent link

New package WeibullR.learnr with initial version 0.1.1
Package: WeibullR.learnr
Title: An Interactive Introduction to Life Data Analysis
Version: 0.1.1
URL: https://paulgovan.github.io/WeibullR.learnr/
BugReports: https://github.com/paulgovan/weibullr.learnr/issues
Description: An interactive introduction to Life Data Analysis that depends on 'WeibullR' by David Silkworth and Jurgen Symynck (2022) <https://CRAN.R-project.org/package=WeibullR>, a R package for Weibull Analysis, and 'learnr' by Garrick Aden-Buie et al. (2023) <https://CRAN.R-project.org/package=learnr>, a framework for building interactive learning modules in R.
Imports: learnr, WeibullR
License: Apache License
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-06-05 20:03:50 UTC; paulgovan
Author: Paul Govan [aut, cre, cph]
Maintainer: Paul Govan <pgovan1@aggienetwork.com>
Repository: CRAN
Date/Publication: 2023-06-06 07:50:06 UTC

More information about WeibullR.learnr at CRAN
Permanent link

New package scicomptools with initial version 1.0.0
Package: scicomptools
Title: Tools Developed by the NCEAS Scientific Computing Support Team
Version: 1.0.0
Maintainer: Angel Chen <anchen@nceas.ucsb.edu>
Description: Set of tools to import, summarize, wrangle, and visualize data. These functions were originally written based on the needs of the various synthesis working groups that were supported by the National Center for Ecological Analysis and Synthesis (NCEAS). These tools are meant to be useful inside and outside of the context for which they were designed.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Language: en-US
URL: https://github.com/NCEAS/scicomptools
BugReports: https://github.com/NCEAS/scicomptools/issues
VignetteBuilder: knitr
Imports: data.tree, dplyr, gitcreds, googledrive, ggplot2, ggwordcloud, magrittr, methods, purrr, readxl, stringr, SemNetCleaner, tibble, tidyr, tidytext, tidyxl
Suggests: knitr, nlme, rmarkdown, RRPP
NeedsCompilation: no
Packaged: 2023-06-05 17:06:29 UTC; chen
Author: Julien Brun [aut] , Angel Chen [aut, cre] , Gabriel Antunes Daldegan [aut] , Gabe De La Rosa [ctb] , Kara Koenig [aut] , Nicholas J Lyon [aut] , Kendall Miller [aut], Timothy D Nguyen [aut] , National Science Foundation [fnd] , University of Californ [...truncated...]
Repository: CRAN
Date/Publication: 2023-06-06 07:40:02 UTC

More information about scicomptools at CRAN
Permanent link

New package REDCapCAST with initial version 23.6.1
Package: REDCapCAST
Title: REDCap Castellated Data Handling
Version: 23.6.1
Description: Forked from 'REDCapRITS' by Paul Egeler and Spectrum Health. See <https://github.com/SpectrumHealthResearch/REDCapRITS>. Handles castellated datasets from 'REDCap' projects with repeating instruments. Assists in casting tidy tables from raw 'REDCap' data exports for each repeated instrument. Keeps a focused data export approach, by allowing to only export required data from the database. 'REDCap' (Research Electronic Data Capture) is a secure, web-based software platform designed to support data capture for research studies, providing 1) an intuitive interface for validated data capture; 2) audit trails for tracking data manipulation and export procedures; 3) automated export procedures for seamless data downloads to common statistical packages; and 4) procedures for data integration and interoperability with external sources (Harris et al (2009) <doi:10.1016/j.jbi.2008.08.010>; Harris et al (2019) <doi:10.1016/j.jbi.2019.103208>).
Depends: R (>= 3.4.0)
Suggests: spelling, RCurl, httr, jsonlite, testthat, Hmisc, readr, covr, knitr, rmarkdown, gt, keyring
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/agdamsbo/REDCapCAST
BugReports: https://github.com/agdamsbo/REDCapCAST/issues
Imports: dplyr, REDCapR, tidyr, tidyselect
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-06-05 06:44:37 UTC; au301842
Author: Andreas Gammelgaard Damsbo [aut, cre] , Paul Egeler [aut]
Maintainer: Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>
Repository: CRAN
Date/Publication: 2023-06-06 07:10:02 UTC

More information about REDCapCAST at CRAN
Permanent link

New package moderate.mediation with initial version 0.0.5
Package: moderate.mediation
Version: 0.0.5
Date: 2023-05-30
Title: Causal Moderated Mediation Analysis
Maintainer: Xu Qin <xuqin@pitt.edu>
Depends: R (>= 3.5.0)
Imports: stats, mvtnorm, cowplot, distr, graphics, ggplot2, reshape2, doSNOW, scales, foreach, earth
Description: Causal moderated mediation analysis using the methods proposed by Qin and Wang (2022). Causal moderated mediation analysis is crucial for investigating how, for whom, and where a treatment is effective by assessing the heterogeneity of mediation mechanism across individuals and contexts. This package enables researchers to estimate and test the conditional and moderated mediation effects, assess their sensitivity to unmeasured pre-treatment confounding, and visualize the results. The package is built based on the quasi-Bayesian Monte Carlo method, because it has relatively better performance at small sample sizes, and its running speed is the fastest. The package is applicable to a treatment of any scale, a binary or continuous mediator, a binary or continuous outcome, and one or more moderators of any scale.
License: GPL-2
NeedsCompilation: no
Packaged: 2023-06-05 14:02:58 UTC; XUQIN
Author: Xu Qin [aut, cre, cph], Lijuan Wang [ctb]
Repository: CRAN
Date/Publication: 2023-06-06 07:50:02 UTC

More information about moderate.mediation at CRAN
Permanent link

New package locateip with initial version 0.1.2
Package: locateip
Title: Locate IP Addresses with 'ip-api'
Version: 0.1.2
Description: Download Internet Protocol (IP) address location and more from the 'ip-api' application programming interface (API) <https://ip-api.com/>. The package makes it easy to get the latitude, longitude, country, region, and organisation associated to the provided IP address. The information is conveniently returned in a rectangular format.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2, lifecycle, readr, stringr, tibble, utils
Suggests: covr, testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2023-06-05 19:01:30 UTC; judithbourque
Author: Judith Bourque [aut, cre, cph]
Maintainer: Judith Bourque <judith.bourque.2@ulaval.ca>
Repository: CRAN
Date/Publication: 2023-06-06 07:40:05 UTC

More information about locateip at CRAN
Permanent link

Package CodelistGenerator updated to version 1.4.0 with previous version 1.3.0 dated 2023-05-30

Title: Generate Code Lists for the OMOP Common Data Model
Description: Generate a candidate code list for the Observational Medical Outcomes Partnership (OMOP) common data model based on string matching. For a given search strategy, a candidate code list will be returned.
Author: Edward Burn [aut, cre]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>

Diff between CodelistGenerator versions 1.3.0 dated 2023-05-30 and 1.4.0 dated 2023-06-06

 DESCRIPTION                                         |   11 +++---
 MD5                                                 |   15 +++++----
 NAMESPACE                                           |    1 
 NEWS.md                                             |    3 +
 R/runSearch.R                                       |   23 ++++++++------
 R/summariseCodeUse.R                                |only
 inst/doc/a01_Introduction_to_CodelistGenerator.html |   20 ++++++------
 inst/doc/a02_Candidate_codes_OA.html                |   32 ++++++++++----------
 man/summariseCodeUse.Rd                             |only
 tests/testthat/test-summariseCodeUse.R              |only
 10 files changed, 58 insertions(+), 47 deletions(-)

More information about CodelistGenerator at CRAN
Permanent link

New package constructive with initial version 0.1.0
Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 0.1.0
Description: Prints code that can be used to recreate R objects. In a sense it is similar to 'base::dput()' or 'base::deparse()' but 'constructive' strives to use idiomatic constructors.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: cli, diffobj, ellipsis, rlang (>= 1.0.0), roxygen2, styler, waldo, methods
Suggests: dm, pixarfilms, testthat (>= 3.0.0), dplyr, data.table, vctrs, tibble, prettycode, tidyselect, lubridate, forcats, knitr, rmarkdown, sf, ggplot2, scales
URL: https://github.com/cynkra/constructive, https://cynkra.github.io/constructive/
BugReports: https://github.com/cynkra/constructive/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-06-05 15:47:06 UTC; Antoine
Author: Antoine Fabri [aut, cre]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-06 07:40:09 UTC

More information about constructive at CRAN
Permanent link

New package ami with initial version 0.1.0
Package: ami
Title: Checks for Various Computing Environments
Version: 0.1.0
Description: A collection of lightweight functions that can be used to determine the computing environment in which your code is running. This includes operating systems, continuous integration (CI) environments, containers, and more.
License: MIT + file LICENSE
Imports: curl, glue, lifecycle, rlang, rstudioapi
Suggests: config, covr, testthat (>= 3.0.0), withr
Encoding: UTF-8
URL: https://github.com/briandconnelly/ami, https://briandconnelly.github.io/ami/
BugReports: https://github.com/briandconnelly/ami/issues
NeedsCompilation: no
Packaged: 2023-06-05 14:44:07 UTC; bconnelly
Author: Brian Connelly [aut, cre, cph]
Maintainer: Brian Connelly <bdc@bconnelly.net>
Repository: CRAN
Date/Publication: 2023-06-06 07:40:13 UTC

More information about ami at CRAN
Permanent link

Package aldvmm updated to version 0.8.6 with previous version 0.8.5 dated 2022-10-11

Title: Adjusted Limited Dependent Variable Mixture Models
Description: The goal of the package 'aldvmm' is to fit adjusted limited dependent variable mixture models of health state utilities. Adjusted limited dependent variable mixture models are finite mixtures of normal distributions with an accumulation of density mass at the limits, and a gap between 100% quality of life and the next smaller utility value. The package 'aldvmm' uses the likelihood and expected value functions proposed by Hernandez Alava and Wailoo (2015) <doi:10.1177/1536867X1501500307> using normal component distributions and a multinomial logit model of probabilities of component membership.
Author: Mark Pletscher [aut, cre, cph]
Maintainer: Mark Pletscher <pletscher.mark@gmail.com>

Diff between aldvmm versions 0.8.5 dated 2022-10-11 and 0.8.6 dated 2023-06-06

 aldvmm-0.8.5/aldvmm/R/validate_aldvmm.R                                  |only
 aldvmm-0.8.6/aldvmm/DESCRIPTION                                          |   12 
 aldvmm-0.8.6/aldvmm/MD5                                                  |  172 ++++-----
 aldvmm-0.8.6/aldvmm/NAMESPACE                                            |   18 
 aldvmm-0.8.6/aldvmm/NEWS.md                                              |   18 
 aldvmm-0.8.6/aldvmm/R/aldvmm.R                                           |  191 ++++++----
 aldvmm-0.8.6/aldvmm/R/aldvmm.check.R                                     |   53 +-
 aldvmm-0.8.6/aldvmm/R/aldvmm.cv.R                                        |   56 +-
 aldvmm-0.8.6/aldvmm/R/aldvmm.ll.R                                        |    6 
 aldvmm-0.8.6/aldvmm/R/aldvmm.mm.R                                        |   59 ---
 aldvmm-0.8.6/aldvmm/R/aldvmm.sefit.R                                     |    1 
 aldvmm-0.8.6/aldvmm/R/aldvmm.sum.R                                       |  161 ++------
 aldvmm-0.8.6/aldvmm/R/aldvmm.tm.R                                        |only
 aldvmm-0.8.6/aldvmm/R/coef.aldvmm.R                                      |only
 aldvmm-0.8.6/aldvmm/R/estfun.aldvmm.R                                    |only
 aldvmm-0.8.6/aldvmm/R/model.matrix.aldvmm.R                              |only
 aldvmm-0.8.6/aldvmm/R/new_aldvmm.R                                       |  110 ++---
 aldvmm-0.8.6/aldvmm/R/nobs.aldvmm.R                                      |only
 aldvmm-0.8.6/aldvmm/R/predict.aldvmm.R                                   |   53 +-
 aldvmm-0.8.6/aldvmm/R/print.aldvmm.R                                     |only
 aldvmm-0.8.6/aldvmm/R/print.summary.aldvmm.R                             |only
 aldvmm-0.8.6/aldvmm/R/summary.aldvmm.R                                   |  119 ++++--
 aldvmm-0.8.6/aldvmm/R/vcov.aldvmm.R                                      |only
 aldvmm-0.8.6/aldvmm/build/partial.rdb                                    |binary
 aldvmm-0.8.6/aldvmm/build/vignette.rds                                   |binary
 aldvmm-0.8.6/aldvmm/inst/doc/aldvmm_vignette.R                           |   43 +-
 aldvmm-0.8.6/aldvmm/inst/doc/aldvmm_vignette.Rmd                         |   66 ++-
 aldvmm-0.8.6/aldvmm/inst/doc/aldvmm_vignette.pdf                         |binary
 aldvmm-0.8.6/aldvmm/man/aldvmm.Rd                                        |   62 ++-
 aldvmm-0.8.6/aldvmm/man/aldvmm.check.Rd                                  |   78 ++--
 aldvmm-0.8.6/aldvmm/man/aldvmm.cv.Rd                                     |    6 
 aldvmm-0.8.6/aldvmm/man/aldvmm.gr.Rd                                     |    2 
 aldvmm-0.8.6/aldvmm/man/aldvmm.init.Rd                                   |    2 
 aldvmm-0.8.6/aldvmm/man/aldvmm.ll.Rd                                     |    2 
 aldvmm-0.8.6/aldvmm/man/aldvmm.mm.Rd                                     |   21 -
 aldvmm-0.8.6/aldvmm/man/aldvmm.sefit.Rd                                  |    7 
 aldvmm-0.8.6/aldvmm/man/aldvmm.sum.Rd                                    |   81 ----
 aldvmm-0.8.6/aldvmm/man/aldvmm.tm.Rd                                     |only
 aldvmm-0.8.6/aldvmm/man/coef.Rd                                          |only
 aldvmm-0.8.6/aldvmm/man/estfun.Rd                                        |only
 aldvmm-0.8.6/aldvmm/man/model.matrix.Rd                                  |only
 aldvmm-0.8.6/aldvmm/man/nobs.Rd                                          |only
 aldvmm-0.8.6/aldvmm/man/predict.Rd                                       |    8 
 aldvmm-0.8.6/aldvmm/man/print.Rd                                         |only
 aldvmm-0.8.6/aldvmm/man/print.summary.Rd                                 |only
 aldvmm-0.8.6/aldvmm/man/summary.Rd                                       |   59 ++-
 aldvmm-0.8.6/aldvmm/man/vcov.Rd                                          |only
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.R                         |    4 
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.check.R                   |   39 +-
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.cv.R                      |   61 ---
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.gof.R                     |    6 
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.mm.R                      |   28 +
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.sefit.R                   |   10 
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.sum.R                     |   35 -
 aldvmm-0.8.6/aldvmm/tests/testthat/test.aldvmm.tm.R                      |only
 aldvmm-0.8.6/aldvmm/vignettes/aldvmm_bib.bib                             |   13 
 aldvmm-0.8.6/aldvmm/vignettes/aldvmm_vignette.Rmd                        |   66 ++-
 aldvmm-0.8.6/aldvmm/vignettes/df.RData                                   |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_box_se-eps-converted-to.pdf           |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_box_se.eps                            |   35 -
 aldvmm-0.8.6/aldvmm/vignettes/plot_box_yhat-eps-converted-to.pdf         |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_box_yhat.eps                          |   35 -
 aldvmm-0.8.6/aldvmm/vignettes/plot_comp_mhl1-eps-converted-to.pdf        |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_comp_mhl2-eps-converted-to.pdf        |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_comp_mhl3-eps-converted-to.pdf        |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_comp_pred-eps-converted-to.pdf        |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_dens_Nelder-Mead-eps-converted-to.pdf |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_dens_hjn-eps-converted-to.pdf         |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_dens_nlminb-eps-converted-to.pdf      |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_hist_obs-eps-converted-to.pdf         |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_hist_obs.eps                          |    1 
 aldvmm-0.8.6/aldvmm/vignettes/plot_hist_pred-eps-converted-to.pdf        |binary
 aldvmm-0.8.6/aldvmm/vignettes/plot_hist_pred.eps                         |    1 
 aldvmm-0.8.6/aldvmm/vignettes/rep_tab_fit.R                              |    5 
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_coef.RData                        |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_cov.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_ll.RData                          |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_mae.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_mse.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_comp_time.RData                        |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_diff_se.RData                          |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_diff_yhat.RData                        |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_const.RData                        |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_cstata.RData                       |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_cstr.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_mod1.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_mod1bfgs.RData                     |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_mod1nlminb.RData                   |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_mod2.RData                         |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_mod2stata.RData                    |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_stata1.RData                       |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_stata2.RData                       |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_stata3.RData                       |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_stata4.RData                       |binary
 aldvmm-0.8.6/aldvmm/vignettes/tab_sum_tobit.RData                        |binary
 aldvmm-0.8.6/aldvmm/vignettes/textout.RData                              |binary
 96 files changed, 969 insertions(+), 836 deletions(-)

More information about aldvmm at CRAN
Permanent link

New package rtms with initial version 0.2.0
Package: rtms
Title: R Toolkit for Mass Spectrometry
Version: 0.2.0
Description: Quickly imports, processes, analyzes, and visualizes mass-spectrometric data. Includes functions for easily extracting specific data and measurements from large (multi-gigabyte) raw Bruker data files, as well as a set of S3 object classes for manipulating and measuring mass spectrometric peaks and plotting peaks and spectra using the 'ggplot2' package.
Imports: stats, ggplot2
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2023-06-04 13:35:07 UTC; ntwarog
Author: Mary Ashley Rimmer [aut], Nathaniel Twarog [aut, cre]
Maintainer: Nathaniel Twarog <nathaniel.twarog@stjude.org>
Repository: CRAN
Date/Publication: 2023-06-06 07:00:02 UTC

More information about rtms at CRAN
Permanent link

New package RcppJagger with initial version 0.0.1
Package: RcppJagger
Title: An R Wrapper for Jagger
Version: 0.0.1
Description: A wrapper for Jagger, a morphological analyzer proposed in Yoshinaga (2023) <arXiv:2305.19045>. Jagger uses patterns derived from morphological dictionaries and training data sets and applies them from the beginning of the input. This simultaneous and deterministic process enables it to effectively perform tokenization, POS tagging, and lemmatization.
License: GPL-2
Depends: R (>= 4.0)
Encoding: UTF-8
SystemRequirements: C++17
URL: https://shusei-e.github.io/RcppJagger/, https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/index.en.html
BugReports: https://github.com/Shusei-E/RcppJagger/issues
LinkingTo: Rcpp
Imports: cli (>= 3.6.1), purrr (>= 1.0.0), Rcpp (>= 1.0.7), rlang (>= 1.1.0)
Suggests: dplyr (>= 1.1.0), testthat (>= 3.1.5), tibble
LazyData: TRUE
NeedsCompilation: yes
Packaged: 2023-06-04 13:28:58 UTC; shusei
Author: Shusei Eshima [aut, cre] , Naoki Yoshinaga [ctb]
Maintainer: Shusei Eshima <shuseieshima@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-06 07:00:06 UTC

More information about RcppJagger at CRAN
Permanent link

Package robStepSplitReg updated to version 1.0.1 with previous version 1.0.0 dated 2023-05-08

Title: Robust Stepwise Split Regularized Regression
Description: Functions to perform robust stepwise split regularized regression. The approach first uses a robust stepwise algorithm to split the variables into the models of an ensemble. An adaptive robust regularized estimator is then applied to each subset of predictors in the models of an ensemble.
Author: Anthony Christidis [aut, cre], Gabriela Cohen-Freue [aut]
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>

Diff between robStepSplitReg versions 1.0.0 dated 2023-05-08 and 1.0.1 dated 2023-06-06

 DESCRIPTION            |   10 +++++-----
 MD5                    |   10 +++++-----
 NEWS                   |    7 ++++++-
 R/robStepSplitReg.R    |   11 +++++++----
 README.md              |    2 +-
 man/robStepSplitReg.Rd |    5 ++++-
 6 files changed, 28 insertions(+), 17 deletions(-)

More information about robStepSplitReg at CRAN
Permanent link


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