Thu, 27 Aug 2026

Package zoomerjoin updated to version 0.2.4 with previous version 0.2.3 dated 2026-03-14

Title: Superlatively Fast Fuzzy Joins
Description: Empowers users to fuzzily-merge data frames with millions or tens of millions of rows in minutes with low memory usage. The package uses the locality sensitive hashing algorithms developed by Datar, Immorlica, Indyk and Mirrokni (2004) <doi:10.1145/997817.997857>, and Broder (1998) <doi:10.1109/SEQUEN.1997.666900> to avoid having to compare every pair of records in each dataset, resulting in fuzzy-merges that finish in linear time.
Author: Beniamino Green [aut, cre, cph], Etienne Bacher [ctb] , The authors of the dependency Rust crates [ctb, cph]
Maintainer: Beniamino Green <beniamino.green@yale.edu>

Diff between zoomerjoin versions 0.2.3 dated 2026-03-14 and 0.2.4 dated 2026-08-27

 DESCRIPTION                                    |    8 +--
 MD5                                            |   36 +++++++--------
 NEWS.md                                        |    4 +
 R/join_core.R                                  |    2 
 R/on_load.R                                    |    4 -
 README.md                                      |   40 ++++++++--------
 inst/doc/guided_tour.html                      |   16 +++---
 inst/doc/matching_vectors.html                 |    2 
 src/Makevars.win.in                            |    2 
 src/rust/Cargo.lock                            |   51 ++++++++++++++-------
 src/rust/Cargo.toml                            |    2 
 src/rust/prepare_vendors.sh                    |    2 
 src/rust/src/lib.rs                            |   10 ++++
 src/rust/vendor.tar.xz                         |binary
 tests/testthat.R                               |    6 ++
 tests/testthat/test-test_logical_euclid_join.R |   14 ++---
 tests/testthat/test-test_logical_lsh_join.R    |   60 ++++++++++++-------------
 tests/testthat/test-test_string_group.R        |    4 -
 tools/config.R                                 |   11 ++++
 19 files changed, 162 insertions(+), 112 deletions(-)

More information about zoomerjoin at CRAN
Permanent link

Package schoolmath updated to version 0.5.1 with previous version 0.5.0 dated 2026-07-07

Title: Functions and Datasets for Math Used in School
Description: Contains functions for math taught in school. A main focus is set to prime-calculation. The package also contains a dataset of all primes between 1 and 99,999,999.
Author: Joerg grosse Schlarmann [aut, cre]
Maintainer: Joerg grosse Schlarmann <schlarmann@produnis.de>

Diff between schoolmath versions 0.5.0 dated 2026-07-07 and 0.5.1 dated 2026-08-27

 schoolmath-0.5.0/schoolmath/R/zzz.R                  |only
 schoolmath-0.5.1/schoolmath/DESCRIPTION              |   16 -
 schoolmath-0.5.1/schoolmath/MD5                      |   29 ++
 schoolmath-0.5.1/schoolmath/NAMESPACE                |    7 
 schoolmath-0.5.1/schoolmath/NEWS.md                  |    9 
 schoolmath-0.5.1/schoolmath/R/RcppExports.R          |   28 ++
 schoolmath-0.5.1/schoolmath/R/functions.R            |  199 +++++++++++++++++++
 schoolmath-0.5.1/schoolmath/README.md                |    1 
 schoolmath-0.5.1/schoolmath/man/is.decimal.Rd        |only
 schoolmath-0.5.1/schoolmath/man/is.even.Rd           |only
 schoolmath-0.5.1/schoolmath/man/is.negative.Rd       |only
 schoolmath-0.5.1/schoolmath/man/is.odd.Rd            |only
 schoolmath-0.5.1/schoolmath/man/is.positive.Rd       |only
 schoolmath-0.5.1/schoolmath/man/is.real.positive.Rd  |only
 schoolmath-0.5.1/schoolmath/man/is.whole.Rd          |only
 schoolmath-0.5.1/schoolmath/src/RcppExports.cpp      |   84 ++++++++
 schoolmath-0.5.1/schoolmath/src/is_decimal.cpp       |only
 schoolmath-0.5.1/schoolmath/src/is_even.cpp          |only
 schoolmath-0.5.1/schoolmath/src/is_negative.cpp      |only
 schoolmath-0.5.1/schoolmath/src/is_odd.cpp           |only
 schoolmath-0.5.1/schoolmath/src/is_positive.cpp      |only
 schoolmath-0.5.1/schoolmath/src/is_real_positive.cpp |only
 schoolmath-0.5.1/schoolmath/src/is_whole.cpp         |only
 23 files changed, 356 insertions(+), 17 deletions(-)

