Title: Access Live Sports Odds from the Odds API
Description: A utility to quickly obtain clean and tidy sports odds from
The Odds API <https://the-odds-api.com>. Provides wrappers for every
version 4 endpoint -- featured-market and single-event odds (including
player props and alternate lines), historical odds snapshots, scores,
events, participants, and usage-quota reporting -- returning tidy
tibbles ready for analysis.
Author: Saiem Gilani [aut, cre, cph]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Diff between oddsapiR versions 1.0.0 dated 2026-08-24 and 1.0.1 dated 2026-08-27
DESCRIPTION | 6 +- MD5 | 67 +++++++++++------------ NAMESPACE | 104 ++++++++++++++++++------------------ NEWS.md | 23 +++++++ R/data.R | 30 +++++----- R/toa_event_markets.R | 3 - R/toa_event_odds.R | 4 + R/toa_event_odds_history.R | 4 + R/toa_requests.R | 3 - R/toa_sports.R | 3 - R/toa_sports_events.R | 3 - R/toa_sports_events_history.R | 3 - R/toa_sports_odds.R | 3 - R/toa_sports_odds_history.R | 3 - R/toa_sports_participants.R | 3 - R/toa_sports_scores.R | 3 - R/utils.R | 40 +++++++++++-- man/csv_from_url.Rd | 36 ++++++------ man/progressively.Rd | 46 +++++++-------- man/rds_from_url.Rd | 36 ++++++------ man/toa_event_markets.Rd | 2 man/toa_event_odds.Rd | 2 man/toa_event_odds_history.Rd | 2 man/toa_quota.Rd | 2 man/toa_requests.Rd | 2 man/toa_sports.Rd | 2 man/toa_sports_events.Rd | 2 man/toa_sports_events_history.Rd | 2 man/toa_sports_keys.Rd | 44 +++++++-------- man/toa_sports_odds.Rd | 2 man/toa_sports_odds_history.Rd | 2 man/toa_sports_participants.Rd | 2 man/toa_sports_scores.Rd | 2 tests/testthat.R | 10 +-- tests/testthat/test-quota-headers.R |only 35 files changed, 294 insertions(+), 207 deletions(-)
Title: Lists of Numeric Atomic Objects
Description: Create and manipulate numeric list ('nlist') objects. An
'nlist' is an S3 list of uniquely named numeric objects. An numeric
object is an integer or double vector, matrix or array. An 'nlists'
object is a S3 class list of 'nlist' objects with the same names,
dimensionalities and typeofs. Numeric list objects are of interest
because they are the raw data inputs for analytic engines such as
'JAGS', 'STAN' and 'TMB'. Numeric lists objects, which are useful for
storing multiple realizations of of simulated data sets, can be
converted to coda::mcmc and coda::mcmc.list objects.
Author: Joe Thorley [aut, cre] ,
Kirill Mueller [ctb] ,
Nadine Hussein [ctb] ,
Ayla Pearson [ctb] ,
Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Diff between nlist versions 0.4.0 dated 2025-05-11 and 0.5.0 dated 2026-08-27
nlist-0.4.0/nlist/R/as-list.R |only nlist-0.4.0/nlist/R/extras.R |only nlist-0.4.0/nlist/R/utils.R |only nlist-0.4.0/nlist/tests/testthat/test-as-list.R |only nlist-0.4.0/nlist/tests/testthat/tests-fill-all.R |only nlist-0.5.0/nlist/DESCRIPTION | 15 nlist-0.5.0/nlist/MD5 | 192 +-- nlist-0.5.0/nlist/NAMESPACE | 66 - nlist-0.5.0/nlist/NEWS.md | 36 nlist-0.5.0/nlist/R/aggregate.R | 37 nlist-0.5.0/nlist/R/as-nlist.R | 8 nlist-0.5.0/nlist/R/as-nlists.R | 4 nlist-0.5.0/nlist/R/as-term-frame.R | 4 nlist-0.5.0/nlist/R/as-term.R | 3 nlist-0.5.0/nlist/R/brackets.R | 8 nlist-0.5.0/nlist/R/c.R | 9 nlist-0.5.0/nlist/R/chk.R | 29 nlist-0.5.0/nlist/R/collapse-chains.R | 6 nlist-0.5.0/nlist/R/complete-terms.R | 4 nlist-0.5.0/nlist/R/deprecated.R | 20 nlist-0.5.0/nlist/R/internal.R | 20 nlist-0.5.0/nlist/R/nlist.R | 2 nlist-0.5.0/nlist/R/params.R | 8 nlist-0.5.0/nlist/R/pars.R | 94 - nlist-0.5.0/nlist/R/pdims.R | 1 nlist-0.5.0/nlist/R/print.R | 9 nlist-0.5.0/nlist/R/relist-nlist.R | 3 nlist-0.5.0/nlist/R/set-pars.R | 13 nlist-0.5.0/nlist/R/sort.R | 24 nlist-0.5.0/nlist/R/split-chains.R | 4 nlist-0.5.0/nlist/R/subset.R | 77 - nlist-0.5.0/nlist/R/tidy.R | 105 +- nlist-0.5.0/nlist/R/unlist-nlist.R | 8 nlist-0.5.0/nlist/R/vld.R | 11 nlist-0.5.0/nlist/build/stage23.rdb |binary nlist-0.5.0/nlist/build/vignette.rds |binary nlist-0.5.0/nlist/inst/doc/nlist-objects-and-coercions.R | 2 nlist-0.5.0/nlist/inst/doc/nlist-objects-and-coercions.Rmd | 5 nlist-0.5.0/nlist/inst/doc/nlist-objects-and-coercions.html | 158 +-- nlist-0.5.0/nlist/man/aggregate.nlist.Rd | 11 nlist-0.5.0/nlist/man/aggregate.nlists.Rd | 12 nlist-0.5.0/nlist/man/as_mcmc.Rd | 6 nlist-0.5.0/nlist/man/as_mcmc_list.Rd | 4 nlist-0.5.0/nlist/man/as_nlist.Rd | 4 nlist-0.5.0/nlist/man/as_nlists.Rd | 4 nlist-0.5.0/nlist/man/as_term.mcmc.Rd | 15 nlist-0.5.0/nlist/man/as_term.nlist.Rd | 15 nlist-0.5.0/nlist/man/as_term.nlists.Rd | 15 nlist-0.5.0/nlist/man/as_term_frame.Rd | 12 nlist-0.5.0/nlist/man/as_term_frame.nlist.Rd | 12 nlist-0.5.0/nlist/man/as_term_frame.nlists.Rd | 12 nlist-0.5.0/nlist/man/collapse_chains.mcmc.Rd | 7 nlist-0.5.0/nlist/man/collapse_chains.mcmc.list.Rd | 14 nlist-0.5.0/nlist/man/collapse_chains.nlist.Rd | 7 nlist-0.5.0/nlist/man/collapse_chains.nlists.Rd | 7 nlist-0.5.0/nlist/man/deprecated.Rd | 8 nlist-0.5.0/nlist/man/fill_all.nlist.Rd | 4 nlist-0.5.0/nlist/man/fill_all.nlists.Rd | 4 nlist-0.5.0/nlist/man/fill_na.nlist.Rd | 4 nlist-0.5.0/nlist/man/fill_na.nlists.Rd | 4 nlist-0.5.0/nlist/man/nlist-package.Rd | 6 nlist-0.5.0/nlist/man/params.Rd | 9 nlist-0.5.0/nlist/man/pars.mcmc.Rd | 3 nlist-0.5.0/nlist/man/pars.mcmc.list.Rd | 3 nlist-0.5.0/nlist/man/reexports.Rd | 12 nlist-0.5.0/nlist/man/set_pars.mcmc.Rd | 3 nlist-0.5.0/nlist/man/set_pars.mcmc.list.Rd | 3 nlist-0.5.0/nlist/man/sort.mcmc.Rd |only nlist-0.5.0/nlist/man/sort.mcmc.list.Rd |only nlist-0.5.0/nlist/man/tidy.mcmc.Rd | 11 nlist-0.5.0/nlist/man/tidy.mcmc.list.Rd | 11 nlist-0.5.0/nlist/man/tidy.nlists.Rd | 17 nlist-0.5.0/nlist/tests/testthat/test-aggregate.R | 80 - nlist-0.5.0/nlist/tests/testthat/test-as-mcmc-list.R | 596 +++++++++--- nlist-0.5.0/nlist/tests/testthat/test-as-mcmc.R | 408 ++++++-- nlist-0.5.0/nlist/tests/testthat/test-as-nlist.R | 73 + nlist-0.5.0/nlist/tests/testthat/test-as-nlists.R | 23 nlist-0.5.0/nlist/tests/testthat/test-as-term-frame.R | 197 +++ nlist-0.5.0/nlist/tests/testthat/test-bind-iterations.R |only nlist-0.5.0/nlist/tests/testthat/test-brackets.R | 139 ++ nlist-0.5.0/nlist/tests/testthat/test-c.R | 58 - nlist-0.5.0/nlist/tests/testthat/test-chk.R | 41 nlist-0.5.0/nlist/tests/testthat/test-deprecated.R | 24 nlist-0.5.0/nlist/tests/testthat/test-estimates.R | 80 + nlist-0.5.0/nlist/tests/testthat/test-fill-all.R |only nlist-0.5.0/nlist/tests/testthat/test-is.R | 8 nlist-0.5.0/nlist/tests/testthat/test-niters.R | 8 nlist-0.5.0/nlist/tests/testthat/test-nlist.R | 2 nlist-0.5.0/nlist/tests/testthat/test-nlists.R | 33 nlist-0.5.0/nlist/tests/testthat/test-nsams.R | 11 nlist-0.5.0/nlist/tests/testthat/test-nterms.R | 11 nlist-0.5.0/nlist/tests/testthat/test-pars.R | 47 nlist-0.5.0/nlist/tests/testthat/test-print.R | 37 nlist-0.5.0/nlist/tests/testthat/test-relist-nlist.R | 9 nlist-0.5.0/nlist/tests/testthat/test-set-pars.R | 46 nlist-0.5.0/nlist/tests/testthat/test-sort.R |only nlist-0.5.0/nlist/tests/testthat/test-split-chains.R | 19 nlist-0.5.0/nlist/tests/testthat/test-subset.R | 181 ++- nlist-0.5.0/nlist/tests/testthat/test-thin.R | 20 nlist-0.5.0/nlist/tests/testthat/test-tidy.R | 348 +++++-- nlist-0.5.0/nlist/tests/testthat/test-unlist-nlist.R | 2 nlist-0.5.0/nlist/vignettes/nlist-objects-and-coercions.Rmd | 5 102 files changed, 2601 insertions(+), 1149 deletions(-)
Title: A Graph-Based Cross-Fitting Engine in R
Description: Provides a general cross-fitting engine for semiparametric estimation
(e.g., double/debiased machine learning). Supports user-defined target
functionals and directed acyclic graphs of nuisance learners with per-node
training fold widths, target-specific evaluation windows, and
fold-allocation modes ("overlap", "disjoint", "independence"). Returns
either numeric estimates (mode = "estimate") or cross-fitted prediction
functions (mode = "predict"), with configurable aggregation over panels
and repetitions, reuse-aware caching, and failure isolation, making it
well-suited for simulation studies and large benchmarks.
Author: Etienne Peyrot [aut, cre]
Maintainer: Etienne Peyrot <etienne.peyrot@inserm.fr>
Diff between crossfit versions 0.1.3 dated 2026-03-04 and 0.1.4 dated 2026-08-27
crossfit-0.1.3/crossfit/man/fun_code_sig.Rd |only crossfit-0.1.3/crossfit/tests/tests |only crossfit-0.1.3/crossfit/tests/testthat/test-failure-isolation-max_fail.R |only crossfit-0.1.4/crossfit/DESCRIPTION | 8 crossfit-0.1.4/crossfit/MD5 | 62 +- crossfit-0.1.4/crossfit/NAMESPACE | 1 crossfit-0.1.4/crossfit/NEWS.md | 24 - crossfit-0.1.4/crossfit/R/engine.R | 108 ++-- crossfit-0.1.4/crossfit/R/failure-control.R |only crossfit-0.1.4/crossfit/R/plan.R | 70 +-- crossfit-0.1.4/crossfit/R/validation.R | 26 - crossfit-0.1.4/crossfit/README.md | 56 +- crossfit-0.1.4/crossfit/build/vignette.rds |binary crossfit-0.1.4/crossfit/inst/doc/crossfit-intro.R | 2 crossfit-0.1.4/crossfit/inst/doc/crossfit-intro.Rmd | 85 ++- crossfit-0.1.4/crossfit/inst/doc/crossfit-intro.html | 87 ++- crossfit-0.1.4/crossfit/man/create_method.Rd | 15 crossfit-0.1.4/crossfit/man/crossfit-package.Rd | 5 crossfit-0.1.4/crossfit/man/crossfit.Rd | 19 crossfit-0.1.4/crossfit/man/crossfit_failure_control.Rd |only crossfit-0.1.4/crossfit/man/crossfit_multi.Rd | 13 crossfit-0.1.4/crossfit/man/ensure_model.Rd | 7 crossfit-0.1.4/crossfit/man/fun_registry_id.Rd | 18 crossfit-0.1.4/crossfit/man/fun_registry_new.Rd | 8 crossfit-0.1.4/crossfit/man/validate_failure_control.Rd |only crossfit-0.1.4/crossfit/man/validate_method.Rd | 2 crossfit-0.1.4/crossfit/tests/testthat/test-crossfit.R | 34 - crossfit-0.1.4/crossfit/tests/testthat/test-failure-control.R |only crossfit-0.1.4/crossfit/tests/testthat/test-failure-isolation.R |only crossfit-0.1.4/crossfit/tests/testthat/test-no-leakage-trace.R | 226 +++++----- crossfit-0.1.4/crossfit/vignettes/crossfit-intro.Rmd | 85 ++- 31 files changed, 546 insertions(+), 415 deletions(-)
Title: Bayesian Output Analysis Program (BOA) for MCMC
Description: A menu-driven program and library of functions for carrying out
convergence diagnostics and statistical and graphical analysis of Markov
chain Monte Carlo sampling output.
Author: Brian J. Smith [aut, cre]
Maintainer: Brian J. Smith <brian-j-smith@uiowa.edu>
Diff between boa versions 1.1.8-2 dated 2016-06-22 and 1.1.9 dated 2026-08-27
boa-1.1.8-2/boa/data/line.rda |only boa-1.1.9/boa/DESCRIPTION | 10 - boa-1.1.9/boa/MD5 | 80 +++++------ boa-1.1.9/boa/NAMESPACE | 3 boa-1.1.9/boa/R/boa.chain.add.R | 3 boa-1.1.9/boa/R/boa.chain.import.R | 5 boa-1.1.9/boa/R/boa.core.R | 226 ++++++++++++++++---------------- boa-1.1.9/boa/R/boa.handw.R | 4 boa-1.1.9/boa/R/boa.license.R | 2 boa-1.1.9/boa/R/boa.menu.R | 5 boa-1.1.9/boa/R/boa.menu.analysis.R | 4 boa-1.1.9/boa/R/boa.menu.chains.R | 10 - boa-1.1.9/boa/R/boa.menu.coda.R | 16 -- boa-1.1.9/boa/R/boa.menu.file.R | 21 +- boa-1.1.9/boa/R/boa.menu.import.R | 12 - boa-1.1.9/boa/R/boa.menu.par.R | 18 +- boa-1.1.9/boa/R/boa.menu.plot.R | 4 boa-1.1.9/boa/R/boa.menu.plotcoda.R | 4 boa-1.1.9/boa/R/boa.menu.plotdesc.R | 4 boa-1.1.9/boa/R/boa.menu.setpar.R | 6 boa-1.1.9/boa/R/boa.menu.stats.R | 4 boa-1.1.9/boa/R/boa.pardesc.R | 2 boa-1.1.9/boa/R/boa.plot.acf.R | 8 - boa-1.1.9/boa/R/boa.plot.bandg.R | 12 - boa-1.1.9/boa/R/boa.plot.density.R | 9 - boa-1.1.9/boa/R/boa.plot.gandr.R | 11 - boa-1.1.9/boa/R/boa.plot.geweke.R | 18 -- boa-1.1.9/boa/R/boa.plot.history.R | 8 - boa-1.1.9/boa/R/boa.plot.par.R | 9 - boa-1.1.9/boa/R/boa.plot.trace.R | 8 - boa-1.1.9/boa/R/boa.print.gandr.R | 4 boa-1.1.9/boa/R/boa.print.info.R | 14 - boa-1.1.9/boa/R/boa.print.par.R | 15 +- boa-1.1.9/boa/R/boa.randl.R | 4 boa-1.1.9/boa/R/boa.version.R | 2 boa-1.1.9/boa/R/spectrum0.R | 61 ++++---- boa-1.1.9/boa/data/line.R |only boa-1.1.9/boa/inst/CITATION | 25 +-- boa-1.1.9/boa/man/boa.chain.Rd | 2 boa-1.1.9/boa/man/boa.chain.collapse.Rd | 2 boa-1.1.9/boa/man/boa.par.Rd | 2 boa-1.1.9/boa/man/boa.save.Rd | 4 42 files changed, 310 insertions(+), 351 deletions(-)
Title: Trace Function Parameter Types
Description: The 'R' language includes a set of defined types, but the language
itself is "absurdly dynamic" (Turcotte & Vitek (2019)
<doi:10.1145/3340670.3342426>), and lacks any way to specify which types are
expected by any expression. The 'typetracer' package enables code to be
traced to extract detailed information on the properties of parameters
passed to 'R' functions. 'typetracer' can trace individual functions or
entire packages.
Author: Mark Padgham [aut, cre] ,
Filip Krikava [ctb] ,
Antoine Soetewey [ctb] ,
covr authors [cph]
Maintainer: Mark Padgham <mark.padgham@email.com>
Diff between typetracer versions 0.2.4 dated 2026-07-30 and 0.2.5 dated 2026-08-27
DESCRIPTION | 9 - MD5 | 19 +- NEWS.md | 13 + R/install.R | 12 + R/trace-package.R | 18 ++ R/tracer-define.R | 58 +++++++- README.md | 250 ++++++++++++++++++++----------------- inst/doc/nse.html | 6 tests/testthat/_snaps/trace-fns.md | 27 +++ tests/testthat/test-install.R |only tests/testthat/test-trace-fns.R | 157 +++++++++++++++++++++++ 11 files changed, 425 insertions(+), 144 deletions(-)
Title: Fitting Multivariate Bidirectional Mendelian Randomization
Networks Using Bayesian Directed Cyclic Graphical Models
Description: Addressing a central challenge encountered in Mendelian randomization (MR) studies, where MR primarily focuses on discerning the effects of individual exposures on specific outcomes and establishes causal links between them. Using a network-based methodology, the intricacy involving interdependent outcomes due to numerous factors has been tackled through this routine. Based on Ni et al. (2018) <doi:10.1214/17-BA1087>, 'MR.RGM' extends to a broader exploration of the causal landscape by leveraging on network structures and involves the construction of causal graphs that capture interactions between response variables and consequently between responses and instrument variables. The resulting Graph visually represents these causal connections, showing directed edges with effect sizes labeled. 'MR.RGM' facilitates the navigation of various data availability scenarios effectively by accommodating three input formats, i.e., individual-level data and two types of summary-level data. The [...truncated...]
Author: Bitan Sarkar [aut, cre],
Yang Ni [aut]
Maintainer: Bitan Sarkar <bitansarkar010899@gmail.com>
Diff between MR.RGM versions 0.1.0 dated 2026-01-22 and 0.1.1 dated 2026-08-27
DESCRIPTION | 10 +++++----- MD5 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
Title: Generalized Multicomponent Latent Trait Model for Diagnosis
Description: Provides Bayesian estimation of Item Response Theory models
that decompose item difficulty into cognitive operations or rules.
Implements the Linear Logistic Test Model (LLTM; Fischer (1973)
<doi:10.1016/0001-6918(73)90003-6>), the Multicomponent Latent
Trait Model for Diagnosis (MLTM-D; Embretson and Yang (2013)
<doi:10.1007/s11336-012-9296-y>), and the Generalized Multicomponent
Latent Trait Model for Diagnosis (GMLTM-D; Ramirez et al. (2024)
<doi:10.3390/jintelligence12070067>), including a variant with
correlated latent components. All models are estimated via Hamiltonian
Monte Carlo using 'Stan' through the 'rstan' interface. Includes tools
for prior predictive checks (Gelman et al., 2020), model validation,
conditional reliability estimation, examinee mastery classification
following Embretson (2019) <doi:10.1007/978-3-030-05584-4_9>, and
individual diagnostic reports at the rule and component level.
Supports user-defined prior distributions for all model [...truncated...]
Author: Eduar Ramirez [aut, cre],
Marcos Jimenez [aut],
Vithor R. Franco [aut],
Jesus Alvarado [aut]
Maintainer: Eduar Ramirez <edrami02@ucm.es>
Diff between GMLTM versions 0.1.0 dated 2026-06-30 and 2.0.0 dated 2026-08-27
DESCRIPTION | 23 MD5 | 133 +-- NAMESPACE | 15 NEWS.md | 59 + R/GMLTM-package.R |only R/GMLTM.R | 58 + R/GMLTM_corr.R |only R/LLTM.R | 37 R/MLTM.R | 45 - R/Q_extended.R | 31 R/conditional-reliability-compare.R |only R/conditional_reliability.R | 420 --------- R/data.R | 3 R/extract_correlation.R |only R/model_validation.R | 26 R/plot_ICC.R | 12 R/ppchecks.R | 34 R/prior_predictive_check.R |only R/reliability-diagnostics.R |only R/reliability-enhanced.R |only R/reliability.R | 1195 --------------------------- R/student_report.R |only R/student_report_batch.R |only inst/GMLTM.stan | 9 inst/GMLTM_corr.stan |only man/GMLTM-package.Rd |only man/GMLTM.Rd | 32 man/GMLTM_corr.Rd |only man/LLTM.Rd | 20 man/MLTM.Rd | 25 man/analogy.Rd | 3 man/bayesian_reliability_fast.Rd | 2 man/check_reliability_data_quality.Rd | 33 man/compare_conditional_reliability.Rd | 33 man/compute_basic_diagnostics.Rd | 2 man/compute_model_validation.Rd | 11 man/conditional_reliability_fast.Rd | 2 man/conditional_reliability_tif.Rd | 31 man/demo_reliability_analysis.Rd | 14 man/enhanced_mltm_reliability.Rd | 33 man/export_reliability_results.Rd | 33 man/extract_correlation.Rd |only man/generate_Q_with_interactions.Rd | 1 man/hierarchical_reliability_fast.Rd | 2 man/informe_estudiante.Rd |only man/integrate_with_enhanced_reliability.Rd | 34 man/marginal_Pchecks.Rd | 30 man/plot.enhanced_mltm_reliability.Rd | 2 man/plot_ICC_grouped.Rd | 13 man/plot_ICC_individual.Rd | 7 man/plot_all_components.Rd | 33 man/plot_comparison_base.Rd | 2 man/plot_components_comparison.Rd | 33 man/plot_conditional_base.Rd | 2 man/plot_conditional_reliability.Rd | 31 man/plot_marginal_base.Rd | 2 man/plot_prior_predictive_check.Rd |only man/ppchecks.Rd | 13 man/print.GMLTM.Rd |only man/print.GMLTM_batch_report.Rd |only man/print.GMLTM_corr.Rd |only man/print.GMLTM_correlation.Rd |only man/print.GMLTM_prior_predictive_check.Rd |only man/print.GMLTM_student_report.Rd |only man/print.LLTM.Rd |only man/print.MLTM.Rd |only man/print.enhanced_mltm_reliability.Rd | 2 man/print.reliability_data_quality.Rd | 2 man/print.reliability_profile.Rd | 2 man/prior_predictive_check.Rd |only man/quick_reliability_check.Rd | 14 man/reliability.Rd | 51 + man/reliability_comparison_fast.Rd | 2 man/reliability_profile.Rd | 33 man/reliability_usage_instructions.Rd | 16 man/student_report.Rd |only man/student_report_batch.Rd |only tests/testthat/helper-mock-fit.R |only tests/testthat/test-data-input.R |only tests/testthat/test-prior_predictive_check.R |only tests/testthat/test-priors.R | 56 + tests/testthat/test-student_report.R |only tests/testthat/test-student_report_batch.R |only 83 files changed, 1045 insertions(+), 1712 deletions(-)
Title: Vehicle Routing Problem Solver Built on 'PyVRP'
Description: A 'tidyverse'-style interface to high-performance vehicle routing
problem (VRP) solving. Vendors the C++ core of the 'PyVRP' solver
(<https://github.com/PyVRP/PyVRP>) and rewires it through 'cpp11', with no
'Python' runtime dependency. Supports the capacitated VRP, time windows,
multiple depots, heterogeneous fleets, prize-collecting and multi-trip
variants, driven by an iterated local search metaheuristic.
Author: Andre Leite [aut, cre],
Marcos Wasilew [aut],
Hugo Vasconcelos [aut],
Carlos Amorim [aut],
Diogo Bezerra [aut],
Niels Wouda [ctb, cph] ,
Thibaut Vidal [cph] ,
ORTEC [cph]
Maintainer: Andre Leite <leite@castlab.org>
Diff between vrpr versions 0.1.0 dated 2026-07-04 and 0.1.1 dated 2026-08-27
DESCRIPTION | 10 +++++----- MD5 | 26 ++++++++++++++------------ NEWS.md | 19 +++++++++++++++++++ README.md | 10 ++++++++++ inst/CITATION | 2 +- inst/doc/vrpr.html | 2 +- man/figures/vrpr-rpkg.svg |only man/vrpr-package.Rd | 2 +- src/vendor/pyvrp/CostEvaluator.h | 7 ++++--- src/vendor/pyvrp/Route.h | 5 +++++ src/vendor/pyvrp/Solution.cpp | 1 + src/vendor/pyvrp/pyvrp_version.txt | 3 ++- src/vendor/pyvrp/search/LocalSearch.cpp | 1 + src/vendor/pyvrp/search/Route.h | 7 ++++--- src/vendor/pyvrp/vrpr_compat.h |only 15 files changed, 68 insertions(+), 27 deletions(-)
Title: Characterise Tables of an OMOP Common Data Model Instance
Description: Summarises key information in data mapped to the Observational
Medical Outcomes Partnership (OMOP) common data model. Assess suitability to
perform specific epidemiological studies and explore the different domains
to obtain feasibility counts and trends.
Author: Marta Alcalde-Herraiz [aut] ,
Kim Lopez-Guell [aut] ,
Elin Rowlands [aut] ,
Cecilia Campanile [aut, cre] ,
Edward Burn [aut] ,
Marti Catala [aut]
Maintainer: Cecilia Campanile <cecilia.campanile@ndorms.ox.ac.uk>
Diff between OmopSketch versions 1.1.0 dated 2026-06-16 and 1.1.1 dated 2026-08-27
DESCRIPTION | 8 - MD5 | 16 +- NEWS.md | 139 +++++++++++++------------ R/summariseClinicalRecords.R | 40 ++++--- R/summariseConceptSetCounts.R | 6 - R/summariseInternal.R | 4 R/utilities.R | 21 ++- tests/testthat/test-summariseClinicalRecords.R | 4 tests/testthat/test-summariseTrend.R | 19 +++ 9 files changed, 152 insertions(+), 105 deletions(-)
Title: Interface for Large Language Models via 'llama.cpp'
Description: Provides R bindings to 'llama.cpp' for running large language
models locally, with optional GPU acceleration via 'ggmlR'. Supports text
generation, embeddings, chat-based workflows, tool calling, and multimodal
(vision) inference. Includes 'OpenAI'- and 'Anthropic'-compatible HTTP
servers for serving local models, along with device selection and
multi-GPU support.
Author: Yuri Baramykov [aut, cre] ,
Georgi Gerganov [cph]
Maintainer: Yuri Baramykov <lbsbmsu@mail.ru>
Diff between llamaR versions 0.2.5 dated 2026-07-02 and 0.2.6 dated 2026-08-27
DESCRIPTION | 10 MD5 | 182 +- NAMESPACE | 44 NEWS.md | 7 R/llama.R | 1199 ++++++++++++++++- R/serve.R | 289 +++- README.md | 122 + build/vignette.rds |binary inst/doc/multi-gpu.R |only inst/doc/multi-gpu.Rmd |only inst/doc/multi-gpu.html |only inst/examples/bench_pp_tp_dp.sh |only inst/examples/bench_replica.R |only inst/examples/claude_code_launcher.sh | 9 inst/examples/serve_openai_tools.R |only man/llama_apply_control_vector.Rd |only man/llama_context_flash_attn.Rd |only man/llama_flash_attn_type_name.Rd |only man/llama_gen_begin.Rd | 23 man/llama_gen_begin_at.Rd | 23 man/llama_generate.Rd | 23 man/llama_generate_batch.Rd | 20 man/llama_load_model_from_splits.Rd |only man/llama_lora_alora_invocation_tokens.Rd |only man/llama_lora_meta.Rd |only man/llama_max_parallel_sequences.Rd |only man/llama_max_tensor_buft_overrides.Rd |only man/llama_model_cls_labels.Rd |only man/llama_model_decoder_start_token.Rd |only man/llama_model_info.Rd | 15 man/llama_model_sampling_meta.Rd |only man/llama_perf_sampler.Rd |only man/llama_sampler_accept.Rd |only man/llama_sampler_chain_add.Rd |only man/llama_sampler_chain_from_params.Rd |only man/llama_sampler_chain_get.Rd |only man/llama_sampler_chain_n.Rd |only man/llama_sampler_chain_new.Rd |only man/llama_sampler_chain_remove.Rd |only man/llama_sampler_clone.Rd |only man/llama_sampler_free.Rd |only man/llama_sampler_get_seed.Rd |only man/llama_sampler_name.Rd |only man/llama_sampler_new.Rd |only man/llama_sampler_params.Rd |only man/llama_sampler_reset.Rd |only man/llama_serve_openai.Rd | 6 man/llama_split_path.Rd |only man/llama_split_prefix.Rd |only man/llama_state_data.Rd |only man/llama_state_seq.Rd |only man/llama_state_seq_file.Rd |only man/llama_vocab_add_special.Rd |only man/llama_vocab_get_attr.Rd |only man/llama_vocab_special_tokens.Rd |only src/common.h | 3 src/common_chat_support.cpp | 1 src/jinja/lexer.cpp | 1 src/jinja/parser.cpp | 1 src/jinja/string.cpp | 1 src/jinja/string.h | 1 src/jinja/value.h | 2 src/llama-adapter.cpp | 2 src/llama-adapter.h | 1 src/llama-batch.cpp | 1 src/llama-chat.cpp | 1 src/llama-context.cpp | 3 src/llama-context.h | 1 src/llama-grammar.h | 1 src/llama-graph.cpp | 3 src/llama-graph.h | 2 src/llama-impl.cpp | 1 src/llama-impl.h | 2 src/llama-kv-cache.cpp | 1 src/llama-kv-cache.h | 2 src/llama-memory-hybrid-iswa.cpp | 4 src/llama-memory-hybrid.cpp | 4 src/llama-memory-recurrent.h | 1 src/llama-mmap.cpp | 1 src/llama-model-loader.cpp | 3 src/llama-model-loader.h | 3 src/llama-model-saver.cpp | 1 src/llama-model.cpp | 1 src/llama-model.h | 2 src/llama-vocab.cpp | 4 src/llama.h | 5 src/log.cpp | 1 src/models/models.h | 6 src/mtmd/clip-impl.h | 3 src/mtmd/models/models.h | 4 src/mtmd/mtmd-helper.cpp | 2 src/mtmd/mtmd-image.cpp | 2 src/mtmd/mtmd.cpp | 1 src/mtmd/mtmd.h | 1 src/peg-parser.h | 2 src/r_chat_interface.cpp | 75 - src/r_llama_compat.h | 1 src/r_llama_interface.cpp | 2105 ++++++++++++++++++++++++------ src/r_llama_ptr.h |only src/r_llama_throw.h |only src/r_mtmd_interface.cpp | 66 src/regex-partial.cpp | 1 src/regex-partial.h | 2 src/unicode-data.cpp | 2 src/unicode-data.h | 2 src/unicode.cpp | 1 tests/testthat.R | 7 tests/testthat/test-cvec-perf-sampler.R |only tests/testthat/test-flash-attn.R |only tests/testthat/test-lora-multi.R | 60 tests/testthat/test-model-introspection.R |only tests/testthat/test-ptr-args.R |only tests/testthat/test-sampler-chain.R |only tests/testthat/test-sampler-params.R |only tests/testthat/test-serve-openai-e2e.R |only tests/testthat/test-splits.R |only tests/testthat/test-state-seq.R |only vignettes/multi-gpu.Rmd |only 118 files changed, 3783 insertions(+), 593 deletions(-)
Title: High-Performance HTTP Server for R via 'Drogon'
Description: Provides an 'R' interface to the 'Drogon' high-performance
'C++' 'HTTP' server framework
(<https://github.com/drogonframework/drogon>). Offers a 'plumber'-style
application programming interface for building 'REST' services from
'R' with substantially higher throughput, including streaming
responses and full-duplex 'WebSocket' endpoints.
Author: Yuri Baramykov [aut, cre] ,
An Tao [ctb, cph] ,
Shuo Chen [ctb, cph] ,
Baptiste Lepilleur [ctb, cph] ,
Christopher Dunn [ctb] ,
JsonCpp Contributors [ctb, cph] ,
Bert Belder [ctb, cph] ),
mman-win32 contributors [ctb, cph]
Maintainer: Yuri Baramykov <lbsbmsu@mail.ru>
Diff between drogonR versions 0.1.8 dated 2026-07-04 and 0.1.9 dated 2026-08-27
DESCRIPTION | 6 - MD5 | 46 ++++---- NEWS.md | 9 + R/server.R | 32 +++++- README.md | 19 +++ inst/doc/mode-native.html | 4 man/dr_serve.Rd | 17 +++ src/drogon/lib/src/HttpAppFrameworkImpl.h | 1 src/drogon/lib/src/HttpServer.cc | 6 + src/drogon/lib/src/RequestStream.cc | 1 src/drogon/lib/src/WebSocketConnectionImpl.h | 1 src/drogon/lib/src/drogon_test.cc | 1 src/drogon/trantor/net/EventLoopThread.h | 1 src/drogon/trantor/net/TcpConnection.h | 13 ++ src/drogon/trantor/net/inner/RateLimitBucket.h |only src/drogon/trantor/net/inner/TcpConnectionImpl.cc | 115 ++++++++++++++++++++-- src/drogon/trantor/net/inner/TcpConnectionImpl.h | 16 +++ src/drogon/trantor/net/inner/Timer.cc | 1 src/drogon/trantor/utils/ConcurrentTaskQueue.h | 1 src/drogon_server.cpp | 23 ++++ src/r_bridge.cpp | 1 src/r_bridge.h | 1 tests/testthat.R | 1 tests/testthat/server-script.R | 5 tests/testthat/test-bandwidth.R |only 25 files changed, 282 insertions(+), 39 deletions(-)
Title: An API Wrapper for 'DAWA' - 'The Danish Address Web API'
Description: Functions for interacting with all sections of
the official 'Danish Address Web API' (also known as 'DAWA')
<https://api.dataforsyningen.dk>. The development of this package is
completely independent from the government agency, Klimadatastyrelsen,
who maintains the API.
Author: Aleksander Bang-Larsen [aut, cre, cph] ,
Agency of Climate Data [ctb]
Maintainer: Aleksander Bang-Larsen <contact@aleksanderbl.dk>
Diff between dawaR versions 0.3.2 dated 2025-12-16 and 0.3.3 dated 2026-08-27
DESCRIPTION | 10 MD5 | 44 NAMESPACE | 6 NEWS.md | 6 R/base_api.R | 67 R/get_data.R | 17 R/get_map_data.R | 26 R/utils.R | 50 README.md | 14 build/vignette.rds |binary inst/doc/dawaR.html | 44 inst/doc/status.html | 18 man/connection_check.Rd | 4 man/get_data.Rd | 4 man/get_map_data.Rd | 4 man/status_check.Rd | 4 tests/testthat/_snaps/get_data.md |17120 ++++++++++----------- tests/testthat/_snaps/get_map_data-kommuner.md | 50 tests/testthat/_snaps/get_map_data-politikredse.md | 150 tests/testthat/_snaps/get_map_data-regioner.md | 80 tests/testthat/_snaps/get_map_data-vote.md | 70 tests/testthat/_snaps/status_check.md | 8 tests/testthat/setup-deprecation-warning.R |only tests/testthat/test-deprecation-warning.R |only 24 files changed, 8937 insertions(+), 8859 deletions(-)
Title: Parallel Runs of Reverse Depends
Description: Reverse depends for a given package are queued such that multiple
workers can run the reverse-dependency tests in parallel.
Author: Dirk Eddelbuettel [aut, cre]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between prrd versions 0.0.6 dated 2024-03-06 and 0.0.7 dated 2026-08-27
ChangeLog | 30 ++++++++++++++++++++++++++++++ DESCRIPTION | 15 +++++++++------ MD5 | 14 +++++++------- R/db.R | 2 +- R/summarise.R | 26 ++++++++++++++++++++++---- README.md | 6 +++--- build/partial.rdb |binary inst/NEWS.Rd | 8 ++++++++ 8 files changed, 80 insertions(+), 21 deletions(-)
Title: Noncompartmental Analysis for Pharmacokinetic Report
Description: Conduct a noncompartmental analysis with industrial strength.
Some features are
1) CDISC SDTM terms
2) Automatic or manual slope selection
3) Supporting both 'linear-up linear-down' and 'linear-up log-down' method
4) Interval(partial) AUCs with 'linear' or 'log' interpolation method
5) Produce pdf, rtf, text report files.
6) Produce Installation and Operational Qualification (IQ/OQ) reports in pdf.
After installation, qualify the package in your own environment:
run pdfIQ() for Installation Qualification and pdfOQ() for Operational
Qualification. Run writeMD5() once after installation so the IQ
file-integrity check passes. To approve a report, sign it digitally in
Adobe Acrobat Reader (generate with sigField=TRUE, or run addSigField(),
to add click-to-sign fields), instead of printing and scanning; or use
signPDF()/verifyPDF() for a scriptable signature.
* Reference: Gabrielsson J, Weiner D. Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications. 5th ed. 2016. (I [...truncated...]
Author: Kyun-Seop Bae [aut, cre],
Michael E. Schaffer [ctb, cph]
Maintainer: Kyun-Seop Bae <k@acr.kr>
Diff between ncar versions 0.7.0 dated 2026-07-20 and 0.7.1 dated 2026-08-27
DESCRIPTION | 10 MD5 | 19 - R/Res2Txt.R | 15 - R/pdfNCA.R | 3 R/pdfOQ.R | 185 +++++++++++++++- R/pdfPQ.R | 109 +++++++-- R/rtfNCA.R | 3 inst/NEWS.Rd | 13 + inst/OQ/Reference_Analytic_BLQ_Extravascular_Linear.csv |only man/pdfOQ.Rd | 31 +- tests |only 11 files changed, 330 insertions(+), 58 deletions(-)
Title: Censored Regression with Conditional Heteroscedasticity
Description: Different approaches to censored or truncated regression with
conditional heteroscedasticity are provided. First, continuous
distributions can be used for the (right and/or left censored or truncated)
response with separate linear predictors for the mean and variance.
Second, cumulative link models for ordinal data
(obtained by interval-censoring continuous data) can be employed for
heteroscedastic extended logistic regression (HXLR). In the latter type of
models, the intercepts depend on the thresholds that define the intervals.
Infrastructure for working with censored or truncated normal, logistic,
and Student-t distributions, i.e., d/p/q/r functions and distributions3
objects.
Author: Achim Zeileis [aut, cre] ,
Jakob W. Messner [aut] ,
Reto Stauffer [aut] ,
Ioannis Kosmidis [ctb] ,
Georg J. Mayr [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>
Diff between crch versions 1.2-2 dated 2025-03-14 and 1.2-3 dated 2026-08-27
DESCRIPTION | 25 ++--- MD5 | 50 +++++----- NAMESPACE | 30 ++---- NEWS.md | 25 ++++- R/CensoredLogistic.R | 50 ++++++++-- R/CensoredNormal.R | 32 +++++- R/CensoredStudentsT.R | 61 ++++++++++-- R/TruncatedLogistic.R | 50 ++++++++-- R/TruncatedNormal.R | 32 +++++- R/TruncatedStudentsT.R | 56 +++++++++-- R/clogis.R | 108 ++++++++++++++-------- R/cnorm.R | 108 ++++++++++++++-------- R/crch.R | 26 ++--- R/crch.boost.R | 6 - R/ct.R | 131 ++++++++++++++++++--------- R/tlogis.R | 108 ++++++++++++++-------- R/tnorm.R | 108 ++++++++++++++-------- R/tt.R | 129 ++++++++++++++++++--------- README.md | 30 +++--- build/partial.rdb |binary build/vignette.rds |binary inst/doc/crch.R | 14 +- inst/doc/crch.html | 198 ++++++++++++++++++++++++++++++++---------- man/CensoredStudentsT.Rd | 3 man/TruncatedStudentsT.Rd | 3 tests/score-hessian.R |only tests/score-hessian.Rout.save |only 27 files changed, 930 insertions(+), 453 deletions(-)
Title: Display and Analyze ROC Curves
Description: Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
Author: Xavier Robin [cre, aut] ,
Natacha Turck [aut],
Alexandre Hainard [aut],
Natalia Tiberti [aut],
Frederique Lisacek [aut],
Jean-Charles Sanchez [aut],
Markus Mueller [aut],
Stefan Siegert [ctb] ,
Matthias Doering [ctb] ,
Zane Billings [ctb]
Maintainer: Xavier Robin <pROC-cran@xavamail.net>
Diff between pROC versions 1.19.0.1 dated 2025-07-31 and 1.19.1 dated 2026-08-27
DESCRIPTION | 16 ++++--- MD5 | 41 ++++++++++--------- NEWS | 6 ++ README.md | 35 +++++++++------- build/partial.rdb |binary build/vignette.rds |only inst/doc |only inst/extra/sos_clashes.R | 18 +++++--- man/coords_transpose.Rd | 2 man/geom_polygon_auc.roc.Rd | 3 - man/pROC-package.Rd | 9 +--- man/smooth.Rd | 10 ++++ tests/testthat/helper-deLongPlacementsCpp-expected.R | 12 ++--- tests/testthat/helper-roc.utils-expected.R | 4 - tests/testthat/test-are-paired.R | 1 tests/testthat/test-coords.R | 4 - tests/testthat/test-ggroc.R | 13 ++++-- tests/testthat/test-plot.R | 10 ++++ tests/testthat/test-print.R | 8 +++ tests/testthat/test-roc.R | 6 ++ tests/testthat/test-smooth.R | 3 + vignettes |only 22 files changed, 133 insertions(+), 68 deletions(-)
Title: Analyze Results Generated by the 'SqueezeMeta' Pipeline
Description: 'SqueezeMeta' is a versatile pipeline for the automated analysis of metagenomics/metatranscriptomics data (<https://github.com/jtamames/SqueezeMeta>). This package provides functions loading 'SqueezeMeta' results into R, filtering them based on different criteria, and visualizing the results using basic plots. The 'SqueezeMeta' project (and any subsets of it generated by the different filtering functions) is parsed into a single object, whose different components (e.g. tables with the taxonomic or functional composition across samples, contig/gene abundance profiles) can be easily analyzed using other R packages such as 'vegan' or 'DESeq2'. The methods in this package are further described in Puente-Sánchez et al., (2020) <doi:10.1186/s12859-020-03703-2>.
Author: Fernando Puente-Sanchez [aut, cre],
Natalia Garcia-Garcia [aut]
Maintainer: Fernando Puente-Sanchez <fernando.puente.sanchez@slu.se>
Diff between SQMtools versions 1.8.0 dated 2026-06-11 and 1.8.1 dated 2026-08-27
DESCRIPTION | 9 +++---- MD5 | 35 ++++++++++++++-------------- NAMESPACE | 60 ++++++++++++++++++++++++++++-------------------- R/CheckMProkaryote.R | 3 +- R/Hadza.R | 2 - R/MGKOs.R | 4 ++- R/MGOGs.R | 4 ++- R/USiCGs.R | 4 +-- R/aggregate_methods.R | 14 +++++------ R/loadSQM.R | 31 +++++++++++++++++++++--- R/loadSQMlite.R | 2 - build |only man/CheckMProkaryote.Rd | 5 +++- man/Hadza.Rd | 2 - man/MGKOs.Rd | 5 +++- man/MGOGs.Rd | 5 +++- man/USiCGs.Rd | 4 +-- man/loadSQM.Rd | 2 - man/loadSQMlite.Rd | 2 - 19 files changed, 121 insertions(+), 72 deletions(-)
Title: Recursive Construction of Nested Resolvable Designs and
Associated Uniform Designs over GF(p)
Description: Recursive construction of balanced incomplete block designs
(BIBDs), their successive generations, resolvable BIBDs (RBIBDs) and
associated uniform designs (UDs), derived from finite projective
geometries PG(m, p) over a Galois field GF(p) of any prime order p.
Implements and generalises the method of Boudraa, Gheribi-Aoulmi and
Laib (2013, International Journal of Research and Reviews in Applied
Sciences, 17(2), 167-176), which was previously available only for
p = 2, and the uniform design constructions of Fang et al. (2004)
<doi:10.1016/S0012-365X(03)00100-6>. Designs of every recursion stage
can be extracted, and all constructions are validated against the
parameters published in the original paper.
Author: Mohamed Laib [aut, cre],
Abla Boudraa [aut],
Zebida Gheribi-Aoulmi [aut]
Maintainer: Mohamed Laib <laib.med@gmail.com>
Diff between PGM2 versions 2.0.0 dated 2026-07-30 and 2.0.1 dated 2026-08-27
PGM2-2.0.0/PGM2/tests/testthat/lr2.log |only PGM2-2.0.0/PGM2/tests/testthat/texput.log |only PGM2-2.0.1/PGM2/DESCRIPTION | 9 - PGM2-2.0.1/PGM2/MD5 | 31 ++--- PGM2-2.0.1/PGM2/NAMESPACE | 1 PGM2-2.0.1/PGM2/NEWS.md | 30 ++++ PGM2-2.0.1/PGM2/R/Qn.R | 26 ++-- PGM2-2.0.1/PGM2/R/Steps.R | 14 ++ PGM2-2.0.1/PGM2/R/Uniform.R | 147 ++++++++++++++++-------- PGM2-2.0.1/PGM2/inst/CITATION | 1 PGM2-2.0.1/PGM2/inst/doc/PGM2-paper.Rmd | 17 +- PGM2-2.0.1/PGM2/inst/doc/PGM2-paper.html | 80 ++++++------- PGM2-2.0.1/PGM2/man/Qn.Rd | 26 ++-- PGM2-2.0.1/PGM2/man/Uniform.Rd | 23 +++ PGM2-2.0.1/PGM2/tests/testthat/paper-supplement |only PGM2-2.0.1/PGM2/tests/testthat/test-Qn.R | 4 PGM2-2.0.1/PGM2/tests/testthat/test-designs.R | 62 ++++++++++ PGM2-2.0.1/PGM2/vignettes/PGM2-paper.Rmd | 17 +- 18 files changed, 346 insertions(+), 142 deletions(-)
Title: Continuous Norming
Description: A toolbox for continuous norming of psychological and educational tests, supporting regression-based norming where norms can vary as a continuous function of age or another norm predictor. Norms are estimated using Generalized Additive Models for Location, Scale, and Shape (GAMLSS), enabling flexible modelling of the full score distribution in a normative sample. The package supports applications in psychometrics and psychological testing, and includes functions for model selection, reliability estimation, norm calculation, including confidence intervals, and sample size planning. For more details, see Timmerman et al. (2021) <doi:10.1037/met0000348>.
Author: Klazien de Vries [aut] ,
Hannah Heister [aut] ,
Julian Urban [aut] ,
Lieke Voncken [ctb] ,
Marieke Timmerman [aut, cre]
Maintainer: Marieke Timmerman <m.e.timmerman@rug.nl>
Diff between normref versions 0.1.1 dated 2026-04-10 and 0.1.2 dated 2026-08-27
normref-0.1.1/normref/README.md |only normref-0.1.1/normref/inst/extdata |only normref-0.1.2/normref/DESCRIPTION | 6 normref-0.1.2/normref/MD5 | 46 - normref-0.1.2/normref/NEWS.md | 17 normref-0.1.2/normref/R/evaluate.R | 36 - normref-0.1.2/normref/R/model_selection.R | 243 +++----- normref-0.1.2/normref/R/plot_results.R | 2 normref-0.1.2/normref/R/preprocess.R | 44 + normref-0.1.2/normref/R/utilities.R | 299 +++++----- normref-0.1.2/normref/build/partial.rdb |binary normref-0.1.2/normref/build/vignette.rds |binary normref-0.1.2/normref/inst/doc/intro_to_normref.R | 16 normref-0.1.2/normref/inst/doc/intro_to_normref.Rmd | 30 - normref-0.1.2/normref/inst/doc/intro_to_normref.html | 77 +- normref-0.1.2/normref/man/capture_family_env.Rd |only normref-0.1.2/normref/man/composite_shape.Rd | 18 normref-0.1.2/normref/man/fb_select.Rd | 29 normref-0.1.2/normref/man/normtable_create.Rd | 9 normref-0.1.2/normref/man/shape_data.Rd | 4 normref-0.1.2/normref/tests/testthat/_snaps/plot_results/normtable-plot.svg | 3 normref-0.1.2/normref/tests/testthat/setup.R | 1 normref-0.1.2/normref/tests/testthat/test-evaluate.R | 4 normref-0.1.2/normref/tests/testthat/test-model_selection.R | 186 ++++-- normref-0.1.2/normref/vignettes/intro_to_normref.Rmd | 30 - 25 files changed, 612 insertions(+), 488 deletions(-)
Title: Download 'Eurostat' 'GISCO' Spatial Data
Description: Tools to download global and European spatial data from the
'Eurostat' 'GISCO' (Geographic Information System of the Commission)
data distribution <https://ec.europa.eu/eurostat/web/gisco>. The
package provides helpers for country boundaries, 'NUTS' regions,
administrative units, statistical units, transport networks, basic
service locations and other 'GISCO' datasets. This package is not
officially related to or endorsed by 'Eurostat'.
Author: Diego Hernangomez [aut, cre, cph] ,
Eurostat [cph] ,
EuroGeographics [cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>
Diff between giscoR versions 1.1.1 dated 2026-06-17 and 1.2.0 dated 2026-08-27
giscoR-1.1.1/giscoR/tests/testthat/helpers.R |only giscoR-1.2.0/giscoR/DESCRIPTION | 10 giscoR-1.2.0/giscoR/MD5 | 291 +++++----- giscoR-1.2.0/giscoR/NAMESPACE | 8 giscoR-1.2.0/giscoR/NEWS.md | 38 - giscoR-1.2.0/giscoR/R/data.R | 60 +- giscoR-1.2.0/giscoR/R/docs.R | 8 giscoR-1.2.0/giscoR/R/gisco-address-api.R | 28 giscoR-1.2.0/giscoR/R/gisco-attributions.R | 48 - giscoR-1.2.0/giscoR/R/gisco-bulk-download.R | 26 giscoR-1.2.0/giscoR/R/gisco-cache.R | 86 +- giscoR-1.2.0/giscoR/R/gisco-check-access.R | 10 giscoR-1.2.0/giscoR/R/gisco-get-airports.R | 50 + giscoR-1.2.0/giscoR/R/gisco-get-cached-db.R | 56 - giscoR-1.2.0/giscoR/R/gisco-get-census.R | 19 giscoR-1.2.0/giscoR/R/gisco-get-coastal-lines.R | 44 - giscoR-1.2.0/giscoR/R/gisco-get-communes.R | 21 giscoR-1.2.0/giscoR/R/gisco-get-countries.R | 27 giscoR-1.2.0/giscoR/R/gisco-get-education.R | 23 giscoR-1.2.0/giscoR/R/gisco-get-grid.R | 70 +- giscoR-1.2.0/giscoR/R/gisco-get-healthcare.R | 26 giscoR-1.2.0/giscoR/R/gisco-get-lau.R | 26 giscoR-1.2.0/giscoR/R/gisco-get-metadata.R | 10 giscoR-1.2.0/giscoR/R/gisco-get-nuts.R | 27 giscoR-1.2.0/giscoR/R/gisco-get-ports.R | 18 giscoR-1.2.0/giscoR/R/gisco-get-postal-codes.R | 53 + giscoR-1.2.0/giscoR/R/gisco-get-unit-country.R | 27 giscoR-1.2.0/giscoR/R/gisco-get-unit-nuts.R | 3 giscoR-1.2.0/giscoR/R/gisco-get-unit-urban-audit.R | 44 - giscoR-1.2.0/giscoR/R/gisco-get-units.R | 11 giscoR-1.2.0/giscoR/R/gisco-get-urban-audit.R | 19 giscoR-1.2.0/giscoR/R/gisco-id-api.R | 45 + giscoR-1.2.0/giscoR/R/giscoR-package.R | 1 giscoR-1.2.0/giscoR/R/utils-country.R | 20 giscoR-1.2.0/giscoR/R/utils-dataset.R | 9 giscoR-1.2.0/giscoR/R/utils-request.R | 49 + giscoR-1.2.0/giscoR/R/utils-sf.R | 10 giscoR-1.2.0/giscoR/R/utils-units.R | 26 giscoR-1.2.0/giscoR/R/utils-url.R | 30 - giscoR-1.2.0/giscoR/R/utils.R | 37 + giscoR-1.2.0/giscoR/README.md | 43 - giscoR-1.2.0/giscoR/build/stage23.rdb |binary giscoR-1.2.0/giscoR/build/vignette.rds |binary giscoR-1.2.0/giscoR/data/gisco_coastal_lines.rda |binary giscoR-1.2.0/giscoR/data/gisco_countries_2024.rda |binary giscoR-1.2.0/giscoR/data/gisco_countrycode.rda |binary giscoR-1.2.0/giscoR/data/gisco_db.rda |binary giscoR-1.2.0/giscoR/data/gisco_nuts_2024.rda |binary giscoR-1.2.0/giscoR/inst/WORDLIST | 148 ++--- giscoR-1.2.0/giscoR/inst/doc/apis.html |only giscoR-1.2.0/giscoR/inst/doc/apis.qmd |only giscoR-1.2.0/giscoR/inst/doc/giscoR.html | 25 giscoR-1.2.0/giscoR/inst/doc/giscoR.qmd | 33 - giscoR-1.2.0/giscoR/inst/schemaorg.json | 4 giscoR-1.2.0/giscoR/man/chunks/address_api.Rmd | 4 giscoR-1.2.0/giscoR/man/chunks/education_meta.Rmd | 5 giscoR-1.2.0/giscoR/man/chunks/healthcare_meta.Rmd | 6 giscoR-1.2.0/giscoR/man/figures/README-thematic-map-1.png |binary giscoR-1.2.0/giscoR/man/giscoR-package.Rd | 1 giscoR-1.2.0/giscoR/man/gisco_address_api.Rd | 17 giscoR-1.2.0/giscoR/man/gisco_attributions.Rd | 19 giscoR-1.2.0/giscoR/man/gisco_bulk_download.Rd | 18 giscoR-1.2.0/giscoR/man/gisco_clear_cache.Rd | 9 giscoR-1.2.0/giscoR/man/gisco_coastal_lines.Rd | 16 giscoR-1.2.0/giscoR/man/gisco_countries_2024.Rd | 14 giscoR-1.2.0/giscoR/man/gisco_countrycode.Rd | 7 giscoR-1.2.0/giscoR/man/gisco_db.Rd | 13 giscoR-1.2.0/giscoR/man/gisco_get_airports.Rd | 34 - giscoR-1.2.0/giscoR/man/gisco_get_cached_db.Rd | 4 giscoR-1.2.0/giscoR/man/gisco_get_census.Rd | 18 giscoR-1.2.0/giscoR/man/gisco_get_coastal_lines.Rd | 42 - giscoR-1.2.0/giscoR/man/gisco_get_communes.Rd | 22 giscoR-1.2.0/giscoR/man/gisco_get_countries.Rd | 22 giscoR-1.2.0/giscoR/man/gisco_get_education.Rd | 31 - giscoR-1.2.0/giscoR/man/gisco_get_grid.Rd | 68 +- giscoR-1.2.0/giscoR/man/gisco_get_healthcare.Rd | 46 - giscoR-1.2.0/giscoR/man/gisco_get_lau.Rd | 23 giscoR-1.2.0/giscoR/man/gisco_get_metadata.Rd | 8 giscoR-1.2.0/giscoR/man/gisco_get_nuts.Rd | 26 giscoR-1.2.0/giscoR/man/gisco_get_ports.Rd | 19 giscoR-1.2.0/giscoR/man/gisco_get_postal_codes.Rd | 57 + giscoR-1.2.0/giscoR/man/gisco_get_unit.Rd | 71 +- giscoR-1.2.0/giscoR/man/gisco_get_units.Rd | 29 giscoR-1.2.0/giscoR/man/gisco_get_urban_audit.Rd | 16 giscoR-1.2.0/giscoR/man/gisco_id_api.Rd | 14 giscoR-1.2.0/giscoR/man/gisco_nuts_2024.Rd | 26 giscoR-1.2.0/giscoR/man/gisco_set_cache_dir.Rd | 9 giscoR-1.2.0/giscoR/man/roxygen/meta.R | 9 giscoR-1.2.0/giscoR/tests/testthat/_snaps/docs.md | 4 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-address-api.md | 102 +++ giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-attributions.md | 8 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-bulk-download.md | 51 + giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-cache.md | 13 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-airports.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-cached-db.md | 27 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-census.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-coastal-lines.md | 13 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-communes.md | 73 ++ giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-countries.md | 13 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-education.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-grid.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-healthcare.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-lau.md | 34 + giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-metadata.md | 13 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-nuts.md | 21 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-ports.md |only giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-postal-codes.md | 20 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-unit-country.md | 23 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-unit-nuts.md | 21 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-unit-urban-audit.md | 21 giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-get-urban-audit.md | 63 ++ giscoR-1.2.0/giscoR/tests/testthat/_snaps/gisco-id-api.md | 45 + giscoR-1.2.0/giscoR/tests/testthat/_snaps/utils-country.md | 20 giscoR-1.2.0/giscoR/tests/testthat/_snaps/utils-url.md | 18 giscoR-1.2.0/giscoR/tests/testthat/_snaps/utils.md | 77 ++ giscoR-1.2.0/giscoR/tests/testthat/helper.R |only giscoR-1.2.0/giscoR/tests/testthat/setup-cache.R |only giscoR-1.2.0/giscoR/tests/testthat/test-docs.R | 27 giscoR-1.2.0/giscoR/tests/testthat/test-gisco-address-api.R | 45 - giscoR-1.2.0/giscoR/tests/testthat/test-gisco-attributions.R | 18 giscoR-1.2.0/giscoR/tests/testthat/test-gisco-bulk-download.R | 92 +-- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-cache.R | 224 ++++--- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-check-access.R | 18 giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-airports.R | 181 +++--- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-cached-db.R | 146 ++--- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-census.R | 218 +++---- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-coastal-lines.R | 49 - giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-communes.R | 46 - giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-countries.R | 93 +-- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-education.R | 290 ++++----- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-grid.R | 113 +-- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-healthcare.R | 248 ++++---- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-lau.R | 29 giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-metadata.R | 264 ++++----- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-nuts.R | 108 +-- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-ports.R | 191 +++--- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-postal-codes.R | 51 + giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-unit-country.R | 73 -- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-unit-nuts.R | 65 -- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-unit-urban-audit.R | 92 +-- giscoR-1.2.0/giscoR/tests/testthat/test-gisco-get-urban-audit.R | 48 - giscoR-1.2.0/giscoR/tests/testthat/test-gisco-id-api.R | 96 +-- giscoR-1.2.0/giscoR/tests/testthat/test-issues.R | 20 giscoR-1.2.0/giscoR/tests/testthat/test-utils-country.R | 27 giscoR-1.2.0/giscoR/tests/testthat/test-utils-request.R |only giscoR-1.2.0/giscoR/tests/testthat/test-utils-sf.R | 25 giscoR-1.2.0/giscoR/tests/testthat/test-utils-units.R | 25 giscoR-1.2.0/giscoR/tests/testthat/test-utils-url.R | 213 ++----- giscoR-1.2.0/giscoR/tests/testthat/test-utils.R | 66 +- giscoR-1.2.0/giscoR/vignettes/apis.qmd |only giscoR-1.2.0/giscoR/vignettes/fig-address-api-1.png |only giscoR-1.2.0/giscoR/vignettes/fig-api-id-1.png |only giscoR-1.2.0/giscoR/vignettes/fig-giscor-1.png |binary giscoR-1.2.0/giscoR/vignettes/giscoR.qmd | 33 - 154 files changed, 3646 insertions(+), 2658 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-01-28 1.0.0
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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
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
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