More information about schoolmath at CRAN
Permanent link

Package RuHere updated to version 1.1.0 with previous version 1.0.1 dated 2026-02-17

Title: Flags Spatial Errors in Biological Collection Data Using Specialists' Information
Description: Automatically flags common spatial errors in biological collection data using metadata and specialists' information. RuHere implements a workflow to manage occurrence data through six steps: dataset merging, metadata flagging, validation against expert-derived distribution maps, visualization of flagged records, and sampling bias exploration. It specifically integrates specialist-curated range information to identify geographic errors and introductions that often escape standard automated validation procedures. For details on the methodology, see: Trindade & Caron (2026) <doi:10.64898/2026.02.02.703373>.
Author: Weverton C. F. Trindade [aut, cre] , Fernanda S. Caron [aut]
Maintainer: Weverton C. F. Trindade <wevertonf1993@gmail.com>

Diff between RuHere versions 1.0.1 dated 2026-02-17 and 1.1.0 dated 2026-08-27

 DESCRIPTION                                 |   12 
 MD5                                         |  177 +++++----
 NAMESPACE                                   |   34 +
 NEWS.md                                     |   19 +
 R/RcppExports.R                             |    4 
 R/bien_here.R                               |   17 
 R/bind_here.R                               |    7 
 R/check_countries.R                         |    5 
 R/check_states.R                            |    7 
 R/cite_datapaper.R                          |only
 R/count_flags.R                             |only
 R/data.R                                    |  104 +++++
 R/faunabr_here.R                            |    2 
 R/flag_bien.R                               |   15 
 R/flag_consensus.R                          |   24 -
 R/flag_cultivated.R                         |    7 
 R/flag_duplicates.R                         |    4 
 R/flag_env_moran.R                          |   11 
 R/flag_faunabr.R                            |   21 -
 R/flag_florabr.R                            |   16 
 R/flag_fossil.R                             |    6 
 R/flag_geo_moran.R                          |    7 
 R/flag_inaturalist.R                        |    6 
 R/flag_iucn.R                               |   16 
 R/flag_wcvp.R                               |   16 
 R/flag_year.R                               |    8 
 R/florabr_here.R                            |    4 
 R/format_atlanticR.R                        |only
 R/format_columns.R                          |    7 
 R/get_bien.R                                |  500 +++++++++++++++++++++-------
 R/get_datapaper.R                           |only
 R/get_specieslink.R                         |   13 
 R/inventory_completeness.R                  |only
 R/iucn_here.R                               |   14 
 R/remove_flagged.R                          |    4 
 R/remove_invalid_coordinates.R              |   32 +
 R/request_gbif.R                            |   26 +
 R/request_gbif_specieslist.R                |only
 R/set_specieslink_credentials.R             |   23 +
 R/summarize_flags.R                         |    4 
 R/thin_env.R                                |   10 
 R/thin_geo.R                                |    9 
 R/utils_BIEN.R                              |only
 R/wcvp_here.R                               |    3 
 R/zzz.R                                     |    3 
 README.md                                   |    7 
 data/atlantic_amphibians.rda                |only
 inst/doc/flagging_records.html              |   23 -
 inst/doc/flagging_records_species_list.Rmd  |    2 
 inst/doc/flagging_records_species_list.html |   18 -
 inst/doc/obtaining_data.R                   |   76 +++-
 inst/doc/obtaining_data.Rmd                 |  116 ++++++
 inst/doc/obtaining_data.html                |  291 +++++++++++-----
 inst/doc/sampling_bias.html                 |   21 -
 inst/doc/spatial_consistency.html           |    5 
 man/atlantic_amphibians.Rd                  |only
 man/bien_here.Rd                            |   13 
 man/bind_here.Rd                            |    5 
 man/check_countries.Rd                      |  127 +++----
 man/check_states.Rd                         |  137 +++----
 man/cite_datapaper.Rd                       |only
 man/count_flags.Rd                          |only
 man/faunabr_here.Rd                         |    2 
 man/flag_bien.Rd                            |  152 ++++----
 man/flag_consensus.Rd                       |   22 -
 man/flag_cultivated.Rd                      |   96 ++---
 man/flag_duplicates.Rd                      |    4 
 man/flag_env_moran.Rd                       |   11 
 man/flag_faunabr.Rd                         |   20 -
 man/flag_florabr.Rd                         |   16 
 man/flag_fossil.Rd                          |   84 ++--
 man/flag_geo_moran.Rd                       |    7 
 man/flag_inaturalist.Rd                     |  106 +++--
 man/flag_iucn.Rd                            |  186 +++++-----
 man/flag_wcvp.Rd                            |  166 ++++-----
 man/flag_year.Rd                            |   98 ++---
 man/florabr_here.Rd                         |    4 
 man/get_datapaper.Rd                        |only
 man/get_specieslink.Rd                      |   25 -
 man/inventory_completeness.Rd               |only
 man/iucn_here.Rd                            |   12 
 man/occ_flagged.Rd                          |    5 
 man/occ_gbif.Rd                             |    4 
 man/occurrences.Rd                          |    3 
 man/remove_invalid_coordinates.Rd           |  142 ++++---
 man/request_gbif.Rd                         |    7 
 man/request_gbif_specieslist.Rd             |only
 man/set_specieslink_credentials.Rd          |   23 +
 man/summarize_flags.Rd                      |    4 
 man/thin_env.Rd                             |  166 ++++-----
 man/thin_geo.Rd                             |    9 
 man/wcvp_here.Rd                            |    2 
 src/Makevars                                |    1 
 src/RcppExports.cpp                         |   12 
 src/get_rarefaction_components.cpp          |only
 vignettes/flagging_records_species_list.Rmd |    2 
 vignettes/obtaining_data.Rmd                |  116 ++++++
 97 files changed, 2331 insertions(+), 1214 deletions(-)

More information about RuHere at CRAN
Permanent link

Package RcppParallel updated to version 6.2.1 with previous version 6.2.0 dated 2026-07-30

Title: Parallel Programming Tools for 'Rcpp'
Description: High level functions for parallel programming with 'Rcpp'. For example, the 'parallelFor()' function can be used to convert the work of a standard serial "for" loop into a parallel one and the 'parallelReduce()' function can be used for accumulating aggregate or other values.
Author: Kevin Ushey [aut, cre] , JJ Allaire [aut], Romain Francois [aut, cph], Gregory Vandenbrouck [aut], Marcus Geelnard [aut, cph] , Hamada S. Badr [ctb] , Dirk Eddelbuettel [aut] , Intel [aut, cph] , UXL Foundation [aut, cph] , Microsoft [cph], Posit, PB [...truncated...]
Maintainer: Kevin Ushey <kevin@rstudio.com>

Diff between RcppParallel versions 6.2.0 dated 2026-07-30 and 6.2.1 dated 2026-08-27

 DESCRIPTION                                   |    6 +--
 MD5                                           |   15 ++++---
 NEWS.md                                       |   13 ++++++
 R/tbb-autodetected.R.in                       |    3 +
 R/tbb.R                                       |    3 +
 src/Makevars.in                               |    4 +-
 src/tbb/include/oneapi/tbb/concurrent_queue.h |    2 +
 tests/test-cxx-flags.R                        |only
 tools/config/configure.R                      |   50 ++++++++++++++++++++++++--
 9 files changed, 82 insertions(+), 14 deletions(-)

More information about RcppParallel at CRAN
Permanent link

Package randomizr updated to version 2.0.1 with previous version 1.0.1 dated 2026-02-02

Title: Easy-to-Use Tools for Common Forms of Random Assignment and Sampling
Description: Generates random assignments for common experimental designs and random samples for common sampling designs.
Author: Alexander Coppock [aut, cre] , Jasper Cooper [ctb] , Neal Fultz [ctb] , Graeme Blair [ctb] , Macartan Humphreys [ctb]
Maintainer: Alexander Coppock <acoppock@gmail.com>

Diff between randomizr versions 1.0.1 dated 2026-02-02 and 2.0.1 dated 2026-08-27

 randomizr-1.0.1/randomizr/R/zzz.R                                       |only
 randomizr-1.0.1/randomizr/man/custom_ra.Rd                              |only
 randomizr-1.0.1/randomizr/man/custom_ra_probabilities.Rd                |only
 randomizr-1.0.1/randomizr/man/randomizr.Rd                              |only
 randomizr-2.0.1/randomizr/DESCRIPTION                                   |   23 
 randomizr-2.0.1/randomizr/LICENSE                                       |    2 
 randomizr-2.0.1/randomizr/MD5                                           |  167 -
 randomizr-2.0.1/randomizr/NAMESPACE                                     |   30 
 randomizr-2.0.1/randomizr/NEWS.md                                       |   92 
 randomizr-2.0.1/randomizr/R/RcppExports.R                               |only
 randomizr-2.0.1/randomizr/R/balanced_ra.R                               |only
 randomizr-2.0.1/randomizr/R/block_and_cluster_ra.R                      |  119 -
 randomizr-2.0.1/randomizr/R/block_ra.R                                  |  177 +
 randomizr-2.0.1/randomizr/R/cluster_ra.R                                |   82 
 randomizr-2.0.1/randomizr/R/cluster_rs.R                                |   75 
 randomizr-2.0.1/randomizr/R/complete_ra.R                               |  107 
 randomizr-2.0.1/randomizr/R/complete_rs.R                               |   60 
 randomizr-2.0.1/randomizr/R/custom_ra.R                                 |   28 
 randomizr-2.0.1/randomizr/R/declare_ra.R                                |  482 +++-
 randomizr-2.0.1/randomizr/R/declare_rs.R                                |  136 -
 randomizr-2.0.1/randomizr/R/generated_methods.R                         |  379 +--
 randomizr-2.0.1/randomizr/R/helper_functions.R                          |  153 -
 randomizr-2.0.1/randomizr/R/methods.R                                   |    2 
 randomizr-2.0.1/randomizr/R/obtain_num_permutations.R                   |   20 
 randomizr-2.0.1/randomizr/R/obtain_permutation_matrix.R                 |   20 
 randomizr-2.0.1/randomizr/R/obtain_permutation_probabilities.R          |   53 
 randomizr-2.0.1/randomizr/R/randomizr-package.r                         |   89 
 randomizr-2.0.1/randomizr/R/simple_ra.R                                 |   88 
 randomizr-2.0.1/randomizr/R/simple_rs.R                                 |   40 
 randomizr-2.0.1/randomizr/R/strata_and_cluster_rs.R                     |   93 
 randomizr-2.0.1/randomizr/R/strata_rs.R                                 |  274 --
 randomizr-2.0.1/randomizr/build/partial.rdb                             |only
 randomizr-2.0.1/randomizr/build/vignette.rds                            |binary
 randomizr-2.0.1/randomizr/inst/CITATION                                 |only
 randomizr-2.0.1/randomizr/inst/doc/balanced_ra.R                        |only
 randomizr-2.0.1/randomizr/inst/doc/balanced_ra.Rmd                      |only
 randomizr-2.0.1/randomizr/inst/doc/balanced_ra.html                     |only
 randomizr-2.0.1/randomizr/inst/doc/randomizr_guarantees.R               |only
 randomizr-2.0.1/randomizr/inst/doc/randomizr_guarantees.Rmd             |only
 randomizr-2.0.1/randomizr/inst/doc/randomizr_guarantees.html            |only
 randomizr-2.0.1/randomizr/inst/doc/randomizr_vignette.R                 |  414 ++-
 randomizr-2.0.1/randomizr/inst/doc/randomizr_vignette.Rmd               |  513 +++-
 randomizr-2.0.1/randomizr/inst/doc/randomizr_vignette.html              | 1113 ++++++----
 randomizr-2.0.1/randomizr/man/balanced_ra.Rd                            |only
 randomizr-2.0.1/randomizr/man/balanced_ra_probabilities.Rd              |only
 randomizr-2.0.1/randomizr/man/block_and_cluster_ra.Rd                   |   69 
 randomizr-2.0.1/randomizr/man/block_and_cluster_ra_probabilities.Rd     |   67 
 randomizr-2.0.1/randomizr/man/block_ra.Rd                               |   52 
 randomizr-2.0.1/randomizr/man/block_ra_probabilities.Rd                 |   48 
 randomizr-2.0.1/randomizr/man/cluster_ra.Rd                             |   44 
 randomizr-2.0.1/randomizr/man/cluster_ra_probabilities.Rd               |   54 
 randomizr-2.0.1/randomizr/man/cluster_rs.Rd                             |   33 
 randomizr-2.0.1/randomizr/man/cluster_rs_probabilities.Rd               |   37 
 randomizr-2.0.1/randomizr/man/complete_ra.Rd                            |   56 
 randomizr-2.0.1/randomizr/man/complete_ra_probabilities.Rd              |   57 
 randomizr-2.0.1/randomizr/man/complete_rs.Rd                            |   47 
 randomizr-2.0.1/randomizr/man/complete_rs_probabilities.Rd              |   29 
 randomizr-2.0.1/randomizr/man/conduct_ra.Rd                             |   76 
 randomizr-2.0.1/randomizr/man/declare_ra.Rd                             |  156 -
 randomizr-2.0.1/randomizr/man/declare_rs.Rd                             |   95 
 randomizr-2.0.1/randomizr/man/draw_rs.Rd                                |   43 
 randomizr-2.0.1/randomizr/man/obtain_condition_probabilities.Rd         |   89 
 randomizr-2.0.1/randomizr/man/obtain_inclusion_probabilities.Rd         |   50 
 randomizr-2.0.1/randomizr/man/obtain_num_permutations.Rd                |   15 
 randomizr-2.0.1/randomizr/man/obtain_permutation_matrix.Rd              |   21 
 randomizr-2.0.1/randomizr/man/obtain_permutation_probabilities.Rd       |   46 
 randomizr-2.0.1/randomizr/man/randomizr-package.Rd                      |only
 randomizr-2.0.1/randomizr/man/simple_ra.Rd                              |   55 
 randomizr-2.0.1/randomizr/man/simple_ra_probabilities.Rd                |   48 
 randomizr-2.0.1/randomizr/man/simple_rs.Rd                              |   24 
 randomizr-2.0.1/randomizr/man/simple_rs_probabilities.Rd                |   30 
 randomizr-2.0.1/randomizr/man/strata_and_cluster_rs.Rd                  |   53 
 randomizr-2.0.1/randomizr/man/strata_and_cluster_rs_probabilities.Rd    |   52 
 randomizr-2.0.1/randomizr/man/strata_rs.Rd                              |   64 
 randomizr-2.0.1/randomizr/man/strata_rs_probabilities.Rd                |   39 
 randomizr-2.0.1/randomizr/src/RcppExports.cpp                           |only
 randomizr-2.0.1/randomizr/src/block_assign.cpp                          |only
 randomizr-2.0.1/randomizr/src/block_assign_multi.cpp                    |only
 randomizr-2.0.1/randomizr/src/cube.cpp                                  |only
 randomizr-2.0.1/randomizr/src/cube_on_x.cpp                             |only
 randomizr-2.0.1/randomizr/src/onload.c                                  |   19 
 randomizr-2.0.1/randomizr/tests/testthat/test-balanced-declaration.R    |only
 randomizr-2.0.1/randomizr/tests/testthat/test-block_ra.R                |    4 
 randomizr-2.0.1/randomizr/tests/testthat/test-cleaner-function.R        |    2 
 randomizr-2.0.1/randomizr/tests/testthat/test-cluster_rs.R              |    8 
 randomizr-2.0.1/randomizr/tests/testthat/test-complete_ra.R             |    6 
 randomizr-2.0.1/randomizr/tests/testthat/test-declare-ra-data.R         |only
 randomizr-2.0.1/randomizr/tests/testthat/test-empirical-probabilities.R |  123 -
 randomizr-2.0.1/randomizr/tests/testthat/test-strata_rs.R               |    8 
 randomizr-2.0.1/randomizr/tests/testthat/test-tricky-examples.R         |   34 
 randomizr-2.0.1/randomizr/tests/testthat/test_assignment_declarations.R |    8 
 randomizr-2.0.1/randomizr/tests/testthat/test_balanced_ra.R             |only
 randomizr-2.0.1/randomizr/tests/testthat/test_balanced_ra_formula.R     |only
 randomizr-2.0.1/randomizr/tests/testthat/test_check_inputs_false.R      |only
 randomizr-2.0.1/randomizr/tests/testthat/test_review_fixes.R            |only
 randomizr-2.0.1/randomizr/tests/testthat/test_sampling_declarations.R   |    2 
 randomizr-2.0.1/randomizr/tests/testthat/test_stream_compat.R           |only
 randomizr-2.0.1/randomizr/vignettes/balanced_ra.Rmd                     |only
 randomizr-2.0.1/randomizr/vignettes/randomizr_guarantees.Rmd            |only
 randomizr-2.0.1/randomizr/vignettes/randomizr_vignette.Rmd              |  513 +++-
 100 files changed, 4486 insertions(+), 2621 deletions(-)

More information about randomizr at CRAN
Permanent link

Package PanelSelect updated to version 1.0.1 with previous version 1.0.0 dated 2025-10-25

Title: Panel Sample Selection Models
Description: Extends the Heckman selection framework to panel data with individual random effects. The first stage models participation via a panel Probit specification, while the second stage can take a panel linear, Probit, Poisson, or Poisson log-normal form. Model details are provided in Bailey and Peng (2025) <doi:10.2139/ssrn.5475626> and Peng and Van den Bulte (2024) <doi:10.1287/mnsc.2019.01897>.
Author: Jing Peng [aut, cre]
Maintainer: Jing Peng <jing.peng@uconn.edu>

Diff between PanelSelect versions 1.0.0 dated 2025-10-25 and 1.0.1 dated 2026-08-27

 DESCRIPTION                      |    8 ++++----
 MD5                              |   24 +++++++++++++-----------
 NAMESPACE                        |    2 ++
 R/imported.R                     |    4 ++--
 R/probitRE_linearRE.R            |   33 ++++++++++++++++++++++++++-------
 R/probitRE_probitRE.R            |   36 ++++++++++++++++++++++++++++--------
 build/vignette.rds               |binary
 inst/doc/vignette.html           |    4 ++--
 man/predict_probitRE_linearRE.Rd |only
 man/predict_probitRE_probitRE.Rd |only
 man/probitRE_PLNRE.Rd            |   12 ++++++------
 man/probitRE_PoissonRE.Rd        |    8 ++++----
 man/probitRE_linearRE.Rd         |   15 ++++++++-------
 man/probitRE_probitRE.Rd         |   17 +++++++++--------
 14 files changed, 104 insertions(+), 59 deletions(-)

More information about PanelSelect at CRAN
Permanent link

Package fastglm updated to version 0.1.2 with previous version 0.1.1 dated 2026-06-07

Title: Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen'
Description: Fits generalized linear models efficiently using 'RcppEigen'. The iteratively reweighted least squares implementation utilizes the step-halving approach of Marschner (2011) <doi:10.32614/RJ-2011-012> to help safeguard against convergence issues.
Author: Jared Huling [aut, cre], Douglas Bates [cph], Dirk Eddelbuettel [cph], Romain Francois [cph], Yixuan Qiu [cph], Noah Greifer [ctb]
Maintainer: Jared Huling <jaredhuling@gmail.com>

Diff between fastglm versions 0.1.1 dated 2026-06-07 and 0.1.2 dated 2026-08-27

 DESCRIPTION                       |    6 +++---
 MD5                               |   16 ++++++++--------
 inst/doc/count-firth-fastglm.html |   18 +++++++++---------
 inst/doc/fastglm-overview.html    |   12 ++++++------
 inst/doc/fastglm.html             |   12 ++++++------
 inst/doc/firth-fastglm.html       |   20 ++++++++++----------
 inst/doc/large-data-fastglm.html  |    4 ++--
 src/bigmemory.cpp                 |    5 +++++
 src/fit_glm_dense.cpp             |    6 ++++++
 9 files changed, 55 insertions(+), 44 deletions(-)

More information about fastglm at CRAN
Permanent link

Package CDMConnector updated to version 2.7.0 with previous version 2.6.0 dated 2026-06-16

Title: Connect to an OMOP Common Data Model
Description: Provides tools for working with observational health data in the Observational Medical Outcomes Partnership (OMOP) Common Data Model format with a pipe friendly syntax. Common data model database table references are stored in a single compound object along with metadata.
Author: Ger Inberg [aut, cre] , Adam Black [aut] , Artem Gorbachev [aut], Edward Burn [aut], Marti Catala Sabate [aut], Ioanna Nika [aut]
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>

Diff between CDMConnector versions 2.6.0 dated 2026-06-16 and 2.7.0 dated 2026-08-27

 DESCRIPTION                            |    6 +-
 MD5                                    |   16 ++++---
 NEWS.md                                |    5 ++
 R/cdm.R                                |    3 -
 R/dateadd.R                            |    2 
 inst/breast_cancer.json                |only
 inst/doc/a01_getting-started.html      |   70 ++++++++++++++++-----------------
 inst/doc/a06_using_cdm_attributes.html |    4 -
 inst/testv1.json                       |only
 man/CDMConnector-package.Rd            |    3 -
 10 files changed, 59 insertions(+), 50 deletions(-)

More information about CDMConnector at CRAN
Permanent link

Package DSIR (with last version 0.8.0) was removed from CRAN

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

2026-07-02 0.8.0
2026-05-23 0.7.1
2026-05-21 0.7.0
2026-04-21 0.2.0

Permanent link
Package filibustr (with last version 0.5.2) was removed from CRAN

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

2026-04-06 0.5.2
2025-12-05 0.5.1
2025-10-26 0.5.0
2025-08-19 0.4.1
2025-05-11 0.4.0
2025-03-31 0.3.0
2024-05-02 0.2.1
2024-03-01 0.2.0
2024-02-13 0.1.1

Permanent link
Package confidenceCurves updated to version 0.2.1 with previous version 0.2.0 dated 2025-10-01

Title: Frequentist Confidence Analysis for Clinical Trials
Description: Frequentist confidence analysis answers the question: How confident are we in a particular treatment effect? This package calculates the frequentist confidence in a treatment effect of interest given observed data, and returns the family of confidence curves associated with that data.
Author: Freda Werdiger [aut, cre]
Maintainer: Freda Werdiger <freda.werdiger@unimelb.edu.au>

Diff between confidenceCurves versions 0.2.0 dated 2025-10-01 and 0.2.1 dated 2026-08-27

 DESCRIPTION          |    6 +++---
 MD5                  |    5 +++--
 NEWS.md              |only
 R/confidenceCurves.R |   22 ++++++++++++----------
 4 files changed, 18 insertions(+), 15 deletions(-)

More information about confidenceCurves at CRAN
Permanent link


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