Title: Discontinuous Hamiltonian Monte Carlo with Varying Trajectory
Length
Description: Hamiltonian Monte Carlo for both continuous and discontinuous posterior
distributions with a customizable trajectory length termination criterion.
See Nishimura et al. (2020) <doi:10.1093/biomet/asz083> for the original
Discontinuous Hamiltonian Monte Carlo; Hoffman et al. (2014)
<doi:10.48550/arXiv.1111.4246> and Betancourt (2016) <doi:10.48550/arXiv.1601.00225>
for the definition of possible Hamiltonian Monte Carlo termination criteria.
Author: Paolo Manildo [aut, cre]
Maintainer: Paolo Manildo <paolo.manildo@phd.unipd.it>
Diff between XDNUTS versions 1.6.1 dated 2025-08-24 and 1.6.3 dated 2025-09-07
DESCRIPTION | 34 +++--- MD5 | 52 ++++----- R/interface.R | 7 + build/partial.rdb |binary inst/doc/Tutorial_for_main_functions.R | 8 - inst/doc/Tutorial_for_main_functions.Rmd | 8 - inst/doc/Tutorial_for_main_functions.html | 14 +- src/Makevars | 1 src/Makevars.win | 2 src/dnuts.cpp | 69 ++++++------ src/epsilon_adapt.cpp | 103 +++++++++---------- src/epsilon_adapt.h | 11 ++ src/epsilon_init.cpp | 45 ++++---- src/epsilon_init.h | 3 src/globals_functions.cpp | 6 + src/globals_functions.h | 6 + src/globals_interact.h | 2 src/leapfrog.cpp | 43 ++++---- src/leapfrog.h | 5 src/mcmc.h | 8 + src/recursive_tree.cpp | 161 +++++++++++++++--------------- src/recursive_tree.h | 5 src/single_hmc.cpp | 36 +++--- src/single_hmc.h | 5 src/single_nuts.cpp | 48 ++++---- src/single_nuts.h | 5 vignettes/Tutorial_for_main_functions.Rmd | 8 - 27 files changed, 380 insertions(+), 315 deletions(-)
Title: Minimization Tool for Pharmacokinetic-Pharmacodynamic Data
Analysis
Description: This is a set of minimization tools (maximum likelihood estimation and least square fitting) to solve examples in the Johan Gabrielsson and Dan Weiner's book "Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications" 5th ed. (ISBN:9198299107). Examples include linear and nonlinear compartmental model, turn-over model, single or multiple dosing bolus/infusion/oral models, allometry, toxicokinetics, reversible metabolism, in-vitro/in-vivo extrapolation, enterohepatic circulation, metabolite modeling, Emax model, inhibitory model, tolerance model, oscillating response model, enantiomer interaction model, effect compartment model, drug-drug interaction model, receptor occupancy model, and rebound phenomena model.
Author: Kyun-Seop Bae [aut, cre, cph]
Maintainer: Kyun-Seop Bae <k@acr.kr>
Diff between wnl versions 0.8.3 dated 2025-03-22 and 0.8.4 dated 2025-09-07
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/nComp.R | 2 +- R/nlr.R | 4 +++- inst/NEWS.Rd | 6 ++++++ 5 files changed, 17 insertions(+), 9 deletions(-)
Title: Articulatory Data Processing in R
Description: A tool for processing Articulate
Assistant Advanced™ (AAA) ultrasound tongue imaging data and Carstens AG500/1 electro-magnetic articulographic data.
Author: Stefano Coretta [aut, cre]
Maintainer: Stefano Coretta <stefano.coretta@gmail.com>
Diff between rticulate versions 2.0.1 dated 2025-02-20 and 2.2.0 dated 2025-09-07
DESCRIPTION | 8 ++++---- MD5 | 24 ++++++++++++------------ NEWS.md | 12 ++++++++++++ R/transform.R | 14 +++++++++++--- build/vignette.rds |binary inst/doc/filter-signals.html | 4 ++-- inst/doc/overview.html | 4 ++-- inst/doc/polar-gams.html | 34 +++++++++++++++++----------------- inst/doc/tongue-imaging.html | 4 ++-- inst/doc/transform-coord.R | 22 +++++++++++++--------- inst/doc/transform-coord.Rmd | 24 ++++++++++++++---------- inst/doc/transform-coord.html | 37 +++++++++++++++++++------------------ vignettes/transform-coord.Rmd | 24 ++++++++++++++---------- 13 files changed, 122 insertions(+), 89 deletions(-)
Title: Use Time Series to Generate and Compare Power Spectral Density
Description: Functions that allow you to generate and compare power spectral density (PSD)
plots given time series data. Fast Fourier Transform (FFT) is used to take a time series
data, analyze the oscillations, and then output the frequencies of these oscillations
in the time series in the form of a PSD plot.Thus given a time series, the dominant
frequencies in the time series can be identified. Additional functions in this package
allow the dominant frequencies of multiple groups of time series to be compared with each other.
To see example usage with the main functions of this package, please visit
this site: <https://yhhc2.github.io/psdr/articles/Introduction.html>.
The mathematical operations used to generate the PSDs are described in these sites:
<https://www.mathworks.com/help/matlab/ref/fft.html>.
<https://www.mathworks.com/help/signal/ug/power-spectral-density-estimates-using-fft.html>.
Author: Yong-Han Hank Cheng [aut, cre]
Maintainer: Yong-Han Hank Cheng <yhhc@uw.edu>
Diff between psdr versions 1.0.1 dated 2021-06-04 and 1.0.3 dated 2025-09-07
DESCRIPTION | 16 LICENSE | 4 MD5 | 24 NEWS.md | 10 README.md | 1 build/vignette.rds |binary inst/doc/Examples.R | 8 inst/doc/Examples.html | 1889 ++++++++++++++++++++++----------------------- inst/doc/Introduction.R | 38 inst/doc/Introduction.html | 600 +++++++------- man/GenerateExampleData.Rd | 28 tests/testthat.R | 8 tests/testthat/test-PSD.R | 145 +-- 13 files changed, 1408 insertions(+), 1363 deletions(-)
Title: Compute Neural Fragility for Ictal iEEG Time Series
Description: Provides tools to compute the neural fragility matrix from intracranial electrocorticographic (iEEG) recordings, enabling the analysis of brain dynamics during seizures. The package implements the method described by Li et al. (2017) <doi:10.23919/ACC.2017.7963378> and includes functions for data preprocessing ('Epoch'), fragility computation ('calcAdjFrag'), and visualization.
Author: Jiefei Wang [aut, cre] ,
Patrick Karas [aut],
Anne-Cecile Lesage [aut] ,
Ioannis Malagaris [aut] ,
Oliver Zhou [aut],
Liliana Camarillo Rodriguez [aut] ,
Sean O'Leary [aut] ,
Yuanyi Zhang [aut]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Diff between EZFragility versions 1.0.3 dated 2025-04-10 and 2.0.1 dated 2025-09-07
EZFragility-1.0.3/EZFragility/R/class_Epoch.r |only EZFragility-1.0.3/EZFragility/man/Epoch-class.Rd |only EZFragility-1.0.3/EZFragility/man/Epoch-method.Rd |only EZFragility-1.0.3/EZFragility/man/Epoch.Rd |only EZFragility-1.0.3/EZFragility/man/visuIEEGData.Rd |only EZFragility-1.0.3/EZFragility/tests/testthat/test-Epoch.R |only EZFragility-1.0.3/EZFragility/tests/testthat/test-truncateTime.R |only EZFragility-2.0.1/EZFragility/DESCRIPTION | 51 +- EZFragility-2.0.1/EZFragility/MD5 | 65 +- EZFragility-2.0.1/EZFragility/NAMESPACE | 32 - EZFragility-2.0.1/EZFragility/R/class_AAA.r | 6 EZFragility-2.0.1/EZFragility/R/class_FragStat.r | 11 EZFragility-2.0.1/EZFragility/R/class_Fragility.r | 8 EZFragility-2.0.1/EZFragility/R/fragStat.r | 83 ++- EZFragility-2.0.1/EZFragility/R/main.r | 31 - EZFragility-2.0.1/EZFragility/R/sysdata.rda |binary EZFragility-2.0.1/EZFragility/R/utils.r | 23 EZFragility-2.0.1/EZFragility/R/visualization.R | 255 ++++------ EZFragility-2.0.1/EZFragility/R/zzz.R | 8 EZFragility-2.0.1/EZFragility/README.md | 7 EZFragility-2.0.1/EZFragility/build/vignette.rds |binary EZFragility-2.0.1/EZFragility/data/pt01EcoG.rda |binary EZFragility-2.0.1/EZFragility/data/pt01Frag.rda |binary EZFragility-2.0.1/EZFragility/inst/doc/Intro_to_EZFragility.R | 36 - EZFragility-2.0.1/EZFragility/inst/doc/Intro_to_EZFragility.Rmd | 58 +- EZFragility-2.0.1/EZFragility/inst/doc/Intro_to_EZFragility.html | 207 ++++---- EZFragility-2.0.1/EZFragility/inst/doc/manuscript_reproducible.R |only EZFragility-2.0.1/EZFragility/inst/doc/manuscript_reproducible.Rmd |only EZFragility-2.0.1/EZFragility/inst/doc/manuscript_reproducible.html |only EZFragility-2.0.1/EZFragility/man/calcAdjFrag.Rd | 7 EZFragility-2.0.1/EZFragility/man/estimateSOZ.Rd | 9 EZFragility-2.0.1/EZFragility/man/fragStat.Rd | 21 EZFragility-2.0.1/EZFragility/man/plotFragHeatmap.Rd | 57 +- EZFragility-2.0.1/EZFragility/man/show-FragStat-method.Rd | 34 - EZFragility-2.0.1/EZFragility/man/show-Fragility-method.Rd | 34 - EZFragility-2.0.1/EZFragility/tests/testthat/test-fragStat.R | 2 EZFragility-2.0.1/EZFragility/tests/testthat/test-visualization.R | 4 EZFragility-2.0.1/EZFragility/vignettes/Intro_to_EZFragility.Rmd | 58 +- EZFragility-2.0.1/EZFragility/vignettes/manuscript_reproducible.Rmd |only 39 files changed, 604 insertions(+), 503 deletions(-)
Title: Crosstables for Descriptive Analyses
Description: Create descriptive tables for continuous and categorical variables.
Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'.
You can also compute effect sizes and statistical tests if needed.
Author: Dan Chaltiel [aut, cre] ,
David Hajage [ccp]
Maintainer: Dan Chaltiel <dan.chaltiel@gmail.com>
Diff between crosstable versions 0.8.1 dated 2024-11-01 and 0.8.2 dated 2025-09-07
DESCRIPTION | 17 ++-- MD5 | 54 ++++++------- NAMESPACE | 2 NEWS.md | 12 +++ R/cross_numeric.R | 5 - R/labels.R | 45 ++++++++--- R/officer.R | 7 - R/options.R | 2 R/utils.R | 37 +++++---- README.md | 24 +----- inst/doc/crosstable-report.R | 2 inst/doc/crosstable-report.html | 9 +- inst/doc/crosstable-selection.html | 48 +++++++----- inst/doc/crosstable.R | 2 inst/doc/crosstable.Rmd | 2 inst/doc/crosstable.html | 44 +++++++---- inst/doc/percent_pattern.html | 28 +++++-- man/apply_labels.Rd | 9 +- tests/testthat/_snaps/by_numeric.md | 141 ++++++++++++++++++++++++++++-------- tests/testthat/_snaps/options.md | 73 +++++++++++++++--- tests/testthat/_snaps/pivot.md | 27 +++++- tests/testthat/_snaps/tests.md | 55 +++++++------- tests/testthat/test-by_factor.R | 1 tests/testthat/test-by_numeric.R | 64 +++++++--------- tests/testthat/test-effects.R | 3 tests/testthat/test-options.R | 24 +++++- tests/testthat/test-tests.R | 25 +++++- vignettes/crosstable.Rmd | 2 28 files changed, 507 insertions(+), 257 deletions(-)
Title: Survey Analysis with Auxiliary Discretized Variables
Description: Probability surveys often use auxiliary continuous data from administrative records, but the utility of this data is diminished when it is discretized for confidentiality. We provide a set of survey estimators to make full use of information from the discretized variables. See Williams, S.Z., Zou, J., Liu, Y., Si, Y., Galea, S. and Chen, Q. (2024), Improving Survey Inference Using Administrative Records Without Releasing Individual-Level Continuous Data. Statistics in Medicine, 43: 5803-5813. <doi:10.1002/sim.10270> for details.
Author: Jungang Zou [aut, cre],
Yutao Liu [aut],
Sharifa Williams [aut],
Qixuan Chen [aut]
Maintainer: Jungang Zou <jungang.zou@gmail.com>
Diff between AuxSurvey versions 1.0 dated 2024-12-20 and 1.1 dated 2025-09-07
DESCRIPTION | 8 ++--- MD5 | 18 +++++------ R/AuxSurvey.R | 45 +++++++++------------------- inst/doc/introduction.html | 6 +-- man/auxsurvey.Rd | 72 +++++++++++++++++++-------------------------- man/postStr_wt.Rd | 20 ++++++------ man/rake_wt.Rd | 20 ++++++------ man/simulate.Rd | 16 ++++------ man/svyBayesmod.Rd | 35 +++++++++------------ man/uwt.Rd | 24 +++++++-------- 10 files changed, 116 insertions(+), 148 deletions(-)
Title: Statistical Tools for Immune Correlates Analysis of Vaccine
Clinical Trial Data
Description: Various semiparametric and nonparametric statistical tools for
immune correlates analysis of vaccine clinical trial data. This includes
calculation of summary statistics and estimation of risk, vaccine efficacy,
controlled effects (controlled risk and controlled vaccine efficacy), and
mediation effects (natural direct effect, natural indirect effect,
proportion mediated). See Gilbert P, Fong Y, Kenny A, and Carone, M (2022)
<doi:10.1093/biostatistics/kxac024> and Fay MP and Follmann DA (2023)
<doi:10.48550/arXiv.2208.06465>.
Author: Avi Kenny [aut, cre]
Maintainer: Avi Kenny <avi.kenny@gmail.com>
Diff between vaccine versions 1.3.0 dated 2025-01-07 and 1.3.1 dated 2025-09-07
DESCRIPTION | 6 +++--- MD5 | 22 +++++++++++----------- NEWS.md | 9 +++++++++ R/load_data.R | 1 + R/plots.R | 21 ++++++++++++++------- R/vaccine-package.R | 7 +++++-- build/partial.rdb |binary build/vignette.rds |binary inst/doc/vaccine.html | 10 +++++----- man/hvtn505.Rd | 7 +++++-- man/plot_ce.Rd | 10 +++++++++- tests/testthat/test-test-core-functions.R | 2 +- 12 files changed, 63 insertions(+), 32 deletions(-)
Title: Tools for Causal Inference with Possibly Invalid Instrumental
Variables
Description: Two stage curvature identification with machine learning for causal
inference in settings when instrumental variable regression is not suitable
because of potentially invalid instrumental variables. Based on Guo and
Buehlmann (2022) "Two Stage Curvature Identification with Machine Learning:
Causal Inference with Possibly Invalid Instrumental Variables"
<doi:10.48550/arXiv.2203.12808>. The vignette is available in Carl, Emmenegger, Bühlmann and Guo (2025)
"TSCI: Two Stage Curvature Identification for Causal Inference with Invalid Instruments in R" <doi:10.18637/jss.v114.i07>.
Author: David Carl [aut, cre] ,
Corinne Emmenegger [aut] ,
Wei Yuan [aut],
Mengchu Zheng [aut],
Zijian Guo [aut]
Maintainer: David Carl <david.carl@phd.unibocconi.it>
Diff between TSCI versions 3.0.4 dated 2023-10-09 and 3.0.5 dated 2025-09-07
DESCRIPTION | 18 +++++++++--------- MD5 | 20 ++++++++++---------- R/tsci_boosting.R | 6 +++--- R/tsci_forest.R | 6 +++--- R/tsci_poly.R | 6 +++--- R/tsci_secondstage.R | 6 +++--- inst/CITATION | 43 +++++++++++++++++++++---------------------- man/tsci_boosting.Rd | 6 +++--- man/tsci_forest.Rd | 6 +++--- man/tsci_poly.Rd | 6 +++--- man/tsci_secondstage.Rd | 6 +++--- 11 files changed, 64 insertions(+), 65 deletions(-)
Title: Tools for Mapping of Quantitative Traits of Genetically Related
Individuals and Calculating Identity Coefficients from
Pedigrees
Description: This software provides tools for quantitative trait mapping in populations such as advanced intercross lines where relatedness among individuals should not be ignored. It can estimate background genetic variance components, impute missing genotypes, simulate genotypes, perform a genome scan for putative quantitative trait loci (QTL), and plot mapping results. It also has functions to calculate identity coefficients from pedigrees, especially suitable for pedigrees that consist of a large number of generations, or estimate identity coefficients from genotypic data in certain circumstances.
Author: Riyan Cheng [aut, cre]
Maintainer: Riyan Cheng <riyancheng@hotmail.com>
Diff between QTLRel versions 1.14 dated 2023-08-08 and 1.15 dated 2025-09-07
ChangeLog | 1 + DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ R/pedRecode.R | 40 ++++++++++++++++++++++++++++------------ data/miscEx.RData |binary inst/doc/QTLRel_Tutorial.pdf |binary man/ibs.Rd | 2 +- 7 files changed, 40 insertions(+), 23 deletions(-)
Title: A Comprehensive Collection of Neuroscience and Brain-Related
Datasets
Description: Offers a rich and diverse collection of datasets focused on the brain, nervous system, and related disorders.
The package includes clinical, experimental, neuroimaging, behavioral, cognitive, and simulated data on conditions such as Parkinson's disease, Alzheimer's, epilepsy, schizophrenia, gliomas, and mental health.
Datasets cover structural and functional brain data, neurotransmission, gene expression, cognitive performance, and treatment outcomes.
Designed for researchers, neuroscientists, clinicians, psychologists, data scientists, and students, this package facilitates exploratory data analysis, statistical modeling, and hypothesis testing in neuroscience and neuroepidemiology.
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between NeuroDataSets versions 0.1.0 dated 2025-05-27 and 0.2.0 dated 2025-09-07
NeuroDataSets-0.1.0/NeuroDataSets/R/view_datasets_neuro.R |only NeuroDataSets-0.1.0/NeuroDataSets/man/view_datasets_neuro.Rd |only NeuroDataSets-0.2.0/NeuroDataSets/DESCRIPTION | 12 NeuroDataSets-0.2.0/NeuroDataSets/MD5 | 96 +++--- NeuroDataSets-0.2.0/NeuroDataSets/NAMESPACE | 2 NeuroDataSets-0.2.0/NeuroDataSets/NEWS.md |only NeuroDataSets-0.2.0/NeuroDataSets/R/data-documentation.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/R/neurodatasets-package.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/R/view_datasets_NeuroDataSets.R |only NeuroDataSets-0.2.0/NeuroDataSets/README.md | 2 NeuroDataSets-0.2.0/NeuroDataSets/build/vignette.rds |binary NeuroDataSets-0.2.0/NeuroDataSets/inst/CITATION | 10 NeuroDataSets-0.2.0/NeuroDataSets/inst/doc/introduction_to_neurodatasets.R | 7 NeuroDataSets-0.2.0/NeuroDataSets/inst/doc/introduction_to_neurodatasets.Rmd | 17 - NeuroDataSets-0.2.0/NeuroDataSets/inst/doc/introduction_to_neurodatasets.html | 156 +++++----- NeuroDataSets-0.2.0/NeuroDataSets/inst/licenses/LICENSE | 2 NeuroDataSets-0.2.0/NeuroDataSets/man/view_datasets_NeuroDataSets.Rd |only NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-aba_phenotype_data_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-ability_intelligence_list.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-adolescent_mental_health_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-alzheimer_smoking_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-alzheimers_biomarkers_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-bilingual_brains_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-blood_brain_barrier_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-brain_litter_mammals_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-brain_size_iq_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-brain_string_players_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-brains_cognitive_matrix.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-cocaine_dopamine_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-dopamine_schizophrenia_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-epilepsy_RCT_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-epilepsy_drug_qol_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-epilepsy_drug_trial_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-gm_expected_patterns_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-guineapig_neurotransmission_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-hippocampus_lesions_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-mammals_brain_body_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-markers_brain_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-markers_human_brain_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-markers_mouse_brain_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-migraine_treatment_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-neanderthal_brains_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-neuro_pointprocess_matrix.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-neurocognitive_psychiatric_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-oasis_dementia_mri_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-parkinsons_dopamine_list.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-pediatric_glioma_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-sleep_performance_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-subcortical_patterns_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-view_datasets_NeuroDataSets.R |only NeuroDataSets-0.2.0/NeuroDataSets/tests/testthat/test-white_matter_patterns_tbl_df.R | 2 NeuroDataSets-0.2.0/NeuroDataSets/vignettes/introduction_to_neurodatasets.Rmd | 17 - 52 files changed, 226 insertions(+), 165 deletions(-)
Title: Ecological Indices Calculator for Nematode Communities
Description: Provides a computational toolkit for analyzing nematode communities in ecological studies.
Includes methods to quantify nematode-based ecological indicators such as metabolic footprints,
energy flow metrics, and community structure. These tools support assessments of soil health,
ecosystem functioning, and trophic interactions, standardizing the use of nematodes as
bioindicators.
Author: Yuxuan He [aut, cre, cph] ,
Dong Wang [ths, cph]
Maintainer: Yuxuan He <heyuxuan@henu.edu.cn>
Diff between Nematode versions 0.2.0 dated 2025-08-20 and 0.2.1 dated 2025-09-07
DESCRIPTION | 17 ++++++------- MD5 | 9 ++++--- NEWS.md |only R/ecological_indices.R | 57 +++++++++++----------------------------------- man/Ecological.Indices.Rd | 41 ++++----------------------------- man/cal.SRI.Rd | 16 ++++-------- 6 files changed, 37 insertions(+), 103 deletions(-)
Title: Correction of Preprocessed MS Data
Description: An 'R' implementation of the 'python' program Metabolomics Peak Analysis Computational Tool ('MPACT') (Robert M. Samples, Sara P. Puckett, and Marcy J. Balunas (2023) <doi:10.1021/acs.analchem.2c04632>). Filters in the package serve to address common errors in tandem mass spectrometry preprocessing, including: (1) isotopic patterns that are incorrectly split during preprocessing, (2) features present in solvent blanks due to carryover between samples, (3) features whose abundance is greater than user-defined abundance threshold in a specific group of samples, for example media blanks, (4) ions that are inconsistent between technical replicates, and (5) in-source fragment ions created during ionization before fragmentation in the tandem mass spectrometry workflow.
Author: Allison Mason [aut] ,
Gregory Johnson [aut] ,
Patrick Schloss [aut, cre, cph]
Maintainer: Patrick Schloss <pschloss@umich.edu>
Diff between mpactr versions 0.2.1 dated 2025-03-28 and 0.3.0 dated 2025-09-07
DESCRIPTION | 14 - MD5 | 80 +++++---- NEWS.md | 8 R/RcppExports.R | 4 R/data.R | 2 R/filter_pactr-accessors.R | 1 R/filter_pactr-methods.R | 50 +++--- R/filters.R | 21 -- R/import_data.R | 7 R/peak_table_formatter.R | 35 ++-- R/quality_control.R | 8 build/partial.rdb |binary build/vignette.rds |binary inst/doc/downstream_analyses.R | 2 inst/doc/downstream_analyses.Rmd | 8 inst/doc/downstream_analyses.html | 223 +++++++++++++-------------- inst/doc/mpactr.R | 12 - inst/doc/mpactr.Rmd | 26 +-- inst/doc/mpactr.html | 108 ++++++------- inst/doc/reference_semantics.html | 5 man/cultures_data.Rd | 2 man/filter_cv.Rd | 13 - man/filter_group.Rd | 2 man/filter_mispicked_ions.Rd | 2 man/get_cv_data.Rd | 1 man/import_data.Rd | 6 man/qc_summary.Rd | 8 src/CvFilter.cpp |only src/CvFilter.h |only src/FeatureData.h |only src/IntensityPeaks.h |only src/Makevars |only src/Math.h |only src/RcppExports.cpp | 15 + src/main.cpp | 13 + tests/testthat/test-filter_pactr-accessors.R | 4 tests/testthat/test-filter_pactr-class.R | 4 tests/testthat/test-filter_pactr-methods.R | 13 - tests/testthat/test-filters.R | 65 +++---- tests/testthat/test-import_data.R | 85 ++++++++++ tests/testthat/test-peak_table_formatter.R | 2 tests/testthat/test-quality_control.R | 2 vignettes/downstream_analyses.Rmd | 8 vignettes/mpactr.Rmd | 26 +-- 44 files changed, 489 insertions(+), 396 deletions(-)
Title: Learning from Black-Box Models by Maximum Interpretation
Decomposition
Description: The goal of 'midr' is to provide a model-agnostic method for interpreting and explaining black-box predictive models by creating a globally interpretable surrogate model. The package implements 'Maximum Interpretation Decomposition' (MID), a functional decomposition technique that finds an optimal additive approximation of the original model. This approximation is achieved by minimizing the squared error between the predictions of the black-box model and the surrogate model. The theoretical foundations of MID are described in Iwasawa & Matsumori (2025) [Forthcoming], and the package itself is detailed in Asashiba et al. (2025) <doi:10.48550/arXiv.2506.08338>.
Author: Ryoichi Asashiba [aut, cre],
Hirokazu Iwasawa [aut],
Reiji Kozuma [ctb]
Maintainer: Ryoichi Asashiba <ryoichi.asashiba@gmail.com>
This is a re-admission after prior archival of version 0.5.1 dated 2025-08-27
Diff between midr versions 0.5.1 dated 2025-08-27 and 0.5.2 dated 2025-09-07
DESCRIPTION | 12 +++---- MD5 | 68 +++++++++++++++++++++---------------------- NEWS.md | 10 ++++++ R/color_theme.R | 2 - R/color_theme_info.R | 2 - R/ggmid_mid_breakdown.R | 8 ++--- R/ggmid_mid_conditional.R | 4 +- R/ggmid_mid_importance.R | 12 +++---- R/interpret.R | 4 +- R/mid_conditional.R | 12 +++---- R/mid_effect.R | 2 - R/mid_plots.R | 10 +++--- R/plot_mid_breakdown.R | 6 +-- R/plot_mid_importance.R | 10 +++--- R/scale_color_theme.R | 2 - R/summary_mid.R | 2 - R/weighted_quantile.R | 4 +- R/zzz.R | 1 README.md | 5 +-- man/color.theme.Rd | 2 - man/color.theme.info.Rd | 2 - man/ggmid.mid.breakdown.Rd | 6 +-- man/ggmid.mid.conditional.Rd | 4 +- man/ggmid.mid.importance.Rd | 6 +-- man/interpret.Rd | 4 +- man/mid.conditional.Rd | 8 ++--- man/mid.effect.Rd | 2 - man/mid.plots.Rd | 6 +-- man/midr-package.Rd | 2 - man/plot.mid.breakdown.Rd | 4 +- man/plot.mid.importance.Rd | 6 +-- man/scale_color_theme.Rd | 2 - man/summary.mid.Rd | 2 - man/weighted.quantile.Rd | 2 - man/weighted.tabulate.Rd | 2 - 35 files changed, 123 insertions(+), 113 deletions(-)
Title: Foundations Toolkit and Datasets for Data Science
Description: Provides a collection of helper functions and illustrative datasets to support learning and teaching of data science with R. The package is designed as a companion to the book <https://book-data-science-r.netlify.app>, making key data science techniques accessible to individuals with minimal coding experience. Functions include tools for data partitioning, performance evaluation, and data transformations (e.g., z-score and min-max scaling). The included datasets are curated to highlight practical applications in data exploration, modeling, and multivariate analysis. An early inspiration for the package came from an ancient Persian idiom about "eating the liver," symbolizing deep and immersive engagement with knowledge.
Author: Reza Mohammadi [aut, cre] ,
Kevin Burke [aut]
Maintainer: Reza Mohammadi <a.mohammadi@uva.nl>
Diff between liver versions 1.20 dated 2025-08-21 and 1.21 dated 2025-09-07
DESCRIPTION | 10 +++---- MD5 | 40 +++++++++++++++---------------- NEWS.md | 11 -------- README.md | 2 - man/adult.Rd | 8 ++---- man/advertising.Rd | 4 +-- man/bank.Rd | 4 +-- man/caravan.Rd | 2 - man/cereal.Rd | 8 +++--- man/churn.Rd | 13 ++++++++-- man/churnCredit.Rd | 2 - man/churnTel.Rd | 2 - man/corona.Rd | 7 +++-- man/house.Rd | 4 +-- man/housePrice.Rd | 64 +++++++++++++++++++++++++-------------------------- man/insurance.Rd | 4 +-- man/liver-package.Rd | 2 - man/marketing.Rd | 4 +-- man/redWines.Rd | 4 +-- man/risk.Rd | 4 +++ man/whiteWines.Rd | 4 +-- 21 files changed, 103 insertions(+), 100 deletions(-)
Title: Guillem Hurault Functions' Library
Description: Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling using Stan.
Author: Guillem Hurault [aut, cre]
Maintainer: Guillem Hurault <ghurault.dev@outlook.com>
Diff between HuraultMisc versions 1.1.1 dated 2021-09-06 and 1.2.1 dated 2025-09-07
HuraultMisc-1.1.1/HuraultMisc/R/illustrations.R |only HuraultMisc-1.1.1/HuraultMisc/man/illustrate_RPS.Rd |only HuraultMisc-1.1.1/HuraultMisc/man/illustrate_forward_chaining.Rd |only HuraultMisc-1.1.1/HuraultMisc/tests/testthat/test-illustrations.R |only HuraultMisc-1.2.1/HuraultMisc/DESCRIPTION | 25 - HuraultMisc-1.2.1/HuraultMisc/MD5 | 115 +++-- HuraultMisc-1.2.1/HuraultMisc/NAMESPACE | 3 HuraultMisc-1.2.1/HuraultMisc/NEWS.md | 16 HuraultMisc-1.2.1/HuraultMisc/R/HuraultMisc-package.R | 2 HuraultMisc-1.2.1/HuraultMisc/R/calibration.R | 66 +-- HuraultMisc-1.2.1/HuraultMisc/R/coverage.R | 64 +-- HuraultMisc-1.2.1/HuraultMisc/R/data.R | 19 HuraultMisc-1.2.1/HuraultMisc/R/deprec-stan.R | 34 - HuraultMisc-1.2.1/HuraultMisc/R/deprec-utils.R |only HuraultMisc-1.2.1/HuraultMisc/R/distribution.R | 103 +++-- HuraultMisc-1.2.1/HuraultMisc/R/draws.R | 38 + HuraultMisc-1.2.1/HuraultMisc/R/misc.R | 26 - HuraultMisc-1.2.1/HuraultMisc/R/predicates.R | 8 HuraultMisc-1.2.1/HuraultMisc/R/prior_post.R | 156 +++++-- HuraultMisc-1.2.1/HuraultMisc/R/pval.R | 34 - HuraultMisc-1.2.1/HuraultMisc/R/stan_misc.R | 63 ++- HuraultMisc-1.2.1/HuraultMisc/R/utility_functions.R | 92 +--- HuraultMisc-1.2.1/HuraultMisc/README.md | 22 - HuraultMisc-1.2.1/HuraultMisc/build |only HuraultMisc-1.2.1/HuraultMisc/inst/WORDLIST |only HuraultMisc-1.2.1/HuraultMisc/inst/testdata/stanmodel_config.rds |only HuraultMisc-1.2.1/HuraultMisc/inst/testdata/stanmodel_post |only HuraultMisc-1.2.1/HuraultMisc/inst/testdata/stanmodel_prior |only HuraultMisc-1.2.1/HuraultMisc/man/HuraultMisc-package.Rd | 47 +- HuraultMisc-1.2.1/HuraultMisc/man/PPC_group_distribution.Rd | 2 HuraultMisc-1.2.1/HuraultMisc/man/approx_equal.Rd | 58 +- HuraultMisc-1.2.1/HuraultMisc/man/cbbPalette.Rd | 53 +- HuraultMisc-1.2.1/HuraultMisc/man/change_colnames.Rd | 5 HuraultMisc-1.2.1/HuraultMisc/man/compute_calibration.Rd | 27 - HuraultMisc-1.2.1/HuraultMisc/man/compute_rsquared.Rd |only HuraultMisc-1.2.1/HuraultMisc/man/coverage.Rd | 4 HuraultMisc-1.2.1/HuraultMisc/man/extract_ci.Rd | 52 +- HuraultMisc-1.2.1/HuraultMisc/man/extract_distribution.Rd | 13 HuraultMisc-1.2.1/HuraultMisc/man/extract_draws.Rd | 6 HuraultMisc-1.2.1/HuraultMisc/man/extract_index_nd.Rd | 58 +- HuraultMisc-1.2.1/HuraultMisc/man/extract_parameters_from_draw.Rd | 1 HuraultMisc-1.2.1/HuraultMisc/man/extract_pdf.Rd | 48 +- HuraultMisc-1.2.1/HuraultMisc/man/extract_pmf.Rd | 44 +- HuraultMisc-1.2.1/HuraultMisc/man/factor_to_numeric.Rd | 2 HuraultMisc-1.2.1/HuraultMisc/man/is_scalar.Rd | 44 +- HuraultMisc-1.2.1/HuraultMisc/man/is_stanfit.Rd | 34 - HuraultMisc-1.2.1/HuraultMisc/man/is_wholenumber.Rd | 78 +-- HuraultMisc-1.2.1/HuraultMisc/man/logit.Rd | 48 +- HuraultMisc-1.2.1/HuraultMisc/man/pipe.Rd | 24 - HuraultMisc-1.2.1/HuraultMisc/man/post_pred_pval.Rd | 10 HuraultMisc-1.2.1/HuraultMisc/man/prior_posterior.Rd | 206 +++++----- HuraultMisc-1.2.1/HuraultMisc/man/process_replications.Rd | 1 HuraultMisc-1.2.1/HuraultMisc/man/summary_statistics.Rd | 4 HuraultMisc-1.2.1/HuraultMisc/tests/spelling.R |only HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-compute_calibration.R | 3 HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-coverage.R | 12 HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-draws.R | 48 +- HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-extract_distribution.R | 47 +- HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-misc.R | 4 HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-pval.R | 6 HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-stan.R |only HuraultMisc-1.2.1/HuraultMisc/tests/testthat/test-utility.R | 15 62 files changed, 1094 insertions(+), 796 deletions(-)
Title: Goodness-of-Fit for Zero-Inflated Univariate Hidden Markov
Models
Description: Inference, goodness-of-fit tests, and predictions for continuous and discrete univariate Hidden Markov Models (HMM), including zero-inflated distributions. The goodness-of-fit test is based on a Cramer-von Mises statistic and uses parametric bootstrap to estimate the p-value. The description of the methodology is taken from Nasri et al (2020) <doi:10.1029/2019WR025122>.
Author: Bouchra R. Nasri [aut, cre, cph],
Mamadou Yamar Thioub [aut, cph],
Bruno N. Remillard [aut, cph]
Maintainer: Bouchra R. Nasri <bouchra.nasri@umontreal.ca>
Diff between GenHMM1d versions 0.2.1 dated 2025-03-13 and 0.2.6 dated 2025-09-07
DESCRIPTION | 6 MD5 | 18 R/EstHMMGen.R | 1963 +++++++++++++++++++++++++++---------------------------- R/GofHMMGen.R | 9 R/PDF.R | 5 R/PDF_unc.R | 378 +++++----- R/bfun.R | 13 man/EstHMMGen.Rd | 6 man/GofHMMGen.Rd | 9 man/bfun.Rd | 14 10 files changed, 1227 insertions(+), 1194 deletions(-)
Title: A Curated Collection of Digestive System and Gastrointestinal
Disease Datasets
Description: Provides an extensive and curated collection of datasets related to the digestive system, stomach, intestines, liver, pancreas, and associated diseases.
This package includes clinical trials, observational studies, experimental datasets, cohort data, and case series involving gastrointestinal disorders such as gastritis, ulcers, pancreatitis, liver cirrhosis, colon cancer, colorectal conditions, Helicobacter pylori infection, irritable bowel syndrome, intestinal infections, and post-surgical outcomes.
The datasets support educational, clinical, and research applications in gastroenterology, public health, epidemiology, and biomedical sciences.
Designed for researchers, clinicians, data scientists, students, and educators interested in digestive diseases, the package facilitates reproducible analysis, modeling, and hypothesis testing using real-world and historical data.
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between DigestiveDataSets versions 0.1.0 dated 2025-06-03 and 0.2.0 dated 2025-09-07
DigestiveDataSets-0.1.0/DigestiveDataSets/R/view_datasets_digestive.R |only DigestiveDataSets-0.1.0/DigestiveDataSets/man/view_datasets_digestive.Rd |only DigestiveDataSets-0.1.0/DigestiveDataSets/tests/testthat/test-view_datasets_digestive.R |only DigestiveDataSets-0.2.0/DigestiveDataSets/DESCRIPTION | 12 - DigestiveDataSets-0.2.0/DigestiveDataSets/MD5 | 79 +++--- DigestiveDataSets-0.2.0/DigestiveDataSets/NAMESPACE | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/NEWS.md |only DigestiveDataSets-0.2.0/DigestiveDataSets/R/data-documentation.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/R/digestivedatasets-package.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/R/view_datasets_DigestiveDataSets.R |only DigestiveDataSets-0.2.0/DigestiveDataSets/README.md | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/build/vignette.rds |binary DigestiveDataSets-0.2.0/DigestiveDataSets/inst/CITATION | 9 DigestiveDataSets-0.2.0/DigestiveDataSets/inst/doc/introduction_to_digestivedatasets.R | 7 DigestiveDataSets-0.2.0/DigestiveDataSets/inst/doc/introduction_to_digestivedatasets.Rmd | 15 + DigestiveDataSets-0.2.0/DigestiveDataSets/inst/doc/introduction_to_digestivedatasets.html | 116 +++++----- DigestiveDataSets-0.2.0/DigestiveDataSets/man/view_datasets_DigestiveDataSets.Rd |only DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-anorexia_weight_change_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-bleeding_ulcers_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-campylobacter_infections_ts.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-cholera_deaths_1849_tbl_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-colon_stageBC_chemo_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-colonoscopy_features_tbl_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-crc_mirnas_pubmed_tbl_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-cystic_fibrosis_snps_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-digestive_cancer_survival_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-ecoli_infections_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-gastric_cancer_trial_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-gi_damage_prevention_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-helicobacter_children_tbl_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-horse_colic_surgery_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-ibs_cam_trials_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-intestinal_smartpill_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-intestinal_surgery_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-liver_cirrhosis_prednisone_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-lynch_ontario_families_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-norovirus_derbyshire_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-pancreatic_cancer_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-pbc_mayo_survival_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-post_ercp_pancreatitis_tbl_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-ugi_bleeding_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-view_datasets_DigestiveDataSets.R |only DigestiveDataSets-0.2.0/DigestiveDataSets/tests/testthat/test-weight_loss_df.R | 2 DigestiveDataSets-0.2.0/DigestiveDataSets/vignettes/introduction_to_digestivedatasets.Rmd | 15 + 44 files changed, 183 insertions(+), 128 deletions(-)
More information about DigestiveDataSets at CRAN
Permanent link
Title: Multivariate Random Forest with Compositional Responses
Description: Multivariate random forests with compositional responses and Euclidean predictors is performed. The compositional data are first transformed using the additive log-ratio transformation, or the alpha-transformation of Tsagris, Preston and Wood (2011), <doi:10.48550/arXiv.1106.1451>, and then the multivariate random forest of Rahman R., Otridge J. and Pal R. (2017), <doi:10.1093/bioinformatics/btw765>, is applied.
Author: Michail Tsagris [aut, cre],
Christos Adam [aut]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between CompositionalRF versions 1.3 dated 2025-07-10 and 1.4 dated 2025-09-07
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ man/CompositionalRF-package.Rd | 9 +++++++-- man/comp.rf.Rd | 5 ++--- man/cv.alfacomprf.Rd | 5 +++++ man/cv.comprf.Rd | 2 +- man/mrf.Rd | 3 +-- 7 files changed, 27 insertions(+), 19 deletions(-)
More information about CompositionalRF at CRAN
Permanent link
Title: Extract, Format, and Print Statistical Output
Description: Provides functions that format statistical output in a way that
can be inserted into R Markdown documents. This is analogous to the
apa_print() functions in the 'papaja' package but prints Markdown
or LaTeX syntax.
Author: Jeffrey R. Stevens [aut, cre, cph]
Maintainer: Jeffrey R. Stevens <jeffrey.r.stevens@protonmail.com>
Diff between cocoon versions 0.2.0 dated 2025-01-29 and 0.2.1 dated 2025-09-07
DESCRIPTION | 10 ++--- MD5 | 36 ++++++++++----------- NEWS.md | 8 +++- R/format_stats.R | 5 +- R/format_stats_BFBayesFactor.R | 17 ++++----- R/format_stats_easycorrelation.R | 32 +++++++++--------- R/import-standalone-types-check.R | 1 README.md | 2 - build/vignette.rds |binary inst/CITATION | 2 - inst/doc/cocoon.html | 6 +-- tests/testthat/helper.R | 18 +++++----- tests/testthat/test-format_stats.R | 1 tests/testthat/test-format_stats_BFBayesFactor.R | 1 tests/testthat/test-format_stats_aov.R | 1 tests/testthat/test-format_stats_easycorrelation.R | 1 tests/testthat/test-format_stats_htest.R | 1 tests/testthat/test-format_stats_lm.R | 1 tests/testthat/test-format_stats_lmerModLmerTest.R | 1 19 files changed, 71 insertions(+), 73 deletions(-)
Title: Behavioral Insight Design: A Toolkit for Integrating Behavioral
Science in UI/UX Design
Description: Provides a framework and toolkit to guide 'shiny' developers in
implementing the Behavioral Insight Design (BID) framework. The package offers
functions for documenting each of the five stages (Notice, Interpret,
Structure, Anticipate, and Validate), along with a comprehensive concept
dictionary.
Author: Jeremy Winget [aut, cre]
Maintainer: Jeremy Winget <contact@jrwinget.com>
Diff between bidux versions 0.3.0 dated 2025-08-29 and 0.3.1 dated 2025-09-07
DESCRIPTION | 14 MD5 | 165 ++-- NAMESPACE | 10 NEWS.md | 95 ++ R/bid-concepts.R | 3 R/bid_anticipate.R | 102 +- R/bid_interpret.R | 111 +- R/bid_notice.R | 77 +- R/bid_structure.R | 60 + R/bid_validate.R | 108 +- R/mappings.R | 51 + R/structure_suggest.R | 610 +++++++++++++++- R/suggest_rules.R |only R/telemetry.R | 691 +++++++++++++++++- R/utils.R | 269 +++---- README.md | 229 ++++-- build/vignette.rds |binary inst/WORDLIST | 4 inst/doc/advanced-workflows.R |only inst/doc/advanced-workflows.Rmd |only inst/doc/advanced-workflows.html |only inst/doc/behavioral-science-primer.R |only inst/doc/behavioral-science-primer.Rmd |only inst/doc/behavioral-science-primer.html |only inst/doc/concepts-reference.Rmd | 2 inst/doc/concepts-reference.html | 2 inst/doc/getting-started.R | 71 + inst/doc/getting-started.Rmd | 103 +- inst/doc/getting-started.html | 138 ++- inst/doc/introduction-to-bid.Rmd | 6 inst/doc/introduction-to-bid.html | 6 inst/doc/practical-examples.R |only inst/doc/practical-examples.Rmd |only inst/doc/practical-examples.html |only inst/doc/telemetry-integration.R | 385 +++++++++- inst/doc/telemetry-integration.Rmd | 447 +++++++++++ inst/doc/telemetry-integration.html | 835 ++++++++++++++++------ man/adjust_suggestion_score.Rd | 6 man/apply_suggestion_rules.Rd |only man/as_tibble.bid_issues.Rd |only man/bid_address.Rd |only man/bid_anticipate.Rd | 46 - man/bid_concept.Rd | 3 man/bid_flags.Rd |only man/bid_ingest_telemetry.Rd | 19 man/bid_interpret.Rd | 43 - man/bid_notice.Rd | 43 - man/bid_notice_issue.Rd |only man/bid_notices.Rd |only man/bid_pipeline.Rd |only man/bid_structure.Rd | 35 man/bid_telemetry.Rd |only man/bid_validate.Rd | 60 - man/bidux-package.Rd | 4 man/build_concept_group.Rd | 8 man/build_groups_with_suggestions.Rd | 8 man/deduplicate_warnings_suggestions.Rd |only man/dot-calculate_severity_metrics.Rd |only man/dot-classify_issue_type.Rd |only man/dot-create_issues_tibble.Rd |only man/dot-flags_from_issues.Rd |only man/dot-suggest_theory_from_text.Rd |only man/extract_stage1_theory.Rd | 8 man/figures/logo.png |binary man/get_cognitive_load_suggestions.Rd | 6 man/get_consolidated_suggestion_rules.Rd |only man/get_dual_processing_suggestions.Rd | 6 man/get_fallback_suggestion.Rd |only man/get_generic_suggestions.Rd | 6 man/get_information_scent_suggestions.Rd | 6 man/get_onboarding_suggestions.Rd | 6 man/get_progressive_disclosure_suggestions.Rd | 6 man/get_proximity_suggestions.Rd | 6 man/get_visual_hierarchy_suggestions.Rd | 6 man/infer_concepts_from_story.Rd | 8 man/print.bid_issues.Rd |only man/rank_and_sort_suggestions.Rd | 8 man/structure_suggestions.Rd | 26 man/suggest_layout_from_previous.Rd | 5 tests/testthat/test-bid_anticipate.R | 985 ++++++++++++++++++++++---- tests/testthat/test-bid_concepts.R | 227 +++++ tests/testthat/test-bid_ingest_telemetry.R | 13 tests/testthat/test-bid_interpret.R | 377 ++++++++- tests/testthat/test-bid_issues.R |only tests/testthat/test-bid_notice.R | 171 +++- tests/testthat/test-bid_report.R | 65 - tests/testthat/test-bid_structure.R | 16 tests/testthat/test-bid_suggest_components.R | 82 +- tests/testthat/test-bid_validate.R | 430 +++++++---- tests/testthat/test-bridges.R |only tests/testthat/test-structure_suggest.R |only tests/testthat/test-suggest_rules.R |only tests/testthat/test-telemetry_helpers.R |only tests/testthat/test-utils.R | 561 ++++++++++++++ vignettes/advanced-workflows.Rmd |only vignettes/behavioral-science-primer.Rmd |only vignettes/concepts-reference.Rmd | 2 vignettes/getting-started.Rmd | 103 +- vignettes/introduction-to-bid.Rmd | 6 vignettes/practical-examples.Rmd |only vignettes/telemetry-integration.Rmd | 447 +++++++++++ 101 files changed, 6971 insertions(+), 1486 deletions(-)
Title: Datasets from the Survival TV Series Alone
Description: A collection of datasets on the Alone survival TV series in tidy format.
Included in the package are 4 datasets detailing the survivors, their loadouts,
episode details and season information.
Author: Daniel Oehm [aut, cre],
Carly Levitz [ctb]
Maintainer: Daniel Oehm <danieloehm@gmail.com>
Diff between alone versions 0.6 dated 2025-06-12 and 0.7 dated 2025-09-07
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 6 ++++++ data/episodes.rda |binary data/loadouts.rda |binary data/seasons.rda |binary data/survivalists.rda |binary 7 files changed, 15 insertions(+), 9 deletions(-)
Title: Analysis of Visual Meteor Data
Description: Provides a suite of analytical functionalities to process and analyze
visual meteor observations from the Visual Meteor Database
of the International Meteor Organization <https://www.imo.net/>.
Author: Janko Richter [aut, cre]
Maintainer: Janko Richter <janko@richtej.de>
Diff between vismeteor versions 1.8.5 dated 2024-01-16 and 2.0.0 dated 2025-09-07
vismeteor-1.8.5/vismeteor/man/vmperception.l.Rd |only vismeteor-1.8.5/vismeteor/tests/testthat/test_vmperception.l.R |only vismeteor-2.0.0/vismeteor/DESCRIPTION | 10 vismeteor-2.0.0/vismeteor/LICENSE | 2 vismeteor-2.0.0/vismeteor/MD5 | 64 + vismeteor-2.0.0/vismeteor/NAMESPACE | 5 vismeteor-2.0.0/vismeteor/NEWS.md |only vismeteor-2.0.0/vismeteor/R/mideal.R | 14 vismeteor-2.0.0/vismeteor/R/perception.R | 134 --- vismeteor-2.0.0/vismeteor/R/vmgeom.R | 59 - vismeteor-2.0.0/vismeteor/R/vmgeom_vst.R |only vismeteor-2.0.0/vismeteor/R/vmideal.R | 61 - vismeteor-2.0.0/vismeteor/R/vmideal_vst.R |only vismeteor-2.0.0/vismeteor/build/vignette.rds |binary vismeteor-2.0.0/vismeteor/inst/derivation |only vismeteor-2.0.0/vismeteor/inst/doc/vismeteor.Rmd | 50 - vismeteor-2.0.0/vismeteor/inst/doc/vismeteor.html | 82 +- vismeteor-2.0.0/vismeteor/inst/doc/vmgeom.R | 135 ++- vismeteor-2.0.0/vismeteor/inst/doc/vmgeom.Rmd | 207 ++++- vismeteor-2.0.0/vismeteor/inst/doc/vmgeom.html | 354 ++++++---- vismeteor-2.0.0/vismeteor/inst/doc/vmideal.R | 84 ++ vismeteor-2.0.0/vismeteor/inst/doc/vmideal.Rmd | 181 ++++- vismeteor-2.0.0/vismeteor/inst/doc/vmideal.html | 312 ++++++-- vismeteor-2.0.0/vismeteor/man/mideal.Rd | 14 vismeteor-2.0.0/vismeteor/man/vmgeom.Rd | 56 - vismeteor-2.0.0/vismeteor/man/vmgeomVst.Rd |only vismeteor-2.0.0/vismeteor/man/vmideal.Rd | 59 - vismeteor-2.0.0/vismeteor/man/vmidealVst.Rd |only vismeteor-2.0.0/vismeteor/man/vmperception.Rd | 25 vismeteor-2.0.0/vismeteor/tests/testthat/test_dvmgeom.R | 12 vismeteor-2.0.0/vismeteor/tests/testthat/test_pvmideal.R | 2 vismeteor-2.0.0/vismeteor/tests/testthat/test_vmgeomVst.R |only vismeteor-2.0.0/vismeteor/tests/testthat/test_vmidealVst.R |only vismeteor-2.0.0/vismeteor/tests/testthat/test_vmperception.R | 325 --------- vismeteor-2.0.0/vismeteor/vignettes/vismeteor.Rmd | 50 - vismeteor-2.0.0/vismeteor/vignettes/vmgeom.Rmd | 207 ++++- vismeteor-2.0.0/vismeteor/vignettes/vmideal.Rmd | 181 ++++- 37 files changed, 1570 insertions(+), 1115 deletions(-)
Title: Extraction and Management of Clinical Practice Research Datalink
Data
Description: Simplify the process of extracting and processing Clinical Practice
Research Datalink (CPRD) data in order to build datasets ready for statistical
analysis. This process is difficult in 'R', as the raw data is very large and
cannot be read into the R workspace. 'rcprd' utilises 'RSQLite' to create
'SQLite' databases which are stored on the hard disk. These are then queried
to extract the required information for a cohort of interest, and create
datasets ready for statistical analysis. The processes follow closely that
from the 'rEHR' package, see Springate et al., (2017)
<doi:10.1371/journal.pone.0171784>.
Author: Alexander Pate [aut, cre, cph]
Maintainer: Alexander Pate <alexander.pate@manchester.ac.uk>
Diff between rcprd versions 0.0.1 dated 2024-11-13 and 0.0.2 dated 2025-09-07
DESCRIPTION | 14 MD5 | 128 - NAMESPACE | 1 NEWS.md | 4 R/extract_bmi.R | 23 R/extract_cholhdl_ratio.R | 23 R/extract_diabetes.R | 17 R/extract_ho.R | 23 R/extract_impotence.R | 17 R/extract_smoking.R | 67 R/extract_test_data.R | 41 R/extract_test_data_var.R | 18 R/extract_test_recent.R | 38 R/extract_time_until.R | 43 R/functions_read_txt.R | 553 ++-- R/misc_functions.R | 279 +- R/rcprd-misc.R | 6 README.md | 16 inst/aurum_data/aurum_allpatid_extract_practice_001.txt |only inst/aurum_data/aurum_allpatid_extract_practice_002.txt |only inst/aurum_data/aurum_allpatid_set1_extract_drugissue_001.txt | 202 - inst/aurum_data/aurum_allpatid_set1_extract_drugissue_002.txt | 202 - inst/aurum_data/aurum_allpatid_set1_extract_drugissue_003.txt | 202 - inst/doc/Details-on-algorithms-for-extracting-specific-variables.R | 2 inst/doc/Details-on-algorithms-for-extracting-specific-variables.Rmd | 294 +- inst/doc/Details-on-algorithms-for-extracting-specific-variables.html | 325 ++ inst/doc/rcprd.R | 82 inst/doc/rcprd.Rmd | 1058 ++++----- inst/doc/rcprd.html | 1116 +++++----- man/add_to_database.Rd | 9 man/combine_query.aurum.Rd | 2 man/cprd_extract.Rd | 9 man/db_query.Rd | 27 man/extract_bmi.Rd | 15 man/extract_cholhdl_ratio.Rd | 15 man/extract_cohort.Rd | 2 man/extract_diabetes.Rd | 12 man/extract_ho.Rd | 19 man/extract_practices.Rd |only man/extract_smoking.Rd | 21 man/extract_test_data.Rd | 23 man/extract_test_data_var.Rd | 13 man/extract_test_recent.Rd | 22 man/extract_time_until.Rd | 19 man/extract_txt_char.Rd | 2 man/extract_txt_cons.Rd | 2 man/extract_txt_death.Rd | 2 man/extract_txt_drug.Rd | 2 man/extract_txt_hes_primary.Rd | 2 man/extract_txt_linkage.Rd | 2 man/extract_txt_obs.Rd | 2 man/extract_txt_pat.Rd | 2 man/extract_txt_prac.Rd |only man/extract_txt_prob.Rd | 2 man/extract_txt_ref.Rd | 2 tests/testthat/test-extract_vars.R | 38 tests/testthat/test-misc_functions.R | 6 vignettes/Details-on-algorithms-for-extracting-specific-variables.Rmd | 294 +- vignettes/identify_numunits_bmi.csv | 18 vignettes/identify_numunits_chol.csv | 6 vignettes/identify_numunits_cholhdl_ratio.csv | 34 vignettes/identify_numunits_hdl.csv | 8 vignettes/identify_numunits_height.csv | 9 vignettes/identify_numunits_sbp.csv | 11 vignettes/identify_numunits_weight.csv | 7 vignettes/rcprd.Rmd | 1058 ++++----- vignettes/refs.bib | 62 67 files changed, 3774 insertions(+), 2799 deletions(-)
Title: Interactive Overlays on 'shiny' Plots
Description: Provides rectangular elements that can be dragged and resized over
plots in 'shiny' apps. This may be useful in applications where users need
to mark regions on the plot for further input or processing.
Author: Nick Davies [aut, cre, cph]
Maintainer: Nick Davies <nicholas.davies@lshtm.ac.uk>
Diff between overshiny versions 0.1.1 dated 2025-08-28 and 0.2.0 dated 2025-09-07
overshiny-0.1.1/overshiny/tests/testthat/Rplots.pdf |only overshiny-0.2.0/overshiny/DESCRIPTION | 18 overshiny-0.2.0/overshiny/MD5 | 46 - overshiny-0.2.0/overshiny/NAMESPACE | 3 overshiny-0.2.0/overshiny/NEWS.md | 10 overshiny-0.2.0/overshiny/R/bounds.R |only overshiny-0.2.0/overshiny/R/heading.R |only overshiny-0.2.0/overshiny/R/script.R | 41 - overshiny-0.2.0/overshiny/R/server.R | 488 +++++++------ overshiny-0.2.0/overshiny/R/snap.R |only overshiny-0.2.0/overshiny/R/ui.R | 11 overshiny-0.2.0/overshiny/README.md | 64 - overshiny-0.2.0/overshiny/build/vignette.rds |binary overshiny-0.2.0/overshiny/inst/doc/epidemics.R |only overshiny-0.2.0/overshiny/inst/doc/epidemics.Rmd |only overshiny-0.2.0/overshiny/inst/doc/epidemics.html |only overshiny-0.2.0/overshiny/inst/doc/overshiny.R | 59 - overshiny-0.2.0/overshiny/inst/doc/overshiny.Rmd | 156 +--- overshiny-0.2.0/overshiny/inst/doc/overshiny.html | 237 +++--- overshiny-0.2.0/overshiny/inst/www/overshiny/overshiny.css | 3 overshiny-0.2.0/overshiny/man/overlayBounds.Rd | 2 overshiny-0.2.0/overshiny/man/overlayPlotOutput.Rd | 1 overshiny-0.2.0/overshiny/man/overlayServer.Rd | 171 +++- overshiny-0.2.0/overshiny/man/overlayToken.Rd | 8 overshiny-0.2.0/overshiny/man/rangeHeading.Rd |only overshiny-0.2.0/overshiny/man/snapGrid.Rd |only overshiny-0.2.0/overshiny/tests/testthat/test-panel.R | 3 overshiny-0.2.0/overshiny/vignettes/epidemics.Rmd |only overshiny-0.2.0/overshiny/vignettes/overshiny.Rmd | 156 +--- 29 files changed, 730 insertions(+), 747 deletions(-)
Title: Multilevel and Mixed Effects Model Diagnostics and Effect Sizes
Description: Effect sizes, diagnostics and performance metrics for
multilevel and mixed effects models.
Includes marginal and conditional 'R2' estimates for linear mixed effects models
based on Johnson (2014) <doi:10.1111/2041-210X.12225>.
Author: Joshua F. Wiley [aut, cre]
Maintainer: Joshua F. Wiley <jwiley.psych@gmail.com>
Diff between multilevelTools versions 0.2.0 dated 2025-04-13 and 0.2.1 dated 2025-09-07
DESCRIPTION | 11 MD5 | 60 NAMESPACE | 4 NEWS.md | 5 R/descriptives.R | 10 R/diagnostics.R | 23 R/models.R | 58 R/plotting.R | 352 +- R/ranef.r | 614 +-- R/styler.R | 4 build/vignette.rds |binary inst/doc/lmer-vignette.R | 502 +- inst/doc/lmer-vignette.html | 6316 ++++++++++++++++++------------------ man/APAStyler.modelTest.merMod.Rd | 4 man/acfByID.Rd | 4 man/evaluateLags.Rd | 2 man/meanDecompose.Rd | 74 man/modelCompare.merMod.Rd | 4 man/modelDiagnostics.lme.Rd | 4 man/modelDiagnostics.merMod.Rd | 8 man/modelPerformance.merMod.Rd | 28 man/modelTest.merMod.Rd | 18 man/nEffective.Rd | 2 man/omegaSEM.Rd | 3 man/plot.modelDiagnostics.lme.Rd | 6 man/plot.modelDiagnostics.merMod.Rd | 8 man/ranef2long.Rd | 56 man/ranefdata.Rd | 184 - man/residualDiagnostics.lme.Rd | 6 man/residualDiagnostics.merMod.Rd | 6 man/weighted.sma.Rd | 2 31 files changed, 4189 insertions(+), 4189 deletions(-)
More information about multilevelTools at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-08-27 0.5.1
2025-06-23 0.5.0
Title: Translation of Logit Regression Coefficients into Percentages
Description: Translation of logit models coefficients into percentages, following Deauvieau (2010) <doi:10.1177/0759106309352586>.
Author: Nicolas Robette [aut, cre]
Maintainer: Nicolas Robette <nicolas.robette@uvsq.fr>
Diff between translate.logit versions 1.0 dated 2023-02-23 and 1.0.2 dated 2025-09-07
DESCRIPTION | 6 +++--- MD5 | 8 +++++--- NEWS.md |only R/translate.logit.R | 3 +++ README.md |only man/translate.logit.Rd | 4 ++-- 6 files changed, 13 insertions(+), 8 deletions(-)
More information about translate.logit at CRAN
Permanent link
Title: Miscellaneous Tools for Sequence Analysis
Description: It provides miscellaneous sequence analysis functions for describing episodes in individual sequences, measuring association between domains in multidimensional sequence analysis (see Piccarreta (2017) <doi:10.1177/0049124115591013>), heat maps of sequence data, Globally Interdependent Multidimensional Sequence Analysis (see Robette et al (2015) <doi:10.1177/0081175015570976>), smoothing sequences for index plots (see Piccarreta (2012) <doi:10.1177/0049124112452394>), coding sequences for Qualitative Harmonic Analysis (see Deville (1982)), measuring stress from multidimensional scaling factors (see Piccarreta and Lior (2010) <doi:10.1111/j.1467-985X.2009.00606.x>), symmetrical (or canonical) Partial Least Squares (see Bry (1996)).
Author: Nicolas Robette [aut, cre]
Maintainer: Nicolas Robette <nicolas.robette@uvsq.fr>
Diff between seqhandbook versions 0.1.1 dated 2023-04-02 and 0.1.2 dated 2025-09-07
seqhandbook-0.1.1/seqhandbook/build |only seqhandbook-0.1.1/seqhandbook/inst |only seqhandbook-0.1.1/seqhandbook/vignettes |only seqhandbook-0.1.2/seqhandbook/DESCRIPTION | 25 +++++++++++++---------- seqhandbook-0.1.2/seqhandbook/MD5 | 23 ++++++++------------- seqhandbook-0.1.2/seqhandbook/NEWS.md | 5 ++++ seqhandbook-0.1.2/seqhandbook/README.md | 19 +++++++++++++++-- seqhandbook-0.1.2/seqhandbook/man/seq2qha.Rd | 2 - seqhandbook-0.1.2/seqhandbook/man/seq_heatmap.Rd | 6 ++--- seqhandbook-0.1.2/seqhandbook/man/seqi1epi.Rd | 4 +-- seqhandbook-0.1.2/seqhandbook/man/seqifpos.Rd | 4 +-- seqhandbook-0.1.2/seqhandbook/man/seqinepi.Rd | 4 +-- seqhandbook-0.1.2/seqhandbook/man/seqsmooth.Rd | 4 +-- 13 files changed, 58 insertions(+), 38 deletions(-)
Title: A Curated Collection of Pulmonary and Respiratory Disease
Datasets
Description: Provides a comprehensive and curated collection of datasets related to the lungs, respiratory system, and associated diseases.
This package includes epidemiological, clinical, experimental, and simulated datasets on conditions such as lung cancer, asthma,
Chronic Obstructive Pulmonary Disease (COPD), tuberculosis, whooping cough, pneumonia, influenza, and other respiratory illnesses.
It is designed to support data exploration, statistical modeling, teaching, and research in pulmonary medicine, public health,
environmental epidemiology, and respiratory disease surveillance.
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between PulmoDataSets versions 0.1.0 dated 2025-06-03 and 0.2.0 dated 2025-09-07
PulmoDataSets-0.1.0/PulmoDataSets/R/view_datasets_pulmo.R |only PulmoDataSets-0.1.0/PulmoDataSets/man/view_datasets_pulmo.Rd |only PulmoDataSets-0.1.0/PulmoDataSets/tests/testthat/test-view_datasets_pulmo.R |only PulmoDataSets-0.2.0/PulmoDataSets/DESCRIPTION | 12 PulmoDataSets-0.2.0/PulmoDataSets/MD5 | 101 +++--- PulmoDataSets-0.2.0/PulmoDataSets/NAMESPACE | 2 PulmoDataSets-0.2.0/PulmoDataSets/NEWS.md |only PulmoDataSets-0.2.0/PulmoDataSets/R/data-documentation.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/R/pulmodatasets-package.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/R/view_datasets_PulmoDataSets.R |only PulmoDataSets-0.2.0/PulmoDataSets/README.md | 2 PulmoDataSets-0.2.0/PulmoDataSets/build/vignette.rds |binary PulmoDataSets-0.2.0/PulmoDataSets/inst/CITATION | 8 PulmoDataSets-0.2.0/PulmoDataSets/inst/doc/introduction_to_pulmodatasets.R | 7 PulmoDataSets-0.2.0/PulmoDataSets/inst/doc/introduction_to_pulmodatasets.Rmd | 14 PulmoDataSets-0.2.0/PulmoDataSets/inst/doc/introduction_to_pulmodatasets.html | 147 +++++----- PulmoDataSets-0.2.0/PulmoDataSets/man/view_datasets_PulmoDataSets.Rd |only PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-UK_female_lung_deaths_ts.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-UK_male_lung_deaths_ts.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-USMortality_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-USRegionalMortality_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-ai_ipn_performance_dt.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-air_polution_mortality_df.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-asthma_patients_tbl_df.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-bronchitis_Cardiff_df.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-chicago_pollution_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-child_wheeze_pollution_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-children_respiratory_rates_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-danish_lung_incidence_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-engwales_cancer_mortality_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-influenza_us_1975_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-lung_cancer_survival_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-lung_nodules_detection_dt.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-lungca_cancer_deaths_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-neonatal_intubation_times_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-nicotine_gum_df.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-ohio_children_wheeze_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-patients_lung_diseases_tbl_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-pneumonia_influenza_ts.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-respiratory_clinical_trial_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-respiratory_infections_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-respiratory_trial_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-respiratory_trial_outcomes_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-smoking_UK_tbl_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-smoking_doctors_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-smoking_lung_cancer_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-smoking_youth_tbl_df.R | 2 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-tlc_lung_capacity_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-tuberculosis_vaccine_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-veterans_lung_cancer_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-view_datasets_PulmoDataSets.R |only PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-whooping_cough_dk_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-whooping_cough_phila_df.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/tests/testthat/test-whooping_cough_ts.R | 3 PulmoDataSets-0.2.0/PulmoDataSets/vignettes/introduction_to_pulmodatasets.Rmd | 14 55 files changed, 251 insertions(+), 162 deletions(-)
Title: Create Pharmacometric Models
Description: Provides a user interface to create or modify pharmacometric
models for various modeling and simulation software platforms.
Author: Sebastien Bihorel [cre, aut]
Maintainer: Sebastien Bihorel <sb.pmlab@gmail.com>
Diff between pmxcode versions 0.3.0 dated 2025-04-12 and 0.3.1 dated 2025-09-07
DESCRIPTION | 6 MD5 | 12 NEWS.md | 6 R/utils_nonmem.R | 5 inst/doc/covariates.html | 572 ++++++++++----------------------------------- inst/doc/library.html | 429 +++++++++++---------------------- inst/resources/rv_lib.json | 8 7 files changed, 304 insertions(+), 734 deletions(-)
Title: Generative Mechanism Estimation in Temporal Complex Networks
Description: Statistical methods for estimating preferential attachment and node fitness generative mechanisms in temporal complex networks are provided. Thong Pham et al. (2015) <doi:10.1371/journal.pone.0137796>. Thong Pham et al. (2016) <doi:10.1038/srep32558>. Thong Pham et al. (2020) <doi:10.18637/jss.v092.i03>. Thong Pham et al. (2021) <doi:10.1093/comnet/cnab024>.
Author: Thong Pham [aut, cre],
Paul Sheridan [aut],
Hidetoshi Shimodaira [aut]
Maintainer: Thong Pham <thongphamthe@gmail.com>
Diff between PAFit versions 1.2.10 dated 2024-03-28 and 1.2.11 dated 2025-09-07
DESCRIPTION | 22 +++++++++--- MD5 | 8 ++-- man/PAFit-package.Rd | 4 +- man/plot.PAFit_net.Rd | 2 - man/test_linear_PA.rd | 90 +++++++++++++++++++++++++------------------------- 5 files changed, 69 insertions(+), 57 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-08-22 0.3.1
2025-07-10 0.3.0
2022-02-16 0.2.1
2020-07-27 0.2.0
2020-05-28 0.1.3
2020-04-05 0.1.2
2020-02-28 0.1.1
2019-08-20 0.1.0
Title: Acesso aos Dados do 'SIDRA' do IBGE
Description: Functions for accessing and manipulating data from Brazilian
Institute of Geography and Statistics (IBGE)'s API 'SIDRA' (acronym for IBGE
System of Automatic Retrieval) from the new endpoints
at <https://servicodados.ibge.gov.br/api/docs/agregados?versao=3>. Ferramentas para acessar
e manipular dados via API do Sistema IBGE De Recuperação Automática 'SIDRA'
do Instituto Brasileiro de Geografia e Estatística (IBGE).
Author: Rodrigo Emmanuel Santana Borges [cre, aut, cph]
Maintainer: Rodrigo Emmanuel Santana Borges <rodrigo@borges.net.br>
Diff between sidra versions 0.1.7 dated 2025-08-27 and 0.1.9 dated 2025-09-06
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- NEWS.md | 8 ++++++++ R/call_Ibge.R | 7 ++++--- R/sidra.R | 9 +++++---- man/sidra.Rd | 2 +- tests/testthat/test-sidra.R | 9 +++++---- tests/testthat/test-tab_agr.R | 7 ++++--- 8 files changed, 37 insertions(+), 25 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-05-27 1.2.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-05-05 1.2.2
2013-11-20 1.2.1
2013-05-13 1.2
2011-09-07 1.1
2011-06-04 1.0
Title: Variance Component Analysis
Description: ANOVA and REML estimation of linear mixed models is implemented, once following
Searle et al. (1991, ANOVA for unbalanced data), once making use of the 'lme4' package.
The primary objective of this package is to perform a variance component analysis (VCA)
according to CLSI EP05-A3 guideline "Evaluation of Precision of Quantitative Measurement
Procedures" (2014). There are plotting methods for visualization of an experimental design,
plotting random effects and residuals. For ANOVA type estimation two methods for computing
ANOVA mean squares are implemented (SWEEP and quadratic forms). The covariance matrix of
variance components can be derived, which is used in estimating confidence intervals. Linear
hypotheses of fixed effects and LS means can be computed. LS means can be computed at specific
values of covariables and with custom weighting schemes for factor variables. See ?VCA for a
more comprehensive description of the features.
Author: Andre Schuetzenmeister [aut, cre] ,
Florian Dufey [aut]
Maintainer: Andre Schuetzenmeister <andre.schuetzenmeister@roche.com>
Diff between VCA versions 1.5.1 dated 2024-03-07 and 1.5.2 dated 2025-09-06
DESCRIPTION | 20 MD5 | 24 R/model_check.R | 2 R/reml.R | 24 R/utils.R | 5887 +++++++++++++++++++++++------------------------ data/LSMeans_Data2.RData |only inst/ChangeLog.txt | 7 man/SattDF.Rd | 7 man/VCA-Package.Rd | 4 man/combineVC.Rd |only man/lmerMatrices.Rd | 2 man/lmerSummary.Rd | 8 man/remlMM.Rd | 6 man/remlVCA.Rd | 4 14 files changed, 3058 insertions(+), 2937 deletions(-)
Title: Automate Package and Project Setup
Description: Automate package and project setup tasks that are otherwise
performed manually. This includes setting up unit testing, test
coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp',
'RStudio' projects, and more.
Author: Hadley Wickham [aut] ,
Jennifer Bryan [aut, cre] ,
Malcolm Barrett [aut] ,
Andy Teucher [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Jennifer Bryan <jenny@posit.co>
Diff between usethis versions 3.2.0 dated 2025-08-27 and 3.2.1 dated 2025-09-06
DESCRIPTION | 17 +++++++++-------- MD5 | 14 +++++++------- NEWS.md | 5 +++++ R/create.R | 7 +++++++ R/proj.R | 3 +-- R/release.R | 2 +- tests/testthat/_snaps/release.md | 1 - tests/testthat/test-create.R | 1 + 8 files changed, 31 insertions(+), 19 deletions(-)
Title: Tools for Trade Practitioners
Description: A collection of tools for trade practitioners, including the ability to calibrate different consumer demand systems and simulate the effects of tariffs and quotas under different competitive regimes. These tools are derived from Anderson et al. (2001) <doi:10.1016/S0047-2727(00)00085-2> and Froeb et al. (2003) <doi:10.1016/S0304-4076(02)00166-5>.
Author: Charles Taragin [aut, cre]
Maintainer: Charles Taragin <ctaragin+trader@gmail.com>
Diff between trade versions 0.8.1 dated 2022-08-24 and 0.8.3 dated 2025-09-06
DESCRIPTION | 18 +-- MD5 | 14 +- R/SimFunctions.R | 22 ++-- R/cournot_tariff.R | 2 build/vignette.rds |binary inst/doc/Reference.html | 241 +++++++++++++++++++++--------------------------- man/Sim-Functions.Rd | 22 ++-- man/cournot_tariff.Rd | 2 8 files changed, 150 insertions(+), 171 deletions(-)
Title: Functions for Tidy Analysis and Generation of Random Data
Description: To make it easy to generate random numbers based upon the underlying stats
distribution functions. All data is returned in a tidy and structured
format making working with the data simple and straight forward. Given that the
data is returned in a tidy 'tibble' it lends itself to working with the rest of the
'tidyverse'.
Author: Steven Sanderson [aut, cre, cph]
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Diff between TidyDensity versions 1.5.1 dated 2025-07-23 and 1.5.2 dated 2025-09-06
DESCRIPTION | 6 MD5 | 74 +-- NEWS.md | 14 R/autoplot-triangular.R | 288 ++++++------- R/est-param-triangular.R | 226 +++++----- R/helper-dist-type-extract.R | 84 ++-- R/random-tidy-geom.R | 274 ++++++------- R/random-tidy-mixture.R | 414 ++++++++++++-------- R/stats-triangular-tbl.R | 190 ++++----- R/tidy_distribution_summary_tbl.R | 170 ++++---- R/utils-convert-to-ts.R | 224 +++++----- R/utils-quantile-normalize.R | 170 +++----- README.md | 26 - build/vignette.rds |binary inst/doc/getting-started.html | 45 +- man/bootstrap_p_vec.Rd | 110 ++--- man/bootstrap_q_vec.Rd | 112 ++--- man/cgmean.Rd | 92 ++-- man/chmean.Rd | 92 ++-- man/ckurtosis.Rd | 90 ++-- man/cmean.Rd | 92 ++-- man/cmedian.Rd | 90 ++-- man/csd.Rd | 92 ++-- man/cskewness.Rd | 90 ++-- man/cvar.Rd | 94 ++-- man/dist_type_extractor.Rd | 72 +-- man/figures/README-more_than_nine_simulations-1.png |binary man/figures/README-more_than_nine_simulations-2.png |binary man/figures/README-more_than_nine_simulations-3.png |binary man/figures/README-more_than_nine_simulations-4.png |binary man/figures/README-plot_density-1.png |binary man/figures/README-plot_density-2.png |binary man/figures/README-plot_density-3.png |binary man/figures/README-plot_density-4.png |binary man/quantile_normalize.Rd | 12 man/tidy_mixture_density.Rd | 35 + man/tidy_stat_tbl.Rd | 182 ++++---- man/triangle_plot.Rd | 70 +-- 38 files changed, 1839 insertions(+), 1691 deletions(-)
Title: Applies Display Metadata to Analysis Results Datasets
Description: Creates a framework to store and apply display metadata to
Analysis Results Datasets (ARDs). The use of 'tfrmt' allows users to
define table format and styling without the data, and later apply the
format to the data.
Author: Becca Krouse [aut, cre],
Christina Fillmore [aut] ,
Ellis Hughes [aut] ,
Karima Ahmad [aut] ,
Shannon Haughton [aut],
Dragoș Moldovan-Gruenfeld [aut],
GlaxoSmithKline Research & Development Limited [cph, fnd],
Atorus Research LLC [cph, fnd]
Maintainer: Becca Krouse <becca.z.krouse@gsk.com>
Diff between tfrmt versions 0.1.3 dated 2024-10-15 and 0.2.0 dated 2025-09-06
tfrmt-0.1.3/tfrmt/R/display_row_frmts.R |only tfrmt-0.1.3/tfrmt/tests/testthat/test-display_row_frmts.R |only tfrmt-0.2.0/tfrmt/DESCRIPTION | 87 +--- tfrmt-0.2.0/tfrmt/MD5 | 55 +- tfrmt-0.2.0/tfrmt/NAMESPACE | 5 tfrmt-0.2.0/tfrmt/NEWS.md | 51 ++ tfrmt-0.2.0/tfrmt/R/apply_col_plan.R | 3 tfrmt-0.2.0/tfrmt/R/apply_row_grp_plan.R | 2 tfrmt-0.2.0/tfrmt/R/apply_tfrmt.R | 11 tfrmt-0.2.0/tfrmt/R/big_n.R | 55 ++ tfrmt-0.2.0/tfrmt/R/prep_card.R |only tfrmt-0.2.0/tfrmt/R/print_to_ggplot.R | 2 tfrmt-0.2.0/tfrmt/R/print_to_gt.R | 1 tfrmt-0.2.0/tfrmt/R/shuffle_card.R |only tfrmt-0.2.0/tfrmt/R/struct_utils.R | 6 tfrmt-0.2.0/tfrmt/R/tfrmt_checks.R | 4 tfrmt-0.2.0/tfrmt/README.md | 16 tfrmt-0.2.0/tfrmt/man/display_row_frmts.Rd | 34 - tfrmt-0.2.0/tfrmt/man/prep_big_n.Rd |only tfrmt-0.2.0/tfrmt/man/prep_combine_vars.Rd |only tfrmt-0.2.0/tfrmt/man/prep_hierarchical_fill.Rd |only tfrmt-0.2.0/tfrmt/man/prep_label.Rd |only tfrmt-0.2.0/tfrmt/man/print_to_ggplot.Rd | 2 tfrmt-0.2.0/tfrmt/man/shuffle_card.Rd |only tfrmt-0.2.0/tfrmt/tests/testthat/_snaps/prep_card.md |only tfrmt-0.2.0/tfrmt/tests/testthat/_snaps/shuffle_card.md |only tfrmt-0.2.0/tfrmt/tests/testthat/helper_transform_gt_html.R |only tfrmt-0.2.0/tfrmt/tests/testthat/test-apply_page_plan.R | 49 ++ tfrmt-0.2.0/tfrmt/tests/testthat/test-big_ns.R | 255 ++++++++++++ tfrmt-0.2.0/tfrmt/tests/testthat/test-col_style_structure.R | 26 - tfrmt-0.2.0/tfrmt/tests/testthat/test-display_insights.R |only tfrmt-0.2.0/tfrmt/tests/testthat/test-expr_to_filter.R | 28 + tfrmt-0.2.0/tfrmt/tests/testthat/test-make_mock_data.R | 24 - tfrmt-0.2.0/tfrmt/tests/testthat/test-prep_card.R |only tfrmt-0.2.0/tfrmt/tests/testthat/test-shuffle_card.R |only tfrmt-0.2.0/tfrmt/tests/testthat/test-utils_tfrmt.R | 54 ++ 36 files changed, 603 insertions(+), 167 deletions(-)
Title: Spatial Predictive Modeling
Description: Introduction to some novel accurate hybrid methods of geostatistical and machine learning methods for spatial predictive modelling. It contains two commonly used geostatistical methods, two machine learning methods, four hybrid methods and two averaging methods. For each method, two functions are provided. One function is for assessing the predictive errors and accuracy of the method based on cross-validation. The other one is for generating spatial predictions using the method. For details please see: Li, J., Potter, A., Huang, Z., Daniell, J. J. and Heap, A. (2010) <https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/71407>
Li, J., Heap, A. D., Potter, A., Huang, Z. and Daniell, J. (2011) <doi:10.1016/j.csr.2011.05.015>
Li, J., Heap, A. D., Potter, A. and Daniell, J. (2011) <doi:10.1016/j.envsoft.2011.07.004>
Li, J., Potter, A., Huang, Z. and Heap, A. (2012) <https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/74030>.
Author: Jin Li [aut, cre]
Maintainer: Jin Li <jinli68@gmail.com>
Diff between spm versions 1.2.2 dated 2022-05-06 and 1.2.3 dated 2025-09-06
DESCRIPTION | 17 - MD5 | 22 +- R/gbmcv.R | 6 R/gbmidwcv.R | 4 R/gbmokgbmidwcv.R | 4 build/vignette.rds |binary inst/doc/spm.R | 176 ++++++++--------- inst/doc/spm.Rmd | 2 inst/doc/spm.html | 527 +++++++++++++++++++++++++++++++-------------------- man/gbmidwcv.Rd | 4 man/gbmokgbmidwcv.Rd | 4 vignettes/spm.Rmd | 2 12 files changed, 446 insertions(+), 322 deletions(-)
Title: Spatial Regression Analysis
Description: A collection of all the estimation functions for spatial cross-sectional models (on lattice/areal data using spatial weights matrices) contained up to now in 'spdep'. These model fitting functions include maximum likelihood methods for cross-sectional models proposed by 'Cliff' and 'Ord' (1973, ISBN:0850860369) and (1981, ISBN:0850860814), fitting methods initially described by 'Ord' (1975) <doi:10.1080/01621459.1975.10480272>. The models are further described by 'Anselin' (1988) <doi:10.1007/978-94-015-7799-1>. Spatial two stage least squares and spatial general method of moment models initially proposed by 'Kelejian' and 'Prucha' (1998) <doi:10.1023/A:1007707430416> and (1999) <doi:10.1111/1468-2354.00027> are provided. Impact methods and MCMC fitting methods proposed by 'LeSage' and 'Pace' (2009) <doi:10.1201/9781420064254> are implemented for the family of cross-sectional spatial regression models. Methods for fitting the log determinant term in maximu [...truncated...]
Author: Roger Bivand [cre, aut] ,
Gianfranco Piras [aut],
Luc Anselin [ctb],
Andrew Bernat [ctb],
Eric Blankmeyer [ctb],
Yongwan Chun [ctb],
Virgilio Gomez-Rubio [ctb],
Daniel Griffith [ctb],
Martin Gubri [ctb],
Rein Halbersma [ctb],
James LeSage [ctb],
Ange [...truncated...]
Maintainer: Roger Bivand <Roger.Bivand@nhh.no>
Diff between spatialreg versions 1.4-1 dated 2025-09-04 and 1.4-2 dated 2025-09-06
DESCRIPTION | 10 +++++----- MD5 | 8 ++++---- NEWS.md | 6 +++++- R/sarlm_tests.R | 2 +- inst/tinytest/test_Durbin_factor.R | 16 ---------------- 5 files changed, 15 insertions(+), 27 deletions(-)
Title: Radiocarbon Equations
Description: Provides functions for the calibration of radiocarbon dates, as well as options to calculate different radiocarbon timescales (C14 age, F14C, pMC, D14C) and estimating the effects of contamination or local reservoir offsets (Reimer and Reimer 2001 <doi:10.1017/S0033822200038339>). The methods follow long-established recommendations such as Stuiver and Polach (1977) <doi:10.1017/S0033822200003672> and Reimer et al. (2004) <doi:10.1017/S0033822200033154>. This package uses the calibration curves from the data package 'rintcal'.
Author: Maarten Blaauw [aut, cre]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>
Diff between rice versions 1.3.0 dated 2025-07-24 and 1.4.0 dated 2025-09-06
rice-1.3.0/rice/R/realms.R |only rice-1.3.0/rice/man/BCADtoD14C.Rd |only rice-1.3.0/rice/man/C14toD14C.Rd |only rice-1.3.0/rice/man/D14CtoC14.Rd |only rice-1.3.0/rice/man/D14CtoF14C.Rd |only rice-1.3.0/rice/man/D14CtopMC.Rd |only rice-1.3.0/rice/man/F14CtoD14C.Rd |only rice-1.3.0/rice/man/b2ktoD14C.Rd |only rice-1.3.0/rice/man/calBPtoD14C.Rd |only rice-1.3.0/rice/man/draw.D14C.Rd |only rice-1.3.0/rice/man/pMCtoD14C.Rd |only rice-1.3.0/rice/tests/testthat/test-realms.R |only rice-1.4.0/rice/DESCRIPTION | 10 - rice-1.4.0/rice/MD5 | 176 +++++++++++------------ rice-1.4.0/rice/NAMESPACE | 20 +- rice-1.4.0/rice/NEWS.md | 22 +- rice-1.4.0/rice/R/calibrate.R | 36 ++-- rice-1.4.0/rice/R/marine.R | 21 ++ rice-1.4.0/rice/R/plots.R | 149 +++++++++---------- rice-1.4.0/rice/R/rice-package.R | 2 rice-1.4.0/rice/R/rice.R | 34 ++-- rice-1.4.0/rice/R/sets.R | 24 +-- rice-1.4.0/rice/R/shroud.R | 2 rice-1.4.0/rice/R/sources.R | 50 +++--- rice-1.4.0/rice/R/timescales.R |only rice-1.4.0/rice/README.md | 2 rice-1.4.0/rice/inst/CITATION | 74 ++------- rice-1.4.0/rice/inst/doc/rice.R | 14 - rice-1.4.0/rice/inst/doc/rice.Rmd | 46 +++--- rice-1.4.0/rice/inst/doc/rice.html | 157 ++++++++++---------- rice-1.4.0/rice/man/BCADtoC14.Rd | 6 rice-1.4.0/rice/man/BCADtoDelta14C.Rd |only rice-1.4.0/rice/man/BCADtoF14C.Rd | 6 rice-1.4.0/rice/man/BCADtob2k.Rd | 8 - rice-1.4.0/rice/man/BCADtocalBP.Rd | 10 - rice-1.4.0/rice/man/BCADtopMC.Rd | 8 - rice-1.4.0/rice/man/C14toBCAD.Rd | 8 - rice-1.4.0/rice/man/C14toDelta14C.Rd |only rice-1.4.0/rice/man/C14toF14C.Rd | 2 rice-1.4.0/rice/man/C14tob2k.Rd | 2 rice-1.4.0/rice/man/C14tocalBP.Rd | 2 rice-1.4.0/rice/man/C14topMC.Rd | 2 rice-1.4.0/rice/man/CtoF.Rd | 2 rice-1.4.0/rice/man/Delta14CtoC14.Rd |only rice-1.4.0/rice/man/Delta14CtoF14C.Rd |only rice-1.4.0/rice/man/Delta14CtopMC.Rd |only rice-1.4.0/rice/man/F14C.age.Rd | 2 rice-1.4.0/rice/man/F14CtoC14.Rd | 2 rice-1.4.0/rice/man/F14CtoDelta14C.Rd |only rice-1.4.0/rice/man/F14CtopMC.Rd | 2 rice-1.4.0/rice/man/FtoC.Rd | 2 rice-1.4.0/rice/man/adjust.background.Rd | 8 - rice-1.4.0/rice/man/adjust.fractionation.Rd | 4 rice-1.4.0/rice/man/age.F14C.Rd | 2 rice-1.4.0/rice/man/age.pMC.Rd | 2 rice-1.4.0/rice/man/as.bin.Rd | 4 rice-1.4.0/rice/man/as.one.Rd | 8 - rice-1.4.0/rice/man/b2ktoBCAD.Rd | 12 - rice-1.4.0/rice/man/b2ktoC14.Rd | 2 rice-1.4.0/rice/man/b2ktoDelta14C.Rd |only rice-1.4.0/rice/man/b2ktoF14C.Rd | 2 rice-1.4.0/rice/man/b2ktocalBP.Rd | 2 rice-1.4.0/rice/man/b2ktopMC.Rd | 2 rice-1.4.0/rice/man/calBPtoBCAD.Rd | 12 - rice-1.4.0/rice/man/calBPtoC14.Rd | 2 rice-1.4.0/rice/man/calBPtoDelta14C.Rd |only rice-1.4.0/rice/man/calBPtoF14C.Rd | 2 rice-1.4.0/rice/man/calBPtob2k.Rd | 2 rice-1.4.0/rice/man/calBPtopMC.Rd | 2 rice-1.4.0/rice/man/caldist.Rd | 6 rice-1.4.0/rice/man/calib.t.Rd | 4 rice-1.4.0/rice/man/calibrate.Rd | 4 rice-1.4.0/rice/man/clean.Rd | 2 rice-1.4.0/rice/man/contaminate.Rd | 2 rice-1.4.0/rice/man/draw.Delta14C.Rd |only rice-1.4.0/rice/man/draw.ccurve.Rd | 16 +- rice-1.4.0/rice/man/draw.dates.Rd | 6 rice-1.4.0/rice/man/find.shells.Rd | 3 rice-1.4.0/rice/man/fromto.Rd | 18 +- rice-1.4.0/rice/man/l.calib.Rd | 4 rice-1.4.0/rice/man/map.shells.Rd | 3 rice-1.4.0/rice/man/muck.Rd | 2 rice-1.4.0/rice/man/older.Rd | 4 rice-1.4.0/rice/man/overlap.Rd | 2 rice-1.4.0/rice/man/p.range.Rd | 4 rice-1.4.0/rice/man/pMC.age.Rd | 2 rice-1.4.0/rice/man/pMCtoC14.Rd | 2 rice-1.4.0/rice/man/pMCtoDelta14C.Rd |only rice-1.4.0/rice/man/pMCtoF14C.Rd | 2 rice-1.4.0/rice/man/push.gamma.Rd | 7 rice-1.4.0/rice/man/push.normal.Rd | 5 rice-1.4.0/rice/man/r.calib.Rd | 4 rice-1.4.0/rice/man/rice-package.Rd | 2 rice-1.4.0/rice/man/rice.Rd | 4 rice-1.4.0/rice/man/shroud.Rd | 2 rice-1.4.0/rice/man/span.Rd | 2 rice-1.4.0/rice/man/spread.Rd | 2 rice-1.4.0/rice/man/younger.Rd | 4 rice-1.4.0/rice/tests/testthat/test-rice.R | 2 rice-1.4.0/rice/tests/testthat/test-timescales.R |only rice-1.4.0/rice/vignettes/rice.Rmd | 46 +++--- 101 files changed, 568 insertions(+), 569 deletions(-)
Title: Record Linkage Toolkit
Description: Functions to assist in performing probabilistic record linkage and
deduplication: generating pairs, comparing records, em-algorithm for
estimating m- and u-probabilities
(I. Fellegi & A. Sunter (1969) <doi:10.1080/01621459.1969.10501049>,
T.N. Herzog, F.J. Scheuren, & W.E. Winkler (2007),
"Data Quality and Record Linkage Techniques", ISBN:978-0-387-69502-0),
forcing one-to-one matching. Can also be
used for pre- and post-processing for machine learning methods for record
linkage. Focus is on memory, CPU performance and flexibility.
Author: Jan van der Laan [aut, cre]
Maintainer: Jan van der Laan <r@eoos.dds.nl>
Diff between reclin2 versions 0.5.0 dated 2024-02-09 and 0.6.0 dated 2025-09-06
DESCRIPTION | 15 +- MD5 | 120 +++++++++--------- NAMESPACE | 2 NEWS | 15 ++ R/RcppExports.R | 8 + R/add_from_x.R | 2 R/comparators.R | 2 R/compare_pairs.R | 2 R/compare_vars.R | 2 R/get_comparators.R | 1 R/get_inspect_pairs.R | 2 R/greedy.R | 18 ++ R/pair.R | 4 R/pair_blocking.R | 4 R/pair_minsim.R | 4 R/problink_em.R | 2 R/select_greedy.R | 5 R/select_n_to_m.R | 9 + R/select_preprocess.R | 4 R/utils.R |only README.md | 5 build/partial.rdb |binary build/vignette.rds |binary inst/doc/deduplication.R | 1 inst/doc/deduplication.html | 23 +-- inst/doc/deduplication.md | 1 inst/doc/record_linkage_using_machine_learning.R | 1 inst/doc/record_linkage_using_machine_learning.html | 91 +++++++------- inst/doc/record_linkage_using_machine_learning.md | 1 inst/doc/using_a_cluster_for_record_linkage.html | 128 ++++++++++---------- man/add_from_x.Rd | 2 man/comparators.Rd | 2 man/compare_pairs.Rd | 2 man/compare_vars.Rd | 2 man/get_inspect_pairs.Rd | 2 man/greedy.Rd | 13 +- man/pair.Rd | 4 man/pair_blocking.Rd | 4 man/pair_minsim.Rd | 4 man/select_n_to_m.Rd | 7 + man/val_or.Rd |only src/RcppExports.cpp | 30 ++++ src/greedy.cpp | 54 ++++++++ tests/test_cluster_compare_vars.R | 1 tests/test_cluster_pair.R | 1 tests/test_cluster_pair_blocking.R | 1 tests/test_cluster_pair_minsim.R | 1 tests/test_compare_vars.R | 1 tests/test_distribute_over_cluster.R | 1 tests/test_greedy.R | 58 +++++++++ tests/test_merge_pairs.R | 1 tests/test_pair.R | 1 tests/test_pair_blocking.R | 1 tests/test_pair_minsim.R | 1 tests/test_problink_em.R | 1 tests/test_score_simple.R | 1 tests/test_select_greedy.R | 18 ++ tests/test_select_preprocess.R | 1 tests/test_select_unique.R | 1 tests/test_set_seed.R | 1 vignettes/deduplication.md | 1 vignettes/record_linkage_using_machine_learning.md | 1 62 files changed, 471 insertions(+), 220 deletions(-)
Title: Prediction Rule Ensembles
Description: Derives prediction rule ensembles (PREs). Largely follows the
procedure for deriving PREs as described in Friedman & Popescu (2008;
<DOI:10.1214/07-AOAS148>), with adjustments and improvements described in
Fokkema (2020; <DOI:10.18637/jss.v092.i12>) and Fokkema & Strobl
(2020; <DOI:10.1037/met0000256>). The main function pre() derives
prediction rule ensembles consisting of rules and/or linear terms for
continuous, binary, count, multinomial, survival and multivariate
continuous responses. Function gpe() derives generalized prediction
ensembles, consisting of rules, hinge and linear functions of the
predictor variables.
Author: Marjolein Fokkema [aut, cre],
Benjamin Christoffersen [aut]
Maintainer: Marjolein Fokkema <m.fokkema@fsw.leidenuniv.nl>
Diff between pre versions 1.0.7 dated 2024-01-12 and 1.0.8 dated 2025-09-06
pre-1.0.7/pre/NEWS |only pre-1.0.7/pre/inst/doc/missingness.R |only pre-1.0.7/pre/inst/doc/missingness.Rmd |only pre-1.0.7/pre/inst/doc/missingness.html |only pre-1.0.7/pre/inst/doc/tuning.R |only pre-1.0.7/pre/inst/doc/tuning.Rmd |only pre-1.0.7/pre/inst/doc/tuning.html |only pre-1.0.7/pre/vignettes/missingness.Rmd |only pre-1.0.7/pre/vignettes/tuning.Rmd |only pre-1.0.8/pre/DESCRIPTION | 26 pre-1.0.8/pre/MD5 | 65 pre-1.0.8/pre/NEWS.md |only pre-1.0.8/pre/R/gpe.R | 22 pre-1.0.8/pre/R/mi_pre.R | 2 pre-1.0.8/pre/R/pre.R | 801 ++++++---- pre-1.0.8/pre/build/partial.rdb |binary pre-1.0.8/pre/build/vignette.rds |binary pre-1.0.8/pre/inst/doc/Missingness.R |only pre-1.0.8/pre/inst/doc/Missingness.Rmd |only pre-1.0.8/pre/inst/doc/Missingness.html |only pre-1.0.8/pre/inst/doc/Tuning.R |only pre-1.0.8/pre/inst/doc/Tuning.Rmd |only pre-1.0.8/pre/inst/doc/Tuning.html |only pre-1.0.8/pre/inst/doc/relaxed.Rmd | 40 pre-1.0.8/pre/inst/doc/relaxed.html | 221 +- pre-1.0.8/pre/inst/doc/speed.R | 20 pre-1.0.8/pre/inst/doc/speed.Rmd | 40 pre-1.0.8/pre/inst/doc/speed.html | 82 - pre-1.0.8/pre/man/gpe.Rd | 2 pre-1.0.8/pre/man/gpe_cv.glmnet.Rd | 4 pre-1.0.8/pre/man/gpe_rules_pre.Rd | 8 pre-1.0.8/pre/man/gpe_trees.Rd | 14 pre-1.0.8/pre/man/pairplot.Rd | 10 pre-1.0.8/pre/man/pre.Rd | 39 pre-1.0.8/pre/man/rTerm.Rd | 2 pre-1.0.8/pre/man/singleplot.Rd | 9 pre-1.0.8/pre/tests/testthat/previous_results/airquality_w_pre_with_glmtree_w_offset.RDS |only pre-1.0.8/pre/tests/testthat/tests_pre.R | 14 pre-1.0.8/pre/vignettes/Missingness.Rmd |only pre-1.0.8/pre/vignettes/Tuning.Rmd |only pre-1.0.8/pre/vignettes/bib.bib | 190 ++ pre-1.0.8/pre/vignettes/relaxed.Rmd | 40 pre-1.0.8/pre/vignettes/speed.Rmd | 40 43 files changed, 1104 insertions(+), 587 deletions(-)
Title: Perform Phylogenetic Path Analysis
Description: A comprehensive and easy to use R implementation of confirmatory
phylogenetic path analysis as described by Von Hardenberg and Gonzalez-Voyer
(2012) <doi:10.1111/j.1558-5646.2012.01790.x>.
Author: Wouter van der Bijl [aut, cre]
Maintainer: Wouter van der Bijl <wouter@zoology.ubc.ca>
Diff between phylopath versions 1.3.0 dated 2024-06-11 and 1.3.1 dated 2025-09-06
DESCRIPTION | 8 ++++---- MD5 | 19 ++++++++++--------- NEWS.md | 5 +++++ R/internal.R | 3 --- R/print_and_plot.R | 4 ++-- build/vignette.rds |binary inst/doc/binary_models.html | 14 +++++++------- inst/doc/intro_to_phylopath.R | 12 ++++++------ inst/doc/intro_to_phylopath.html | 18 +++++++++--------- man/plot.DAG.Rd | 2 +- tests/testthat/test-check_models_data_tree.R |only 11 files changed, 44 insertions(+), 41 deletions(-)
Title: ADaM Test Data for the 'Pharmaverse' Family of Packages
Description: A set of Analysis Data Model (ADaM) datasets constructed
using the Study Data Tabulation Model (SDTM) datasets contained in the
'pharmaversesdtm' package and the template scripts from the 'admiral'
family of packages. ADaM dataset specifications are described in the
CDISC ADaM implementation guide, accessible by creating a free account
on <https://www.cdisc.org/>.
Author: Fanny Gautier [aut, cre] ,
Stefan Bundfuss [aut] ,
Edoardo Mancini [aut] ,
Lina Patil [aut],
Vladyslav Shuliar [aut] ,
Cytel Inc. [cph, fnd],
F. Hoffmann-La Roche AG [cph, fnd],
GlaxoSmithKline LLC [cph, fnd]
Maintainer: Fanny Gautier <fanny.gautier@cytel.com>
Diff between pharmaverseadam versions 1.1.0 dated 2024-10-25 and 1.2.0 dated 2025-09-06
DESCRIPTION | 68 ++++--- MD5 | 167 +++++++++--------- NAMESPACE | 1 NEWS.md | 58 +++++- R/adae.R | 21 +- R/adbcva_ophtha.R | 82 ++------ R/adce_vaccine.R | 7 R/adcm.R | 19 +- R/adcoeq_metabolic.R |only R/adeg.R | 29 ++- R/adex.R | 40 +++- R/adface_vaccine.R | 43 ++++ R/adis_vaccine.R | 37 +++- R/adlb.R | 68 ++++++- R/adlb_metabolic.R |only R/adlbhy.R | 17 + R/admh.R | 17 - R/adoe_ophtha.R | 32 ++- R/adpc.R | 25 +- R/adpp.R | 17 - R/adppk.R | 13 + R/adrs_onco.R | 26 ++ R/adsl.R | 15 - R/adsl_vaccine.R | 7 R/adtr_onco.R | 24 ++ R/adtte_onco.R | 14 + R/advfq_ophtha.R | 32 ++- R/advs.R | 30 ++- R/advs_metabolic.R |only R/advs_peds.R | 25 ++ R/pharmaverseadam-package.R | 1 README.md | 101 +++++++---- data/adae.rda |binary data/adbcva_ophtha.rda |binary data/adce_vaccine.rda |binary data/adcm.rda |binary data/adcoeq_metabolic.rda |only data/adeg.rda |binary data/adex.rda |binary data/adface_vaccine.rda |binary data/adis_vaccine.rda |binary data/adlb.rda |binary data/adlb_metabolic.rda |only data/adlbhy.rda |binary data/admh.rda |binary data/adoe_ophtha.rda |binary data/adpc.rda |binary data/adpp.rda |binary data/adppk.rda |binary data/adrs_onco.rda |binary data/adsl.rda |binary data/adsl_vaccine.rda |binary data/adtr_onco.rda |binary data/adtte_onco.rda |binary data/advfq_ophtha.rda |binary data/advs.rda |binary data/advs_metabolic.rda |only data/advs_peds.rda |binary inst/WORDLIST | 374 +++++++++++++++++++++++++---------------- inst/extdata/adams-specs.json |only inst/extdata/adams-specs.xlsx |binary man/adae.Rd | 16 - man/adbcva_ophtha.Rd | 78 ++------ man/adce_vaccine.Rd | 2 man/adcm.Rd | 14 - man/adcoeq_metabolic.Rd |only man/adeg.Rd | 25 ++ man/adex.Rd | 36 +++ man/adface_vaccine.Rd | 39 ++++ man/adis_vaccine.Rd | 33 +++ man/adlb.Rd | 64 ++++++- man/adlb_metabolic.Rd |only man/adlbhy.Rd | 13 + man/admh.Rd | 12 - man/adoe_ophtha.Rd | 28 ++- man/adpc.Rd | 21 +- man/adpp.Rd | 12 - man/adppk.Rd | 9 man/adrs_onco.Rd | 22 ++ man/adsl.Rd | 10 - man/adsl_vaccine.Rd | 2 man/adtr_onco.Rd | 20 +- man/adtte_onco.Rd | 10 - man/advfq_ophtha.Rd | 28 ++- man/advs.Rd | 26 ++ man/advs_metabolic.Rd |only man/advs_peds.Rd | 21 ++ man/figures/cytel_logo.png |only man/figures/gsk_logo.png |only man/figures/roche_logo.png |only man/pharmaverseadam-package.Rd | 17 + 91 files changed, 1323 insertions(+), 645 deletions(-)
More information about pharmaverseadam at CRAN
Permanent link
Title: Miscellaneous Functions 'T. Yanagida'
Description: Miscellaneous functions for (1) data handling (e.g., grand-mean and group-mean centering, coding variables and reverse coding items, scale and cluster scores, reading and writing Excel and SPSS files), (2) descriptive statistics (e.g., frequency table, cross tabulation, effect size measures), (3) missing data (e.g., descriptive statistics for missing data, missing data pattern, Little's test of Missing Completely at Random, and auxiliary variable analysis), (4) multilevel data (e.g., multilevel descriptive statistics, within-group and between-group correlation matrix, multilevel confirmatory factor analysis, level-specific fit indices, cross-level measurement equivalence evaluation, multilevel composite reliability, and multilevel R-squared measures), (5) item analysis (e.g., confirmatory factor analysis, coefficient alpha and omega, between-group and longitudinal measurement equivalence evaluation), (6) statistical analysis (e.g., bootstrap confidence intervals, collinearity and resid [...truncated...]
Author: Takuya Yanagida [aut, cre]
Maintainer: Takuya Yanagida <takuya.yanagida@univie.ac.at>
Diff between misty versions 0.7.4 dated 2025-08-18 and 0.7.5 dated 2025-09-06
DESCRIPTION | 12 MD5 | 198 ++++++------ NAMESPACE | 1 NEWS.md | 28 + R/aov.b.R | 7 R/aov.w.R | 7 R/blimp.R | 10 R/blimp.bayes.R | 7 R/blimp.plot.R | 7 R/blimp.print.R | 7 R/blimp.update.R | 10 R/center.R | 7 R/check.collin.R | 7 R/check.outlier.R | 7 R/check.resid.R | 9 R/chr.color.R | 7 R/chr.grep.R | 14 R/chr.gsub.R | 12 R/chr.omit.R | 10 R/chr.trim.R | 7 R/chr.trunc.R | 17 - R/ci.cor.R | 7 R/ci.mean.R | 7 R/ci.mean.diff.R | 7 R/ci.mean.w.R | 7 R/ci.prop.R | 7 R/ci.prop.diff.R | 7 R/ci.var.R | 7 R/cluster.rwg.R | 10 R/cluster.scores.R | 10 R/coding.R | 5 R/coeff.robust.R | 326 ++++++++++++++++---- R/coeff.std.R | 9 R/cohens.d.R | 16 R/cor.matrix.R | 7 R/crosstab.R | 7 R/descript.R | 138 ++++---- R/df.check.R | 7 R/df.duplicated.R | 7 R/df.head.R | 7 R/df.long.R | 14 R/df.move.R | 12 R/df.rbind.R | 5 R/df.rename.R | 4 R/df.subset.R | 5 R/dominance.R | 7 R/dominance.manual.R | 7 R/effsize.R | 5 R/freq.R | 309 ++++++++---------- R/item.alpha.R | 7 R/item.cfa.R | 7 R/item.invar.R | 7 R/item.omega.R | 7 R/item.reverse.R | 7 R/item.scores.R | 7 R/lagged.R | 7 R/mplus.R | 10 R/mplus.bayes.R | 7 R/mplus.lca.R | 7 R/mplus.plot.R | 7 R/mplus.print.R | 7 R/mplus.update.R | 10 R/multilevel.cfa.R | 12 R/multilevel.cor.R | 12 R/multilevel.descript.R | 12 R/multilevel.fit.R | 5 R/multilevel.icc.R | 12 R/multilevel.invar.R | 10 R/multilevel.omega.R | 12 R/multilevel.r2.manual.R | 21 - R/na.as.R | 14 R/na.auxiliary.R | 7 R/na.coverage.R | 7 R/na.descript.R | 7 R/na.indicator.R | 7 R/na.pattern.R | 7 R/na.prop.R | 7 R/na.test.R | 7 R/plot.misty.object.R | 7 R/print.misty.object.R | 766 ++++++++++++++++++++++++++++++++++++++++------- R/rec.R | 12 R/robust.lmer.R |only R/script.open.R | 7 R/setsource.R | 5 R/skewness.R | 14 R/summa.R | 294 +++++++++++++----- R/test.levene.R | 7 R/test.t.R | 14 R/test.welch.R | 7 R/test.z.R | 16 R/uniq.R | 14 R/utils.R | 6 R/write.result.R | 254 ++++++++++++--- R/write.sav.R | 7 R/write.xlsx.R | 5 man/check.resid.Rd | 2 man/coeff.robust.Rd | 225 ++++++++++--- man/descript.Rd | 9 man/freq.Rd | 23 - man/robust.lmer.Rd |only man/summa.Rd | 97 ++++- 101 files changed, 2169 insertions(+), 1235 deletions(-)
Title: Multidimensional Item Response Theory
Description: Analysis of discrete response data using
unidimensional and multidimensional item analysis models under the Item
Response Theory paradigm (Chalmers (2012) <doi:10.18637/jss.v048.i06>).
Exploratory and confirmatory item factor analysis models
are estimated with quadrature (EM) or stochastic (MHRM) methods. Confirmatory
bi-factor and two-tier models are available for modeling item testlets using
dimension reduction EM algorithms, while multiple group analyses and
mixed effects designs are included for detecting differential item, bundle,
and test functioning, and for modeling item and person covariates.
Finally, latent class models such as the DINA, DINO, multidimensional latent class,
mixture IRT models, and zero-inflated response models are supported, as well
as a wide family of probabilistic unfolding models.
Author: Phil Chalmers [aut, cre] ,
Joshua Pritikin [ctb],
Alexander Robitzsch [ctb],
Mateusz Zoltak [ctb],
KwonHyun Kim [ctb],
Carl F. Falk [ctb],
Adam Meade [ctb],
Lennart Schneider [ctb],
David King [ctb],
Chen-Wei Liu [ctb],
Ogreden Oguzhan [ctb]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
Diff between mirt versions 1.44.0 dated 2025-01-28 and 1.45.1 dated 2025-09-06
DESCRIPTION | 9 - MD5 | 288 ++++++++++++++++++------------------ NEWS.md | 15 + R/03-estimation.R | 40 +++-- R/04-PrepData.R | 5 R/05-model.elements.R | 2 R/DIF.R | 2 R/DRF.R | 6 R/DTF.R | 2 R/DeltaMethod.R | 8 - R/EMstep.group.R | 11 + R/M2.R | 2 R/MDIFF.R | 2 R/MDISC.R | 2 R/MHRM.utils.R | 2 R/PLCI.mirt.R | 14 - R/RCI.R | 135 ++++++++++++---- R/RMSD_DIF.R | 26 ++- R/SIBTEST.R | 13 + R/SingleGroup-methods.R | 20 +- R/areainfo.R | 2 R/averageMI.R | 2 R/bfactor.R | 2 R/boot.LR.R | 2 R/boot.mirt.R | 4 R/createItem.R | 2 R/empirical_ES.R | 2 R/empirical_plot.R | 2 R/empirical_rxx.R | 2 R/estfun.R | 2 R/expand.table.R | 2 R/expected.test.R | 2 R/extract.group.R | 17 +- R/extract.item.R | 13 - R/extract.mirt.R | 2 R/fixedCalib.R | 2 R/fixef.R | 2 R/fscores.R | 18 +- R/fscores.internal.R | 4 R/gen.difficulty.R | 2 R/imputeMissing.R | 2 R/itemGAM.R | 6 R/itemfit.R | 2 R/iteminfo.R | 2 R/itemplot.R | 2 R/itemstats.R | 47 +++-- R/lagrange.R | 2 R/likert2int.R | 2 R/marginal_rxx.R | 32 +++- R/mdirt.R | 2 R/mirt-package.R | 18 +- R/mirt.R | 4 R/mirt.model.R | 2 R/mixedmirt.R | 4 R/mod2values.R | 2 R/multipleGroup.R | 5 R/numerical_deriv.R | 2 R/personfit.R | 2 R/poly2dich.R | 2 R/randef.R | 17 +- R/read.mirt.R | 2 R/reverse.score.R | 4 R/simdata.R | 4 R/testinfo.R | 2 R/utils.R | 11 + R/wald.R | 2 README.md | 6 build/partial.rdb |binary build/vignette.rds |binary inst/doc/mirt-vignettes.html | 124 +++++++++------ man/Attitude.Rd | 2 man/Bock1997.Rd | 2 man/DIF.Rd | 2 man/DRF.Rd | 4 man/DTF.Rd | 2 man/DeltaMethod.Rd | 8 - man/LSAT6.Rd | 2 man/LSAT7.Rd | 4 man/M2.Rd | 2 man/MDIFF.Rd | 2 man/MDISC.Rd | 2 man/PLCI.mirt.Rd | 8 - man/RCI.Rd | 77 +++++++++ man/RMSD_DIF.Rd | 22 ++ man/SAT12.Rd | 2 man/SIBTEST.Rd | 8 - man/SLF.Rd | 2 man/Science.Rd | 2 man/anova-method.Rd | 2 man/areainfo.Rd | 2 man/averageMI.Rd | 2 man/bfactor.Rd | 2 man/boot.LR.Rd | 2 man/boot.mirt.Rd | 4 man/coef-method.Rd | 2 man/createItem.Rd | 2 man/deAyala.Rd | 2 man/draw_parameters.Rd | 2 man/empirical_ES.Rd | 2 man/empirical_plot.Rd | 2 man/empirical_rxx.Rd | 2 man/estfun.AllModelClass.Rd | 2 man/expand.table.Rd | 2 man/expected.test.Rd | 2 man/extract.group.Rd | 7 man/extract.item.Rd | 11 - man/extract.mirt.Rd | 2 man/fixedCalib.Rd | 2 man/fixef.Rd | 2 man/fscores.Rd | 11 + man/gen.difficulty.Rd | 2 man/imputeMissing.Rd | 2 man/itemGAM.Rd | 6 man/itemfit.Rd | 2 man/iteminfo.Rd | 2 man/itemplot.Rd | 2 man/itemstats.Rd | 16 +- man/lagrange.Rd | 2 man/likert2int.Rd | 2 man/logLik-method.Rd | 2 man/marginal_rxx.Rd | 32 +++- man/mdirt.Rd | 2 man/mirt.Rd | 4 man/mirt.model.Rd | 2 man/mixedmirt.Rd | 4 man/mod2values.Rd | 2 man/multipleGroup.Rd | 5 man/numerical_deriv.Rd | 2 man/personfit.Rd | 2 man/plot-method.Rd | 2 man/poly2dich.Rd | 2 man/print-method.Rd | 2 man/randef.Rd | 10 + man/read.mirt.Rd | 2 man/residuals-method.Rd | 2 man/reverse.score.Rd | 4 man/secondOrderTest.Rd | 2 man/show-method.Rd | 2 man/simdata.Rd | 2 man/summary-method.Rd | 2 man/testinfo.Rd | 2 man/vcov-method.Rd | 2 man/wald.Rd | 2 src/Makevars | 2 tests/testthat/test-09-mirt.model.R | 9 + 145 files changed, 885 insertions(+), 481 deletions(-)
Title: Miscellaneous Utilities and Functions
Description: Miscellaneous tools and functions,
including: generate descriptive statistics tables,
format output, visualize relations among variables or check
distributions, and generic functions for residual and
model diagnostics.
Author: Joshua F. Wiley [aut, cre]
Maintainer: Joshua F. Wiley <jwiley.psych@gmail.com>
Diff between JWileymisc versions 1.4.3 dated 2025-04-13 and 1.4.4 dated 2025-09-06
DESCRIPTION | 9 MD5 | 57 NAMESPACE | 502 +++---- NEWS.md | 14 R/data.R | 2 R/descriptives.R | 2 R/descriptives_helpers.R | 505 +++---- R/diagnostics.R | 2 R/geoms_themes.R | 130 - R/plotting.R | 1866 +++++++++++++-------------- R/scoring.R | 2 R/styler.R | 1654 ++++++++++++------------ R/utils.R | 1147 ++++++++-------- R/visual_acuity.R | 9 build/partial.rdb |binary build/vignette.rds |binary inst/doc/diagnostics-vignette.R | 240 +-- inst/doc/diagnostics-vignette.html | 1322 +++++++++---------- inst/doc/exploratory-vignette.R | 476 +++--- inst/doc/exploratory-vignette.html | 1996 ++++++++++++++--------------- inst/doc/model-test-vignette.R | 84 - inst/doc/model-test-vignette.html | 1004 +++++++------- man/VAObject-class.Rd | 10 man/aces_daily.Rd | 2 man/density_inversion.Rd |only man/styletests.Rd | 4 man/testDistribution.Rd | 338 ++-- tests/testthat/test-SEMSummary.R | 1 tests/testthat/test-descriptives-helpers.R | 170 +- tests/testthat/test-descriptives.R | 16 30 files changed, 5841 insertions(+), 5723 deletions(-)
Title: Fitting Deep Distributional Regression
Description: Allows for the specification of semi-structured deep distributional regression models which are fitted in a neural network as
proposed by Ruegamer et al. (2023) <doi:10.18637/jss.v105.i02>.
Predictors can be modeled using structured (penalized) linear effects, structured non-linear effects or using an unstructured deep network model.
Author: David Ruegamer [aut, cre],
Christopher Marquardt [ctb],
Laetitia Frost [ctb],
Florian Pfisterer [ctb],
Philipp Baumann [ctb],
Chris Kolb [ctb],
Lucas Kook [ctb]
Maintainer: David Ruegamer <david.ruegamer@gmail.com>
Diff between deepregression versions 2.3.1 dated 2025-09-01 and 2.3.2 dated 2025-09-06
DESCRIPTION | 6 +++--- MD5 | 4 ++-- inst/python/utils/types.py | 7 ++++++- 3 files changed, 11 insertions(+), 6 deletions(-)
More information about deepregression at CRAN
Permanent link
Title: A Comprehensive Collection of Cardiovascular and Heart Disease
Datasets
Description: Offers a diverse collection of datasets focused on cardiovascular and heart disease research, including heart failure, myocardial infarction, aortic dissection, transplant outcomes, cardiovascular risk factors, drug efficacy, and mortality trends.
Designed for researchers, clinicians, epidemiologists, and data scientists, the package features clinical, epidemiological, and simulated datasets covering a wide range of conditions and treatments such as statins, anticoagulants, and beta blockers.
It supports analyses related to disease progression, treatment effects, rehospitalization, and public health outcomes across various cardiovascular patient populations.
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between CardioDataSets versions 0.1.0 dated 2025-05-13 and 0.2.0 dated 2025-09-05
CardioDataSets-0.1.0/CardioDataSets/R/view_datasets.R |only CardioDataSets-0.1.0/CardioDataSets/man/view_datasets.Rd |only CardioDataSets-0.1.0/CardioDataSets/tests/testthat/test-view_datasets.R |only CardioDataSets-0.2.0/CardioDataSets/DESCRIPTION | 15 - CardioDataSets-0.2.0/CardioDataSets/MD5 | 25 +- CardioDataSets-0.2.0/CardioDataSets/NAMESPACE | 2 CardioDataSets-0.2.0/CardioDataSets/NEWS.md |only CardioDataSets-0.2.0/CardioDataSets/R/view_datasets_CardioDataSets.R |only CardioDataSets-0.2.0/CardioDataSets/README.md | 10 - CardioDataSets-0.2.0/CardioDataSets/build/vignette.rds |binary CardioDataSets-0.2.0/CardioDataSets/inst/CITATION | 6 CardioDataSets-0.2.0/CardioDataSets/inst/doc/Introduction_to_CardioDataSets.R | 7 CardioDataSets-0.2.0/CardioDataSets/inst/doc/Introduction_to_CardioDataSets.Rmd | 14 + CardioDataSets-0.2.0/CardioDataSets/inst/doc/Introduction_to_CardioDataSets.html | 96 ++++++---- CardioDataSets-0.2.0/CardioDataSets/man/view_datasets_CardioDataSets.Rd |only CardioDataSets-0.2.0/CardioDataSets/tests/testthat/test-view_datasets_CardioDataSets.R |only CardioDataSets-0.2.0/CardioDataSets/vignettes/Introduction_to_CardioDataSets.Rmd | 14 + 17 files changed, 126 insertions(+), 63 deletions(-)
More information about CardioDataSets at CRAN
Permanent link
Title: Seamless 'Nonmem' Simulation Platform
Description: A complete and seamless 'Nonmem' simulation interface within R. Turns 'Nonmem' control streams into simulation control streams, executes them with specified simulation input data and returns the results. The simulation is performed by 'Nonmem', eliminating manual work and risks of re-implementation of models in other tools.
Author: Philip Delff [aut, cre],
Brian Reilly [ctb],
Sanaya Shroff [ctb],
Boris Grinshpun [ctb]
Maintainer: Philip Delff <philip@delff.dk>
Diff between NMsim versions 0.2.4 dated 2025-07-15 and 0.2.5 dated 2025-09-05
NMsim-0.2.4/NMsim/R/dtapply.R |only NMsim-0.2.4/NMsim/man/dtapply.Rd |only NMsim-0.2.5/NMsim/DESCRIPTION | 6 NMsim-0.2.5/NMsim/MD5 | 101 +++-- NMsim-0.2.5/NMsim/NAMESPACE | 1 NMsim-0.2.5/NMsim/NEWS.md | 31 + NMsim-0.2.5/NMsim/R/NMcreateDoses.R | 23 + NMsim-0.2.5/NMsim/R/NMexec.R | 9 NMsim-0.2.5/NMsim/R/NMextractText.R | 11 NMsim-0.2.5/NMsim/R/NMreadInits.R | 63 +-- NMsim-0.2.5/NMsim/R/NMreadSection.R | 8 NMsim-0.2.5/NMsim/R/NMreadSim.R | 8 NMsim-0.2.5/NMsim/R/NMreadSimOne.R | 4 NMsim-0.2.5/NMsim/R/NMsim.R | 95 +++-- NMsim-0.2.5/NMsim/R/NMsimRes_utils.R | 3 NMsim-0.2.5/NMsim/R/NMsim_helpers.R | 2 NMsim-0.2.5/NMsim/R/NMwriteInits.R | 162 +++++++- NMsim-0.2.5/NMsim/R/NMwriteInitsOne.R | 39 +- NMsim-0.2.5/NMsim/R/NMwriteSectionOne.R | 13 NMsim-0.2.5/NMsim/R/addParType.R | 142 ++++++- NMsim-0.2.5/NMsim/R/checkTimes.R | 10 NMsim-0.2.5/NMsim/R/deleteTmpDirs.R |only NMsim-0.2.5/NMsim/R/fnAppend.R | 60 ++- NMsim-0.2.5/NMsim/R/sampleCovs.R | 10 NMsim-0.2.5/NMsim/R/seedFunDefault.R | 1 NMsim-0.2.5/NMsim/R/typicalize.R | 84 ++-- NMsim-0.2.5/NMsim/README.md | 10 NMsim-0.2.5/NMsim/man/NMcreateDoses.Rd | 10 NMsim-0.2.5/NMsim/man/NMreadInits.Rd | 1 NMsim-0.2.5/NMsim/man/NMsim.Rd | 70 ++- NMsim-0.2.5/NMsim/man/NMwriteInits.Rd | 11 NMsim-0.2.5/NMsim/man/addParType.Rd |only NMsim-0.2.5/NMsim/man/addParameter.Rd |only NMsim-0.2.5/NMsim/man/count_ij.Rd | 2 NMsim-0.2.5/NMsim/man/deleteTmpDirs.Rd |only NMsim-0.2.5/NMsim/man/fnAppend.Rd | 16 NMsim-0.2.5/NMsim/man/initsToExt.Rd |only NMsim-0.2.5/NMsim/man/triagSize.Rd | 4 NMsim-0.2.5/NMsim/man/typicalize.Rd |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/NMsim/xgxr021_nmtranfail/xgxr021_nmtranfail.lst | 2 NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/NMsim/xgxr021_nmtranfail_MetaData.rds |binary NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr011.ext |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr011.lst |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr011.mod |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr011.phi |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr011_fo1.txt |only NMsim-0.2.5/NMsim/tests/testthat/testData/nonmem/xgxr032_sd1_NWPRI.mod |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMcreateDoses_17.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMsim_04.rds |binary NMsim-0.2.5/NMsim/tests/testthat/testReference/NMsim_04b.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMsim_NWPRI_03.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMsim_NWPRI_03_OMEGAP.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMsim_NWPRI_03_OMEGAPD.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/NMwriteInits_07.rds |binary NMsim-0.2.5/NMsim/tests/testthat/testReference/typicalize_01.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/typicalize_02.rds |only NMsim-0.2.5/NMsim/tests/testthat/testReference/typicalize_03.rds |only NMsim-0.2.5/NMsim/tests/testthat/test_NMcreateDoses.R | 9 NMsim-0.2.5/NMsim/tests/testthat/test_NMsim.R | 67 ++- NMsim-0.2.5/NMsim/tests/testthat/test_NMsim_NWPRI.R | 189 ++++++---- NMsim-0.2.5/NMsim/tests/testthat/test_NMsim_default.R | 2 NMsim-0.2.5/NMsim/tests/testthat/test_NMwriteInits.R | 17 NMsim-0.2.5/NMsim/tests/testthat/test_typicalize.R |only 63 files changed, 924 insertions(+), 372 deletions(-)
Title: Optimal Estimation of Function Parameters by Iterated
Linearization
Description: Package for estimating the parameters of a nonlinear function using iterated linearization via Taylor series. Method is based on Kubáček (2000) ISBN: 80-244-0093-6. The algorithm is a generalization of the procedure given in Köning, R., Wimmer, G.
and Witkovský, V. (2014) <doi:10.1088/0957-0233/25/11/115001>.
Author: Stanislav Zamecnik [aut, cre],
Vojtech Sindlar [aut] ,
Zdenka Gerslova [aut] ,
Gejza Wimmer [aut] ,
Technology Agency of the Czech Republic [fnd] ,
Masaryk University, a public university, ID: 00216224 [cph]
Maintainer: Stanislav Zamecnik <zamecnik@math.muni.cz>
This is a re-admission after prior archival of version 0.1.1 dated 2021-11-04
Diff between OEFPIL versions 0.1.1 dated 2021-11-04 and 0.1.2 dated 2025-09-05
DESCRIPTION | 8 MD5 | 66 +- NAMESPACE | 46 - NEWS.md | 24 R/NanoIndent.OEFPIL.R | 488 +++++++-------- R/OEFPIL.R | 1460 ++++++++++++++++++++++----------------------- R/coef.OEFPIL.R | 80 +- R/confBands.OEFPIL.R | 238 +++---- R/confInt.OEFPIL.R | 162 ++-- R/curvplot.OEFPIL.R | 238 +++---- R/ortresiduals.OEFPIL.R | 210 +++--- R/paramplot.OEFPIL.R | 194 ++--- R/plot.OEFPIL.R | 226 +++--- R/print.OEFPIL.R | 72 +- R/silica2098-data.R | 60 - R/silicaBerk-data.R | 54 - R/summary.OEFPIL.R | 202 +++--- R/vcov.OEFPIL.R | 52 - README.md | 240 +++---- build/partial.rdb |binary man/NanoIndent.OEFPIL.Rd | 200 +++--- man/OEFPIL.Rd | 240 +++---- man/coef.OEFPIL.Rd | 78 +- man/confBands.OEFPIL.Rd | 104 +-- man/confInt.OEFPIL.Rd | 86 +- man/curvplot.OEFPIL.Rd | 106 +-- man/ortresiduals.OEFPIL.Rd | 86 +- man/paramplot.OEFPIL.Rd | 88 +- man/plot.OEFPIL.Rd | 130 ++-- man/print.OEFPIL.Rd | 62 - man/silica2098.Rd | 72 +- man/silicaBerk.Rd | 64 - man/summary.OEFPIL.Rd | 88 +- man/vcov.OEFPIL.Rd | 62 - 34 files changed, 2793 insertions(+), 2793 deletions(-)
Title: Identify Text Written by Large Language Models using 'GPTZero'
Description: An R interface to the 'GPTZero' API (<https://gptzero.me/docs>). Allows
users to classify text into human and computer written with probabilities. Formats
the data into data frames where each sentence is an observation. Paragraph-level
and document-level predictions are organized to align with the sentences.
Author: Christopher T. Kenny [aut, cre]
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Diff between gptzeror versions 0.0.1 dated 2023-06-05 and 0.0.2 dated 2025-09-05
gptzeror-0.0.1/gptzeror/R/gptzeror-package.R |only gptzeror-0.0.2/gptzeror/DESCRIPTION | 17 gptzeror-0.0.2/gptzeror/MD5 | 34 - gptzeror-0.0.2/gptzeror/NAMESPACE | 18 gptzeror-0.0.2/gptzeror/NEWS.md | 4 gptzeror-0.0.2/gptzeror/R/GPTZeroR-package.R |only gptzeror-0.0.2/gptzeror/R/api_url.R | 6 gptzeror-0.0.2/gptzeror/R/key.R | 180 +++--- gptzeror-0.0.2/gptzeror/R/predict.R | 276 +++++----- gptzeror-0.0.2/gptzeror/R/utils.R | 38 - gptzeror-0.0.2/gptzeror/inst/httptest2/redact.R | 8 gptzeror-0.0.2/gptzeror/man/gptzero_set_key.Rd | 56 +- gptzeror-0.0.2/gptzeror/man/gptzeror-package.Rd | 4 gptzeror-0.0.2/gptzeror/man/key.Rd | 44 - gptzeror-0.0.2/gptzeror/tests/testthat.R | 24 gptzeror-0.0.2/gptzeror/tests/testthat/httptest2/predict/api.gptzero.me/v2/predict/files-8c5839-POST.json | 86 +-- gptzeror-0.0.2/gptzeror/tests/testthat/httptest2/predict/api.gptzero.me/v2/predict/text-6834ac-POST.json | 86 +-- gptzeror-0.0.2/gptzeror/tests/testthat/setup.R | 72 +- gptzeror-0.0.2/gptzeror/tests/testthat/test-predict.R | 26 19 files changed, 492 insertions(+), 487 deletions(-)
Title: 'ggplot2' Based Tool to Facilitate Diagnostic Plots for NLME
Models
Description: At Novartis, we aimed at standardizing the set of diagnostic plots used for modeling
activities in order to reduce the overall effort required for generating such plots.
For this, we developed a guidance that proposes an adequate set of diagnostics and a toolbox,
called 'ggPMX' to execute them. 'ggPMX' is a toolbox that can generate all diagnostic plots at a quality sufficient
for publication and submissions using few lines of code. This package focuses on plots recommended by ISoP
<doi:10.1002/psp4.12161>. While not required, you can get/install the 'R' 'lixoftConnectors'
package in the 'Monolix' installation, as described at the following url
<https://monolixsuite.slp-software.com/r-functions/2024R1/installation-and-initialization>.
When 'lixoftConnectors' is available, 'R' can use 'Monolix' directly to create the required
Chart Data instead of exporting it from the 'Monolix' gui.
Author: Amine Gassem [aut],
Bruno Bieth [aut],
Irina Baltcheva [aut],
Thomas Dumortier [aut],
Christian Bartels [aut],
Souvik Bhattacharya [aut],
Inga Ludwig [aut],
Ines Paule [aut],
Didier Renard [aut],
Matthew Fidler [aut] ,
Seid Hamzic [aut],
Benjamin Gui [...truncated...]
Maintainer: Aleksandr Pogodaev <alex.pogodaev@novartis.com>
Diff between ggPMX versions 1.3.1 dated 2025-08-27 and 1.3.2 dated 2025-09-05
DESCRIPTION | 6 +++--- MD5 | 15 ++++++++------- NEWS.md | 4 ++++ R/plot-individual.R | 16 ++++++++-------- R/pmx-reader.R | 24 +++++++++++++++++++++--- R/pmxClass.R | 2 +- inst/doc/ggPMX-guide.pdf |binary tests/testthat/setup.R |only tests/testthat/test-reader.R | 40 ++++++++++++++++++++++++++++++++++++++++ 9 files changed, 85 insertions(+), 22 deletions(-)
Title: Accesses Brazilian Public Security Data from SINESP Since 2015
Description: Allows access to data from the Brazilian Public Security Information System (SINESP) by state and municipality. It should be emphasized that the package only extracts the data and facilitates its manipulation in R. Therefore, its sole purpose is to support empirical research. All data credits belong to SINESP, an integrated information platform developed and maintained by the National Secretariat of Public Security (SENASP) of the Ministry of Justice and Public Security. <https://www.gov.br/mj/pt-br/assuntos/sua-seguranca/seguranca-publica/sinesp-1>.
Author: Giovanni Vargette [aut, cre] ,
Igor Laltuf [aut] ,
Marcelo Justus [aut]
Maintainer: Giovanni Vargette <g216978@dac.unicamp.br>
Diff between BrazilCrime versions 0.2.1 dated 2024-09-14 and 0.3.0 dated 2025-09-05
BrazilCrime-0.2.1/BrazilCrime/R/get_sinesp_data.R |only BrazilCrime-0.2.1/BrazilCrime/man/get_sinesp_data.Rd |only BrazilCrime-0.3.0/BrazilCrime/DESCRIPTION | 23 BrazilCrime-0.3.0/BrazilCrime/LICENSE | 4 BrazilCrime-0.3.0/BrazilCrime/MD5 | 37 BrazilCrime-0.3.0/BrazilCrime/NAMESPACE | 10 BrazilCrime-0.3.0/BrazilCrime/R/br_crime_predict.R |only BrazilCrime-0.3.0/BrazilCrime/R/get_sinesp_vde_data.R | 166 +-- BrazilCrime-0.3.0/BrazilCrime/R/sysdata.rda |binary BrazilCrime-0.3.0/BrazilCrime/README.md | 454 +++++----- BrazilCrime-0.3.0/BrazilCrime/build |only BrazilCrime-0.3.0/BrazilCrime/inst/THANKS |only BrazilCrime-0.3.0/BrazilCrime/inst/doc |only BrazilCrime-0.3.0/BrazilCrime/inst/extdata/ufs.csv | 56 - BrazilCrime-0.3.0/BrazilCrime/man/br_crime_predict.Rd |only BrazilCrime-0.3.0/BrazilCrime/man/get_sinesp_vde_data.Rd | 85 - BrazilCrime-0.3.0/BrazilCrime/tests/testthat.R | 24 BrazilCrime-0.3.0/BrazilCrime/tests/testthat/test-get_sinesp_data.R | 68 - BrazilCrime-0.3.0/BrazilCrime/tests/testthat/test-get_sinesp_vde_data.R | 94 +- BrazilCrime-0.3.0/BrazilCrime/vignettes |only 20 files changed, 506 insertions(+), 515 deletions(-)
Title: Markdown Parser and Renderer for R Graphics
Description: Provides the mean to parse and render markdown text with grid
along with facilities to define the styling of the text.
Author: Thomas Lin Pedersen [aut, cre] ,
Martin Mitas [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Thomas Lin Pedersen <thomas.pedersen@posit.co>
Diff between marquee versions 1.1.1 dated 2025-08-27 and 1.2.0 dated 2025-09-05
DESCRIPTION | 11 - MD5 | 54 +++--- NAMESPACE | 3 NEWS.md | 9 + R/classic_style.R | 238 ++++++++++++++++------------ R/geom_marquee.R | 13 - R/grob.R | 82 ++++++--- R/guide_marquee.R | 2 R/marquee-package.R | 5 R/style.R | 106 ++++++++++-- R/style_set.R | 77 +++++---- inst/doc/marquee.html | 18 +- inst/doc/marquee_style.Rmd | 2 inst/doc/marquee_style.html | 25 +- man/classic_style.Rd | 10 + man/figures/README-unnamed-chunk-2-1.png |binary man/figures/lifecycle-deprecated.svg |only man/figures/lifecycle-experimental.svg |only man/figures/lifecycle-stable.svg |only man/figures/lifecycle-superseded.svg |only man/geom_marquee.Rd | 2 man/guide_marquee.Rd | 2 man/marquee_grob.Rd | 7 man/style.Rd | 27 ++- tests/testthat/_snaps/grob/marquee_grob.png |binary tests/testthat/_snaps/parse/parsed.csv | 122 +++++++------- tests/testthat/_snaps/style.md | 4 tests/testthat/_snaps/style_set.md | 2 tests/testthat/test-style.R | 14 - vignettes/marquee_style.Rmd | 2 30 files changed, 512 insertions(+), 325 deletions(-)
Title: Evolutionary Quantitative Genetics
Description: Provides functions for covariance matrix comparisons, estimation of repeatabilities in measurements and matrices, and general evolutionary quantitative genetics tools. Melo D, Garcia G, Hubbe A, Assis A P, Marroig G. (2016) <doi:10.12688/f1000research.7082.3>.
Author: Diogo Melo [aut, cre] ,
Ana Paula Assis [aut],
Edgar Zanella [ctb],
Fabio Andrade Machado [aut] ,
Guilherme Garcia [aut],
Alex Hubbe [rev] ,
Gabriel Marroig [ths]
Maintainer: Diogo Melo <diogro@gmail.com>
Diff between evolqg versions 0.3-4 dated 2023-12-05 and 0.3-6 dated 2025-09-05
DESCRIPTION | 19 ++++++++++--------- MD5 | 24 ++++++++++++------------ R/EigenTensorDecomposition.R | 2 +- R/EvolQG.R | 4 ++-- R/MantelCor.R | 2 +- R/MantelModTest.R | 2 +- man/MantelCor.Rd | 2 +- man/MantelModTest.Rd | 2 +- man/evolqg.Rd | 25 +++++++++++++++++++++++++ man/ratones.Rd | 2 +- src/Makevars | 1 + src/Makevars.win | 1 + tests/testthat/test.TestModularity.r | 3 ++- 13 files changed, 59 insertions(+), 30 deletions(-)
Title: Power Analyses using Monte Carlo Simulations
Description: Provides a general purpose simulation-based power analysis
API for routine and customized simulation experimental designs.
The package focuses exclusively on Monte Carlo simulation experiment variants of
(expected) prospective power analyses,
criterion analyses, compromise analyses, sensitivity analyses, and
a priori/post-hoc analyses. The default simulation experiment functions defined within the package
provide stochastic variants of the power analysis subroutines in
G*Power 3.1 (Faul, Erdfelder, Buchner, and Lang, 2009) <doi:10.3758/brm.41.4.1149>,
along with various other parametric and non-parametric power analysis
applications (e.g., mediation analyses) and support for Bayesian power analysis
by way of Bayes factors or posterior probability evaluations.
Additional functions for building
empirical power curves, reanalyzing simulation information, and
for increasing the precision of the resulting power
estimates are also included, each of which utilize similar API structures.
Author: Phil Chalmers [aut, cre]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
Diff between Spower versions 0.3.1 dated 2025-07-17 and 0.4.0 dated 2025-09-05
Spower-0.3.1/Spower/man/SpowerCurve.Rd |only Spower-0.4.0/Spower/DESCRIPTION | 10 Spower-0.4.0/Spower/MD5 | 28 + Spower-0.4.0/Spower/NAMESPACE | 4 Spower-0.4.0/Spower/R/Spower.R | 114 ++++-- Spower-0.4.0/Spower/R/SpowerBatch.R |only Spower-0.4.0/Spower/R/SpowerCurve.R | 170 ++++----- Spower-0.4.0/Spower/R/util.R | 19 - Spower-0.4.0/Spower/build/vignette.rds |binary Spower-0.4.0/Spower/inst/doc/SpowerIntro.R |only Spower-0.4.0/Spower/inst/doc/SpowerIntro.Rmd |only Spower-0.4.0/Spower/inst/doc/SpowerIntro.html |only Spower-0.4.0/Spower/inst/doc/SpowerIntro_logicals.R |only Spower-0.4.0/Spower/inst/doc/SpowerIntro_logicals.Rmd |only Spower-0.4.0/Spower/inst/doc/SpowerIntro_logicals.html |only Spower-0.4.0/Spower/inst/intro.rds |only Spower-0.4.0/Spower/inst/intro2.rds |only Spower-0.4.0/Spower/man/Spower.Rd | 306 ++++++++++++++--- Spower-0.4.0/Spower/man/getLastSpower.Rd | 7 Spower-0.4.0/Spower/vignettes/SpowerIntro.Rmd |only Spower-0.4.0/Spower/vignettes/SpowerIntro_logicals.Rmd |only 21 files changed, 462 insertions(+), 196 deletions(-)
Title: Sensitivity Analysis for Irregular Assessment Times
Description: Sensitivity analysis for trials with irregular and informative
assessment times, based on a new influence function-based, augmented
inverse intensity-weighted estimator.
Author: Andrew Redd [aut, cre] ,
Yujing Gao [aut],
Shu Yang [aut],
Bonnie Smith [aut],
Ravi Varadhan [aut],
Agatha Mallett [ctb, ctr],
Daniel Scharfstein [pdr, aut] ,
University of Utah [cph]
Maintainer: Andrew Redd <andrew.redd@hsc.utah.edu>
Diff between SensIAT versions 0.2.0 dated 2025-08-18 and 0.3.0 dated 2025-09-05
SensIAT-0.2.0/SensIAT/R/Cond_mean_fn.R |only SensIAT-0.2.0/SensIAT/R/PCORI_example_data.R |only SensIAT-0.2.0/SensIAT/R/PCORI_fulldata_model.R |only SensIAT-0.2.0/SensIAT/R/PCORI_within_group_model.R |only SensIAT-0.2.0/SensIAT/R/SensIAT_prepare_data.R |only SensIAT-0.2.0/SensIAT/R/Y_draw_fn.R |only SensIAT-0.2.0/SensIAT/R/compute_influence_term_2_quadv.R |only SensIAT-0.2.0/SensIAT/R/data_transform.R |only SensIAT-0.2.0/SensIAT/man/Cond_mean_fn.Rd |only SensIAT-0.2.0/SensIAT/man/SensIAT_fit_marginal_model.Rd |only SensIAT-0.2.0/SensIAT/man/SensIAT_jackknife.Rd |only SensIAT-0.2.0/SensIAT/man/SensIAT_prepare_data.Rd |only SensIAT-0.2.0/SensIAT/man/SensIAT_sim_outcome_modeler.Rd |only SensIAT-0.2.0/SensIAT/man/SensIAT_sim_outcome_modeler_mave.Rd |only SensIAT-0.2.0/SensIAT/man/sensitivity_expected_values.Rd |only SensIAT-0.3.0/SensIAT/DESCRIPTION | 6 SensIAT-0.3.0/SensIAT/MD5 | 92 +-- SensIAT-0.3.0/SensIAT/NAMESPACE | 22 SensIAT-0.3.0/SensIAT/NEWS.md | 10 SensIAT-0.3.0/SensIAT/R/RcppExports.R | 4 SensIAT-0.3.0/SensIAT/R/SensIAT_sim_outcome_modeler_mave.R | 242 +++++----- SensIAT-0.3.0/SensIAT/R/add_class.R | 3 SensIAT-0.3.0/SensIAT/R/autoplot.R | 18 SensIAT-0.3.0/SensIAT/R/compute_influence_for_one_alpha_and_one_patient.R | 4 SensIAT-0.3.0/SensIAT/R/compute_influence_term_2_quadv_sim.R | 174 +++---- SensIAT-0.3.0/SensIAT/R/example_data.R |only SensIAT-0.3.0/SensIAT/R/fit_marginal_model.R | 8 SensIAT-0.3.0/SensIAT/R/fulldata_model.R |only SensIAT-0.3.0/SensIAT/R/jackknife.R | 67 +- SensIAT-0.3.0/SensIAT/R/predict_within_group.R | 7 SensIAT-0.3.0/SensIAT/R/prepare_data.R |only SensIAT-0.3.0/SensIAT/R/sensitivity_expected_values.R | 42 - SensIAT-0.3.0/SensIAT/R/sim_outcome_modeler.R | 14 SensIAT-0.3.0/SensIAT/R/within_group_model.R |only SensIAT-0.3.0/SensIAT/inst/examples/basic.R | 4 SensIAT-0.3.0/SensIAT/inst/examples/recreate_original.R | 2 SensIAT-0.3.0/SensIAT/man/SensIAT_example_data.Rd | 8 SensIAT-0.3.0/SensIAT/man/add_class.Rd | 2 SensIAT-0.3.0/SensIAT/man/autoplot.SensIAT_fulldata_jackknife_results.Rd | 4 SensIAT-0.3.0/SensIAT/man/autoplot.SensIAT_fulldata_model.Rd | 4 SensIAT-0.3.0/SensIAT/man/autoplot.SensIAT_within_group_model.Rd | 6 SensIAT-0.3.0/SensIAT/man/autoplot.SensIAT_withingroup_jackknife_results.Rd | 4 SensIAT-0.3.0/SensIAT/man/compute_SensIAT_expected_values.Rd |only SensIAT-0.3.0/SensIAT/man/fit_SensIAT_marginal_mean_model.Rd |only SensIAT-0.3.0/SensIAT/man/fit_SensIAT_single_index_fixed_coef_model.Rd |only SensIAT-0.3.0/SensIAT/man/fit_SensIAT_single_index_norm1coef_model.Rd |only SensIAT-0.3.0/SensIAT/man/fit_SensIAT_within_group_model.Rd | 10 SensIAT-0.3.0/SensIAT/man/jackknife.Rd | 34 + SensIAT-0.3.0/SensIAT/man/pcoriaccel_estimate_pmf.Rd | 1 SensIAT-0.3.0/SensIAT/man/pcoriaccel_evaluate_basis.Rd | 1 SensIAT-0.3.0/SensIAT/man/pcoriaccel_evaluate_basis_mat.Rd | 1 SensIAT-0.3.0/SensIAT/man/predict.SensIAT_within_group_model.Rd | 9 SensIAT-0.3.0/SensIAT/man/prepare_SensIAT_data.Rd |only SensIAT-0.3.0/SensIAT/src/estimate_pmf.cpp | 1 SensIAT-0.3.0/SensIAT/src/spline_basis.h | 3 SensIAT-0.3.0/SensIAT/tests/testthat/test-PCORI_within_group_model.R | 10 SensIAT-0.3.0/SensIAT/tests/testthat/test-SensIAT_sim_outcome_modeler_mave.R | 140 ++++- SensIAT-0.3.0/SensIAT/tests/testthat/test-influence_term1.R | 2 SensIAT-0.3.0/SensIAT/tests/testthat/test-influence_term2.R | 2 59 files changed, 521 insertions(+), 440 deletions(-)
Title: Tools for Analyzing Mixed Effect Regression Models
Description: Provides methods for extracting results from mixed-effect model
objects fit with the 'lme4' package. Allows construction of prediction intervals
efficiently from large scale linear and generalized linear mixed-effects models.
This method draws from the simulation framework used in the Gelman and Hill (2007) textbook:
Data Analysis Using Regression and Multilevel/Hierarchical Models.
Author: Jared E. Knowles [aut, cre],
Carl Frederick [aut],
Alex Whitworth [ctb]
Maintainer: Jared E. Knowles <jared@civilytics.com>
Diff between merTools versions 0.6.2 dated 2024-02-08 and 0.6.3 dated 2025-09-05
DESCRIPTION | 10 +- MD5 | 45 +++++------ NEWS.md | 4 + R/helpers.R | 2 R/merList.R | 17 +++- R/merPlots.R | 6 - R/subBoot.R | 4 - build/vignette.rds |binary inst/doc/Using_predictInterval.html | 16 ++-- inst/doc/imputation.html | 4 - inst/doc/marginal_effects.html | 6 - inst/doc/merToolsIntro.html | 22 ++--- man/VarCorr.merModList.Rd | 4 - man/merModList-class.Rd |only man/merTools-package.Rd | 142 ++++++++++++++++++------------------ man/mkNewReTrms.Rd | 66 ++++++++-------- man/modelFixedEff.Rd | 66 ++++++++-------- man/plotFEsim.Rd | 94 +++++++++++------------ man/plotREsim.Rd | 118 ++++++++++++++--------------- man/ranef.merModList.Rd | 72 ++++++++---------- man/thetaExtract.Rd | 50 ++++++------ tests/testthat/_snaps/predict2.md | 20 ++--- tests/testthat/test-predict1.R | 8 +- tests/testthat/test-predict2.R | 8 +- 24 files changed, 399 insertions(+), 385 deletions(-)
Title: Process and Report 'GreenFeed' Data
Description: Provides tools for downloading, processing, and reporting daily and finalized 'GreenFeed' data.
Author: Guillermo Martinez-Boggio [cre, aut, cph] ,
Meredith Harrison [ctb],
Patrick Lutz [ctb]
Maintainer: Guillermo Martinez-Boggio <gmartinezboggio@ucdavis.edu>
Diff between greenfeedr versions 1.3.0 dated 2025-08-18 and 1.3.1 dated 2025-09-05
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 4 ++++ R/viseat.R | 8 ++++++++ README.md | 7 +------ inst/doc/greenfeedr.html | 2 +- inst/shinyapp/app_server.R | 2 +- 7 files changed, 24 insertions(+), 17 deletions(-)
Title: Fairness Evaluation Metrics with Confidence Intervals for Binary
Protected Attributes
Description: A collection of functions for computing fairness metrics for machine learning and statistical models, including confidence intervals for each metric. The package supports the evaluation of group-level fairness criterion commonly used in fairness research, particularly in healthcare for binary protected attributes. It is based on the overview of fairness in machine learning written by Gao et al (2024) <doi:10.48550/arXiv.2406.09307>.
Author: Jianhui Gao [aut] ,
Benjamin Smith [aut, cre] ,
Benson Chou [aut] ,
Jessica Gronsbell [aut]
Maintainer: Benjamin Smith <benyamin.smith@mail.utoronto.ca>
Diff between fairmetrics versions 1.0.4 dated 2025-07-22 and 1.0.5 dated 2025-09-05
fairmetrics-1.0.4/fairmetrics/R/Fairness.R |only fairmetrics-1.0.4/fairmetrics/R/Helper.R |only fairmetrics-1.0.4/fairmetrics/man/eval_cond_stats_parity.Rd |only fairmetrics-1.0.5/fairmetrics/DESCRIPTION | 11 fairmetrics-1.0.5/fairmetrics/MD5 | 61 fairmetrics-1.0.5/fairmetrics/NAMESPACE | 1 fairmetrics-1.0.5/fairmetrics/R/ModelPerformance.R | 76 fairmetrics-1.0.5/fairmetrics/R/eval_acc_parity.R |only fairmetrics-1.0.5/fairmetrics/R/eval_bs_parity.R |only fairmetrics-1.0.5/fairmetrics/R/eval_cond_acc_equality.R |only fairmetrics-1.0.5/fairmetrics/R/eval_eq_odds.R |only fairmetrics-1.0.5/fairmetrics/R/eval_eq_opp.R |only fairmetrics-1.0.5/fairmetrics/R/eval_neg_class_bal.R |only fairmetrics-1.0.5/fairmetrics/R/eval_neg_pred_parity.R |only fairmetrics-1.0.5/fairmetrics/R/eval_pos_class_bal.R |only fairmetrics-1.0.5/fairmetrics/R/eval_pos_pred_parity.R |only fairmetrics-1.0.5/fairmetrics/R/eval_pred_equality.R |only fairmetrics-1.0.5/fairmetrics/R/eval_stats_parity.R |only fairmetrics-1.0.5/fairmetrics/R/eval_treatment_equality.R |only fairmetrics-1.0.5/fairmetrics/R/get_fairness_metrics.R | 469 ++- fairmetrics-1.0.5/fairmetrics/build/vignette.rds |binary fairmetrics-1.0.5/fairmetrics/inst/CITATION | 2 fairmetrics-1.0.5/fairmetrics/inst/doc/fairmetrics.R | 144 - fairmetrics-1.0.5/fairmetrics/inst/doc/fairmetrics.Rmd | 465 +-- fairmetrics-1.0.5/fairmetrics/inst/doc/fairmetrics.html | 1434 +---------- fairmetrics-1.0.5/fairmetrics/man/eval_acc_parity.Rd | 11 fairmetrics-1.0.5/fairmetrics/man/eval_bs_parity.Rd | 12 fairmetrics-1.0.5/fairmetrics/man/eval_cond_acc_equality.Rd | 12 fairmetrics-1.0.5/fairmetrics/man/eval_eq_odds.Rd | 11 fairmetrics-1.0.5/fairmetrics/man/eval_eq_opp.Rd | 15 fairmetrics-1.0.5/fairmetrics/man/eval_neg_class_bal.Rd | 11 fairmetrics-1.0.5/fairmetrics/man/eval_neg_pred_parity.Rd | 10 fairmetrics-1.0.5/fairmetrics/man/eval_pos_class_bal.Rd | 11 fairmetrics-1.0.5/fairmetrics/man/eval_pos_pred_parity.Rd | 10 fairmetrics-1.0.5/fairmetrics/man/eval_pred_equality.Rd | 10 fairmetrics-1.0.5/fairmetrics/man/eval_stats_parity.Rd | 13 fairmetrics-1.0.5/fairmetrics/man/eval_treatment_equality.Rd | 10 fairmetrics-1.0.5/fairmetrics/man/get_fairness_metrics.Rd | 28 fairmetrics-1.0.5/fairmetrics/vignettes/fairmetrics.Rmd | 465 +-- 39 files changed, 1104 insertions(+), 2188 deletions(-)
Title: A Template for Creating Reproducible 'shiny' Applications
Description: Create a skeleton 'shiny' application with create_template() that is
reproducible, can be saved and meets academic standards for attribution.
Forked from 'wallace'. Code is split into modules that are loaded and linked
together automatically and each call one function. Guidance pages explain
modules to users and flexible logging informs them of any errors. Options
enable asynchronous operations, viewing of source code, interactive maps and
data tables. Use to create complex analytical applications, following best
practices in open science and software development. Includes functions for
automating repetitive development tasks and an example application at
run_shinyscholar() that requires
install.packages("shinyscholar", dependencies = TRUE). A guide to developing
applications can be found on the package website.
Author: Simon E. H. Smart [aut, cre, cph],
Tim Lucas [aut] ,
Jamie M. Kass [ctb],
Gonzalo E. Pinilla-Buitrago [ctb],
Andrea Paz [ctb],
Bethany A. Johnson [ctb],
Valentina Grisales-Betancur [ctb],
Dean Attali [ctb],
Matthew E. Aiello-Lammens [ctb],
Cory Merow [...truncated...]
Maintainer: Simon E. H. Smart <simon.smart@cantab.net>
Diff between shinyscholar versions 0.4.2 dated 2025-06-01 and 0.4.3 dated 2025-09-05
DESCRIPTION | 6 - MD5 | 27 ++-- NEWS.md | 7 + R/create_template.R | 11 + R/custom_modules.R | 8 + README.md | 206 ++++++++++++++++++++++++++---------- inst/app_skeleton/load.Rmd | 6 - inst/app_skeleton/save.Rmd | 25 +++- inst/app_skeleton/testthat.Rmd |only inst/shiny/Rmd/text_intro_tab.Rmd | 2 inst/shiny/Rmd/userReport_intro.Rmd | 2 inst/shiny/modules/core_load.R | 6 - inst/shiny/modules/core_save.R | 33 +++-- inst/shiny/modules/rep_markdown.R | 4 tests/testthat/test-save_load.R | 13 +- 15 files changed, 257 insertions(+), 99 deletions(-)
Title: 'shiny' Applications for the 'tesselle' Packages
Description: A collection of 'shiny' applications for the 'tesselle'
packages <https://www.tesselle.org/>. This package provides
applications for archaeological data analysis and visualization. These
mainly, but not exclusively, include applications for chronological
modelling (e.g. matrix seriation, aoristic analysis) and count data
analysis (e.g. diversity measures, compositional data analysis).
Author: Nicolas Frerebeau [aut, cre] ,
Brice Lebrun [art] ,
Universite Bordeaux Montaigne [fnd] ,
CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Diff between kinesis versions 0.2.1 dated 2025-07-15 and 0.3.0 dated 2025-09-05
kinesis-0.2.1/kinesis/inst/tinytest/_tinysnapshot |only kinesis-0.2.1/kinesis/inst/tinytest/helpers.R |only kinesis-0.2.1/kinesis/man/update_selectize_values.Rd |only kinesis-0.2.1/kinesis/man/update_selectize_variables.Rd |only kinesis-0.3.0/kinesis/DESCRIPTION | 19 kinesis-0.3.0/kinesis/MD5 | 181 +-- kinesis-0.3.0/kinesis/NAMESPACE | 6 kinesis-0.3.0/kinesis/NEWS.md | 8 kinesis-0.3.0/kinesis/R/bertin.R | 16 kinesis-0.3.0/kinesis/R/ca.R | 16 kinesis-0.3.0/kinesis/R/coda.R | 104 - kinesis-0.3.0/kinesis/R/coda_barplot.R | 2 kinesis-0.3.0/kinesis/R/coda_hist.R | 2 kinesis-0.3.0/kinesis/R/coda_statistics.R | 3 kinesis-0.3.0/kinesis/R/count.R |only kinesis-0.3.0/kinesis/R/count_diversity_alpha.R | 26 kinesis-0.3.0/kinesis/R/count_diversity_beta.R | 69 - kinesis-0.3.0/kinesis/R/count_occurrence.R | 29 kinesis-0.3.0/kinesis/R/diversity.R |only kinesis-0.3.0/kinesis/R/graphics.R | 3 kinesis-0.3.0/kinesis/R/help.R | 4 kinesis-0.3.0/kinesis/R/home.R | 49 kinesis-0.3.0/kinesis/R/import.R | 117 +- kinesis-0.3.0/kinesis/R/kinesis-internal.R | 177 --- kinesis-0.3.0/kinesis/R/kinesis-package.R | 6 kinesis-0.3.0/kinesis/R/lm.R |only kinesis-0.3.0/kinesis/R/multivariate.R | 79 - kinesis-0.3.0/kinesis/R/pca.R | 14 kinesis-0.3.0/kinesis/R/plot.R | 2 kinesis-0.3.0/kinesis/R/prepare.R | 213 +--- kinesis-0.3.0/kinesis/R/run.R | 12 kinesis-0.3.0/kinesis/R/scatter.R | 111 -- kinesis-0.3.0/kinesis/R/table.R | 2 kinesis-0.3.0/kinesis/R/ternary.R | 110 +- kinesis-0.3.0/kinesis/R/time_interval.R | 46 kinesis-0.3.0/kinesis/R/variables.R |only kinesis-0.3.0/kinesis/README.md | 5 kinesis-0.3.0/kinesis/build/partial.rdb |binary kinesis-0.3.0/kinesis/inst/app/aoristic/server.R | 1 kinesis-0.3.0/kinesis/inst/app/aoristic/ui.R | 2 kinesis-0.3.0/kinesis/inst/app/ca/server.R | 3 kinesis-0.3.0/kinesis/inst/app/ca/ui.R | 4 kinesis-0.3.0/kinesis/inst/app/diversity/server.R | 10 kinesis-0.3.0/kinesis/inst/app/diversity/ui.R | 7 kinesis-0.3.0/kinesis/inst/app/mcd/server.R | 3 kinesis-0.3.0/kinesis/inst/app/mcd/ui.R | 4 kinesis-0.3.0/kinesis/inst/app/pca/server.R | 1 kinesis-0.3.0/kinesis/inst/app/pca/ui.R | 2 kinesis-0.3.0/kinesis/inst/app/scatter/config.yml | 4 kinesis-0.3.0/kinesis/inst/app/scatter/server.R | 6 kinesis-0.3.0/kinesis/inst/app/scatter/ui.R | 3 kinesis-0.3.0/kinesis/inst/app/seriation/server.R | 3 kinesis-0.3.0/kinesis/inst/app/seriation/ui.R | 4 kinesis-0.3.0/kinesis/inst/app/source/server.R | 1 kinesis-0.3.0/kinesis/inst/app/source/ui.R | 2 kinesis-0.3.0/kinesis/inst/app/ternary/server.R | 1 kinesis-0.3.0/kinesis/inst/app/ternary/ui.R | 2 kinesis-0.3.0/kinesis/inst/extdata |only kinesis-0.3.0/kinesis/inst/po/fr/LC_MESSAGES/R-kinesis.mo |binary kinesis-0.3.0/kinesis/inst/tinytest/bronze.csv | 740 +++++++------- kinesis-0.3.0/kinesis/inst/tinytest/fake.csv |only kinesis-0.3.0/kinesis/inst/tinytest/test_coda.R | 33 kinesis-0.3.0/kinesis/inst/tinytest/test_coda_logratio.R | 15 kinesis-0.3.0/kinesis/inst/tinytest/test_coda_plot.R | 44 kinesis-0.3.0/kinesis/inst/tinytest/test_import.R | 20 kinesis-0.3.0/kinesis/inst/tinytest/test_inputs.R | 25 kinesis-0.3.0/kinesis/inst/tinytest/test_prepare.R | 45 kinesis-0.3.0/kinesis/inst/tinytest/test_ternary.R | 52 kinesis-0.3.0/kinesis/man/bertin_server.Rd | 4 kinesis-0.3.0/kinesis/man/bertin_ui.Rd | 4 kinesis-0.3.0/kinesis/man/checkbox_ui.Rd |only kinesis-0.3.0/kinesis/man/count_server.Rd |only kinesis-0.3.0/kinesis/man/count_ui.Rd |only kinesis-0.3.0/kinesis/man/diversity_alpha_server.Rd | 6 kinesis-0.3.0/kinesis/man/diversity_alpha_ui.Rd | 4 kinesis-0.3.0/kinesis/man/diversity_beta_server.Rd | 13 kinesis-0.3.0/kinesis/man/diversity_beta_ui.Rd | 4 kinesis-0.3.0/kinesis/man/diversity_docs_ui.Rd | 4 kinesis-0.3.0/kinesis/man/diversity_server.Rd |only kinesis-0.3.0/kinesis/man/diversity_ui.Rd |only kinesis-0.3.0/kinesis/man/falsy.Rd |only kinesis-0.3.0/kinesis/man/home_ui.Rd | 2 kinesis-0.3.0/kinesis/man/kinesis-package.Rd | 4 kinesis-0.3.0/kinesis/man/lm_server.Rd |only kinesis-0.3.0/kinesis/man/lm_ui.Rd |only kinesis-0.3.0/kinesis/man/occurrence_server.Rd | 6 kinesis-0.3.0/kinesis/man/occurrence_ui.Rd | 4 kinesis-0.3.0/kinesis/man/prepare_server.Rd | 11 kinesis-0.3.0/kinesis/man/run_app.Rd | 4 kinesis-0.3.0/kinesis/man/selectize_ui.Rd | 5 kinesis-0.3.0/kinesis/man/update_checkbox_colnames.Rd |only kinesis-0.3.0/kinesis/man/update_input.Rd |only kinesis-0.3.0/kinesis/man/update_selectize_colnames.Rd |only kinesis-0.3.0/kinesis/man/update_selectize_rownames.Rd |only kinesis-0.3.0/kinesis/po/R-fr.po | 479 +++++---- kinesis-0.3.0/kinesis/po/R-kinesis.pot | 462 ++++---- kinesis-0.3.0/kinesis/tests/tinytest.R | 6 97 files changed, 1619 insertions(+), 1871 deletions(-)
Title: Supervised Feature Selection
Description: Interfaces for choosing important predictors in supervised
regression, classification, and censored regression models. Permuted
importance scores (Biecek and Burzykowski (2021)
<doi:10.1201/9780429027192>) can be computed for 'tidymodels' model
fits.
Author: Max Kuhn [aut, cre] ,
Posit Software, PBC [cph, fnd]
Maintainer: Max Kuhn <max@posit.co>
Diff between important versions 0.0.1 dated 2025-08-20 and 0.2.0 dated 2025-09-05
DESCRIPTION | 15 +- MD5 | 37 +++++- NAMESPACE | 25 ++++ NEWS.md | 10 + R/import-standalone-obj-type.R |only R/import-standalone-types-check.R |only R/importance_perm.R | 18 ++- R/important-package.R | 26 +++- R/recipe_utils.R |only R/step_predictor_best.R |only R/step_predictor_desirability.R |only R/step_predictor_retain.R |only README.md | 103 ++++++++++++++++++- build/partial.rdb |binary inst/WORDLIST | 3 man/required_pkgs.important.Rd |only man/rmd |only man/step_predictor_best.Rd |only man/step_predictor_desirability.Rd |only man/step_predictor_retain.Rd |only tests/testthat/_snaps/recipes_utils.md |only tests/testthat/_snaps/step_predictor_best.md |only tests/testthat/_snaps/step_predictor_desirability.md |only tests/testthat/_snaps/step_predictor_retain.md |only tests/testthat/helper-objects.R | 49 ++++++--- tests/testthat/test-recipes_utils.R |only tests/testthat/test-step_predictor_best.R |only tests/testthat/test-step_predictor_desirability.R |only tests/testthat/test-step_predictor_retain.R |only 29 files changed, 242 insertions(+), 44 deletions(-)
Title: Cohort Generation for the OMOP Common Data Model
Description: Generate cohorts and subsets using an Observational
Medical Outcomes Partnership (OMOP) Common Data Model (CDM) Database.
Cohorts are defined using 'CIRCE' (<https://github.com/ohdsi/circe-be>) or
SQL compatible with 'SqlRender' (<https://github.com/OHDSI/SqlRender>).
Author: Anthony Sena [aut, cre],
Jamie Gilbert [aut],
Gowtham Rao [aut],
Freddy Avila Cruz [aut],
Martijn Schuemie [aut],
Observational Health Data Science and Informatics [cph]
Maintainer: Anthony Sena <sena@ohdsi.org>
Diff between CohortGenerator versions 0.12.0 dated 2025-07-31 and 0.12.1 dated 2025-09-05
DESCRIPTION | 8 +- MD5 | 18 ++--- NEWS.md | 6 + R/SubsetQueryBuilders.R | 2 build/vignette.rds |binary inst/doc/CreatingCohortSubsetDefinitions.R | 18 ++--- inst/doc/CreatingCohortSubsetDefinitions.html | 4 - inst/doc/GeneratingCohorts.pdf |binary inst/doc/SamplingCohorts.R | 92 +++++++++++++------------- inst/doc/SamplingCohorts.pdf |binary 10 files changed, 77 insertions(+), 71 deletions(-)
More information about CohortGenerator at CRAN
Permanent link
Title: Package Admix for Admixture (aka Contamination) Models
Description: Implements techniques to estimate the unknown quantities
related to two-component admixture models, where the two components
can belong to any distribution (note that in the case of multinomial
mixtures, the two components must belong to the same family).
Estimation methods depend on the assumptions made on the unknown
component density; see Bordes and Vandekerkhove (2010)
<doi:10.3103/S1066530710010023>, Patra and Sen (2016)
<doi:10.1111/rssb.12148>, and Milhaud, Pommeret, Salhi, Vandekerkhove
(2024) <doi:10.3150/23-BEJ1593>. In practice, one can estimate both
the mixture weight and the unknown component density in a wide variety
of frameworks. On top of that, hypothesis tests can be performed in
one and two-sample contexts to test the unknown component density (see
Milhaud, Pommeret, Salhi and Vandekerkhove (2022)
<doi:10.1016/j.jspi.2021.05.010>, and Milhaud, Pommeret, Salhi,
Vandekerkhove (2024) <doi:10.3150/23-BEJ1593>). Finally, clustering of
unknown [...truncated...]
Author: Xavier Milhaud [aut, cre],
Pierre Vandekerkhove [ctb],
Denys Pommeret [ctb],
Yahia Salhi [ctb]
Maintainer: Xavier Milhaud <xavier.milhaud.research@gmail.com>
Diff between admix versions 2.4.3 dated 2025-08-21 and 2.5.1 dated 2025-09-05
DESCRIPTION | 6 MD5 | 45 ++-- NAMESPACE | 15 + R/IBM_k_samples_test.R | 92 +++++--- R/admix_estim.R | 24 +- R/admix_test.R | 10 R/decontaminated_dist.R | 51 +++- R/extractors.R | 309 +++++++++++++++++++++++----- R/gaussianity_test.R | 14 - R/orthobasis_test.R | 13 - R/utils.R | 88 +++++-- build/partial.rdb |binary inst/doc/admixture-weight-estimation.html | 18 - man/admix_estim.Rd | 21 + man/decontaminated_density.Rd | 13 - man/get_cluster_members.admix_cluster.Rd |only man/get_cluster_sizes.admix_cluster.Rd |only man/get_discrepancy_id.IBM_test.Rd |only man/get_discrepancy_matrix.IBM_test.Rd |only man/get_discrepancy_matrix.admix_cluster.Rd |only man/get_discrepancy_rank.IBM_test.Rd |only man/get_known_component.admix_cluster.Rd |only man/get_known_component.admix_estim.Rd |only man/get_known_component.htest.Rd |only man/get_mixing_weights.admix_estim.Rd |only man/get_mixing_weights.htest.Rd |only man/get_statistic_components.IBM_test.Rd |only man/get_tabulated_dist.IBM_test.Rd |only man/plot.decontaminated_density.Rd | 14 - man/reject_nullHyp.htest.Rd |only man/which_rank.htest.Rd |only 31 files changed, 550 insertions(+), 183 deletions(-)
Title: 'Canvas' LMS API Integration
Description: Allow R users to interact with the 'Canvas' Learning Management System (LMS) API (see
<https://canvas.instructure.com/doc/api/all_resources.html> for details).
It provides a set of functions to access and manipulate course data, assignments, grades, users,
and other resources available through the 'Canvas' API.
Author: Tomer Iwan [aut, cre],
Niels Smits [ctb] ,
VU Analytics [cph]
Maintainer: Tomer Iwan <t.iwan@vu.nl>
Diff between vvcanvas versions 0.0.5 dated 2025-03-31 and 0.0.6 dated 2025-09-05
DESCRIPTION | 8 - MD5 | 144 ++++++++++++++++------------ NAMESPACE | 16 +++ NEWS.md | 5 R/create_assignment_group.R | 7 - R/create_conversation.R |only R/create_course_section.R | 7 - R/create_folder.R | 7 - R/create_group_category.R | 7 - R/create_module.R | 15 +- R/create_module_item.R | 20 +-- R/create_page.R | 7 - R/delete_course_section.R | 6 - R/delete_page.R | 19 +-- R/edit_section.R | 7 - R/get_all_courses.R | 49 ++------- R/get_assignment_details.R | 6 - R/get_assignment_groups.R | 18 +-- R/get_assignment_submissions.R | 17 +-- R/get_assignments.R | 17 +-- R/get_calendar_events.R | 20 ++- R/get_conversations.R |only R/get_course_enrollments.R | 16 +-- R/get_course_files.R | 17 +-- R/get_course_folders.R | 21 ++-- R/get_course_gradebook.R |only R/get_course_groups.R | 16 +-- R/get_course_media_objects.R | 18 +-- R/get_course_pages.R | 18 +-- R/get_course_quizzes.R | 17 +-- R/get_course_root_folder.R |only R/get_course_sections.R | 16 +-- R/get_course_students.R | 17 +-- R/get_course_users.R | 17 +-- R/get_courses.R | 2 R/get_department_statistics.R | 16 +-- R/get_department_statistics_by_subaccount.R | 16 +-- R/get_discussions.R | 17 +-- R/get_favorite_courses.R | 6 - R/get_folder_files.R |only R/get_group_categories.R | 16 +-- R/get_group_memberships.R | 16 +-- R/get_group_users.R | 16 +-- R/get_module_items.R | 16 +-- R/get_modules.R | 17 +-- R/get_quiz_submissions.R |only R/get_roles.R | 1 R/get_section_information.R | 6 - R/get_single_conversation.R |only R/get_user_folders.R |only R/paginate.R |only R/post_new_discussion.R | 7 - R/query_progress.R |only R/update_course_grades.R |only R/update_page.R | 25 ++-- R/update_quiz.R | 9 - R/update_section_grades.R |only R/upload_file.R | 21 ++-- R/upload_folder_file.R |only R/upload_qti_file_with_migration.R | 49 +++++---- inst/doc/QTI_quiz.R | 7 - inst/doc/QTI_quiz.Rmd | 7 - inst/doc/QTI_quiz.html | 6 - inst/doc/getting_started.R | 3 inst/doc/getting_started.Rmd | 3 inst/doc/groups_use_case.R | 15 +- inst/doc/groups_use_case.Rmd | 21 +--- inst/doc/groups_use_case.html | 37 +++---- man/append_access_token.Rd |only man/create_conversation.Rd |only man/extract_next_url.Rd |only man/get_conversations.Rd |only man/get_course_folders.Rd | 7 + man/get_course_gradebook.Rd |only man/get_course_root_folder.Rd |only man/get_folder_files.Rd |only man/get_quiz_submissions.Rd |only man/get_single_conversation.Rd |only man/get_user_folders.Rd |only man/paginate.Rd |only man/query_progress.Rd |only man/update_course_grades.Rd |only man/update_section_grades.Rd |only man/upload_folder_file.Rd |only vignettes/QTI_quiz.Rmd | 7 - vignettes/getting_started.Rmd | 3 vignettes/groups_use_case.Rmd | 21 +--- 87 files changed, 519 insertions(+), 449 deletions(-)
Title: Byte Pair Encoding Text Tokenization
Description: Unsupervised text tokenizer focused on computational efficiency. Wraps the 'YouTokenToMe' library <https://github.com/VKCOM/YouTokenToMe> which is an implementation of fast Byte Pair Encoding (BPE) <https://aclanthology.org/P16-1162/>.
Author: Jan Wijffels [aut, cre, cph] ,
BNOSAC [cph] ,
VK.com [cph],
Gregory Popovitch [ctb, cph] ,
The Abseil Authors [ctb, cph] ,
Ivan Belonogov [ctb, cph] )
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Diff between tokenizers.bpe versions 0.1.3 dated 2023-09-15 and 0.1.4 dated 2025-09-05
DESCRIPTION | 8 LICENSE.note | 2 MD5 | 20 - NEWS.md | 4 src/parallel_hashmap/btree.h | 52 +-- src/parallel_hashmap/phmap.h | 522 +++++++++++++++++++++--------------- src/parallel_hashmap/phmap_base.h | 476 +++++++++++++++----------------- src/parallel_hashmap/phmap_bits.h | 83 ++--- src/parallel_hashmap/phmap_config.h | 66 +++- src/parallel_hashmap/phmap_dump.h | 67 +++- src/parallel_hashmap/phmap_utils.h | 2 11 files changed, 724 insertions(+), 578 deletions(-)
More information about tokenizers.bpe at CRAN
Permanent link
Title: Species Distribution Models with Tidymodels
Description: Fit species distribution models (SDMs) using the 'tidymodels' framework,
which provides a standardised interface to define models and process their
outputs. 'tidysdm' expands 'tidymodels' by providing methods for spatial objects,
models and metrics specific to SDMs,
as well as a number of specialised functions to process occurrences
for contemporary and palaeo datasets. The full
functionalities of the package are described
in Leonardi et al. (2023) <doi:10.1101/2023.07.24.550358>.
Author: Michela Leonardi [aut],
Margherita Colucci [aut],
Andrea Vittorio Pozzi [aut],
Eleanor M.L. Scerri [aut],
Ben Tupper [ctb],
Andrea Manica [aut, cre]
Maintainer: Andrea Manica <am315@cam.ac.uk>
Diff between tidysdm versions 1.0.2 dated 2025-08-22 and 1.0.3 dated 2025-09-05
DESCRIPTION | 8 +- MD5 | 22 +++--- NEWS.md | 3 R/tidysdm-package.R | 1 R/zzz.R | 5 + inst/doc/a0_tidysdm_overview.html | 112 ++++++++++++++++---------------- inst/doc/a1_palaeodata_application.html | 26 +++---- inst/doc/a2_tidymodels_additions.html | 81 ++++++++++++++--------- inst/doc/a3_troubleshooting.html | 67 ++++++++----------- man/geom_split_violin.Rd | 10 +- tests/spelling.R | 9 +- tests/testthat/Rplots.pdf |binary 12 files changed, 185 insertions(+), 159 deletions(-)
Title: Stock Assessment Methods Toolkit
Description: Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform data-rich fisheries.
'SAMtool' provides a conditioning model, assessment models of varying complexity with standardized reporting,
model-based management procedures, and diagnostic tools for evaluating assessments inside closed-loop simulation.
Author: Quang Huynh [aut, cre],
Tom Carruthers [aut],
Adrian Hordyk [aut]
Maintainer: Quang Huynh <quang@bluematterscience.com>
Diff between SAMtool versions 1.8.1 dated 2025-04-28 and 1.8.2 dated 2025-09-05
DESCRIPTION | 10 +++++----- MD5 | 14 +++++++------- NEWS.md | 6 +++++- R/RCM_est.R | 7 +++++-- R/RCM_int.R | 12 ++++++++---- R/RCM_rmd.R | 4 ++-- R/define_S4_class_RCModel.R | 6 +++++- build/partial.rdb |binary 8 files changed, 37 insertions(+), 22 deletions(-)
Title: Exploratory Analysis of Temporal and Spatio-Temporal Health Data
Description: A collection of commonly used visualizations of temporal and
spatio-temporal health data including case counts, incidence rates, and
covariates. The available plot types include time series, heatmaps,
seasonality plots, maps and more. The package supports standard data
transformations such as temporal and spatial aggregations, while
offering extensive customization options for the resulting figures.
Author: Carles Mila [aut, cre] ,
Giovenale Moirano [aut] ,
Anna B. Kawiecki [aut] ,
Rachel Lowe [aut, cph]
Maintainer: Carles Mila <carles.milagarcia@bsc.es>
Diff between GHRexplore versions 0.1.1 dated 2025-07-10 and 0.2.0 dated 2025-09-05
DESCRIPTION | 6 - MD5 | 45 ++++---- NAMESPACE | 1 NEWS.md | 8 + R/dengue_MS.R | 19 ++- R/dengue_SP.R | 4 R/map_MS.R | 6 - R/plot_compare.R | 2 R/plot_map.R | 79 +++++++++------ R/plot_timeseries.R | 4 R/plot_timeseries2.R |only README.md | 2 inst/doc/GHRexplore.R | 47 ++++++++- inst/doc/GHRexplore.Rmd | 65 +++++++++++- inst/doc/GHRexplore.html | 166 ++++++++++++++++++++------------- man/dengue_MS.Rd | 16 +-- man/dengue_SP.Rd | 2 man/map_MS.Rd | 2 man/plot_compare.Rd | 2 man/plot_map.Rd | 19 ++- man/plot_timeseries.Rd | 3 man/plot_timeseries2.Rd |only tests/testthat/test-plot_map.R | 6 - tests/testthat/test-plot_timeseries2.R |only vignettes/GHRexplore.Rmd | 65 +++++++++++- 25 files changed, 402 insertions(+), 167 deletions(-)
Title: Fast and Robust Multi-Scale Graph Clustering
Description: A graph community detection algorithm that aims to be performant
on large graphs and robust, returning consistent results across runs.
SpeakEasy 2 (SE2), the underlying algorithm, is described in Chris Gaiteri,
David R. Connell & Faraz A. Sultan et al. (2023)
<doi:10.1186/s13059-023-03062-0>. The core algorithm is written in 'C',
providing speed and keeping the memory requirements low. This implementation
can take advantage of multiple computing cores without increasing memory
usage. SE2 can detect community structure across scales, making it a good
choice for biological data, which often has hierarchical structure. Graphs
can be passed to the algorithm as adjacency matrices using base 'R'
matrices, the 'Matrix' library, 'igraph' graphs, or any data that can be
coerced into a matrix.
Author: David Connell [aut, cre, cph] ,
Chris Gaiteri [cph] ,
Gabor Csardi [cph, ctb] ,
Tamas Nepusz [cph, ctb] ,
Szabolcs Horvat [cph, ctb] ,
Vincent Traag [cph, ctb] ,
Fabio Zanini [cph, ctb] ,
Daniel Noom [cph, ctb] ,
The igraph development team [cph] ,
F [...truncated...]
Maintainer: David Connell <david32@dcon.addy.io>
Diff between speakeasyR versions 0.1.6 dated 2025-08-28 and 0.1.7 dated 2025-09-05
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 6 ++++++ configure | 18 +++++++++--------- configure.ac | 2 +- inst/doc/speakeasyR.html | 10 +++++----- src/se2/src/speakeasy2/se2_core.c | 5 +++-- 7 files changed, 33 insertions(+), 26 deletions(-)
Title: Nearest Neighbor Descent Method for Approximate Nearest
Neighbors
Description: The Nearest Neighbor Descent method for finding approximate
nearest neighbors by Dong and co-workers (2010)
<doi:10.1145/1963405.1963487>. Based on the 'Python' package
'PyNNDescent' <https://github.com/lmcinnes/pynndescent>.
Author: James Melville [aut, cre, cph],
Vitalie Spinu [ctb],
Ralf Stubner [ctb]
Maintainer: James Melville <jlmelville@gmail.com>
Diff between rnndescent versions 0.1.6 dated 2024-05-14 and 0.1.8 dated 2025-09-05
DESCRIPTION | 8 +++--- MD5 | 30 ++++++++++++------------ NEWS.md | 5 ++++ build/partial.rdb |binary build/vignette.rds |binary inst/doc/brute-force.html | 2 - inst/doc/hubness.html | 40 ++++++++++++++++---------------- inst/doc/metrics.html | 2 - inst/doc/nearest-neighbor-descent.html | 2 - inst/doc/querying-data.html | 4 +-- inst/doc/random-partition-forests.html | 2 - inst/doc/rnndescent.html | 2 - tests/testthat/test_brute_force.R | 4 +-- tests/testthat/test_descent_euclidean.R | 2 - tests/testthat/test_random_nbrs.R | 4 +-- tests/testthat/test_rptree.R | 8 +++--- 16 files changed, 60 insertions(+), 55 deletions(-)
Title: Quantile-Quantile Plot Extensions for 'ggplot2'
Description: Extensions of 'ggplot2' Q-Q plot functionalities.
Author: Alexandre Almeida [aut],
Adam Loy [aut, cre],
Heike Hofmann [aut]
Maintainer: Adam Loy <loyad01@gmail.com>
Diff between qqplotr versions 0.0.6 dated 2023-01-25 and 0.0.7 dated 2025-09-05
DESCRIPTION | 8 - MD5 | 69 +++++----- NEWS.md | 4 R/data.R | 2 R/geom_qq_band.R | 4 R/qqplotr.R | 3 R/stat_pp_band.R | 8 - R/stat_pp_line.R | 6 R/stat_pp_point.R | 5 R/stat_qq_band.R | 8 - R/stat_qq_line.R | 4 R/stat_qq_point.R | 4 build/partial.rdb |only build/vignette.rds |binary inst/CITATION | 28 +--- inst/doc/introduction.R | 10 - inst/doc/introduction.Rmd | 2 inst/doc/introduction.html | 196 +++++++++++++++--------------- man/figures/README-unnamed-chunk-10-1.png |binary man/figures/README-unnamed-chunk-11-1.png |binary man/figures/README-unnamed-chunk-12-1.png |binary man/figures/README-unnamed-chunk-13-1.png |binary man/figures/README-unnamed-chunk-14-1.png |binary man/figures/README-unnamed-chunk-6-1.png |binary man/figures/README-unnamed-chunk-7-1.png |binary man/figures/README-unnamed-chunk-8-1.png |binary man/figures/README-unnamed-chunk-9-1.png |binary man/longjump.Rd | 2 man/qqplotr.Rd | 19 ++ man/stat_pp_band.Rd | 82 +++++++++--- man/stat_pp_line.Rd | 78 +++++++++-- man/stat_pp_point.Rd | 78 +++++++++-- man/stat_qq_band.Rd | 82 +++++++++--- man/stat_qq_line.Rd | 78 +++++++++-- man/stat_qq_point.Rd | 78 +++++++++-- vignettes/introduction.Rmd | 2 36 files changed, 572 insertions(+), 288 deletions(-)
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
Description: A DBI-compatible interface to ODBC databases.
Author: Jim Hester [aut],
Hadley Wickham [aut, cre],
Oliver Gjoneski [aut],
Simon Couch [aut],
lexicalunit [cph] ,
Google Inc. [cph] ,
Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between odbc versions 1.6.2 dated 2025-08-28 and 1.6.3 dated 2025-09-05
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 4 ++++ src/nanodbc/nanodbc.cpp | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-)
Title: Neighborhood Deprivation Indices
Description: Computes various geospatial indices of socioeconomic deprivation and disparity
in the United States. Some indices are considered "spatial" because they
consider the values of neighboring (i.e., adjacent) census geographies in
their computation, while other indices are "aspatial" because they only
consider the value within each census geography. Two types of aspatial
neighborhood deprivation indices (NDI) are available: including:
(1) based on Messer et al. (2006) <doi:10.1007/s11524-006-9094-x>
and (2) based on Andrews et al. (2020) <doi:10.1080/17445647.2020.1750066>
and Slotman et al. (2022) <doi:10.1016/j.dib.2022.108002>
who use variables chosen by Roux and Mair (2010)
<doi:10.1111/j.1749-6632.2009.05333.x>. Both are a decomposition of multiple
demographic characteristics from the U.S. Census Bureau American Community
Survey 5-year estimates (ACS-5; 2006-2010 onward). Using data from the ACS-5
(2005-2009 onward), the package can also compute indices of racia [...truncated...]
Author: Ian D. Buller [aut, cre, cph] ,
NCI [cph, fnd]
Maintainer: Ian D. Buller <ian.buller@alumni.emory.edu>
Diff between ndi versions 0.1.5 dated 2024-01-23 and 0.2.1 dated 2025-09-05
ndi-0.1.5/ndi/R/package.R |only ndi-0.1.5/ndi/inst/doc/vignette.html |only ndi-0.1.5/ndi/inst/doc/vignette.html.asis |only ndi-0.1.5/ndi/vignettes/vignette.Rmd |only ndi-0.1.5/ndi/vignettes/vignette.html.asis |only ndi-0.2.1/ndi/DESCRIPTION | 50 ndi-0.2.1/ndi/MD5 | 155 + ndi-0.2.1/ndi/NAMESPACE | 27 ndi-0.2.1/ndi/NEWS.md | 101 - ndi-0.2.1/ndi/R/DCtracts2020.R | 2 ndi-0.2.1/ndi/R/anthopolos.R | 348 ++- ndi-0.2.1/ndi/R/atkinson.R | 535 ++++- ndi-0.2.1/ndi/R/bell.R | 543 ++++-- ndi-0.2.1/ndi/R/bemanian_beyer.R | 518 +++-- ndi-0.2.1/ndi/R/bravo.R | 388 ++-- ndi-0.2.1/ndi/R/denton.R |only ndi-0.2.1/ndi/R/denton_cuzzort.R |only ndi-0.2.1/ndi/R/duncan.R | 567 ++++-- ndi-0.2.1/ndi/R/duncan_cuzzort.R |only ndi-0.2.1/ndi/R/duncan_duncan.R |only ndi-0.2.1/ndi/R/gini.R | 427 ++++ ndi-0.2.1/ndi/R/globals.R | 332 +++ ndi-0.2.1/ndi/R/hoover.R |only ndi-0.2.1/ndi/R/james_taeuber.R |only ndi-0.2.1/ndi/R/krieger.R | 732 +++++--- ndi-0.2.1/ndi/R/lieberson.R |only ndi-0.2.1/ndi/R/massey.R |only ndi-0.2.1/ndi/R/massey_duncan.R |only ndi-0.2.1/ndi/R/messer.R | 437 ++-- ndi-0.2.1/ndi/R/morgan_denton.R |only ndi-0.2.1/ndi/R/morgan_massey.R |only ndi-0.2.1/ndi/R/ndi-package.R |only ndi-0.2.1/ndi/R/powell_wiley.R | 506 +++-- ndi-0.2.1/ndi/R/sudano.R | 466 +++-- ndi-0.2.1/ndi/R/theil.R |only ndi-0.2.1/ndi/R/utils.R | 615 ++++++ ndi-0.2.1/ndi/R/white.R | 443 +++- ndi-0.2.1/ndi/R/white_blau.R |only ndi-0.2.1/ndi/R/zzz.R | 2 ndi-0.2.1/ndi/README.md | 1900 ++++++++++++++++----- ndi-0.2.1/ndi/build/partial.rdb |binary ndi-0.2.1/ndi/build/vignette.rds |binary ndi-0.2.1/ndi/inst/CITATION | 1196 +++++++++---- ndi-0.2.1/ndi/inst/doc/ndi1.html |only ndi-0.2.1/ndi/inst/doc/ndi1.html.asis |only ndi-0.2.1/ndi/inst/doc/ndi2.html |only ndi-0.2.1/ndi/inst/doc/ndi2.html.asis |only ndi-0.2.1/ndi/inst/doc/ndi3.html |only ndi-0.2.1/ndi/inst/doc/ndi3.html.asis |only ndi-0.2.1/ndi/man/anthopolos.Rd | 98 - ndi-0.2.1/ndi/man/atkinson.Rd | 107 - ndi-0.2.1/ndi/man/bell.Rd | 96 - ndi-0.2.1/ndi/man/bemanian_beyer.Rd | 92 - ndi-0.2.1/ndi/man/bravo.Rd | 62 ndi-0.2.1/ndi/man/denton.Rd |only ndi-0.2.1/ndi/man/denton_cuzzort.Rd |only ndi-0.2.1/ndi/man/duncan.Rd | 88 ndi-0.2.1/ndi/man/duncan_cuzzort.Rd |only ndi-0.2.1/ndi/man/duncan_duncan.Rd |only ndi-0.2.1/ndi/man/gini.Rd | 85 ndi-0.2.1/ndi/man/hoover.Rd |only ndi-0.2.1/ndi/man/james_taeuber.Rd |only ndi-0.2.1/ndi/man/krieger.Rd | 41 ndi-0.2.1/ndi/man/lieberson.Rd |only ndi-0.2.1/ndi/man/massey.Rd |only ndi-0.2.1/ndi/man/massey_duncan.Rd |only ndi-0.2.1/ndi/man/messer.Rd | 36 ndi-0.2.1/ndi/man/morgan_denton.Rd |only ndi-0.2.1/ndi/man/morgan_massey.Rd |only ndi-0.2.1/ndi/man/ndi-package.Rd | 92 - ndi-0.2.1/ndi/man/powell_wiley.Rd | 42 ndi-0.2.1/ndi/man/sudano.Rd | 89 ndi-0.2.1/ndi/man/theil.Rd |only ndi-0.2.1/ndi/man/white.Rd | 85 ndi-0.2.1/ndi/man/white_blau.Rd |only ndi-0.2.1/ndi/tests/testthat.R | 2 ndi-0.2.1/ndi/tests/testthat/test-anthopolos.R | 89 ndi-0.2.1/ndi/tests/testthat/test-atkinson.R | 127 + ndi-0.2.1/ndi/tests/testthat/test-bell.R | 126 + ndi-0.2.1/ndi/tests/testthat/test-bemanian_beyer.R | 126 + ndi-0.2.1/ndi/tests/testthat/test-bravo.R | 89 ndi-0.2.1/ndi/tests/testthat/test-denton.R |only ndi-0.2.1/ndi/tests/testthat/test-denton_cuzzort.R |only ndi-0.2.1/ndi/tests/testthat/test-duncan.R | 126 + ndi-0.2.1/ndi/tests/testthat/test-duncan_cuzzort.R |only ndi-0.2.1/ndi/tests/testthat/test-duncan_duncan.R |only ndi-0.2.1/ndi/tests/testthat/test-gini.R | 98 - ndi-0.2.1/ndi/tests/testthat/test-hoover.R |only ndi-0.2.1/ndi/tests/testthat/test-james_taeuber.R |only ndi-0.2.1/ndi/tests/testthat/test-krieger.R | 64 ndi-0.2.1/ndi/tests/testthat/test-lieberson.R |only ndi-0.2.1/ndi/tests/testthat/test-massey.R |only ndi-0.2.1/ndi/tests/testthat/test-massey_duncan.R |only ndi-0.2.1/ndi/tests/testthat/test-messer.R | 108 - ndi-0.2.1/ndi/tests/testthat/test-morgan_denton.R |only ndi-0.2.1/ndi/tests/testthat/test-powell_wiley.R | 110 - ndi-0.2.1/ndi/tests/testthat/test-sudano.R | 105 - ndi-0.2.1/ndi/tests/testthat/test-theil.R |only ndi-0.2.1/ndi/tests/testthat/test-white.R | 107 - ndi-0.2.1/ndi/tests/testthat/test-white_blau.R |only ndi-0.2.1/ndi/tests/testthat/test_morgan_massey.R |only ndi-0.2.1/ndi/vignettes/ndi1.Rmd |only ndi-0.2.1/ndi/vignettes/ndi1.html.asis |only ndi-0.2.1/ndi/vignettes/ndi2.Rmd |only ndi-0.2.1/ndi/vignettes/ndi2.html.asis |only ndi-0.2.1/ndi/vignettes/ndi3.Rmd |only ndi-0.2.1/ndi/vignettes/ndi3.html.asis |only 107 files changed, 8901 insertions(+), 3679 deletions(-)
Title: Multivariate (Dynamic) Generalized Additive Models
Description: Fit Bayesian Dynamic Generalized Additive Models to multivariate observations. Users can build nonlinear State-Space models that can incorporate semiparametric effects in observation and process components, using a wide range of observation families. Estimation is performed using Markov Chain Monte Carlo with Hamiltonian Monte Carlo in the software 'Stan'. References: Clark & Wells (2023) <doi:10.1111/2041-210X.13974>.
Author: Nicholas J Clark [aut, cre] ,
KANK Karunarathna [ctb] ,
Sarah Heaps [ctb] ,
Scott Pease [ctb] ,
Matthijs Hollanders [ctb]
Maintainer: Nicholas J Clark <nicholas.j.clark1214@gmail.com>
Diff between mvgam versions 1.1.51 dated 2025-03-14 and 1.1.593 dated 2025-09-05
mvgam-1.1.51/mvgam/src/Makevars.txt |only mvgam-1.1.593/mvgam/DESCRIPTION | 32 mvgam-1.1.593/mvgam/MD5 | 338 mvgam-1.1.593/mvgam/NAMESPACE | 13 mvgam-1.1.593/mvgam/NEWS.md | 175 mvgam-1.1.593/mvgam/R/add_MACor.R | 9 mvgam-1.1.593/mvgam/R/add_base_dgam_lines.R | 7 mvgam-1.1.593/mvgam/R/add_corcar.R | 8 mvgam-1.1.593/mvgam/R/add_nmixture.R | 1522 +- mvgam-1.1.593/mvgam/R/add_trend_lines.R | 6 mvgam-1.1.593/mvgam/R/as.data.frame.mvgam.R | 130 mvgam-1.1.593/mvgam/R/backends.R | 3 mvgam-1.1.593/mvgam/R/compute_edf.R | 4 mvgam-1.1.593/mvgam/R/conditional_effects.R | 127 mvgam-1.1.593/mvgam/R/dynamic.R | 223 mvgam-1.1.593/mvgam/R/ensemble.R | 103 mvgam-1.1.593/mvgam/R/evaluate_mvgams.R | 369 mvgam-1.1.593/mvgam/R/families.R | 4001 +++--- mvgam-1.1.593/mvgam/R/fevd.mvgam.R | 54 mvgam-1.1.593/mvgam/R/forecast.mvgam.R | 204 mvgam-1.1.593/mvgam/R/get_monitor_pars.R | 2 mvgam-1.1.593/mvgam/R/get_mvgam_priors.R | 3700 +++--- mvgam-1.1.593/mvgam/R/globals.R | 278 mvgam-1.1.593/mvgam/R/gp.R | 139 mvgam-1.1.593/mvgam/R/gratia_methods.R | 146 mvgam-1.1.593/mvgam/R/hindcast.mvgam.R | 27 mvgam-1.1.593/mvgam/R/how_to_cite.R | 96 mvgam-1.1.593/mvgam/R/index-mvgam.R | 525 mvgam-1.1.593/mvgam/R/interpret_mvgam.R | 14 mvgam-1.1.593/mvgam/R/irf.mvgam.R | 488 mvgam-1.1.593/mvgam/R/jsdgam.R | 557 mvgam-1.1.593/mvgam/R/logLik.mvgam.R | 83 mvgam-1.1.593/mvgam/R/loo.mvgam.R | 242 mvgam-1.1.593/mvgam/R/lv_correlations.R | 216 mvgam-1.1.593/mvgam/R/marginaleffects.mvgam.R | 40 mvgam-1.1.593/mvgam/R/model.frame.mvgam.R | 61 mvgam-1.1.593/mvgam/R/monotonic.R | 156 mvgam-1.1.593/mvgam/R/mvgam-class.R | 155 mvgam-1.1.593/mvgam/R/mvgam.R | 5357 ++++---- mvgam-1.1.593/mvgam/R/mvgam_diagnostics.R | 2 mvgam-1.1.593/mvgam/R/mvgam_fevd-class.R | 89 mvgam-1.1.593/mvgam/R/mvgam_forecast-class.R | 190 mvgam-1.1.593/mvgam/R/mvgam_irf-class.R | 383 mvgam-1.1.593/mvgam/R/mvgam_residcor-class.R |only mvgam-1.1.593/mvgam/R/mvgam_setup.R | 509 mvgam-1.1.593/mvgam/R/mvgam_trend_types.R | 903 - mvgam-1.1.593/mvgam/R/noncent_trend.R | 4 mvgam-1.1.593/mvgam/R/ordinate.jsdgam.R |only mvgam-1.1.593/mvgam/R/plot.mvgam.R | 259 mvgam-1.1.593/mvgam/R/plot_mvgam_factors.R | 305 mvgam-1.1.593/mvgam/R/plot_mvgam_fc.R | 1893 +-- mvgam-1.1.593/mvgam/R/plot_mvgam_pterms.R | 530 mvgam-1.1.593/mvgam/R/plot_mvgam_randomeffects.R | 396 mvgam-1.1.593/mvgam/R/plot_mvgam_resids.R | 480 mvgam-1.1.593/mvgam/R/plot_mvgam_series.R | 677 - mvgam-1.1.593/mvgam/R/plot_mvgam_smooth.R | 2353 +-- mvgam-1.1.593/mvgam/R/plot_mvgam_trend.R | 807 - mvgam-1.1.593/mvgam/R/plot_mvgam_uncertainty.R | 66 mvgam-1.1.593/mvgam/R/portal_data.R | 29 mvgam-1.1.593/mvgam/R/posterior_epred.mvgam.R | 354 mvgam-1.1.593/mvgam/R/ppc.mvgam.R | 149 mvgam-1.1.593/mvgam/R/predict.mvgam.R | 250 mvgam-1.1.593/mvgam/R/print.mvgam.R | 154 mvgam-1.1.593/mvgam/R/residual_cor.R | 581 mvgam-1.1.593/mvgam/R/residuals.mvgam.R | 49 mvgam-1.1.593/mvgam/R/score.mvgam_forecast.R | 187 mvgam-1.1.593/mvgam/R/series_to_mvgam.R | 264 mvgam-1.1.593/mvgam/R/sim_mvgam.R | 1201 + mvgam-1.1.593/mvgam/R/stability.R | 315 mvgam-1.1.593/mvgam/R/stan_utils.R | 68 mvgam-1.1.593/mvgam/R/summary.mvgam.R | 2059 +-- mvgam-1.1.593/mvgam/R/tidier_methods.R | 603 mvgam-1.1.593/mvgam/R/trends.R | 167 mvgam-1.1.593/mvgam/R/update.mvgam.R | 118 mvgam-1.1.593/mvgam/R/validations.R | 75 mvgam-1.1.593/mvgam/README.md | 191 mvgam-1.1.593/mvgam/inst/doc/data_in_mvgam.R | 217 mvgam-1.1.593/mvgam/inst/doc/data_in_mvgam.Rmd | 872 - mvgam-1.1.593/mvgam/inst/doc/data_in_mvgam.html | 226 mvgam-1.1.593/mvgam/inst/doc/forecast_evaluation.R | 154 mvgam-1.1.593/mvgam/inst/doc/mvgam_overview.R | 122 mvgam-1.1.593/mvgam/inst/doc/mvgam_overview.Rmd | 51 mvgam-1.1.593/mvgam/inst/doc/nmixtures.R | 58 mvgam-1.1.593/mvgam/inst/doc/shared_states.R | 44 mvgam-1.1.593/mvgam/inst/doc/time_varying_effects.R | 72 mvgam-1.1.593/mvgam/inst/doc/trend_formulas.R | 166 mvgam-1.1.593/mvgam/inst/doc/trend_formulas.Rmd | 70 mvgam-1.1.593/mvgam/man/GP.Rd | 23 mvgam-1.1.593/mvgam/man/RW.Rd | 298 mvgam-1.1.593/mvgam/man/ZMVN.Rd | 173 mvgam-1.1.593/mvgam/man/augment.mvgam.Rd | 54 mvgam-1.1.593/mvgam/man/conditional_effects.mvgam.Rd | 116 mvgam-1.1.593/mvgam/man/dynamic.Rd | 139 mvgam-1.1.593/mvgam/man/ensemble.mvgam_forecast.Rd | 85 mvgam-1.1.593/mvgam/man/evaluate_mvgams.Rd | 225 mvgam-1.1.593/mvgam/man/fevd.mvgam.Rd | 46 mvgam-1.1.593/mvgam/man/fitted.mvgam.Rd | 51 mvgam-1.1.593/mvgam/man/forecast.mvgam.Rd | 182 mvgam-1.1.593/mvgam/man/get_mvgam_priors.Rd | 531 mvgam-1.1.593/mvgam/man/gratia_mvgam_enhancements.Rd | 100 mvgam-1.1.593/mvgam/man/hindcast.mvgam.Rd | 45 mvgam-1.1.593/mvgam/man/how_to_cite.mvgam.Rd | 69 mvgam-1.1.593/mvgam/man/index-mvgam.Rd | 25 mvgam-1.1.593/mvgam/man/irf.mvgam.Rd | 65 mvgam-1.1.593/mvgam/man/jsdgam.Rd | 590 mvgam-1.1.593/mvgam/man/logLik.mvgam.Rd | 55 mvgam-1.1.593/mvgam/man/loo.mvgam.Rd | 146 mvgam-1.1.593/mvgam/man/lv_correlations.Rd | 67 mvgam-1.1.593/mvgam/man/mcmc_plot.mvgam.Rd | 7 mvgam-1.1.593/mvgam/man/model.frame.mvgam.Rd | 2 mvgam-1.1.593/mvgam/man/monotonic.Rd | 91 mvgam-1.1.593/mvgam/man/mvgam-class.Rd | 108 mvgam-1.1.593/mvgam/man/mvgam-package.Rd | 1 mvgam-1.1.593/mvgam/man/mvgam.Rd | 990 - mvgam-1.1.593/mvgam/man/mvgam_draws.Rd | 80 mvgam-1.1.593/mvgam/man/mvgam_families.Rd | 269 mvgam-1.1.593/mvgam/man/mvgam_fevd-class.Rd | 32 mvgam-1.1.593/mvgam/man/mvgam_forecast-class.Rd | 66 mvgam-1.1.593/mvgam/man/mvgam_irf-class.Rd | 15 mvgam-1.1.593/mvgam/man/mvgam_marginaleffects.Rd | 21 mvgam-1.1.593/mvgam/man/mvgam_residcor-class.Rd |only mvgam-1.1.593/mvgam/man/mvgam_trends.Rd | 104 mvgam-1.1.593/mvgam/man/mvgam_use_cases.Rd |only mvgam-1.1.593/mvgam/man/ordinate.jsdgam.Rd |only mvgam-1.1.593/mvgam/man/pairs.mvgam.Rd | 7 mvgam-1.1.593/mvgam/man/piecewise_trends.Rd | 160 mvgam-1.1.593/mvgam/man/plot.mvgam.Rd | 152 mvgam-1.1.593/mvgam/man/plot.mvgam_irf.Rd | 10 mvgam-1.1.593/mvgam/man/plot.mvgam_residcor.Rd | 69 mvgam-1.1.593/mvgam/man/plot_mvgam_factors.Rd | 44 mvgam-1.1.593/mvgam/man/plot_mvgam_forecasts.Rd | 165 mvgam-1.1.593/mvgam/man/plot_mvgam_pterms.Rd | 19 mvgam-1.1.593/mvgam/man/plot_mvgam_randomeffects.Rd | 19 mvgam-1.1.593/mvgam/man/plot_mvgam_resids.Rd | 49 mvgam-1.1.593/mvgam/man/plot_mvgam_series.Rd | 108 mvgam-1.1.593/mvgam/man/plot_mvgam_smooth.Rd | 109 mvgam-1.1.593/mvgam/man/plot_mvgam_trend.Rd | 74 mvgam-1.1.593/mvgam/man/plot_mvgam_uncertainty.Rd | 44 mvgam-1.1.593/mvgam/man/portal_data.Rd | 5 mvgam-1.1.593/mvgam/man/posterior_epred.mvgam.Rd | 114 mvgam-1.1.593/mvgam/man/posterior_linpred.mvgam.Rd | 108 mvgam-1.1.593/mvgam/man/posterior_predict.mvgam.Rd | 89 mvgam-1.1.593/mvgam/man/pp_check.mvgam.Rd | 4 mvgam-1.1.593/mvgam/man/ppc.mvgam.Rd | 113 mvgam-1.1.593/mvgam/man/predict.mvgam.Rd | 188 mvgam-1.1.593/mvgam/man/print.mvgam.Rd | 5 mvgam-1.1.593/mvgam/man/print.mvgam_summary.Rd |only mvgam-1.1.593/mvgam/man/reexports.Rd | 10 mvgam-1.1.593/mvgam/man/residual_cor.jsdgam.Rd | 157 mvgam-1.1.593/mvgam/man/residuals.mvgam.Rd | 32 mvgam-1.1.593/mvgam/man/score.mvgam_forecast.Rd | 109 mvgam-1.1.593/mvgam/man/series_to_mvgam.Rd | 24 mvgam-1.1.593/mvgam/man/sim_mvgam.Rd | 136 mvgam-1.1.593/mvgam/man/stability.mvgam.Rd | 299 mvgam-1.1.593/mvgam/man/summary.mvgam.Rd | 79 mvgam-1.1.593/mvgam/man/summary.mvgam_fevd.Rd | 68 mvgam-1.1.593/mvgam/man/summary.mvgam_forecast.Rd |only mvgam-1.1.593/mvgam/man/summary.mvgam_irf.Rd | 10 mvgam-1.1.593/mvgam/man/tidy.mvgam.Rd |only mvgam-1.1.593/mvgam/man/update.mvgam.Rd | 434 mvgam-1.1.593/mvgam/src/Makevars |only mvgam-1.1.593/mvgam/src/Makevars.win | 1 mvgam-1.1.593/mvgam/tests/testthat/_snaps |only mvgam-1.1.593/mvgam/tests/testthat/setup.R | 94 mvgam-1.1.593/mvgam/tests/testthat/test-RW.R | 950 - mvgam-1.1.593/mvgam/tests/testthat/test-backends.R | 56 mvgam-1.1.593/mvgam/tests/testthat/test-dynamic.R | 405 mvgam-1.1.593/mvgam/tests/testthat/test-example_processing.R | 39 mvgam-1.1.593/mvgam/tests/testthat/test-gp.R | 972 - mvgam-1.1.593/mvgam/tests/testthat/test-jsdgam.R | 6777 +++++------ mvgam-1.1.593/mvgam/tests/testthat/test-mvgam_priors.R | 866 - mvgam-1.1.593/mvgam/tests/testthat/test-summary-structure.R |only mvgam-1.1.593/mvgam/tests/testthat/test-tidier_methods.R | 80 mvgam-1.1.593/mvgam/vignettes/data_in_mvgam.Rmd | 872 - mvgam-1.1.593/mvgam/vignettes/mvgam_overview.Rmd | 1215 - mvgam-1.1.593/mvgam/vignettes/trend_formulas.Rmd | 70 176 files changed, 31565 insertions(+), 27038 deletions(-)
Title: Power Analysis and Sample Size Calculation
Description: Power analysis and sample size calculation for Welch and Hsu (Hedderich and Sachs (2018), ISBN:978-3-662-56657-2) t-tests including Monte-Carlo simulations of empirical power and type-I-error. Power and sample size calculation for Wilcoxon rank sum and signed rank tests via Monte-Carlo simulations. Power and sample size required for the evaluation of a diagnostic test(-system) (Flahault et al. (2005), <doi:10.1016/j.jclinepi.2004.12.009>; Dobbin and Simon (2007), <doi:10.1093/biostatistics/kxj036>) as well as for a single proportion (Fleiss et al. (2003), ISBN:978-0-471-52629-2; Piegorsch (2004), <doi:10.1016/j.csda.2003.10.002>; Thulin (2014), <doi:10.1214/14-ejs909>), comparing two negative binomial rates (Zhu and Lakkis (2014), <doi:10.1002/sim.5947>), ANCOVA (Shieh (2020), <doi:10.1007/s11336-019-09692-3>), reference ranges (Jennen-Steinmetz and Wellek (2005), <doi:10.1002/sim.2177>), multiple primary endpoints (Sozu et al. (2015), ISBN:978 [...truncated...]
Author: Matthias Kohl [aut, cre]
Maintainer: Matthias Kohl <Matthias.Kohl@stamats.de>
Diff between MKpower versions 1.0 dated 2024-09-23 and 1.1 dated 2025-09-05
DESCRIPTION | 15 ++- MD5 | 24 +++--- NAMESPACE | 3 NEWS | 8 ++ R/histSimPower.R | 24 +++--- R/powerDiagnosticTest.R | 4 - R/qqunifSimPower.R | 18 ++-- R/ssizeAUCCI.R | 2 R/volcanoSimPower.R | 40 +++++----- build/partial.rdb |binary build/vignette.rds |binary inst/doc/MKpower.html | 183 +++++++++++++++++++++++------------------------- man/ssize.auc.ci.Rd | 13 +-- 13 files changed, 168 insertions(+), 166 deletions(-)
Title: Tools for Easier Analysis of Meteorological Fields
Description: Many useful functions and extensions for dealing with
meteorological data in the tidy data framework. Extends 'ggplot2' for
better plotting of scalar and vector fields and provides commonly used
analysis methods in the atmospheric sciences.
Author: Elio Campitelli [cre, aut]
Maintainer: Elio Campitelli <eliocampitelli@gmail.com>
Diff between metR versions 0.18.1 dated 2025-05-13 and 0.18.2 dated 2025-09-05
DESCRIPTION | 38 +- MD5 | 75 ++-- NAMESPACE | 2 NEWS.md | 24 + R/Derivate.R | 2 R/FitLm.R | 4 R/GetTopography.R | 4 R/MaskLand.R | 2 R/ReadNetCDF.R | 104 +++++- R/Smooth2D.R | 2 R/WriteNetCDF.R | 8 R/arrowGrob.R | 12 R/geom_contour_tanaka.R | 1 R/geom_text_contour.R | 3 R/guide_colorstrip.R | 10 R/helpfunctions.R | 23 - R/scale-unbinned.R | 18 - R/scale_vector.R | 1 R/standard_atmosphere.R | 2 R/stat_contour2.r | 479 +++++++++++++++-------------- R/stat_contour_fill.R | 11 R/textContourGrob.R | 2 README.md | 8 build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 2 inst/doc/Visualization-tools.html | 298 +++++++++--------- inst/doc/Working-with-data.html | 239 ++++++++------ man/ReadNetCDF.Rd | 28 + man/figures/field-1.png |binary man/figures/timeseries-1.png |binary man/metR.Rd | 1 man/standard_atmosphere.Rd | 2 tests/testthat/Rplots.pdf |binary tests/testthat/era5 |only tests/testthat/test-ReadNetCDF.R | 25 + tests/testthat/test-fitlm.R | 4 tests/testthat/test-vis-guide_colorstrip.R | 17 - 38 files changed, 835 insertions(+), 616 deletions(-)
Title: Individual-Level, Summary-Level and Single-Step Bayesian
Regression Model
Description: A user-friendly tool to fit Bayesian regression models. It can fit 3 types of Bayesian models using individual-level, summary-level, and individual plus pedigree-level (single-step) data for both Genomic prediction/selection (GS) and Genome-Wide Association Study (GWAS), it was designed to estimate joint effects and genetic parameters for a complex trait, including:
(1) fixed effects and coefficients of covariates,
(2) environmental random effects, and its corresponding variance,
(3) genetic variance,
(4) residual variance,
(5) heritability,
(6) genomic estimated breeding values (GEBV) for both genotyped and non-genotyped individuals,
(7) SNP effect size,
(8) phenotype/genetic variance explained (PVE) for single or multiple SNPs,
(9) posterior probability of association of the genomic window (WPPA),
(10) posterior inclusive probability (PIP).
The functions are not limited, we will keep on going in enriching it with more features.
References: Lilin Yin et al. (2025) <doi:10.18637/jss [...truncated...]
Author: Lilin Yin [aut, cre, cph] ,
Haohao Zhang [aut, cph] ,
Xiaolei Liu [aut, cph]
Maintainer: Lilin Yin <ylilin@163.com>
Diff between hibayes versions 3.0.3 dated 2024-02-20 and 3.1.0 dated 2025-09-05
DESCRIPTION | 27 ++++++++++++++++----------- MD5 | 13 +++++++------ inst/CITATION |only src/Makevars | 2 +- src/Makevars.win | 2 +- src/omp_set.h | 2 -- src/rm.cpp | 4 ++-- src/solver.cpp | 28 ++++++++++++++-------------- 8 files changed, 41 insertions(+), 37 deletions(-)
Title: Plotting Decision Curve Analysis with Coloured Bars
Description: Decision curve analysis is a method for evaluating and comparing prediction models that incorporates clinical consequences, requires only the data set on which the models are tested, and can be applied to models that have either continuous or dichotomous results. The 'ggscidca' package adds coloured bars of discriminant relevance to the traditional decision curve. Improved practicality and aesthetics. This method was described by Balachandran VP (2015) <doi:10.1016/S1470-2045(14)71116-7>.
Author: Qiang Liu [aut, cre]
Maintainer: Qiang Liu <dege857@163.com>
Diff between ggscidca versions 0.2.3 dated 2024-05-19 and 0.2.5 dated 2025-09-05
DESCRIPTION | 10 - MD5 | 54 +++++---- NAMESPACE | 10 + R/cox.tcdca.R | 47 +++++++- R/getplot.R | 27 ++-- R/modeldata.R | 9 + R/netdata.R | 251 ++++++++++++++++++++++++++++++++++++++++++++- R/randomForest.R | 9 + R/scidca.R | 23 ---- R/scidca.coxph.R | 11 + R/scidca.glm.R | 11 + R/scidca.scixgboot.R |only R/scidca.svm.R | 7 - R/scidcacrr.R | 11 + R/scidcaksvm.R | 7 - R/tcdca.R | 27 +++- man/cox.tcdca.Rd | 42 +++++++ man/netdata.coxph.Rd |only man/netdata.crr.Rd |only man/netdata.glm.Rd |only man/netdata.randomFores.Rd |only man/netdata.scixgboot.Rd |only man/netdata.svm.Rd |only man/scidca.Rd | 24 ---- man/scidca.coxph.Rd | 5 man/scidca.crr.Rd | 5 man/scidca.glm.Rd | 5 man/scidca.ksvm.Rd | 5 man/scidca.randomForest.Rd | 5 man/scidca.scixgboot.Rd |only man/scidca.svm.Rd | 5 man/tcdca.Rd | 41 ++++++- 32 files changed, 533 insertions(+), 118 deletions(-)
Title: More Miscellaneous Steps for the 'recipes' Package
Description: Contains additional miscellaneous steps for the 'recipes' package.
These steps are useful, but doesn't have a good home in other 'recipes'
packages or its extensions.
Author: Emil Hvitfeldt [aut, cre]
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Diff between extrasteps versions 0.1.0 dated 2024-10-03 and 0.3.0 dated 2025-09-05
extrasteps-0.1.0/extrasteps/tests/testthat/_snaps/combine_stringdist.md |only extrasteps-0.1.0/extrasteps/tests/testthat/_snaps/yeet.md |only extrasteps-0.3.0/extrasteps/DESCRIPTION | 9 extrasteps-0.3.0/extrasteps/MD5 | 92 ++++------ extrasteps-0.3.0/extrasteps/NAMESPACE | 2 extrasteps-0.3.0/extrasteps/NEWS.md | 6 extrasteps-0.3.0/extrasteps/R/0_imports.R | 2 extrasteps-0.3.0/extrasteps/R/aaa.R | 6 extrasteps-0.3.0/extrasteps/R/date_after.R | 82 +++++--- extrasteps-0.3.0/extrasteps/R/date_before.R | 80 +++++--- extrasteps-0.3.0/extrasteps/R/date_nearest.R | 88 ++++++--- extrasteps-0.3.0/extrasteps/R/difftime.R | 44 ++-- extrasteps-0.3.0/extrasteps/R/encoding_binary.R | 30 +-- extrasteps-0.3.0/extrasteps/R/encoding_frequency.R | 22 +- extrasteps-0.3.0/extrasteps/R/maxabs.R | 22 +- extrasteps-0.3.0/extrasteps/R/minmax.R | 22 +- extrasteps-0.3.0/extrasteps/R/robust.R | 24 +- extrasteps-0.3.0/extrasteps/R/time_event.R | 47 ++--- extrasteps-0.3.0/extrasteps/R/unit_normalize.R | 24 +- extrasteps-0.3.0/extrasteps/README.md | 4 extrasteps-0.3.0/extrasteps/man/step_date_after.Rd | 30 +-- extrasteps-0.3.0/extrasteps/man/step_date_before.Rd | 30 +-- extrasteps-0.3.0/extrasteps/man/step_date_nearest.Rd | 30 +-- extrasteps-0.3.0/extrasteps/man/step_difftime.Rd | 19 -- extrasteps-0.3.0/extrasteps/man/step_encoding_binary.Rd | 22 +- extrasteps-0.3.0/extrasteps/man/step_encoding_frequency.Rd | 22 +- extrasteps-0.3.0/extrasteps/man/step_maxabs.Rd | 22 +- extrasteps-0.3.0/extrasteps/man/step_minmax.Rd | 22 +- extrasteps-0.3.0/extrasteps/man/step_robust.Rd | 22 +- extrasteps-0.3.0/extrasteps/man/step_time_event.Rd | 34 +-- extrasteps-0.3.0/extrasteps/man/step_unit_normalize.Rd | 22 +- extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/date_after.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/date_before.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/date_nearest.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/difftime.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/maxabs.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/minmax.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/robust.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/time_event.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/_snaps/unit_normalize.md | 12 - extrasteps-0.3.0/extrasteps/tests/testthat/test-date_after.R | 38 ++-- extrasteps-0.3.0/extrasteps/tests/testthat/test-date_before.R | 38 ++-- extrasteps-0.3.0/extrasteps/tests/testthat/test-date_nearest.R | 38 ++-- extrasteps-0.3.0/extrasteps/tests/testthat/test-maxabs.R | 4 extrasteps-0.3.0/extrasteps/tests/testthat/test-minmax.R | 4 extrasteps-0.3.0/extrasteps/tests/testthat/test-robust.R | 53 ++++- extrasteps-0.3.0/extrasteps/tests/testthat/test-time_event.R | 25 +- extrasteps-0.3.0/extrasteps/tests/testthat/test-unit_normalize.R | 36 ++- 48 files changed, 676 insertions(+), 549 deletions(-)
Title: Bayesian Structural Time Series
Description: Time series regression using dynamic linear models fit using
MCMC. See Scott and Varian (2014) <DOI:10.1504/IJMMNO.2014.059942>, among many
other sources.
Author: Steven L. Scott [aut, cre]
Maintainer: Steven L. Scott <steve.the.bayesian@gmail.com>
Diff between bsts versions 0.9.10 dated 2024-01-17 and 0.9.11 dated 2025-09-05
DESCRIPTION | 23 ++++--- MD5 | 58 ++++++++++---------- inst/tests/tests/testthat/test-dirm.R | 4 - inst/tests/tests/testthat/test-dynamic-regression.R | 14 +++- inst/tests/tests/testthat/test-goog.R | 4 - inst/tests/tests/testthat/test-multivariate.R | 2 inst/tests/tests/testthat/test-plot-components.R | 3 - inst/tests/tests/testthat/test-poisson.R | 14 ++-- inst/tests/tests/testthat/test-prediction.R | 6 +- inst/tests/tests/testthat/test-regressionholiday.R | 6 +- inst/tests/tests/testthat/test-student.R | 10 +-- inst/tests/tests/testthat/test-trig.R | 2 inst/tests/testthat/test-dirm.R | 4 - inst/tests/testthat/test-dynamic-regression.R | 14 +++- inst/tests/testthat/test-goog.R | 4 - inst/tests/testthat/test-multivariate.R | 2 inst/tests/testthat/test-plot-components.R | 3 - inst/tests/testthat/test-poisson.R | 14 ++-- inst/tests/testthat/test-prediction.R | 6 +- inst/tests/testthat/test-regressionholiday.R | 6 +- inst/tests/testthat/test-student.R | 10 +-- inst/tests/testthat/test-trig.R | 2 man/add.dynamic.regression.Rd | 21 +++---- man/add.monthly.annual.cycle.Rd | 2 man/bsts.Rd | 4 - man/descriptive-plots.Rd | 12 ++-- man/mbsts.Rd | 9 +-- man/plot.bsts.mixed.Rd | 3 - man/to.posixt.Rd | 6 +- man/wide.to.long.Rd | 7 +- 30 files changed, 142 insertions(+), 133 deletions(-)
Title: A Minimalist Web Framework for R
Description: A minimalist web framework for developing application programming
interfaces in R that provides a flexible framework for handling common
HTTP-requests, errors, logging, and an ability to integrate any R code as
server middle-ware.
Author: Hans Martin [aut],
Jonathan Callahan [aut, cre]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>
Diff between beakr versions 0.4.3 dated 2021-04-06 and 0.4.4 dated 2025-09-05
DESCRIPTION | 8 - MD5 | 36 ++++---- NEWS.md | 6 + R/Beakr.R | 102 +++++++++--------------- R/Error.R | 45 ++++------ R/Listener.R | 50 +++++------- R/Middleware.R | 68 ++++++---------- R/Request.R | 125 +++++++++++------------------- R/Response.R | 134 +++++++++++++++----------------- R/Router.R | 146 ++++++++++++++--------------------- README.md | 31 ++++--- man/Beakr.Rd | 105 +++++++++++-------------- man/Error.Rd | 63 ++++++++------- man/Listener.Rd | 65 ++++++++------- man/Middleware.Rd | 73 +++++++++-------- man/Request.Rd | 162 +++++++++++++++++++++------------------ man/Response.Rd | 210 ++++++++++++++++++++++++++++++--------------------- man/Router.Rd | 120 ++++++++++++++++------------- man/beakr-package.Rd | 21 ++++- 19 files changed, 778 insertions(+), 792 deletions(-)
Title: Tools for Antitrust Practitioners
Description: A collection of tools for antitrust practitioners, including the ability to calibrate different consumer demand systems and simulate the effects of mergers under different competitive regimes.
Author: Charles Taragin [aut, cre],
Michael Sandfort [aut],
Shlok Goyal [ctb]
Maintainer: Charles Taragin <ctaragin+antitrustr@gmail.com>
Diff between antitrust versions 0.99.26 dated 2022-08-24 and 0.99.29 dated 2025-09-05
DESCRIPTION | 13 MD5 | 112 NAMESPACE | 202 R/AIDSFunctions.R | 918 ++-- R/AggregateGamesMethods.R |only R/AntitrustClasses.R | 230 - R/Auction2ndLogitFunctions.R | 706 +-- R/AuctionClasses.R | 662 +-- R/BargainingLogitFunctions.R | 463 +- R/BertrandClasses.R | 720 +-- R/BertrandRUMClasses.R | 1096 ++--- R/CESFunctions.R | 786 +-- R/CMCRBertrandFunctions.R | 618 +- R/CMCRMethods.R | 514 +- R/CVMethods.R | 787 +-- R/CostMethods.R | 805 +-- R/CournotFunctions.R | 821 +-- R/HypoMonMethods.R | 1274 +++-- R/LogitFunctions.R | 1458 +++--- R/MarginsMethods.R | 1272 +++-- R/OutputMethods.R | 1872 ++++---- R/OwnershipMethods.R | 410 - R/PSMethods.R | 630 +- R/ParamsMethods.R | 5872 ++++++++++++++------------- R/PlotMethods.R | 254 - R/PriceDeltaMethods.R | 642 +- R/PricesMethods.R | 1680 ++++--- R/SimFunctions.R | 1062 ++-- R/SummaryMethods.R | 1299 +++--- R/UPPMethods.R | 242 - R/VerticalClasses.R | 200 R/VerticalFunctions.R | 727 +-- build/partial.rdb |binary build/vignette.rds |binary inst/doc/Reference.R | 8 inst/doc/Reference.Rmd | 4639 ++++++++++----------- inst/doc/Reference.html | 8428 +++++++++++++++++++-------------------- man/Antitrust-Class.Rd | 3 man/Auction2ndLogit-Functions.Rd | 4 man/Bargaining-Classes.Rd | 76 man/BargainingLogit-Functions.Rd | 4 man/BertrandRUM-Classes.Rd | 3 man/CES-Functions.Rd | 4 man/CMCRBertrand-Functions.Rd | 7 man/Cournot-Functions.Rd | 5 man/Logit-Functions.Rd | 36 man/Margins-Methods.Rd | 8 man/MarginsAG-Methods.Rd |only man/Output-Methods.Rd | 2 man/PS-methods.Rd | 2 man/Params-Methods.Rd | 3 man/PriceDelta-Methods.Rd | 36 man/Sim-Functions.Rd | 53 man/SupplyChain-Functions.Rd | 28 man/Vertical-Classes.Rd | 3 man/defineMarketTools-methods.Rd | 34 man/summary-methods.Rd | 13 vignettes/Reference.Rmd | 4639 ++++++++++----------- 58 files changed, 23671 insertions(+), 22714 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-12-10 0.1.0
Title: Collinearity Detection using Redefined Variance Inflation Factor
and Graphical Methods
Description: The detection of troubling approximate collinearity in a multiple linear regression model is a classical problem in Econometrics. The objective of this package is to detect it using the variance inflation factor redefined and the scatterplot between the variance inflation factor and the coefficient of variation. For more details see Salmerón R., García C.B. and García J. (2018) <doi:10.1080/00949655.2018.1463376>, Salmerón, R., Rodríguez, A. and García C. (2020) <doi:10.1007/s00180-019-00922-x>, Salmerón, R., García, C.B, Rodríguez, A. and García, C. (2022) <doi:10.32614/RJ-2023-010>, Salmerón, R., García, C.B. and García, J. (2025) <doi:10.1007/s10614-024-10575-8> and Salmerón, R., García, C.B, García J. (2023, working paper) <doi:10.48550/arXiv.2005.02245>. You can also view the package vignette using 'browseVignettes("rvif")', the package website using 'browseURL(system.file("docs/index.html", package = "rvif"))' or version control on GitHub (<https: [...truncated...]
Author: R. Salmeron [aut, cre],
C.B. Garcia [aut]
Maintainer: R. Salmeron <romansg@ugr.es>
This is a re-admission after prior archival of version 3.0 dated 2025-07-29
Diff between rvif versions 3.0 dated 2025-07-29 and 3.1 dated 2025-09-05
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- inst/docs/index.html | 6 +++--- inst/docs/pkgdown.yml | 2 +- tests/testthat/test-cv_vif.R | 23 ++++++----------------- tests/testthat/test-cv_vif_plot.R | 6 ++---- tests/testthat/test-multicollinearity.R | 13 ------------- tests/testthat/test-rvifs.R | 20 ++++++++------------ 8 files changed, 31 insertions(+), 61 deletions(-)
Title: Visualization of Patient Profiles
Description: Creation of patient profile visualizations for
exploration, diagnostic or monitoring purposes during a clinical trial.
These static visualizations display a patient-specific overview
of the evolution during the trial time frame of
parameters of interest (as laboratory, ECG, vital signs),
presence of adverse events, exposure to a treatment;
associated with metadata patient information,
as demography, concomitant medication.
The visualizations can be tailored for specific domain(s) or endpoint(s) of interest.
Visualizations are exported into patient profile report(s)
or can be embedded in custom report(s).
Author: Laure Cougnaud [aut, cre],
Margaux Faes [rev] ,
Open Analytics [cph]
Maintainer: Laure Cougnaud <laure.cougnaud@openanalytics.eu>
Diff between patientProfilesVis versions 2.0.9 dated 2024-06-18 and 2.0.10 dated 2025-09-05
DESCRIPTION | 10 MD5 | 18 R/report_combineVerticallyGGplot.R | 2 R/subjectProfileTextPlot.R | 4 build/vignette.rds |binary inst/NEWS | 2 inst/doc/patientProfiles-template-SDTM.R | 94 +- inst/doc/patientProfiles-template-SDTM.html | 261 ++++--- inst/doc/patientProfilesVis-introduction.R | 504 +++++++------- inst/doc/patientProfilesVis-introduction.html | 921 ++++++++++++++++---------- 10 files changed, 1063 insertions(+), 753 deletions(-)
More information about patientProfilesVis at CRAN
Permanent link
Title: Mosquito Gene Drive Explorer
Description: Provides a model designed to be a reliable testbed where various gene
drive interventions for mosquito-borne diseases control. It is being developed to
accommodate the use of various mosquito-specific gene drive systems within a
population dynamics framework that allows migration of individuals between patches
in landscape. Previous work developing the population dynamics can be found in Deredec et al.
(2001) <doi:10.1073/pnas.1110717108> and Hancock & Godfray (2007) <doi:10.1186/1475-2875-6-98>,
and extensions to accommodate CRISPR homing dynamics in Marshall et al. (2017)
<doi:10.1038/s41598-017-02744-7>.
Author: Hector Manuel Sanchez Castellanos [aut, cre],
Jared Bennett [aut],
Sean Wu [aut],
John M. Marshall [aut]
Maintainer: Hector Manuel Sanchez Castellanos <sanchez.hmsc@berkeley.edu>
This is a re-admission after prior archival of version 1.6.0 dated 2020-10-05
Diff between MGDrivE versions 1.6.0 dated 2020-10-05 and 1.6.2 dated 2025-09-05
MGDrivE-1.6.0/MGDrivE/R/Cube-SplitDrive.R |only MGDrivE-1.6.2/MGDrivE/DESCRIPTION | 14 MGDrivE-1.6.2/MGDrivE/MD5 | 265 MGDrivE-1.6.2/MGDrivE/NAMESPACE | 16 MGDrivE-1.6.2/MGDrivE/NEWS.md | 35 MGDrivE-1.6.2/MGDrivE/R/Cube-ASmidler.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-AlleleSail.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-Auxiliary.R | 26 MGDrivE-1.6.2/MGDrivE/R/Cube-CLEAVRMF.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-CLEAVRX.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-CRISPR2MF_SM.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-CRISPR2X.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ClvR.R | 2 MGDrivE-1.6.2/MGDrivE/R/Cube-ClvR2.R | 18 MGDrivE-1.6.2/MGDrivE/R/Cube-ConfinableHoming.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ConfinableHomingX.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ECHACR.R | 2 MGDrivE-1.6.2/MGDrivE/R/Cube-ECHACRX.R | 2 MGDrivE-1.6.2/MGDrivE/R/Cube-ImmunizingReversalMF.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ImmunizingReversalX.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-JOHNConfineableHomingWithRandB.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ShredderMF.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-ShredderY.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-SplitDriveMF.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-SplitDriveX.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-SplitDriveY.R |only MGDrivE-1.6.2/MGDrivE/R/Cube-tGD.R | 11 MGDrivE-1.6.2/MGDrivE/R/MGDrivE-Auxiliary.R | 36 MGDrivE-1.6.2/MGDrivE/R/MGDrivE-Graphics.R | 2 MGDrivE-1.6.2/MGDrivE/R/MGDrivE-Releases.R | 3 MGDrivE-1.6.2/MGDrivE/R/MGDrivE.R | 4 MGDrivE-1.6.2/MGDrivE/R/Network-Class.R | 42 MGDrivE-1.6.2/MGDrivE/R/Network-Migration.R | 4 MGDrivE-1.6.2/MGDrivE/R/Network-Parameters.R | 12 MGDrivE-1.6.2/MGDrivE/R/Network-Simulation.R | 2 MGDrivE-1.6.2/MGDrivE/R/Patch-Class.R | 8 MGDrivE-1.6.2/MGDrivE/R/Patch-Methods.R | 14 MGDrivE-1.6.2/MGDrivE/R/Patch-Migration.R | 2 MGDrivE-1.6.2/MGDrivE/R/Patch-Simulation.R | 122 MGDrivE-1.6.2/MGDrivE/R/RcppExports.R | 11 MGDrivE-1.6.2/MGDrivE/README.md | 2 MGDrivE-1.6.2/MGDrivE/build/partial.rdb |binary MGDrivE-1.6.2/MGDrivE/build/vignette.rds |binary MGDrivE-1.6.2/MGDrivE/inst/CITATION | 4 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_examples.R | 86 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_examples.Rmd | 71 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_examples.html | 3555 +++++----- MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_math.R | 6 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_math.Rmd | 56 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_math.html | 784 +- MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_run.R | 296 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_run.Rmd | 12 MGDrivE-1.6.2/MGDrivE/inst/doc/mgdrive_run.html | 1554 ++-- MGDrivE-1.6.2/MGDrivE/man/MGDrivE-Cube.Rd | 21 MGDrivE-1.6.2/MGDrivE/man/MGDrivE-Model.Rd | 3 MGDrivE-1.6.2/MGDrivE/man/Network.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/Patch.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/basicRepeatedReleases.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcAquaticStageSurvivalProbability.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcAverageGenerationTime.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcDensityDependentDeathRate.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcHurdleExpKernel.Rd | 4 MGDrivE-1.6.2/MGDrivE/man/calcLarvalDist.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcLarvalPopEquilibrium.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcLarvalStageMortalityRate.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcPopulationGrowthRate.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/calcQuantiles.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/cubeASmidler.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeAlleleSail.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeCLEAVRMF.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeCLEAVRX.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeClvR.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/cubeClvR2.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/cubeConfinableHoming.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeConfinableHomingJOHN.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeConfinableHomingX.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeECHACR.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/cubeECHACRX.Rd | 2 MGDrivE-1.6.2/MGDrivE/man/cubeHomingDriveSM.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeImmunizingReversalMF.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeImmunizingReversalX.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeModifiers.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/cubeSplitDrive.Rd | 4 MGDrivE-1.6.2/MGDrivE/man/cubeSplitDriveX.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeSplitDriveY.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeXHomingDeposition.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeXShredderMF.Rd |only MGDrivE-1.6.2/MGDrivE/man/cubeXShredderY.Rd |only MGDrivE-1.6.2/MGDrivE/man/get_alpha_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_beta_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_conF_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_conM_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_drivecubeindex_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_eta_Network.Rd | 9 MGDrivE-1.6.2/MGDrivE/man/get_femalePop_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_genotypesID_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_genotypesN_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_malePop_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_muAd_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_muAq_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_nPatch_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_omega_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_patchReleases_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_phi_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_s_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_tNow_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_tau_Network.Rd | 7 MGDrivE-1.6.2/MGDrivE/man/get_timeAq_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_xiF_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/get_xiM_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/ggColUtility.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/normalise.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_Migration_Deterministic_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_Migration_Stochastic_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_Network.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_PopDynamics_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_adultDeath_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_adultDeath_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_eggDM_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_eggDM_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_eggReleases_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_initOutput_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_larvaDM_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_larvaDM_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_mating_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_mating_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_migrationIn_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_oviposit_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_oviposit_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_pupaDM_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_pupaDM_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_pupation_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_pupation_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_releases_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/oneDay_writeOutput_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/quantileC.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/rDirichlet.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/reset_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/set_NetworkPointer_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/set_initialPopulation_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/set_population_deterministic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/man/set_population_stochastic_Patch.Rd | 1 MGDrivE-1.6.2/MGDrivE/src/MGDrivE-Auxilary.cpp | 8 MGDrivE-1.6.2/MGDrivE/src/MGDrivE-DistanceFunctions.cpp | 1 MGDrivE-1.6.2/MGDrivE/src/MGDrivE-Kernels.cpp | 130 MGDrivE-1.6.2/MGDrivE/src/RcppExports.cpp | 14 MGDrivE-1.6.2/MGDrivE/vignettes/diagram.png |only MGDrivE-1.6.2/MGDrivE/vignettes/mgdrive_examples.Rmd | 71 MGDrivE-1.6.2/MGDrivE/vignettes/mgdrive_math.Rmd | 56 MGDrivE-1.6.2/MGDrivE/vignettes/mgdrive_run.Rmd | 12 150 files changed, 4139 insertions(+), 3355 deletions(-)
Title: Convenience Functions for Education Data
Description: Collection of convenience functions to make working with
administrative records easier and more consistent. Includes functions to
clean strings, and identify cut points. Also includes three example data
sets of administrative education records for learning how to process records
with errors.
Author: Jason P. Becker [ctb],
Jared E. Knowles [aut, cre]
Maintainer: Jared E. Knowles <jared@civilytics.com>
Diff between eeptools versions 1.2.5 dated 2023-06-01 and 1.2.7 dated 2025-09-05
DESCRIPTION | 8 - MD5 | 47 +++--- NEWS.md | 9 + R/eeptools-data.R |only R/eeptools-package.r | 121 ---------------- R/eeptools.R | 2 R/modsims.R | 4 R/moves_calc.R | 2 R/proficiency_tools.R | 6 R/theme_dpi.R | 16 +- build/vignette.rds |binary inst/doc/intro.html | 357 +++++++++++++++++++++++------------------------- man/crosstabplot.Rd | 2 man/eeptools.Rd | 19 +- man/gelmansim.Rd | 4 man/midsch.Rd | 2 man/moves_calc.Rd | 2 man/profpoly.Rd | 2 man/profpoly.data.Rd | 2 man/stuatt.Rd | 2 man/stulevel.Rd | 2 man/theme_dpi.Rd | 4 man/theme_dpi_map.Rd | 4 man/theme_dpi_map2.Rd | 4 man/theme_dpi_mapPNG.Rd | 4 25 files changed, 262 insertions(+), 363 deletions(-)
Title: Solve the Empirical Bayes Normal Means Problem
Description: Provides simple, fast, and stable functions to fit the normal
means model using empirical Bayes. For available models and details, see
function ebnm(). Our JSS article,
Willwerscheid, Carbonetto, and Stephens (2025) <doi:10.18637/jss.v114.i03>,
provides a detailed introduction to the package.
Author: Jason Willwerscheid [aut],
Matthew Stephens [aut],
Peter Carbonetto [aut, cre],
Andrew Goldstein [ctb],
Yusha Liu [ctb]
Maintainer: Peter Carbonetto <peter.carbonetto@gmail.com>
Diff between ebnm versions 1.1-2 dated 2023-10-12 and 1.1-38 dated 2025-09-05
ebnm-1.1-2/ebnm/inst/doc/ebnm.R |only ebnm-1.1-2/ebnm/inst/doc/ebnm.Rmd |only ebnm-1.1-2/ebnm/inst/doc/ebnm.html |only ebnm-1.1-2/ebnm/vignettes/ebnm.Rmd |only ebnm-1.1-38/ebnm/DESCRIPTION | 17 - ebnm-1.1-38/ebnm/MD5 | 86 +++-- ebnm-1.1-38/ebnm/NAMESPACE | 3 ebnm-1.1-38/ebnm/R/check_fn.R |only ebnm-1.1-38/ebnm/R/ebnm.R | 159 +++++++--- ebnm-1.1-38/ebnm/R/ebnm_fns.R | 90 +++-- ebnm-1.1-38/ebnm/R/ebnm_methods.R | 45 +- ebnm-1.1-38/ebnm/R/generalized_binary.R | 34 +- ebnm-1.1-38/ebnm/R/grid_selection.R | 2 ebnm-1.1-38/ebnm/R/infer_prior_family.R | 1 ebnm-1.1-38/ebnm/R/point_exponential.R | 1 ebnm-1.1-38/ebnm/R/point_laplace.R | 3 ebnm-1.1-38/ebnm/R/point_normal.R | 1 ebnm-1.1-38/ebnm/R/rebayes.R | 13 ebnm-1.1-38/ebnm/R/workhorse_parametric.R | 7 ebnm-1.1-38/ebnm/build/partial.rdb |only ebnm-1.1-38/ebnm/build/vignette.rds |binary ebnm-1.1-38/ebnm/inst/CITATION | 35 +- ebnm-1.1-38/ebnm/inst/code |only ebnm-1.1-38/ebnm/inst/doc/baseball.R |only ebnm-1.1-38/ebnm/inst/doc/baseball.Rmd |only ebnm-1.1-38/ebnm/inst/doc/baseball.html |only ebnm-1.1-38/ebnm/inst/doc/extending_ebnm.R |only ebnm-1.1-38/ebnm/inst/doc/extending_ebnm.Rmd |only ebnm-1.1-38/ebnm/inst/doc/extending_ebnm.html |only ebnm-1.1-38/ebnm/inst/doc/shrink_intro.R |only ebnm-1.1-38/ebnm/inst/doc/shrink_intro.Rmd |only ebnm-1.1-38/ebnm/inst/doc/shrink_intro.html |only ebnm-1.1-38/ebnm/man/confint.ebnm.Rd | 13 ebnm-1.1-38/ebnm/man/ebnm.Rd | 76 +++- ebnm-1.1-38/ebnm/man/ebnm_check_fn.Rd |only ebnm-1.1-38/ebnm/man/ebnm_generalized_binary.Rd | 12 ebnm-1.1-38/ebnm/man/ebnm_normal.Rd | 13 ebnm-1.1-38/ebnm/man/ebnm_normal_scale_mixture.Rd | 11 ebnm-1.1-38/ebnm/man/ebnm_npmle.Rd | 16 - ebnm-1.1-38/ebnm/man/ebnm_point_exponential.Rd | 33 +- ebnm-1.1-38/ebnm/man/ebnm_point_laplace.Rd | 13 ebnm-1.1-38/ebnm/man/ebnm_point_mass.Rd | 6 ebnm-1.1-38/ebnm/man/ebnm_point_normal.Rd | 13 ebnm-1.1-38/ebnm/man/ebnm_unimodal.Rd | 11 ebnm-1.1-38/ebnm/man/ebnm_unimodal_nonnegative.Rd | 11 ebnm-1.1-38/ebnm/man/ebnm_unimodal_nonpositive.Rd | 11 ebnm-1.1-38/ebnm/man/ebnm_unimodal_symmetric.Rd | 11 ebnm-1.1-38/ebnm/tests/testthat/test_optmethod.R | 108 ++++-- ebnm-1.1-38/ebnm/tests/testthat/test_point_mass.R | 4 ebnm-1.1-38/ebnm/tests/testthat/test_prior_family_inference.R | 3 ebnm-1.1-38/ebnm/vignettes/baseball.Rmd |only ebnm-1.1-38/ebnm/vignettes/ebnm.bib | 18 + ebnm-1.1-38/ebnm/vignettes/extending_ebnm.Rmd |only ebnm-1.1-38/ebnm/vignettes/shrink_intro.Rmd |only 54 files changed, 588 insertions(+), 292 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-07-18 1.1.0
2019-05-08 1.0.0
More information about connector.databricks at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-08-18 1.0.0
2023-10-15 0.1.8
2023-09-05 0.1.7
2023-07-04 0.1.6
2023-05-08 0.1.5
2022-03-30 0.1.4
2021-10-24 0.1.3
2021-10-17 0.1.3
2021-10-08 0.1.2
2020-11-24 0.1.1
2020-09-29 0.1.0
Title: An Implementation of Z-Curves
Description: An implementation of z-curves - a method for estimating expected discovery
and replicability rates on the bases of test-statistics of published studies. The package
provides functions for fitting the density, EM, and censored EM version (Bartoš & Schimmack, 2022,
<doi:10.15626/MP.2021.2720>; Schimmack & Bartoš, 2023, <doi: 10.1371/journal.pone.0290084>),
as well as the original density z-curve (Brunner & Schimmack, 2020, <doi:10.15626/MP.2018.874>).
Furthermore, the package provides summarizing and plotting functions for the fitted z-curve objects.
See the aforementioned articles for more information about the z-curves, expected discovery
and replicability rates, validation studies, and limitations.
Author: Frantisek Bartos [aut, cre],
Ulrich Schimmack [aut]
Maintainer: Frantisek Bartos <f.bartos96@gmail.com>
Diff between zcurve versions 2.4.4 dated 2025-08-20 and 2.4.5 dated 2025-09-05
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/tools.R | 4 +++- build/partial.rdb |binary tests/testthat/test-zcurve.R | 6 +++--- 5 files changed, 13 insertions(+), 11 deletions(-)
Title: Easily Install and Load the 'Tidymodels' Packages
Description: The tidy modeling "verse" is a collection of packages for
modeling and statistical analysis that share the underlying design
philosophy, grammar, and data structures of the tidyverse.
Author: Max Kuhn [aut, cre] ,
Hadley Wickham [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Max Kuhn <max@posit.co>
Diff between tidymodels versions 1.3.0 dated 2025-02-21 and 1.4.0 dated 2025-09-05
DESCRIPTION | 30 +- LICENSE | 2 MD5 | 36 +- NAMESPACE | 2 NEWS.md | 8 R/attach.R | 28 +- R/conflicts.R | 44 +-- R/emails.R | 9 R/imports.R | 1 R/tags.R | 23 + R/tidymodels_prefer.R | 138 ++++++---- R/update.R | 54 +++ README.md | 18 - build/vignette.rds |binary inst/doc/Tags.R | 4 inst/doc/Tags.Rmd | 7 inst/rmarkdown/templates/model-analysis/skeleton/skeleton.Rmd | 22 - man/tidymodels-package.Rd | 2 vignettes/Tags.Rmd | 7 19 files changed, 288 insertions(+), 147 deletions(-)
Title: Stepped Wedge Cluster Randomized Trial (SW CRT) Design
Description: A set of tools for examining the design and analysis aspects of
stepped wedge cluster randomized trials (SW CRT) based on a repeated
cross-sectional or cohort sampling scheme (Hussey MA and Hughes JP (2007)
Contemporary Clinical Trials 28:182-191).
Author: Jim Hughes [aut, cre],
Navneet R. Hakhu [aut],
Emily Voldal [aut],
Fan Xia [aut]
Maintainer: Jim Hughes <jphughes@uw.edu>
Diff between swCRTdesign versions 4.0 dated 2023-08-25 and 4.1 dated 2025-09-04
DESCRIPTION | 36 +++++- MD5 | 41 ++++--- NAMESPACE | 4 R/swGlmPwr.R | 192 +++++++++++++++++++++-------------- R/swGlmSiz.R |only R/swPlot.R | 48 +++++--- R/swPwr.r | 132 +++++++++++++++++------- R/swSim.R | 6 - R/swSim2.R |only R/swSimPwr.R | 244 ++++++++++++++++++++++++++++++--------------- R/swSiz.R |only R/swSummary.R | 53 +++++++-- README.md |only man/ReleaseNotes.Rd | 46 +++----- man/blkDiag.Rd | 2 man/swCRTdesign-package.Rd | 75 +++++++++++++ man/swDsn.Rd | 10 - man/swGlmPwr.Rd | 63 ++++++++++- man/swGlmSiz.Rd |only man/swPlot.Rd | 13 +- man/swPwr.Rd | 88 +++++++++++----- man/swSim2.Rd |only man/swSimPwr.Rd | 17 ++- man/swSiz.Rd |only man/swSummary.Rd | 14 ++ 25 files changed, 759 insertions(+), 325 deletions(-)
Title: General Effect Modelling
Description: Two-step modeling with separation of sources of variation through analysis of variance and subsequent multivariate
modeling through a range of unsupervised and supervised statistical methods. Separation can focus on removal of interfering
effects or isolation of effects of interest. EF Mosleth et al. (2021) <doi:10.1038/s41598-021-82388-w> and EF Mosleth et al.
(2020) <doi:10.1016/B978-0-12-409547-2.14882-6>.
Author: Kristian Hovde Liland [aut, cre],
Ellen Faergestad Mosleth [ctb]
Maintainer: Kristian Hovde Liland <kristian.liland@nmbu.no>
Diff between gemR versions 1.2.1 dated 2025-06-27 and 1.2.2 dated 2025-09-04
gemR-1.2.1/gemR/man/pls.Rd |only gemR-1.2.2/gemR/DESCRIPTION | 13 ++++++------ gemR-1.2.2/gemR/MD5 | 26 ++++++++++++------------ gemR-1.2.2/gemR/NAMESPACE | 2 - gemR-1.2.2/gemR/NEWS | 22 ++++++++++++++++---- gemR-1.2.2/gemR/R/elastic.R | 8 ++++--- gemR-1.2.2/gemR/R/knock.in.R | 4 +++ gemR-1.2.2/gemR/R/neuralnet.R | 3 ++ gemR-1.2.2/gemR/R/pls.R | 41 +++++++++++++++++---------------------- gemR-1.2.2/gemR/R/sca.R | 2 - gemR-1.2.2/gemR/README.md | 3 +- gemR-1.2.2/gemR/man/knock.in.Rd | 4 +++ gemR-1.2.2/gemR/man/pls.GEM.Rd |only gemR-1.2.2/gemR/man/reexports.Rd | 5 ++-- gemR-1.2.2/gemR/man/sca.Rd | 2 - 15 files changed, 79 insertions(+), 56 deletions(-)
Title: Manipulate ACLED Data
Description: Tools working with data from ACLED (Armed Conflict Location and Event Data). Functions include simplified access to ACLED's API (<https://apidocs.acleddata.com/>), methods for keeping local versions of ACLED data up-to-date, and functions for common ACLED data transformations.
Author: Armed Conflict Location and Event Data ACLED [cph],
Trey Billing [aut, cre],
Lucas Fagliano [aut],
Katayoun Kishi [ctb]
Maintainer: Trey Billing <t.billing@acleddata.com>
Diff between acledR versions 0.1.0 dated 2025-02-24 and 1.0.0 dated 2025-09-04
acledR-0.1.0/acledR/vignettes/workflow.png |only acledR-1.0.0/acledR/DESCRIPTION | 10 acledR-1.0.0/acledR/MD5 | 67 +- acledR-1.0.0/acledR/NAMESPACE | 2 acledR-1.0.0/acledR/NEWS.md | 5 acledR-1.0.0/acledR/R/acled_access.R | 5 acledR-1.0.0/acledR/R/acled_api.R | 246 ++++++---- acledR-1.0.0/acledR/R/acled_auth.R |only acledR-1.0.0/acledR/R/acled_deletions_api.R | 180 ++++++- acledR-1.0.0/acledR/R/acled_transform_interaction.R | 5 acledR-1.0.0/acledR/R/acled_transform_longer.R | 6 acledR-1.0.0/acledR/R/acled_transform_wider.R | 6 acledR-1.0.0/acledR/R/acled_update.R | 98 ++- acledR-1.0.0/acledR/README.md | 7 acledR-1.0.0/acledR/inst/doc/get_started.R | 16 acledR-1.0.0/acledR/inst/doc/get_started.Rmd | 32 - acledR-1.0.0/acledR/inst/doc/get_started.html | 174 +++---- acledR-1.0.0/acledR/man/acled_access.Rd | 8 acledR-1.0.0/acledR/man/acled_api.Rd | 23 acledR-1.0.0/acledR/man/acled_auth.Rd |only acledR-1.0.0/acledR/man/acled_deletions_api.Rd | 9 acledR-1.0.0/acledR/man/acled_transform_interaction.Rd | 5 acledR-1.0.0/acledR/man/acled_transform_longer.Rd | 6 acledR-1.0.0/acledR/man/acled_transform_wider.Rd | 6 acledR-1.0.0/acledR/man/acled_update.Rd | 20 acledR-1.0.0/acledR/tests/testthat/setup-acled_api.R | 84 ++- acledR-1.0.0/acledR/tests/testthat/setup-acled_deletions_api.R | 18 acledR-1.0.0/acledR/tests/testthat/setup-acled_transform_interaction.R | 8 acledR-1.0.0/acledR/tests/testthat/setup-acled_update.R | 18 acledR-1.0.0/acledR/tests/testthat/test-acled_access.R | 2 acledR-1.0.0/acledR/tests/testthat/test-acled_api.R | 237 +++------ acledR-1.0.0/acledR/tests/testthat/test-acled_deletions_api.R | 80 --- acledR-1.0.0/acledR/tests/testthat/test-acled_transform_longer.R | 13 acledR-1.0.0/acledR/tests/testthat/test-acled_transform_wider.R | 26 - acledR-1.0.0/acledR/tests/testthat/test-acled_update.R | 45 - acledR-1.0.0/acledR/vignettes/get_started.Rmd | 32 - 36 files changed, 815 insertions(+), 684 deletions(-)
Title: Useful Wrappers Around Commonly Used Functions
Description: The main functionalities of 'wrappedtools' are:
adding backticks to variable names; rounding to desired precision
with special case for p-values;
selecting columns based on pattern and storing their position, name,
and backticked name; computing and formatting of descriptive statistics
(e.g. mean±SD), comparing groups and creating publication-ready tables with
descriptive statistics and p-values; creating specialized plots for
correlation matrices. Functions were mainly written for my own daily work or
teaching, but may be of use to others as well.
Author: Andreas Busjahn [cre, aut] ,
Franziska Eidloth [aut],
Bilal Asser [aut]
Maintainer: Andreas Busjahn <andreas@busjahn.net>
Diff between wrappedtools versions 0.9.8 dated 2025-07-10 and 0.9.9 dated 2025-09-04
wrappedtools-0.9.8/wrappedtools/tests/testthat/compare2numvars_out.rda |only wrappedtools-0.9.8/wrappedtools/tests/testthat/test-compare_2_numvars.R |only wrappedtools-0.9.9/wrappedtools/DESCRIPTION | 10 wrappedtools-0.9.9/wrappedtools/MD5 | 24 wrappedtools-0.9.9/wrappedtools/NEWS.md | 4 wrappedtools-0.9.9/wrappedtools/R/basefunctions.R | 244 wrappedtools-0.9.9/wrappedtools/R/pkgstart.R | 115 wrappedtools-0.9.9/wrappedtools/R/tests.R | 2741 +++++----- wrappedtools-0.9.9/wrappedtools/inst/doc/wrappedtools.html | 6 wrappedtools-0.9.9/wrappedtools/man/ColSeeker.Rd | 8 wrappedtools-0.9.9/wrappedtools/man/bt.Rd | 2 wrappedtools-0.9.9/wrappedtools/man/compare_n_numvars.Rd | 1 wrappedtools-0.9.9/wrappedtools/man/flex2rmd.Rd | 4 wrappedtools-0.9.9/wrappedtools/man/identical_cols.Rd | 2 14 files changed, 1588 insertions(+), 1573 deletions(-)
Title: Connect to the 'nettskjema.no' API of the University of Oslo
Description: Enables users to retrieve data, meta-data, and codebooks from
<https://nettskjema.no/>. The data from the API is richer than from
the online data portal. This package is not developed
by the University of Oslo IT. Mowinckel (2021) <doi:10.5281/zenodo.4745481>.
Author: Athanasia Mo Mowinckel [aut, cre] ,
Trym Nohr Fjoertoft [ctb]
Maintainer: Athanasia Mo Mowinckel <a.m.mowinckel@psykologi.uio.no>
Diff between nettskjemar versions 1.0.2 dated 2025-06-06 and 1.0.3 dated 2025-09-04
nettskjemar-1.0.2/nettskjemar/README.md |only nettskjemar-1.0.2/nettskjemar/inst/Nettskjema_api.png |only nettskjemar-1.0.2/nettskjemar/inst/Nettskjema_api.svg |only nettskjemar-1.0.2/nettskjemar/tests/fixtures |only nettskjemar-1.0.2/nettskjemar/vignettes/attachments.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/authentication.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/forms.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/labelled_data.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/metadata.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/nettskjemar.Rmd.orig |only nettskjemar-1.0.2/nettskjemar/vignettes/submissions.Rmd.orig |only nettskjemar-1.0.3/nettskjemar/DESCRIPTION | 13 nettskjemar-1.0.3/nettskjemar/MD5 | 190 ++- nettskjemar-1.0.3/nettskjemar/NAMESPACE | 1 nettskjemar-1.0.3/nettskjemar/NEWS.md | 8 nettskjemar-1.0.3/nettskjemar/R/nettskjemar-package.R | 4 nettskjemar-1.0.3/nettskjemar/R/ns-auth.R | 10 nettskjemar-1.0.3/nettskjemar/R/ns-data.R | 13 nettskjemar-1.0.3/nettskjemar/R/ns-data_labels.R | 24 nettskjemar-1.0.3/nettskjemar/R/ns-form.R | 29 nettskjemar-1.0.3/nettskjemar/R/ns-me.R | 7 nettskjemar-1.0.3/nettskjemar/R/ns-meta.R | 12 nettskjemar-1.0.3/nettskjemar/R/ns-sitrep.R |only nettskjemar-1.0.3/nettskjemar/R/ns-submission.R | 9 nettskjemar-1.0.3/nettskjemar/R/utils.R | 22 nettskjemar-1.0.3/nettskjemar/build/partial.rdb |binary nettskjemar-1.0.3/nettskjemar/build/vignette.rds |binary nettskjemar-1.0.3/nettskjemar/inst/WORDLIST | 121 +- nettskjemar-1.0.3/nettskjemar/inst/_vcr |only nettskjemar-1.0.3/nettskjemar/inst/doc/attachments.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/attachments.Rmd | 98 - nettskjemar-1.0.3/nettskjemar/inst/doc/attachments.html | 122 +- nettskjemar-1.0.3/nettskjemar/inst/doc/authentication.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/authentication.Rmd | 73 - nettskjemar-1.0.3/nettskjemar/inst/doc/authentication.html | 106 -- nettskjemar-1.0.3/nettskjemar/inst/doc/custom_requests.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/custom_requests.Rmd |only nettskjemar-1.0.3/nettskjemar/inst/doc/custom_requests.html |only nettskjemar-1.0.3/nettskjemar/inst/doc/forms.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/forms.Rmd | 59 - nettskjemar-1.0.3/nettskjemar/inst/doc/forms.html | 135 +- nettskjemar-1.0.3/nettskjemar/inst/doc/labelled_data.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/labelled_data.Rmd | 344 ------ nettskjemar-1.0.3/nettskjemar/inst/doc/labelled_data.html | 247 +--- nettskjemar-1.0.3/nettskjemar/inst/doc/metadata.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/metadata.Rmd | 123 -- nettskjemar-1.0.3/nettskjemar/inst/doc/metadata.html | 33 nettskjemar-1.0.3/nettskjemar/inst/doc/nettskjemar.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/nettskjemar.Rmd | 295 ----- nettskjemar-1.0.3/nettskjemar/inst/doc/nettskjemar.html | 427 ++------ nettskjemar-1.0.3/nettskjemar/inst/doc/submissions.R |only nettskjemar-1.0.3/nettskjemar/inst/doc/submissions.Rmd | 22 nettskjemar-1.0.3/nettskjemar/inst/doc/submissions.html | 529 +++++++++- nettskjemar-1.0.3/nettskjemar/inst/nettskjemar.png |only nettskjemar-1.0.3/nettskjemar/inst/nettskjemar.svg |only nettskjemar-1.0.3/nettskjemar/man/figures/logo.png |binary nettskjemar-1.0.3/nettskjemar/man/nettskjemar-package.Rd | 2 nettskjemar-1.0.3/nettskjemar/man/ns_client.Rd | 3 nettskjemar-1.0.3/nettskjemar/man/ns_get_data.Rd | 13 nettskjemar-1.0.3/nettskjemar/man/ns_get_form_reports.Rd | 11 nettskjemar-1.0.3/nettskjemar/man/ns_get_forms.Rd | 10 nettskjemar-1.0.3/nettskjemar/man/ns_get_me.Rd | 7 nettskjemar-1.0.3/nettskjemar/man/ns_get_meta.Rd | 10 nettskjemar-1.0.3/nettskjemar/man/ns_get_submission.Rd | 9 nettskjemar-1.0.3/nettskjemar/man/ns_sitrep.Rd |only nettskjemar-1.0.3/nettskjemar/tests/_vcr |only nettskjemar-1.0.3/nettskjemar/tests/testthat/helpers.R | 18 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-data_labels.R | 6 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-ns-attachment.R | 11 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-ns-auth.R | 20 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-ns-codebook.R | 7 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-ns-me.R | 4 nettskjemar-1.0.3/nettskjemar/tests/testthat/test-ns-meta.R | 12 nettskjemar-1.0.3/nettskjemar/vignettes/_vcr |only nettskjemar-1.0.3/nettskjemar/vignettes/attachments.Rmd | 98 - nettskjemar-1.0.3/nettskjemar/vignettes/authentication.Rmd | 73 - nettskjemar-1.0.3/nettskjemar/vignettes/custom_requests.Rmd |only nettskjemar-1.0.3/nettskjemar/vignettes/forms.Rmd | 59 - nettskjemar-1.0.3/nettskjemar/vignettes/labelled_data.Rmd | 344 ------ nettskjemar-1.0.3/nettskjemar/vignettes/metadata.Rmd | 123 -- nettskjemar-1.0.3/nettskjemar/vignettes/nettskjemar.Rmd | 295 ----- nettskjemar-1.0.3/nettskjemar/vignettes/submissions.Rmd | 22 82 files changed, 1800 insertions(+), 2433 deletions(-)
Title: Accessing 'SimFin' Data
Description: Through simfinapi, you can intuitively access the 'SimFin'
Web-API (<https://www.simfin.com/>) to make 'SimFin' data easily
available in R. To obtain an 'SimFin' API key (and thus to use this
package), you need to register at <https://app.simfin.com/login>.
Author: Matthias Gomolka [aut, cre]
Maintainer: Matthias Gomolka <matthias.gomolka@posteo.de>
Diff between simfinapi versions 1.0.0 dated 2024-02-27 and 1.0.1 dated 2025-09-04
simfinapi-1.0.0/simfinapi/tests/testthat/test-sfa_load_statement.R |only simfinapi-1.0.1/simfinapi/DESCRIPTION | 10 simfinapi-1.0.1/simfinapi/MD5 | 56 +- simfinapi-1.0.1/simfinapi/NEWS.md | 4 simfinapi-1.0.1/simfinapi/R/call_api.R | 3 simfinapi-1.0.1/simfinapi/R/check_inputs.R | 204 +++++----- simfinapi-1.0.1/simfinapi/R/sfa_load__shares_outstanding.R | 22 - simfinapi-1.0.1/simfinapi/R/sfa_load_companies.R | 7 simfinapi-1.0.1/simfinapi/R/sfa_load_shareprices.R | 5 simfinapi-1.0.1/simfinapi/R/sfa_load_statement.R | 13 simfinapi-1.0.1/simfinapi/R/sfa_set_api_key.R | 4 simfinapi-1.0.1/simfinapi/R/utils.R | 5 simfinapi-1.0.1/simfinapi/R/zzz.R | 6 simfinapi-1.0.1/simfinapi/README.md | 107 +---- simfinapi-1.0.1/simfinapi/build/vignette.rds |binary simfinapi-1.0.1/simfinapi/inst/doc/simfinapi.R | 4 simfinapi-1.0.1/simfinapi/inst/doc/simfinapi.Rmd | 4 simfinapi-1.0.1/simfinapi/inst/doc/simfinapi.html | 1 simfinapi-1.0.1/simfinapi/man/figures/README-plot_data-1.png |binary simfinapi-1.0.1/simfinapi/man/sfa_load_common_shares_outstanding.Rd | 2 simfinapi-1.0.1/simfinapi/man/sfa_load_shareprices.Rd | 2 simfinapi-1.0.1/simfinapi/man/sfa_load_statements.Rd | 2 simfinapi-1.0.1/simfinapi/man/sfa_load_weighted_shares_outstanding.Rd | 2 simfinapi-1.0.1/simfinapi/man/sfa_set_api_key.Rd | 4 simfinapi-1.0.1/simfinapi/tests/testthat/test-call_api.R | 3 simfinapi-1.0.1/simfinapi/tests/testthat/test-sfa_load_companies.R | 19 simfinapi-1.0.1/simfinapi/tests/testthat/test-sfa_load_statements.R |only simfinapi-1.0.1/simfinapi/tests/testthat/test-sfa_set_cache_dir.R | 6 simfinapi-1.0.1/simfinapi/tests/testthat/test-sfa_set_key.R | 6 simfinapi-1.0.1/simfinapi/vignettes/simfinapi.Rmd | 4 30 files changed, 234 insertions(+), 271 deletions(-)
Title: Calculations and Visualisations Related to Geometric
Morphometrics
Description: A toolset for Geometric Morphometrics and mesh processing. This
includes (among other stuff) mesh deformations based on reference points,
permutation tests, detection of outliers, processing of sliding
semi-landmarks and semi-automated surface landmark placement.
Author: Stefan Schlager [aut, cre, cph],
Gregory Jefferis [ctb],
Dryden Ian [cph]
Maintainer: Stefan Schlager <zarquon42@gmail.com>
Diff between Morpho versions 2.12 dated 2023-12-06 and 2.13 dated 2025-09-04
DESCRIPTION | 16 +++++++-------- MD5 | 48 +++++++++++++++++++++++++++------------------- NAMESPACE | 11 ++++++++++ R/ILDS.r |only R/Morpho-package.R | 6 ++--- R/computeArea.r | 4 ++- R/icpmat.r | 29 +++++++++++++++++++++++++-- R/inscribeEllipse.r |only R/meshDist.r | 10 ++++----- R/meshDistMatrix.r | 2 - R/prcompfast.r | 2 - R/virtualMeshScan.r | 2 - R/warpmovie.matrix.r | 2 - inst/NEWS.Rd | 17 ++++++++++++++++ man/ILDS.Rd |only man/ILDSR2.Rd |only man/Morpho-package.Rd | 30 ++++++++++++++-------------- man/getOuterViewpoints.Rd | 2 - man/icpmat.Rd | 10 +++++++-- man/inscribeEllipse.Rd |only man/inscribeEllipseRot.Rd |only man/meshDist.Rd | 6 ++--- man/plot.ILDSR2.Rd |only man/render.Rd | 4 +-- man/visualize.Rd |only man/warpmovie3d.Rd | 2 - src/Makevars | 3 +- src/init.c | 4 +++ src/inscribeEllipse.cpp |only src/inscribeEllipse.h |only 30 files changed, 143 insertions(+), 67 deletions(-)
Title: Gradient-Based Recognition of Spatial Patterns in Environmental
Data
Description: Provides algorithms for detection of spatial patterns from oceanographic data using image processing methods based on Gradient Recognition.
Author: Wencheng Lau-Medrano [aut, cre]
Maintainer: Wencheng Lau-Medrano <luis.laum@gmail.com>
Diff between grec versions 1.6.1 dated 2025-01-23 and 1.6.2 dated 2025-09-04
DESCRIPTION | 8 ++++---- MD5 | 16 ++++++++-------- NAMESPACE | 1 + NEWS.md | 3 +++ R/SpatRaster-class.R | 26 ++++++++------------------ R/grec-main.R | 8 ++++---- R/grec-package.R | 2 +- build/partial.rdb |binary man/getGradients.Rd | 8 ++++---- 9 files changed, 33 insertions(+), 39 deletions(-)
Title: Generalized Linear Models for Categorical Responses
Description: In statistical modeling, there is a wide variety of regression models for categorical dependent variables (nominal or ordinal data); yet, there is no software embracing all these models together in a uniform and generalized format. Following the methodology proposed by Peyhardi, Trottier, and Guédon (2015) <doi:10.1093/biomet/asv042>, we introduce 'GLMcat', an R package to estimate generalized linear models implemented under the unified specification (r, F, Z). Where r represents the ratio of probabilities (reference, cumulative, adjacent, or sequential), F the cumulative cdf function for the linkage, and Z, the design matrix. The package accompanies the paper "GLMcat: An R Package for Generalized Linear Models for Categorical Responses" in the Journal of Statistical Software, Volume 114, Issue 9 (see <doi:10.18637/jss.v114.i09>).
Author: Lorena Leon [aut, cre],
Jean Peyhardi [aut],
Catherine Trottier [aut]
Maintainer: Lorena Leon <ylorenaleonv@gmail.com>
Diff between GLMcat versions 0.2.7 dated 2024-09-20 and 1.0.0 dated 2025-09-04
DESCRIPTION | 10 - MD5 | 19 +-- NEWS.md | 7 + build/vignette.rds |binary inst/CITATION |only inst/doc/Discrete_CM_examples.pdf |binary inst/doc/GLMcat_tutorial.R | 4 inst/doc/GLMcat_tutorial.pdf |binary inst/doc/Var_sel_ex.pdf |binary man/discrete_cm.Rd | 207 +++++++++++++++++++------------------- man/glmcat.Rd | 175 ++++++++++++++++---------------- 11 files changed, 217 insertions(+), 205 deletions(-)
Title: Microsoft Finance Time Series Forecasting Framework
Description: Automated time series forecasting developed by Microsoft Finance. The Microsoft Finance Time
Series Forecasting Framework, aka Finn, can be used to forecast any component of the income
statement, balance sheet, or any other area of interest by finance. Any numerical quantity over time,
Finn can be used to forecast it. While it can be applied outside of the finance domain, Finn was built
to meet the needs of financial analysts to better forecast their businesses within a company, and has
a lot of built in features that are specific to the needs of financial forecasters. Happy forecasting!
Author: Mike Tokic [aut, cre] ,
Aadharsh Kannan [aut]
Maintainer: Mike Tokic <mftokic@gmail.com>
Diff between finnts versions 0.5.0 dated 2024-10-25 and 0.6.0 dated 2025-09-04
DESCRIPTION | 10 +-- MD5 | 42 ++++++------- NEWS.md | 16 +++++ R/ensemble_models.R | 2 R/feature_selection.R | 14 +++- R/final_models.R | 25 +++++--- R/forecast_time_series.R | 3 R/hierarchy.R | 6 + R/models.R | 41 ++++++++++--- R/multistep_helper.R | 2 R/prep_data.R | 25 -------- R/prep_models.R | 37 +++++++++--- R/train_models.R | 58 ++++++++++++++++++- R/utility.R | 2 inst/doc/back-testing-and-hyperparameter-tuning.html | 10 +-- inst/doc/models-used-in-finnts.R | 10 +-- inst/doc/models-used-in-finnts.Rmd | 10 +-- inst/doc/models-used-in-finnts.html | 2 man/forecast_time_series.Rd | 3 man/prep_data.Rd | 3 man/prep_models.Rd | 7 +- vignettes/models-used-in-finnts.Rmd | 10 +-- 22 files changed, 222 insertions(+), 116 deletions(-)
Title: Epigenome-Wide Mediation Analysis Study
Description: DNA methylation is essential for human, and environment can change the DNA methylation
and affect body status. Epigenome-Wide Mediation Analysis Study (EMAS) can find
potential mediator CpG sites between exposure (x) and outcome (y) in epigenome-wide.
For more information on the methods we used, please see the following references:
Tingley, D. (2014) <doi:10.18637/jss.v059.i05>,
Turner, S. D. (2018) <doi:10.21105/joss.00731>,
Rosseel, D. (2012) <doi:10.18637/jss.v048.i02>.
Author: Xiuquan Nie [aut, cph, cre],
Mengyi Wang [ctb, rev]
Maintainer: Xiuquan Nie <niexiuquan1995@foxmail.com>
Diff between EMAS versions 0.2.2 dated 2022-08-11 and 0.2.3 dated 2025-09-04
DESCRIPTION | 22 +++++++++------------- MD5 | 16 ++++++++-------- R/EMAS.manhattan.R | 2 +- R/Emas.R | 4 +--- R/Emas.parallel.R | 2 +- build/partial.rdb |binary man/EMAS.manhattan.Rd | 2 +- man/Emas.Rd | 4 +--- man/Emas.parallel.Rd | 2 +- 9 files changed, 23 insertions(+), 31 deletions(-)
Title: Ensemble Learning Framework for Diagnostic and Prognostic
Modeling
Description: Provides a framework to build and evaluate diagnosis or
prognosis models using stacking, voting, and bagging ensemble
techniques with various base learners. The package also includes
tools for visualization and interpretation of models. The development
version of the package is available on 'GitHub' at
<https://github.com/xiaojie0519/E2E>. The methods
are based on the foundational work of Breiman (1996) <doi:10.1007/BF00058655>
on bagging and Wolpert (1992) <doi:10.1016/S0893-6080(05)80023-1>
on stacking.
Author: Shanjie Luan [aut, cre]
Maintainer: Shanjie Luan <Luan20050519@163.com>
Diff between E2E versions 0.0.3 dated 2025-08-26 and 0.1.0 dated 2025-09-04
E2E-0.0.3/E2E/vignettes/Dia_SHAP_Example.pdf |only E2E-0.0.3/E2E/vignettes/Diagnostic_Matrix.pdf |only E2E-0.0.3/E2E/vignettes/Diagnostic_PRC.png |only E2E-0.0.3/E2E/vignettes/Diagnostic_ROC.pdf |only E2E-0.0.3/E2E/vignettes/Pro_SHAP_Example.pdf |only E2E-0.0.3/E2E/vignettes/Prognostic_KM.pdf |only E2E-0.0.3/E2E/vignettes/Prognostic_TDROC.pdf |only E2E-0.1.0/E2E/DESCRIPTION | 6 E2E-0.1.0/E2E/MD5 | 51 +- E2E-0.1.0/E2E/NAMESPACE | 3 E2E-0.1.0/E2E/R/Figure.R | 47 +- E2E-0.1.0/E2E/R/diagnosis.R | 513 +++++++++++++++--------- E2E-0.1.0/E2E/README.md | 4 E2E-0.1.0/E2E/build/vignette.rds |binary E2E-0.1.0/E2E/inst/doc/diagnostic-workflow.R | 23 - E2E-0.1.0/E2E/inst/doc/diagnostic-workflow.Rmd | 23 - E2E-0.1.0/E2E/inst/doc/diagnostic-workflow.html | 110 +---- E2E-0.1.0/E2E/inst/doc/getting-started.Rmd | 6 E2E-0.1.0/E2E/inst/doc/getting-started.html | 14 E2E-0.1.0/E2E/inst/doc/parameter-reference.Rmd |only E2E-0.1.0/E2E/inst/doc/parameter-reference.html |only E2E-0.1.0/E2E/inst/doc/prognostic-workflow.R | 2 E2E-0.1.0/E2E/inst/doc/prognostic-workflow.Rmd | 2 E2E-0.1.0/E2E/inst/doc/prognostic-workflow.html | 2 E2E-0.1.0/E2E/man/apply_dia.Rd | 85 ++- E2E-0.1.0/E2E/man/bagging_dia.Rd | 10 E2E-0.1.0/E2E/man/evaluate_model_dia.Rd | 13 E2E-0.1.0/E2E/man/evaluate_predictions_dia.Rd |only E2E-0.1.0/E2E/vignettes/diagnostic-workflow.Rmd | 23 - E2E-0.1.0/E2E/vignettes/getting-started.Rmd | 6 E2E-0.1.0/E2E/vignettes/parameter-reference.Rmd |only E2E-0.1.0/E2E/vignettes/prognostic-workflow.Rmd | 2 32 files changed, 499 insertions(+), 446 deletions(-)
Title: Tokenization, Parts of Speech Tagging, Lemmatization and
Dependency Parsing with the 'UDPipe' 'NLP' Toolkit
Description: This natural language processing toolkit provides language-agnostic
'tokenization', 'parts of speech tagging', 'lemmatization' and 'dependency
parsing' of raw text. Next to text parsing, the package also allows you to train
annotation models based on data of 'treebanks' in 'CoNLL-U' format as provided
at <https://universaldependencies.org/format.html>. The techniques are explained
in detail in the paper: 'Tokenizing, POS Tagging, Lemmatizing and Parsing UD 2.0
with UDPipe', available at <doi:10.18653/v1/K17-3009>.
The toolkit also contains functionalities for commonly used data manipulations on texts
which are enriched with the output of the parser. Namely functionalities and algorithms
for collocations, token co-occurrence, document term matrix handling,
term frequency inverse document frequency calculations,
information retrieval metrics (Okapi BM25), handling of multi-word expressions,
keyword detection (Rapid Automatic Keyword Extraction, noun phrase extraction, syntact [...truncated...]
Author: Jan Wijffels [aut, cre, cph],
BNOSAC [cph],
Institute of Formal and Applied Linguistics, Faculty of Mathematics and
Physics, Charles University in Prague, Czech Republic [cph],
Milan Straka [ctb, cph],
Jana Strakova [ctb, cph]
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Diff between udpipe versions 0.8.11 dated 2023-01-06 and 0.8.12 dated 2025-09-04
DESCRIPTION | 6 - MD5 | 60 +++++++++--------- NEWS.md | 8 ++ R/datasets.R | 10 +-- R/topicmodels.R | 8 +- R/udpipe_models.R | 58 ++++++++--------- R/udpipe_parse.R | 48 +++++++------- R/udpipe_train.R | 16 ++-- R/utils.R | 13 +-- build/vignette.rds |binary inst/doc/udpipe-annotation.Rmd | 2 inst/doc/udpipe-annotation.html | 6 - inst/doc/udpipe-parallel.html | 6 - inst/doc/udpipe-train.html | 6 - inst/doc/udpipe-tryitout.html | 4 - inst/doc/udpipe-universe.html | 4 - inst/doc/udpipe-usecase-postagging-lemmatisation.html | 4 - inst/doc/udpipe-usecase-topicmodelling.html | 4 - man/brussels_listings.Rd | 4 - man/brussels_reviews.Rd | 4 - man/brussels_reviews_anno.Rd | 2 man/predict.LDA.Rd | 8 +- man/txt_tagsequence.Rd | 13 +-- man/udpipe.Rd | 40 ++++++------ man/udpipe_accuracy.Rd | 4 - man/udpipe_annotate.Rd | 8 +- man/udpipe_download_model.Rd | 54 ++++++++-------- man/udpipe_load_model.Rd | 4 - man/udpipe_train.Rd | 12 +-- src/udpipe.cpp | 6 - vignettes/udpipe-annotation.Rmd | 2 31 files changed, 215 insertions(+), 209 deletions(-)
Title: Analysis and Visualization of Archaeological Count Data
Description: An easy way to examine archaeological count data. This
package provides several tests and measures of diversity:
heterogeneity and evenness (Brillouin, Shannon, Simpson, etc.),
richness and rarefaction (Chao1, Chao2, ACE, ICE, etc.), turnover and
similarity (Brainerd-Robinson, etc.). It allows to easily visualize
count data and statistical thresholds: rank vs abundance plots,
heatmaps, Ford (1962) and Bertin (1977) diagrams, etc.
Author: Nicolas Frerebeau [aut, cre] ,
Matthew Peeples [ctb] ,
Ben Marwick [ctb] ,
Jean-Baptiste Fourvel [ctb] ,
Brice Lebrun [art] ,
Universite Bordeaux Montaigne [fnd] ,
CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Diff between tabula versions 3.3.1 dated 2025-05-15 and 3.3.2 dated 2025-09-04
DESCRIPTION | 11 ++++++----- MD5 | 24 ++++++++++++------------ NEWS.md | 4 ++++ R/plot_ford.R | 5 ++++- R/tabula-package.R | 2 +- README.md | 17 ++++++++++++----- build/partial.rdb |binary build/vignette.rds |binary inst/doc/alpha.html | 2 +- inst/doc/beta.html | 2 +- inst/po/fr/LC_MESSAGES/R-tabula.mo |binary man/tabula-package.Rd | 3 ++- po/R-fr.po | 4 ++-- 13 files changed, 45 insertions(+), 29 deletions(-)
Title: R Interface to 'Quarto' Markdown Publishing System
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
variety of output formats using 'Quarto'.
Author: JJ Allaire [aut] ,
Christophe Dervieux [cre, aut] ,
Posit Software, PBC [cph, fnd],
Gordon Woodhull [ctb]
Maintainer: Christophe Dervieux <cderv@posit.co>
Diff between quarto versions 1.5.0 dated 2025-07-28 and 1.5.1 dated 2025-09-04
DESCRIPTION | 6 MD5 | 26 - NEWS.md | 467 +++++++++++++++++----------------- R/render.R | 459 ++++++++++++++++----------------- inst/doc/advanced-vignettes.html | 2 inst/doc/dynamic-metadata.html | 6 inst/doc/hello-pdf.pdf |binary inst/doc/hello.html | 2 inst/doc/publishing.html | 2 inst/doc/r-scripts.html | 6 man/quarto_render.Rd | 251 +++++++++--------- tests/testthat/helpers.R | 4 tests/testthat/test-utils-extract.R | 2 tests/testthat/test-utils.R | 494 ++++++++++++++++++------------------ 14 files changed, 867 insertions(+), 860 deletions(-)
Title: Khattree-Bahuguna's Univariate and Multivariate Skewness
Description: Computes Khattree-Bahuguna's univariate and multivariate skewness, principal-component-based Khattree-Bahuguna's multivariate skewness. It also provides several measures of univariate or multivariate skewnesses including, Pearson’s coefficient of skewness, Bowley’s univariate skewness and Mardia's multivariate skewness. See Khattree, R. and Bahuguna, M. (2019) <doi: 10.1007/s41060-018-0106-1>.
Author: Zhixin Lun [aut, cre] ,
Ravindra Khattree [aut]
Maintainer: Zhixin Lun <zhixin.lun@cuanschutz.edu>
Diff between KbMvtSkew versions 1.0.2 dated 2020-03-23 and 1.1.0 dated 2025-09-04
DESCRIPTION | 22 +++++++++++----------- MD5 | 18 +++++++++--------- NAMESPACE | 22 +++++++++++----------- R/KbSkewness.R | 12 ++++++++---- man/data-Chatterjee.Rd | 4 +++- man/data-OlymWomen.Rd | 4 +++- man/data-SwissHead.Rd | 4 +++- man/kbMvtSkew.Rd | 6 ++++-- man/kbSkew.Rd | 2 ++ man/pcKbSkew.Rd | 4 ++-- 10 files changed, 56 insertions(+), 42 deletions(-)
Title: A Unified Data Layer for Large-Scale Single-Cell, Spatial and
Bulk Immunomics
Description: Provides a unified data layer for single-cell, spatial and bulk
T-cell and B-cell immune receptor repertoire data. Think AnnData or SeuratObject,
but for AIRR data.
Author: Vadim I. Nazarov [aut, cre]
Maintainer: Vadim I. Nazarov <support@immunomind.com>
Diff between immundata versions 0.0.1 dated 2025-04-08 and 0.0.3 dated 2025-09-04
immundata-0.0.1/immundata/R/immundata.R |only immundata-0.0.1/immundata/R/load_immundata.R |only immundata-0.0.1/immundata/R/load_metadata.R |only immundata-0.0.1/immundata/R/load_repertoires.R |only immundata-0.0.1/immundata/R/load_repertoires_utils.R |only immundata-0.0.1/immundata/R/mouse-ici.R |only immundata-0.0.1/immundata/R/receptor_schema.R |only immundata-0.0.1/immundata/R/utils.R |only immundata-0.0.1/immundata/inst/extdata/metadata_samples.tsv |only immundata-0.0.1/immundata/inst/extdata/sample_0_1k.tsv |only immundata-0.0.1/immundata/inst/extdata/sample_1k_2k.tsv |only immundata-0.0.1/immundata/man/imd_files.Rd |only immundata-0.0.1/immundata/man/load_immundata.Rd |only immundata-0.0.1/immundata/man/load_metadata.Rd |only immundata-0.0.1/immundata/man/load_repertoires.Rd |only immundata-0.0.1/immundata/tests/testthat/test-data-manipulation.R |only immundata-0.0.3/immundata/DESCRIPTION | 31 immundata-0.0.3/immundata/MD5 | 96 immundata-0.0.3/immundata/NAMESPACE | 67 immundata-0.0.3/immundata/R/core_immundata.R |only immundata-0.0.3/immundata/R/globals.R | 181 + immundata-0.0.3/immundata/R/immundata-package.R | 53 immundata-0.0.3/immundata/R/io_annotations_write.R |only immundata-0.0.3/immundata/R/io_immundata_conversion.R |only immundata-0.0.3/immundata/R/io_immundata_read.R |only immundata-0.0.3/immundata/R/io_immundata_write.R |only immundata-0.0.3/immundata/R/io_metadata_read.R |only immundata-0.0.3/immundata/R/io_repertoires_processing.R |only immundata-0.0.3/immundata/R/io_repertoires_read.R |only immundata-0.0.3/immundata/R/io_repertoires_utils.R |only immundata-0.0.3/immundata/R/operations_agg.R |only immundata-0.0.3/immundata/R/operations_annotate.R |only immundata-0.0.3/immundata/R/operations_count.R |only immundata-0.0.3/immundata/R/operations_filter.R |only immundata-0.0.3/immundata/R/operations_mutate.R |only immundata-0.0.3/immundata/R/operations_print.R |only immundata-0.0.3/immundata/R/operations_utils.R |only immundata-0.0.3/immundata/R/operations_utils_levenshtein.R |only immundata-0.0.3/immundata/R/test_utils.R |only immundata-0.0.3/immundata/R/zzz.R | 1 immundata-0.0.3/immundata/README.md | 1360 +++++++++- immundata-0.0.3/immundata/inst/extdata/single_cell |only immundata-0.0.3/immundata/inst/extdata/tsv |only immundata-0.0.3/immundata/man/IMD_GLOBALS.Rd | 4 immundata-0.0.3/immundata/man/ImmunData.Rd | 124 immundata-0.0.3/immundata/man/agg_receptors.Rd |only immundata-0.0.3/immundata/man/agg_repertoires.Rd |only immundata-0.0.3/immundata/man/annotate_immundata.Rd |only immundata-0.0.3/immundata/man/count.ImmunData.Rd |only immundata-0.0.3/immundata/man/filter_immundata.Rd |only immundata-0.0.3/immundata/man/from_immunarch.Rd |only immundata-0.0.3/immundata/man/get_test_idata.Rd |only immundata-0.0.3/immundata/man/imd_schema.Rd | 39 immundata-0.0.3/immundata/man/immundata-package.Rd | 14 immundata-0.0.3/immundata/man/make_receptor_schema.Rd |only immundata-0.0.3/immundata/man/make_seq_options.Rd |only immundata-0.0.3/immundata/man/mutate_immundata.Rd |only immundata-0.0.3/immundata/man/preprocess_postprocess.Rd |only immundata-0.0.3/immundata/man/read_immundata.Rd |only immundata-0.0.3/immundata/man/read_metadata.Rd |only immundata-0.0.3/immundata/man/read_repertoires.Rd |only immundata-0.0.3/immundata/man/write_immundata.Rd |only immundata-0.0.3/immundata/tests/testthat/test-annotate-barcodes.R |only immundata-0.0.3/immundata/tests/testthat/test-annotate-immundata.R |only immundata-0.0.3/immundata/tests/testthat/test-annotate-receptors.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-barcodes.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-immundata-exact.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-immundata-hamm.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-immundata-lev.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-immundata-regex.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-immundata.R |only immundata-0.0.3/immundata/tests/testthat/test-filter-receptors.R |only immundata-0.0.3/immundata/tests/testthat/test-io-immundata-read.R |only immundata-0.0.3/immundata/tests/testthat/test-io-immundata-write.R |only immundata-0.0.3/immundata/tests/testthat/test-io-repertoires.R |only 75 files changed, 1662 insertions(+), 308 deletions(-)
Title: Cytokine Profiling Analysis Tool
Description: Provides comprehensive cytokine profiling analysis through quality control using biologically meaningful cutoffs on raw cytokine measurements and by testing for distributional symmetry to recommend appropriate transformations. Offers exploratory data analysis with summary statistics, enhanced boxplots, and barplots, along with univariate and multivariate analytical capabilities for in-depth cytokine profiling such as Principal Component Analysis based on Andrzej Maćkiewicz and Waldemar Ratajczak (1993) <doi:10.1016/0098-3004(93)90090-R>, Sparse Partial Least Squares Discriminant Analysis based on Lê Cao K-A, Boitard S, and Besse P (2011) <doi:10.1186/1471-2105-12-253>, Random Forest based on Breiman, L. (2001) <doi:10.1023/A:1010933404324>, and Extreme Gradient Boosting based on Tianqi Chen and Carlos Guestrin (2016) <doi:10.1145/2939672.2939785>.
Author: Shubh Saraswat [cre, aut, cph] ,
Xiaohua Douglas Zhang [aut]
Maintainer: Shubh Saraswat <shubh.saraswat00@gmail.com>
Diff between CytoProfile versions 0.2.1 dated 2025-05-19 and 0.2.2 dated 2025-09-04
DESCRIPTION | 8 MD5 | 123 ++-- NAMESPACE | 6 NEWS.md | 21 R/cyt_anova.R | 39 - R/cyt_bp.R | 39 - R/cyt_bp2.R | 44 - R/cyt_dualflashplot.R | 71 +- R/cyt_errbp.R | 443 ++++++++------ R/cyt_heatmap.R | 204 ++++-- R/cyt_mint_splsda.R |only R/cyt_pca.R | 460 ++++++++++----- R/cyt_rf.R | 187 +++++- R/cyt_skku.R | 79 +- R/cyt_splsda.R | 966 +++++++++++++++++++++----------- R/cyt_ttest.R | 7 R/cyt_volc.R | 81 +- R/cyt_xgb.R | 162 +++-- R/data.R | 54 + README.md | 45 + data/ExampleData5.rda |only inst/WORDLIST | 14 inst/doc/getting_started.R | 23 inst/doc/getting_started.Rmd | 38 - inst/doc/getting_started.html | 291 +++++---- man/ExampleData5.Rd |only man/cyt_anova.Rd | 3 man/cyt_bp.Rd | 3 man/cyt_bp2.Rd | 3 man/cyt_dualflashplot.Rd | 3 man/cyt_errbp.Rd | 7 man/cyt_heatmap.Rd | 30 man/cyt_mint_splsda.Rd |only man/cyt_pca.Rd | 3 man/cyt_rf.Rd | 3 man/cyt_skku.Rd | 3 man/cyt_splsda.Rd | 29 man/cyt_ttest.Rd | 3 man/cyt_volc.Rd | 3 man/cyt_xgb.Rd | 3 man/figures/logo.png |binary man/figures/readme-EDA2-1.png |binary man/figures/readme-EDA2-2.png |binary man/figures/readme-EDA2-3.png |binary man/figures/readme-EDA2-4.png |binary man/figures/readme-EDA6-1.png |binary man/figures/readme-EDA7-1.png |binary man/figures/readme-Multivariate1-10.png |binary man/figures/readme-Multivariate1-4.png |binary man/figures/readme-Multivariate1-5.png |binary man/figures/readme-Multivariate1-6.png |binary man/figures/readme-Multivariate1-7.png |binary man/figures/readme-Multivariate1-9.png |binary man/figures/readme-Multivariate2-1.png |binary man/figures/readme-Multivariate2-2.png |binary man/figures/readme-Multivariate2-3.png |binary man/figures/readme-Multivariate2-4.png |binary man/figures/readme-Multivariate2-5.png |binary man/figures/readme-Multivariate2-6.png |binary man/figures/readme-Multivariate2-7.png |only man/figures/readme-Multivariate2-8.png |only man/figures/readme-Multivariate2-9.png |only man/figures/readme-Multivariate3-1.png |only man/figures/readme-Multivariate3-2.png |only man/figures/readme-Multivariate3-3.png |only man/figures/readme-Multivariate3-4.png |only man/figures/readme-Multivariate3-5.png |only man/figures/readme-Multivariate3-6.png |only vignettes/getting_started.Rmd | 38 - 69 files changed, 2372 insertions(+), 1167 deletions(-)
Title: Conditional Multivariate t Distribution, Expectation
Maximization Algorithm, and Its Stochastic Variants
Description: Computes conditional multivariate t probabilities, random deviates, and densities. It can also be used to create missing values at random in a dataset, resulting in a missing at random (MAR) mechanism. Inbuilt in the package are the Expectation-Maximization (EM), Monte Carlo EM, and Stochastic EM algorithms for imputation of missing values in datasets assuming the multivariate t distribution. See Kinyanjui, Tamba, Orawo, and Okenye (2020)<doi:10.3233/mas-200493>, and Kinyanjui, Tamba, and Okenye(2021)<http://www.ceser.in/ceserp/index.php/ijamas/article/view/6726/0> for more details.
Author: Paul Kinyanjui [aut, cre],
Cox Tamba [aut],
Justin Okenye [aut],
Luke Orawo [ctb]
Maintainer: Paul Kinyanjui <kinyanjui.access@gmail.com>
Diff between CondMVT versions 0.1.0 dated 2022-06-28 and 0.1.1 dated 2025-09-04
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/SMCEM_Uonestep.R | 3 ++- man/pcmvt.Rd | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-)
Title: Transformation Discriminant Analysis
Description: Performs transformation discrimination analysis and non-transformation discrimination analysis. It also includes functions for Linear Discriminant Analysis, Quadratic Discriminant Analysis, and Mixture Discriminant Analysis. In the context of mixture discriminant analysis, it offers options for both common covariance matrix (common sigma) and individual covariance matrices (uncommon sigma) for the mixture components.
Author: Jing Li [aut, cre],
Yana Melnykov [aut]
Maintainer: Jing Li <jli178@crimson.ua.edu>
Diff between transDA versions 1.0.1 dated 2025-06-09 and 1.0.2 dated 2025-09-04
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- R/tda.R | 2 +- demo/demotda.R | 8 ++++---- man/predict.tda.Rd | 2 +- man/summary.tda.Rd | 2 +- man/tda.Rd | 10 +++++----- man/transDA-package.Rd | 9 ++++----- 8 files changed, 27 insertions(+), 28 deletions(-)
Title: Interface to the Global Biodiversity Information Facility API
Description: A programmatic interface to the Web Service methods
provided by the Global Biodiversity Information Facility (GBIF;
<https://www.gbif.org/developer/summary>). GBIF is a database
of species occurrence records from sources all over the globe.
rgbif includes functions for searching for taxonomic names,
retrieving information on data providers, getting species occurrence
records, getting counts of occurrence records, and using the GBIF
tile map service to make rasters summarizing huge amounts of data.
Author: Scott Chamberlain [aut] ,
Damiano Oldoni [aut] ,
Vijay Barve [ctb] ,
Peter Desmet [ctb] ,
Laurens Geffert [ctb],
Dan Mcglinn [ctb] ,
Karthik Ram [ctb] ,
rOpenSci [fnd] ,
John Waller [aut, cre]
Maintainer: John Waller <jwaller@gbif.org>
Diff between rgbif versions 3.8.2 dated 2025-06-12 and 3.8.3 dated 2025-09-04
rgbif-3.8.2/rgbif/tests/fixtures/name_parse.yml |only rgbif-3.8.3/rgbif/DESCRIPTION | 8 rgbif-3.8.3/rgbif/MD5 | 492 rgbif-3.8.3/rgbif/NAMESPACE | 13 rgbif-3.8.3/rgbif/NEWS.md | 12 rgbif-3.8.3/rgbif/R/collection_search.R |only rgbif-3.8.3/rgbif/R/dataset.R | 4 rgbif-3.8.3/rgbif/R/dataset_doi.R | 5 rgbif-3.8.3/rgbif/R/dataset_list_funs.R | 4 rgbif-3.8.3/rgbif/R/dataset_search.r | 22 rgbif-3.8.3/rgbif/R/dataset_suggest.r | 2 rgbif-3.8.3/rgbif/R/dataset_uuid_funs.R | 22 rgbif-3.8.3/rgbif/R/datasets.r | 2 rgbif-3.8.3/rgbif/R/derived_dataset.R | 4 rgbif-3.8.3/rgbif/R/elevation.r | 2 rgbif-3.8.3/rgbif/R/enumeration.R | 70 rgbif-3.8.3/rgbif/R/gbif_geocode.R | 6 rgbif-3.8.3/rgbif/R/installation_search.R |only rgbif-3.8.3/rgbif/R/installation_uuid_funs.R |only rgbif-3.8.3/rgbif/R/installations.r | 144 rgbif-3.8.3/rgbif/R/institution_search.R |only rgbif-3.8.3/rgbif/R/lit_search.R | 106 rgbif-3.8.3/rgbif/R/name_backbone.r | 4 rgbif-3.8.3/rgbif/R/name_backbone_checklist.R | 4 rgbif-3.8.3/rgbif/R/name_lookup.r | 2 rgbif-3.8.3/rgbif/R/name_parse.R | 2 rgbif-3.8.3/rgbif/R/name_suggest.r | 3 rgbif-3.8.3/rgbif/R/name_usage.r | 5 rgbif-3.8.3/rgbif/R/network.R | 2 rgbif-3.8.3/rgbif/R/networks.r | 2 rgbif-3.8.3/rgbif/R/nodes.r | 194 rgbif-3.8.3/rgbif/R/occ_count.r | 6 rgbif-3.8.3/rgbif/R/occ_count_.R | 2 rgbif-3.8.3/rgbif/R/occ_download.R | 7 rgbif-3.8.3/rgbif/R/occ_download_cached.R | 2 rgbif-3.8.3/rgbif/R/occ_download_cancel.R | 116 rgbif-3.8.3/rgbif/R/occ_download_dataset_activity.R | 94 rgbif-3.8.3/rgbif/R/occ_download_datasets.R | 82 rgbif-3.8.3/rgbif/R/occ_download_describe.R | 6 rgbif-3.8.3/rgbif/R/occ_download_doi.R | 7 rgbif-3.8.3/rgbif/R/occ_download_list.R | 116 rgbif-3.8.3/rgbif/R/occ_download_meta.R | 4 rgbif-3.8.3/rgbif/R/occ_download_sql.R | 4 rgbif-3.8.3/rgbif/R/occ_facet.R | 7 rgbif-3.8.3/rgbif/R/occ_get.r | 11 rgbif-3.8.3/rgbif/R/occ_metadata.r | 112 rgbif-3.8.3/rgbif/R/organizations.r | 7 rgbif-3.8.3/rgbif/R/print_gbif.R | 232 rgbif-3.8.3/rgbif/R/zzz.r | 65 rgbif-3.8.3/rgbif/man/collection_search.Rd |only rgbif-3.8.3/rgbif/man/dataset.Rd | 2 rgbif-3.8.3/rgbif/man/dataset_doi.Rd | 7 rgbif-3.8.3/rgbif/man/dataset_list_funs.Rd | 4 rgbif-3.8.3/rgbif/man/dataset_search.Rd | 14 rgbif-3.8.3/rgbif/man/dataset_uuid_funs.Rd | 37 rgbif-3.8.3/rgbif/man/datasets.Rd | 2 rgbif-3.8.3/rgbif/man/derived_dataset.Rd | 4 rgbif-3.8.3/rgbif/man/elevation.Rd | 2 rgbif-3.8.3/rgbif/man/enumeration.Rd | 4 rgbif-3.8.3/rgbif/man/gbif_geocode.Rd | 8 rgbif-3.8.3/rgbif/man/installation_search.Rd |only rgbif-3.8.3/rgbif/man/installation_uuid_funs.Rd |only rgbif-3.8.3/rgbif/man/installations.Rd | 2 rgbif-3.8.3/rgbif/man/institution_search.Rd |only rgbif-3.8.3/rgbif/man/lit_search.Rd | 31 rgbif-3.8.3/rgbif/man/name_backbone.Rd | 4 rgbif-3.8.3/rgbif/man/name_backbone_checklist.Rd | 2 rgbif-3.8.3/rgbif/man/name_lookup.Rd | 2 rgbif-3.8.3/rgbif/man/name_parse.Rd | 2 rgbif-3.8.3/rgbif/man/name_suggest.Rd | 2 rgbif-3.8.3/rgbif/man/name_usage.Rd | 2 rgbif-3.8.3/rgbif/man/network.Rd | 2 rgbif-3.8.3/rgbif/man/networks.Rd | 2 rgbif-3.8.3/rgbif/man/nodes.Rd | 2 rgbif-3.8.3/rgbif/man/occ_count.Rd | 2 rgbif-3.8.3/rgbif/man/occ_count_.Rd | 2 rgbif-3.8.3/rgbif/man/occ_download.Rd | 4 rgbif-3.8.3/rgbif/man/occ_download_cached.Rd | 2 rgbif-3.8.3/rgbif/man/occ_download_cancel.Rd | 9 rgbif-3.8.3/rgbif/man/occ_download_dataset_activity.Rd | 2 rgbif-3.8.3/rgbif/man/occ_download_datasets.Rd | 7 rgbif-3.8.3/rgbif/man/occ_download_describe.Rd | 5 rgbif-3.8.3/rgbif/man/occ_download_doi.Rd | 4 rgbif-3.8.3/rgbif/man/occ_download_list.Rd | 2 rgbif-3.8.3/rgbif/man/occ_download_meta.Rd | 2 rgbif-3.8.3/rgbif/man/occ_download_sql.Rd | 4 rgbif-3.8.3/rgbif/man/occ_facet.Rd | 2 rgbif-3.8.3/rgbif/man/occ_get.Rd | 4 rgbif-3.8.3/rgbif/man/occ_metadata.Rd | 2 rgbif-3.8.3/rgbif/man/organizations.Rd | 5 rgbif-3.8.3/rgbif/tests/fixtures/collection_search.yml |only rgbif-3.8.3/rgbif/tests/fixtures/dataset.yml | 1838 rgbif-3.8.3/rgbif/tests/fixtures/dataset_doi.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/dataset_list_funs.yml | 45 rgbif-3.8.3/rgbif/tests/fixtures/dataset_search.yml | 9738 rgbif-3.8.3/rgbif/tests/fixtures/dataset_search_facet.yml | 121 rgbif-3.8.3/rgbif/tests/fixtures/dataset_suggest.yml | 7363 rgbif-3.8.3/rgbif/tests/fixtures/dataset_suggest_description.yml | 2927 rgbif-3.8.3/rgbif/tests/fixtures/dataset_uuid_funs.yml |122958 +++++++++- rgbif-3.8.3/rgbif/tests/fixtures/derived_dataset_1.yml | 25 rgbif-3.8.3/rgbif/tests/fixtures/derived_dataset_2.yml | 23 rgbif-3.8.3/rgbif/tests/fixtures/elevation.yml | 61 rgbif-3.8.3/rgbif/tests/fixtures/elevation_geonames_conn.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/elevation_geonames_conn_unauthorized.yml | 47 rgbif-3.8.3/rgbif/tests/fixtures/elevation_models.yml | 161 rgbif-3.8.3/rgbif/tests/fixtures/elevation_unauthorized.yml | 24 rgbif-3.8.3/rgbif/tests/fixtures/elevation_warning_zero_zero.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/enumeration.yml | 888 rgbif-3.8.3/rgbif/tests/fixtures/enumeration_fails_well.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/gbif_citation_downloadkey.yml | 47 rgbif-3.8.3/rgbif/tests/fixtures/gbif_citation_occ_download_meta.yml | 47 rgbif-3.8.3/rgbif/tests/fixtures/gbif_get_wait.yml |only rgbif-3.8.3/rgbif/tests/fixtures/gbif_oai_get_records.yml | 103 rgbif-3.8.3/rgbif/tests/fixtures/gbif_oai_identify.yml | 68 rgbif-3.8.3/rgbif/tests/fixtures/gbif_oai_list_identifiers.yml | 22 rgbif-3.8.3/rgbif/tests/fixtures/gbif_oai_list_metadataformats.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/gbif_oai_list_sets.yml | 2054 rgbif-3.8.3/rgbif/tests/fixtures/installation_search.yml |only rgbif-3.8.3/rgbif/tests/fixtures/installation_uuid_funs.yml |only rgbif-3.8.3/rgbif/tests/fixtures/installations.yml | 2675 rgbif-3.8.3/rgbif/tests/fixtures/installations_deleted.yml | 59 rgbif-3.8.3/rgbif/tests/fixtures/installations_uuid.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/installations_uuid_data.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/institution_search.yml |only rgbif-3.8.3/rgbif/tests/fixtures/map_fetch_png.yml | 5631 rgbif-3.8.3/rgbif/tests/fixtures/map_fetch_terra.yml |17593 - rgbif-3.8.3/rgbif/tests/fixtures/name_backbone.yml | 47 rgbif-3.8.3/rgbif/tests/fixtures/name_backbone_verbose_true.yml | 183 rgbif-3.8.3/rgbif/tests/fixtures/name_issues.yml | 168 rgbif-3.8.3/rgbif/tests/fixtures/name_lookup_constituentKey.yml | 3774 rgbif-3.8.3/rgbif/tests/fixtures/name_lookup_habitat.yml |10713 rgbif-3.8.3/rgbif/tests/fixtures/name_lookup_no_results.yml | 25 rgbif-3.8.3/rgbif/tests/fixtures/name_suggest.yml | 1905 rgbif-3.8.3/rgbif/tests/fixtures/name_suggest_many_args.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/name_usage.yml | 285 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_children.yml | 558 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_descriptions.yml | 283 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_distributions.yml | 1043 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_iucnRedListCategory.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_media.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_name.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_parents.yml | 270 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_references.yml | 487 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_related.yml | 1900 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_speciesProfiles.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_synonyms.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_typeSpecimens.yml | 37 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_data_vernacularNames.yml | 363 rgbif-3.8.3/rgbif/tests/fixtures/name_usage_fails_well.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/network.yml | 44 rgbif-3.8.3/rgbif/tests/fixtures/network_constituents.yml |10327 rgbif-3.8.3/rgbif/tests/fixtures/nodes.yml | 4457 rgbif-3.8.3/rgbif/tests/fixtures/occ_count.yml | 159 rgbif-3.8.3/rgbif/tests/fixtures/occ_count_.yml | 175 rgbif-3.8.3/rgbif/tests/fixtures/occ_count_facet.yml | 196 rgbif-3.8.3/rgbif/tests/fixtures/occ_count_legacy_params.yml | 105 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_args_with_many_inputs.yml | 2389 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_catalog_number.yml | 504 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_coordinateUncertaintyInMeters.yml | 678 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_degreeOfEstablishment.yml | 1008 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_depth.yml | 201 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_distanceFromCentroidInMeters.yml | 720 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_dropped_fields.yml | 335 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_elevation.yml | 210 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_eventId.yml | 1386 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_fails_well.yml | 41 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_gadmGid.yml | 699 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_identifiedBy.yml | 1483 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_isInCluster.yml | 717 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_iucnRedListCategory.yml | 1251 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_key_gbifid_character_class.yml | 332 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_lifeStage.yml | 1074 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_networkKey.yml | 1159 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_occurrenceId.yml | 942 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_occurrencestatus.yml | 628 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_organismQuantity.yml | 638 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_organismQuantityType.yml | 367 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_relativeOrganismQuantity.yml | 742 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_scientificname.yml | 1542 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_speciesKey.yml | 1247 rgbif-3.8.3/rgbif/tests/fixtures/occ_data_verbatimScientificName.yml | 1235 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_1.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_2.yml | 45 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_3.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_4.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_5.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_6.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_7.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_8.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_cancel.yml | 23 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_cancel_prep.yml | 43 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_dataset_activity.yml | 61 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_dataset_activity_error.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_datasets.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_datasets_error.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_describe.yml | 85 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_doi.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_list.yml | 82 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_list_unauthorized.yml | 23 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_meta.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_meta_na_results.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_meta_with_results.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_queue.yml | 1134 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_sql_1.yml | 69 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_wait_character.yml | 19 rgbif-3.8.3/rgbif/tests/fixtures/occ_download_wait_request.yml | 1577 rgbif-3.8.3/rgbif/tests/fixtures/occ_get.yml | 875 rgbif-3.8.3/rgbif/tests/fixtures/occ_get_other.yml | 458 rgbif-3.8.3/rgbif/tests/fixtures/occ_metadata.yml | 143 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_catalognumber.yml | 21 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_coordinateUncertaintyInMeters.yml | 678 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_degreeOfEstablishment.yml | 1008 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_depth.yml | 223 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_distanceFromCentroidInMeters.yml | 721 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_elevation.yml | 572 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_eventId.yml | 1386 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_fails_well.yml | 41 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_gadmGid.yml | 699 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_geoDistance.yml | 256 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_hierarchy_data.yml | 245 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_identifiedBy.yml | 1483 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_isInCluster.yml | 717 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_iucnRedListCategory.yml | 1251 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_key_gbifid_character_class.yml | 332 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_lifeStage.yml | 1076 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_many_inputs.yml | 2389 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_networkKey.yml | 1159 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_occurrenceId.yml | 942 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_occurrencestatus.yml | 628 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_organismQuantity.yml | 638 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_organismQuantityType.yml | 367 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_relativeOrganismQuantity.yml | 742 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_scientificname.yml | 1542 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_speciesKey.yml | 1232 rgbif-3.8.3/rgbif/tests/fixtures/occ_search_verbatimScientificName.yml | 1235 rgbif-3.8.3/rgbif/tests/fixtures/organizations_search_country.yml | 106 rgbif-3.8.3/rgbif/tests/fixtures/organizations_search_uuid.yml |12891 - rgbif-3.8.3/rgbif/tests/fixtures/wkt_large_occ_data.yml | 5648 rgbif-3.8.3/rgbif/tests/fixtures/wkt_large_occ_search.yml | 5648 rgbif-3.8.3/rgbif/tests/test-all.R | 5 rgbif-3.8.3/rgbif/tests/testthat/test-collection_search.R |only rgbif-3.8.3/rgbif/tests/testthat/test-dataset_search.r | 11 rgbif-3.8.3/rgbif/tests/testthat/test-gbif_photos.R | 60 rgbif-3.8.3/rgbif/tests/testthat/test-installation_search.R |only rgbif-3.8.3/rgbif/tests/testthat/test-installation_uuid_funs.R |only rgbif-3.8.3/rgbif/tests/testthat/test-institution_search.R |only rgbif-3.8.3/rgbif/tests/testthat/test-lit_search.R | 35 rgbif-3.8.3/rgbif/tests/testthat/test-name_backbone_checklist.R | 190 rgbif-3.8.3/rgbif/tests/testthat/test-name_parse.R | 14 rgbif-3.8.3/rgbif/tests/testthat/test-occ_data.R | 2 rgbif-3.8.3/rgbif/tests/testthat/test-occ_download.R | 9 rgbif-3.8.3/rgbif/tests/testthat/test-occ_download_meta.R | 2 rgbif-3.8.3/rgbif/tests/testthat/test-occ_download_queue.R | 2 rgbif-3.8.3/rgbif/tests/testthat/test-occ_download_sql.R | 1 rgbif-3.8.3/rgbif/tests/testthat/test-occ_search.r | 2 rgbif-3.8.3/rgbif/tests/testthat/test-utils.R | 18 256 files changed, 184446 insertions(+), 102985 deletions(-)
Title: Interface to 'MLflow'
Description: R interface to 'MLflow', open source platform for
the complete machine learning life cycle, see <https://mlflow.org/>.
This package supports installing 'MLflow', tracking experiments,
creating and running projects, and saving and serving models.
Author: Ben Wilson [aut, cre],
Matei Zaharia [aut],
Javier Luraschi [aut],
Kevin Kuo [aut] ,
RStudio [cph]
Maintainer: Ben Wilson <benjamin.wilson@databricks.com>
Diff between mlflow versions 3.2.0 dated 2025-08-21 and 3.3.2 dated 2025-09-04
DESCRIPTION | 6 +++--- MD5 | 4 ++-- README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-)
Title: Facilitate Citation of R Packages
Description: Facilitates the citation of R packages used in analysis
projects. Scans project for packages used, gets their citations, and
produces a document with citations in the preferred bibliography
format, ready to be pasted into reports or manuscripts. Alternatively,
'grateful' can be used directly within an 'R Markdown' or 'Quarto' document.
Author: Francisco Rodriguez-Sanchez [aut, cre, cph] ,
Connor P. Jackson [aut] ,
Shaurita D. Hutchins [ctb],
James M. Clawson [ctb]
Maintainer: Francisco Rodriguez-Sanchez <f.rodriguez.sanc@gmail.com>
Diff between grateful versions 0.2.12 dated 2025-04-30 and 0.3.0 dated 2025-09-04
DESCRIPTION | 17 +- MD5 | 51 ++++---- NEWS.md | 13 ++ R/cite_packages.R | 65 +++++++++- R/create_rmd.R | 8 + R/get_citations.R | 20 ++- R/get_pkgs_info.R | 14 ++ R/render_citations.R | 3 R/scan_packages.R | 123 ++++++++++++++++++- R/utils_citations.R | 28 ++++ R/write_citation_paragraph.R | 76 +++++++----- README.md | 133 ++++++++++++++++----- inst/CITATION | 2 man/cite_packages.Rd | 55 +++++++- man/figures/logo.png |only man/get_citations.Rd | 9 + man/get_pkgs_info.Rd | 27 +++- man/grateful-package.Rd | 2 man/scan_packages.Rd | 27 +++- tests/testthat/test-cite_packages.R | 57 ++++++++- tests/testthat/test-create_rmd.R | 4 tests/testthat/test-get_citations.R | 14 ++ tests/testthat/test-get_csl.R | 2 tests/testthat/test-get_pkgs_info.R | 10 + tests/testthat/test-render_citations.R | 14 +- tests/testthat/test-scan_packages.R | 207 ++++++++++++++++++++++++++++----- tests/testthat/test-utils_citations.R | 25 +++ 27 files changed, 829 insertions(+), 177 deletions(-)
Title: 'R' Bindings for the 'Boost' Math Functions
Description: 'R' bindings for the various functions and statistical distributions
provided by the 'Boost' Math library <https://www.boost.org/doc/libs/latest/libs/math/doc/html/index.html>.
Author: Andrew R. Johnson [aut, cre]
Maintainer: Andrew R. Johnson <andrew.johnson@arjohnsonau.com>
Diff between boostmath versions 1.0.2 dated 2025-07-31 and 1.1.0 dated 2025-09-04
boostmath-1.0.2/boostmath/src/boostmath/complex_interop.hpp |only boostmath-1.0.2/boostmath/vignettes/boost-math.html |only boostmath-1.1.0/boostmath/DESCRIPTION | 6 boostmath-1.1.0/boostmath/MD5 | 125 +++- boostmath-1.1.0/boostmath/NAMESPACE | 52 + boostmath-1.1.0/boostmath/NEWS.md | 3 boostmath-1.1.0/boostmath/R/anderson_darling_test.R |only boostmath-1.1.0/boostmath/R/bivariate_statistics.R |only boostmath-1.1.0/boostmath/R/chatterjee_correlation.R |only boostmath-1.1.0/boostmath/R/constants.R |only boostmath-1.1.0/boostmath/R/interpolators.R |only boostmath-1.1.0/boostmath/R/linear_regression.R |only boostmath-1.1.0/boostmath/R/ljung_box_test.R |only boostmath-1.1.0/boostmath/R/quadrature_and_differentiation.R | 2 boostmath-1.1.0/boostmath/R/runs_tests.R |only boostmath-1.1.0/boostmath/R/signal_statistics.R |only boostmath-1.1.0/boostmath/R/t_tests.R |only boostmath-1.1.0/boostmath/R/univariate_statistics.R |only boostmath-1.1.0/boostmath/R/z_tests.R |only boostmath-1.1.0/boostmath/R/zzz.R | 4 boostmath-1.1.0/boostmath/build/vignette.rds |binary boostmath-1.1.0/boostmath/inst/doc/constants.R |only boostmath-1.1.0/boostmath/inst/doc/constants.Rmd |only boostmath-1.1.0/boostmath/inst/doc/constants.html |only boostmath-1.1.0/boostmath/inst/doc/interpolation.R |only boostmath-1.1.0/boostmath/inst/doc/interpolation.Rmd |only boostmath-1.1.0/boostmath/inst/doc/interpolation.html |only boostmath-1.1.0/boostmath/inst/doc/quadrature-differentiation.R | 4 boostmath-1.1.0/boostmath/inst/doc/quadrature-differentiation.Rmd | 4 boostmath-1.1.0/boostmath/inst/doc/quadrature-differentiation.html | 12 boostmath-1.1.0/boostmath/inst/doc/statistics.R |only boostmath-1.1.0/boostmath/inst/doc/statistics.Rmd |only boostmath-1.1.0/boostmath/inst/doc/statistics.html |only boostmath-1.1.0/boostmath/inst/doc/vector-functionals.R | 44 - boostmath-1.1.0/boostmath/inst/doc/vector-functionals.Rmd | 44 - boostmath-1.1.0/boostmath/inst/doc/vector-functionals.html | 55 +- boostmath-1.1.0/boostmath/inst/tinytest/test_constants.R |only boostmath-1.1.0/boostmath/man/anderson_darling_test.Rd |only boostmath-1.1.0/boostmath/man/barycentric_rational.Rd |only boostmath-1.1.0/boostmath/man/bezier_polynomial.Rd |only boostmath-1.1.0/boostmath/man/bilinear_uniform.Rd |only boostmath-1.1.0/boostmath/man/bivariate_statistics.Rd |only boostmath-1.1.0/boostmath/man/cardinal_cubic_b_spline.Rd |only boostmath-1.1.0/boostmath/man/cardinal_cubic_hermite.Rd |only boostmath-1.1.0/boostmath/man/cardinal_quadratic_b_spline.Rd |only boostmath-1.1.0/boostmath/man/cardinal_quintic_b_spline.Rd |only boostmath-1.1.0/boostmath/man/cardinal_quintic_hermite.Rd |only boostmath-1.1.0/boostmath/man/catmull_rom.Rd |only boostmath-1.1.0/boostmath/man/chatterjee_correlation.Rd |only boostmath-1.1.0/boostmath/man/constants.Rd |only boostmath-1.1.0/boostmath/man/cubic_hermite.Rd |only boostmath-1.1.0/boostmath/man/linear_regression.Rd |only boostmath-1.1.0/boostmath/man/ljung_box_test.Rd |only boostmath-1.1.0/boostmath/man/makima.Rd |only boostmath-1.1.0/boostmath/man/ooura_fourier_integrals.Rd | 2 boostmath-1.1.0/boostmath/man/pchip.Rd |only boostmath-1.1.0/boostmath/man/quintic_hermite.Rd |only boostmath-1.1.0/boostmath/man/runs_tests.Rd |only boostmath-1.1.0/boostmath/man/signal_statistics.Rd |only boostmath-1.1.0/boostmath/man/t_tests.Rd |only boostmath-1.1.0/boostmath/man/univariate_statistics.Rd |only boostmath-1.1.0/boostmath/man/z_tests.Rd |only boostmath-1.1.0/boostmath/src/Makevars | 26 boostmath-1.1.0/boostmath/src/boostmath/macros.hpp | 56 ++ boostmath-1.1.0/boostmath/src/boostmath/sexp.hpp |only boostmath-1.1.0/boostmath/src/constants.cpp |only boostmath-1.1.0/boostmath/src/cyl_hankel_1.cpp | 2 boostmath-1.1.0/boostmath/src/cyl_hankel_2.cpp | 2 boostmath-1.1.0/boostmath/src/init.cpp | 272 ++++++++++ boostmath-1.1.0/boostmath/src/interpolators |only boostmath-1.1.0/boostmath/src/interpolators.cpp |only boostmath-1.1.0/boostmath/src/quadrature_and_differentiation/fourier_integrals.cpp | 8 boostmath-1.1.0/boostmath/src/quadrature_and_differentiation/numerical_differentiation.cpp | 2 boostmath-1.1.0/boostmath/src/sph_hankel_1.cpp | 2 boostmath-1.1.0/boostmath/src/sph_hankel_2.cpp | 2 boostmath-1.1.0/boostmath/src/statistics |only boostmath-1.1.0/boostmath/src/statistics.cpp |only boostmath-1.1.0/boostmath/vignettes/constants.Rmd |only boostmath-1.1.0/boostmath/vignettes/interpolation.Rmd |only boostmath-1.1.0/boostmath/vignettes/quadrature-differentiation.Rmd | 4 boostmath-1.1.0/boostmath/vignettes/statistics.Rmd |only boostmath-1.1.0/boostmath/vignettes/vector-functionals.Rmd | 44 - 82 files changed, 635 insertions(+), 142 deletions(-)
Title: Bias Correction via Iterative Bootstrap
Description: An implementation of the iterative bootstrap procedure of
Kuk (1995) <doi:10.1111/j.2517-6161.1995.tb02035.x> to correct the estimation bias of a fitted model object. This
procedure has better bias correction properties than the
bootstrap bias correction technique.
Author: Samuel Orso [aut, cre],
Stephane Guerrier [ctb],
Yuming Zhang [ctb]
Maintainer: Samuel Orso <Samuel.Orso@unige.ch>
Diff between ib versions 0.2.0 dated 2022-04-04 and 0.2.1 dated 2025-09-04
DESCRIPTION | 11 - MD5 | 52 ++++---- NAMESPACE | 8 + NEWS.md | 5 R/AllClass.R | 243 +++++++++++++++++++++----------------- R/AllGeneric.R | 1 R/ib_betareg.R | 4 R/ib_glm.R | 8 - R/ib_glmer.R |only R/ib_lm.R | 4 R/ib_lmer.R | 4 R/ib_nls.R | 4 R/ib_vglm.R | 4 R/summary.R | 23 +++ build/partial.rdb |binary inst/examples/eg_glmer.R |only inst/examples/eg_lmer.R | 2 man/Ib-class.Rd | 50 +++---- man/SummaryIb-class.Rd | 42 ++---- man/ib.Rd | 27 +++- man/simulation-betareg-method.Rd | 4 man/simulation-glm-method.Rd | 4 man/simulation-glmerMod-method.Rd |only man/simulation-lm-method.Rd | 4 man/simulation-lmerMod-method.Rd | 4 man/simulation-negbin-method.Rd | 4 man/simulation-nls-method.Rd | 4 man/simulation-vglm-method.Rd | 4 man/summary-IbGlmer-method.Rd |only 29 files changed, 303 insertions(+), 217 deletions(-)
Title: Create Custom 'Bootstrap' Themes to Use in 'Shiny'
Description: Customize 'Bootstrap' and 'Bootswatch' themes, like colors, fonts, grid layout,
to use in 'Shiny' applications, 'rmarkdown' documents and 'flexdashboard'.
Author: Victor Perrier [aut, cre, cph],
Fanny Meyer [aut],
Thomas Park [ctb, cph] ,
Mark Otto [ctb] ,
Jacob Thornton [ctb] ,
Bootstrap contributors [ctb] ,
Twitter, Inc [cph] ,
onkbear [ctb, cph] ,
Colorlib [ctb, cph]
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>
Diff between fresh versions 0.2.1 dated 2024-06-26 and 0.2.2 dated 2025-09-04
fresh-0.2.1/fresh/build/fresh.pdf |only fresh-0.2.2/fresh/DESCRIPTION | 8 fresh-0.2.2/fresh/MD5 | 45 fresh-0.2.2/fresh/NEWS.md | 45 fresh-0.2.2/fresh/R/bs_theme_nord.R | 118 fresh-0.2.2/fresh/R/fresh-package.R | 14 fresh-0.2.2/fresh/R/utils.R | 110 fresh-0.2.2/fresh/R/vars-bootstrap.R | 1402 ++++---- fresh-0.2.2/fresh/build/stage23.rdb |binary fresh-0.2.2/fresh/build/vignette.rds |binary fresh-0.2.2/fresh/inst/assets/AdminLTE-3.1.0/_info-box.scss | 306 - fresh-0.2.2/fresh/inst/assets/AdminLTE-3.1.0/_variables.scss | 474 +- fresh-0.2.2/fresh/inst/doc/fresh.R | 116 fresh-0.2.2/fresh/inst/doc/fresh.Rmd | 308 - fresh-0.2.2/fresh/inst/doc/fresh.html | 956 ++--- fresh-0.2.2/fresh/inst/doc/vars-bs4dash.R | 144 fresh-0.2.2/fresh/inst/doc/vars-bs4dash.html | 952 ++--- fresh-0.2.2/fresh/inst/doc/vars-shiny.R | 524 +-- fresh-0.2.2/fresh/inst/doc/vars-shiny.html | 1766 +++++------ fresh-0.2.2/fresh/inst/doc/vars-shinydashboard.R | 194 - fresh-0.2.2/fresh/inst/doc/vars-shinydashboard.html | 976 +++--- fresh-0.2.2/fresh/inst/examples/bs4Dash/app.R | 458 +- fresh-0.2.2/fresh/inst/examples/bs4Dash/dark-mode.R | 526 +-- fresh-0.2.2/fresh/vignettes/fresh.Rmd | 308 - 24 files changed, 4877 insertions(+), 4873 deletions(-)
Title: UNHCR 'ggplot2' Theme and Colour Palettes
Description: A 'ggplot2' theme and color palettes following
the United Nations High Commissioner for Refugees (UNHCR) Data Visualization Guidelines recommendations.
Author: Cedric Vidonne [aut, cre],
Ahmadou Dicko [aut],
UNHCR [cph]
Maintainer: Cedric Vidonne <cedric@vidonne.me>
Diff between unhcrthemes versions 0.7.0 dated 2025-06-27 and 0.7.1 dated 2025-09-04
unhcrthemes-0.7.0/unhcrthemes/man/lato_registered.Rd |only unhcrthemes-0.7.1/unhcrthemes/DESCRIPTION | 9 ++-- unhcrthemes-0.7.1/unhcrthemes/MD5 | 9 ++-- unhcrthemes-0.7.1/unhcrthemes/NAMESPACE | 3 - unhcrthemes-0.7.1/unhcrthemes/NEWS.md | 13 ++++++ unhcrthemes-0.7.1/unhcrthemes/R/lato.R | 37 +------------------ 6 files changed, 23 insertions(+), 48 deletions(-)
Title: Freshing Up your 'ggplot2' Plots
Description: Functions for working with legends and axis lines of 'ggplot2',
facets that repeat axis lines on all panels, and some 'knitr' extensions.
Author: Stefan McKinnon Edwards [aut, ctb, cre] ,
Baptiste Auguie [ctb] ,
Shaun Jackman [ctb] ,
Hadley Wickham [ctb] ,
Winston Chang [ctb]
Maintainer: Stefan McKinnon Edwards <sme@iysik.com>
Diff between lemon versions 0.5.1 dated 2025-07-22 and 0.5.2 dated 2025-09-04
DESCRIPTION | 6 MD5 | 44 +++---- R/axis-annotation.r | 4 R/legends.r | 15 +- R/lemon-plot.r | 2 inst/doc/capped-axes.html | 30 ++-- inst/doc/facet-rep-labels.R | 10 - inst/doc/facet-rep-labels.html | 12 - inst/doc/geoms.html | 8 - inst/doc/gtable_show_lemonade.R | 2 inst/doc/gtable_show_lemonade.html | 20 +-- inst/doc/legends.R | 3 inst/doc/legends.Rmd | 6 inst/doc/legends.html | 220 +++++++++++++++++------------------ inst/doc/lemon_print.html | 4 man/lemon-ggproto.Rd | 4 man/lemon_plot.Rd | 2 man/reposition_legend.Rd | 5 tests/testthat/test_facet.R | 32 +++-- tests/testthat/test_facet_aux.R | 10 + tests/testthat/test_geom-pointline.r | 65 +++++++--- tests/testthat/test_lemon_plot.r | 7 - vignettes/legends.Rmd | 6 23 files changed, 284 insertions(+), 233 deletions(-)
Title: R Toolkit for 'Databricks'
Description: Collection of utilities that improve using 'Databricks' from R.
Primarily functions that wrap specific 'Databricks' APIs
(<https://docs.databricks.com/api>), 'RStudio' connection pane support, quality
of life functions to make 'Databricks' simpler to use.
Author: Zac Davies [aut, cre],
Rafi Kurlansik [aut],
Databricks [cph, fnd]
Maintainer: Zac Davies <zac@databricks.com>
Diff between brickster versions 0.2.8.1 dated 2025-07-20 and 0.2.9 dated 2025-09-04
brickster-0.2.8.1/brickster/R/dbi-backend.R |only brickster-0.2.9/brickster/DESCRIPTION | 11 brickster-0.2.9/brickster/MD5 | 176 ++-- brickster-0.2.9/brickster/NAMESPACE | 69 + brickster-0.2.9/brickster/NEWS.md | 70 - brickster-0.2.9/brickster/R/clusters.R | 16 brickster-0.2.9/brickster/R/data-structures.R | 8 brickster-0.2.9/brickster/R/databricks-dbi.R |only brickster-0.2.9/brickster/R/databricks-dbplyr.R |only brickster-0.2.9/brickster/R/execution-context.R | 16 brickster-0.2.9/brickster/R/jobs.R | 149 ++- brickster-0.2.9/brickster/R/remote-repl.R | 17 brickster-0.2.9/brickster/R/sql-query-execution.R | 348 ++++++- brickster-0.2.9/brickster/R/volume-fs.R | 313 +++++-- brickster-0.2.9/brickster/README.md | 103 ++ brickster-0.2.9/brickster/build/vignette.rds |binary brickster-0.2.9/brickster/inst/doc/cluster-management.R | 138 +-- brickster-0.2.9/brickster/inst/doc/cluster-management.html | 5 brickster-0.2.9/brickster/inst/doc/managing-jobs.R | 440 +++++----- brickster-0.2.9/brickster/inst/doc/managing-jobs.html | 5 brickster-0.2.9/brickster/inst/doc/remote-repl.R | 4 brickster-0.2.9/brickster/inst/doc/remote-repl.html | 5 brickster-0.2.9/brickster/inst/doc/setup-auth.R | 58 - brickster-0.2.9/brickster/inst/doc/setup-auth.html | 5 brickster-0.2.9/brickster/inst/doc/sql-backend.R |only brickster-0.2.9/brickster/inst/doc/sql-backend.Rmd |only brickster-0.2.9/brickster/inst/doc/sql-backend.html |only brickster-0.2.9/brickster/man/DatabricksConnection-class.Rd |only brickster-0.2.9/brickster/man/DatabricksDriver-class.Rd |only brickster-0.2.9/brickster/man/DatabricksResult-class.Rd |only brickster-0.2.9/brickster/man/DatabricksSQL.Rd |only brickster-0.2.9/brickster/man/copy_to.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/databricks-dbi.Rd |only brickster-0.2.9/brickster/man/databricks-dbplyr.Rd |only brickster-0.2.9/brickster/man/dbAppendTable-DatabricksConnection-Id-data.frame-method.Rd |only brickster-0.2.9/brickster/man/dbAppendTable-DatabricksConnection-character-data.frame-method.Rd |only brickster-0.2.9/brickster/man/dbBegin-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbClearResult-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbColumnInfo-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbCommit-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbConnect-DatabricksDriver-method.Rd |only brickster-0.2.9/brickster/man/dbDataType-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbDisconnect-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbExecute-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbExistsTable-DatabricksConnection-AsIs-method.Rd |only brickster-0.2.9/brickster/man/dbExistsTable-DatabricksConnection-Id-method.Rd |only brickster-0.2.9/brickster/man/dbExistsTable-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbFetch-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbGetInfo-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbGetQuery-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbGetRowCount-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbGetRowsAffected-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbGetStatement-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbHasCompleted-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/dbIsValid-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbListFields-DatabricksConnection-AsIs-method.Rd |only brickster-0.2.9/brickster/man/dbListFields-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbListTables-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbQuoteIdentifier-DatabricksConnection-Id-method.Rd |only brickster-0.2.9/brickster/man/dbQuoteIdentifier-DatabricksConnection-SQL-method.Rd |only brickster-0.2.9/brickster/man/dbQuoteIdentifier-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbRollback-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/dbSendQuery-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbSendStatement-DatabricksConnection-character-method.Rd |only brickster-0.2.9/brickster/man/dbWriteTable-DatabricksConnection-AsIs-data.frame-method.Rd |only brickster-0.2.9/brickster/man/dbWriteTable-DatabricksConnection-Id-data.frame-method.Rd |only brickster-0.2.9/brickster/man/dbWriteTable-DatabricksConnection-character-data.frame-method.Rd |only brickster-0.2.9/brickster/man/db_append_with_select_values.Rd |only brickster-0.2.9/brickster/man/db_collect.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/db_create_table_as_select_values.Rd |only brickster-0.2.9/brickster/man/db_create_table_from_data.Rd |only brickster-0.2.9/brickster/man/db_generate_typed_values_sql.Rd |only brickster-0.2.9/brickster/man/db_generate_typed_values_sql_for_view.Rd |only brickster-0.2.9/brickster/man/db_generate_values_sql.Rd |only brickster-0.2.9/brickster/man/db_jobs_create.Rd | 5 brickster-0.2.9/brickster/man/db_jobs_delete.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_get.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_list.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_repair_run.Rd |only brickster-0.2.9/brickster/man/db_jobs_reset.Rd | 5 brickster-0.2.9/brickster/man/db_jobs_run_now.Rd | 23 brickster-0.2.9/brickster/man/db_jobs_runs_cancel.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_delete.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_export.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_get.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_get_output.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_list.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_runs_submit.Rd | 1 brickster-0.2.9/brickster/man/db_jobs_update.Rd | 1 brickster-0.2.9/brickster/man/db_should_use_volume_method.Rd |only brickster-0.2.9/brickster/man/db_sql_create_empty_result.Rd |only brickster-0.2.9/brickster/man/db_sql_exec_and_wait.Rd |only brickster-0.2.9/brickster/man/db_sql_exec_poll_for_success.Rd | 14 brickster-0.2.9/brickster/man/db_sql_exec_query.Rd | 2 brickster-0.2.9/brickster/man/db_sql_fetch_results.Rd |only brickster-0.2.9/brickster/man/db_sql_process_inline.Rd |only brickster-0.2.9/brickster/man/db_sql_query.Rd | 8 brickster-0.2.9/brickster/man/db_sql_type_to_empty_vector.Rd |only brickster-0.2.9/brickster/man/db_volume_delete.Rd | 1 brickster-0.2.9/brickster/man/db_volume_dir_create.Rd | 1 brickster-0.2.9/brickster/man/db_volume_dir_delete.Rd | 7 brickster-0.2.9/brickster/man/db_volume_dir_exists.Rd | 1 brickster-0.2.9/brickster/man/db_volume_file_exists.Rd | 1 brickster-0.2.9/brickster/man/db_volume_list.Rd | 1 brickster-0.2.9/brickster/man/db_volume_read.Rd | 6 brickster-0.2.9/brickster/man/db_volume_recursive_delete_contents.Rd |only brickster-0.2.9/brickster/man/db_volume_upload_dir.Rd |only brickster-0.2.9/brickster/man/db_volume_write.Rd | 8 brickster-0.2.9/brickster/man/db_write_table_standard.Rd |only brickster-0.2.9/brickster/man/db_write_table_volume.Rd |only brickster-0.2.9/brickster/man/dbplyr_edition.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/generate_temp_name.Rd |only brickster-0.2.9/brickster/man/show-DatabricksConnection-method.Rd |only brickster-0.2.9/brickster/man/show-DatabricksDriver-method.Rd |only brickster-0.2.9/brickster/man/show-DatabricksResult-method.Rd |only brickster-0.2.9/brickster/man/sql_query_fields.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/sql_query_save.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/sql_table_analyze.DatabricksConnection.Rd |only brickster-0.2.9/brickster/man/sql_translation.DatabricksConnection.Rd |only brickster-0.2.9/brickster/tests/testthat/helper-skip.R | 48 + brickster-0.2.9/brickster/tests/testthat/test-databricks-dbi.R |only brickster-0.2.9/brickster/tests/testthat/test-databricks-dbplyr.R |only brickster-0.2.9/brickster/tests/testthat/test-jobs.R | 62 + brickster-0.2.9/brickster/tests/testthat/test-request-helpers.R | 7 brickster-0.2.9/brickster/tests/testthat/test-sql-execution.R | 72 + brickster-0.2.9/brickster/tests/testthat/test-volumes-fs.R | 46 + brickster-0.2.9/brickster/vignettes/sql-backend.Rmd |only 127 files changed, 1646 insertions(+), 639 deletions(-)
Title: Seamless Access to World Bank International Debt Statistics
(IDS)
Description: Access and analyze the World Bank's International Debt Statistics
(IDS) <https://www.worldbank.org/en/programs/debt-statistics/ids>.
IDS provides creditor-debtor relationships between countries, regions, and
institutions. 'wbids' enables users to download, process and work with IDS
series across multiple geographies, counterparts, and time periods.
Author: Teal Emery [aut, cre],
Teal Insights [cph],
Christoph Scheuch [aut] ,
Christopher Smith [ctb]
Maintainer: Teal Emery <lte@tealinsights.com>
Diff between wbids versions 1.0.0 dated 2025-02-08 and 1.1.0 dated 2025-09-04
wbids-1.0.0/wbids/R/ids_list_geographies.R |only wbids-1.0.0/wbids/man/geographies.Rd |only wbids-1.0.0/wbids/tests/testthat/test-ids_list_geographies.R |only wbids-1.1.0/wbids/DESCRIPTION | 17 wbids-1.1.0/wbids/MD5 | 61 +-- wbids-1.1.0/wbids/NAMESPACE | 2 wbids-1.1.0/wbids/NEWS.md | 4 wbids-1.1.0/wbids/R/global-variables.R | 6 wbids-1.1.0/wbids/R/ids_bulk.R | 59 +-- wbids-1.1.0/wbids/R/ids_bulk_files.R | 15 wbids-1.1.0/wbids/R/ids_bulk_series.R | 2 wbids-1.1.0/wbids/R/ids_get.R | 125 ++++-- wbids-1.1.0/wbids/R/ids_list_entities.R |only wbids-1.1.0/wbids/R/read_bulk_info.R | 3 wbids-1.1.0/wbids/R/sysdata.R | 6 wbids-1.1.0/wbids/R/sysdata.rda |binary wbids-1.1.0/wbids/R/wbids-package.R | 1 wbids-1.1.0/wbids/README.md | 68 +++ wbids-1.1.0/wbids/build/vignette.rds |binary wbids-1.1.0/wbids/data/sysdata.rda |binary wbids-1.1.0/wbids/inst/doc/data-model.R | 14 wbids-1.1.0/wbids/inst/doc/data-model.html | 52 +- wbids-1.1.0/wbids/inst/doc/data-model.qmd | 40 +- wbids-1.1.0/wbids/man/entities.Rd |only wbids-1.1.0/wbids/man/ids_bulk.Rd | 4 wbids-1.1.0/wbids/man/ids_get.Rd | 27 - wbids-1.1.0/wbids/man/ids_list_entities.Rd |only wbids-1.1.0/wbids/man/ids_list_geographies.Rd | 31 - wbids-1.1.0/wbids/man/series.Rd | 2 wbids-1.1.0/wbids/man/series_topics.Rd | 2 wbids-1.1.0/wbids/man/wbids-package.Rd | 2 wbids-1.1.0/wbids/tests/testthat/test-ids_bulk.R | 81 +++- wbids-1.1.0/wbids/tests/testthat/test-ids_get.R | 201 ++++++----- wbids-1.1.0/wbids/tests/testthat/test-ids_list_entities.R |only wbids-1.1.0/wbids/vignettes/data-model.qmd | 40 +- 35 files changed, 534 insertions(+), 331 deletions(-)
Title: Network Visualization using 'vis.js' Library
Description: Provides an R interface to the 'vis.js' JavaScript charting
library. It allows an interactive visualization of networks.
Author: Almende B.V. and Contributors [aut, cph] ,
Benoit Thieurmel [aut, cre]
Maintainer: Benoit Thieurmel <bthieurmel@gmail.com>
Diff between visNetwork versions 2.1.2 dated 2022-09-29 and 2.1.4 dated 2025-09-04
DESCRIPTION | 9 MD5 | 214 +++++++------- NEWS | 8 R/dependencies.R | 8 R/visCollapse.R | 10 R/visConfigure.R | 4 R/visDocumentation.R | 8 R/visEdges.R | 83 ++--- R/visExport.R | 6 R/visFit.R | 12 R/visFocus.R | 12 R/visGetUtils.R | 124 ++++---- R/visGroups.R | 12 R/visHclust.R | 7 R/visHierarchicalLayout.R | 10 R/visIgraph.R | 16 - R/visIgraphLayout.R | 8 R/visInteraction.R | 23 - R/visLayout.R | 12 R/visLegend.R | 12 R/visMoveNode.R | 12 R/visNearestNodes.R | 14 R/visNetwork.R | 54 +-- R/visNetworkEditor.R | 16 - R/visNetworkEvents.R | 24 - R/visNetworkProxy.R | 40 +- R/visNodes.R | 114 +++---- R/visOptions.R | 74 ++-- R/visPhysics.R | 74 ++-- R/visRedraw.R | 12 R/visRemoveEdges.R | 10 R/visRemoveNodes.R | 10 R/visSave.R | 6 R/visSelectEdges.R | 10 R/visSelectNodes.R | 10 R/visSetData.R | 16 - R/visSetOptions.R | 2 R/visSetSelection.R | 10 R/visSetTitle.R | 28 - R/visStabilize.R | 38 +- R/visTree.R | 39 +- R/visTreeModule.R | 2 R/visUnselectAll.R | 12 R/visUpdateEdges.R | 26 - R/visUpdateNodes.R | 24 - build/vignette.rds |binary inst/doc/Introduction-to-visNetwork.R | 60 ++-- inst/doc/Introduction-to-visNetwork.html | 459 +++++++++++++++---------------- inst/shiny/src/server/options_server.R | 2 man/addExport.Rd | 4 man/addFontAwesome.Rd | 2 man/addIonicons.Rd | 2 man/visConfigure.Rd | 4 man/visDocumentation.Rd | 8 man/visEdges.Rd | 83 ++--- man/visEvents.Rd | 22 - man/visExport.Rd | 4 man/visFit.Rd | 12 man/visFocus.Rd | 12 man/visGetBoundingBox.Rd | 10 man/visGetConnectedEdges.Rd | 10 man/visGetConnectedNodes.Rd | 10 man/visGetEdges.Rd | 10 man/visGetNodes.Rd | 10 man/visGetPositions.Rd | 12 man/visGetScale.Rd | 10 man/visGetSelectedEdges.Rd | 10 man/visGetSelectedNodes.Rd | 10 man/visGetSelection.Rd | 10 man/visGetViewPosition.Rd | 10 man/visGroups.Rd | 12 man/visHclust.Rd | 18 - man/visHierarchicalLayout.Rd | 10 man/visIgraphLayout.Rd | 8 man/visInteraction.Rd | 23 - man/visLayout.Rd | 12 man/visLegend.Rd | 12 man/visMoveNode.Rd | 12 man/visNearestNodes.Rd | 10 man/visNetwork-collapse.Rd | 10 man/visNetwork-igraph.Rd | 14 man/visNetwork-shiny.Rd | 40 +- man/visNetwork-treeModule.Rd | 30 +- man/visNetwork.Rd | 52 +-- man/visNetworkEditor-module.Rd | 12 man/visNetworkEditor.Rd | 6 man/visNodes.Rd | 114 +++---- man/visOptions.Rd | 72 ++-- man/visPhysics.Rd | 74 ++-- man/visRedraw.Rd | 12 man/visRemoveEdges.Rd | 10 man/visRemoveNodes.Rd | 10 man/visSave.Rd | 4 man/visSelectEdges.Rd | 10 man/visSelectNodes.Rd | 10 man/visSetData.Rd | 16 - man/visSetOptions.Rd | 2 man/visSetSelection.Rd | 10 man/visSetTitle.Rd | 28 - man/visStabilize.Rd | 12 man/visStartSimulation.Rd | 12 man/visStopSimulation.Rd | 12 man/visStorePositions.Rd | 10 man/visTree.Rd | 38 +- man/visTreeEditor.Rd | 4 man/visUnselectAll.Rd | 12 man/visUpdateEdges.Rd | 26 - man/visUpdateNodes.Rd | 24 - 108 files changed, 1437 insertions(+), 1427 deletions(-)
Title: Spatial Regression Analysis
Description: A collection of all the estimation functions for spatial cross-sectional models (on lattice/areal data using spatial weights matrices) contained up to now in 'spdep'. These model fitting functions include maximum likelihood methods for cross-sectional models proposed by 'Cliff' and 'Ord' (1973, ISBN:0850860369) and (1981, ISBN:0850860814), fitting methods initially described by 'Ord' (1975) <doi:10.1080/01621459.1975.10480272>. The models are further described by 'Anselin' (1988) <doi:10.1007/978-94-015-7799-1>. Spatial two stage least squares and spatial general method of moment models initially proposed by 'Kelejian' and 'Prucha' (1998) <doi:10.1023/A:1007707430416> and (1999) <doi:10.1111/1468-2354.00027> are provided. Impact methods and MCMC fitting methods proposed by 'LeSage' and 'Pace' (2009) <doi:10.1201/9781420064254> are implemented for the family of cross-sectional spatial regression models. Methods for fitting the log determinant term in maximu [...truncated...]
Author: Roger Bivand [cre, aut] ,
Gianfranco Piras [aut],
Luc Anselin [ctb],
Andrew Bernat [ctb],
Eric Blankmeyer [ctb],
Yongwan Chun [ctb],
Virgilio Gomez-Rubio [ctb],
Daniel Griffith [ctb],
Martin Gubri [ctb],
Rein Halbersma [ctb],
James LeSage [ctb],
Ange [...truncated...]
Maintainer: Roger Bivand <Roger.Bivand@nhh.no>
Diff between spatialreg versions 1.3-6 dated 2024-12-02 and 1.4-1 dated 2025-09-04
DESCRIPTION | 19 +-- MD5 | 59 +++++---- NAMESPACE | 3 NEWS.md | 14 ++ R/ML_models.R | 198 +++++++++------------------------ R/SLX_WX.R | 188 +++++++++++++++++++++---------- R/impacts.R | 10 + R/kpgm_new.R | 6 + R/s2sls.R | 4 R/sarlm_tests.R | 14 ++ R/spBreg.R | 222 ++++++++++++------------------------- build/partial.rdb |binary build/vignette.rds |binary inst/doc/SpatialFiltering.html | 2 inst/doc/nb_igraph.html | 8 - inst/doc/sids_models.R | 4 inst/doc/sids_models.Rmd | 4 inst/doc/sids_models.html | 9 - inst/tinytest/test_Durbin_factor.R |only inst/tinytest/test_TR_20_07_20.R | 102 ++++++++--------- man/ML_models.Rd | 4 man/SET_MCMC.Rd | 5 man/SLX.Rd | 8 + man/impacts.Rd | 34 +++-- man/sarlm_tests.Rd | 2 src/eminmaxC.c | 28 ++-- src/listw2Matrix.c | 4 src/ml_sse.c | 90 +++++++-------- src/mom_calc.c | 10 - src/spatialreg.h | 5 vignettes/sids_models.Rmd | 4 31 files changed, 517 insertions(+), 543 deletions(-)
Title: Legacy 'Ryacas' (Interface to 'Yacas' Computer Algebra System)
Description: A legacy version of 'Ryacas', an interface to the 'yacas' computer algebra system (<http://www.yacas.org/>).
Author: Mikkel Meyer Andersen [aut, cre, cph],
Rob Goedman [aut, cph],
Gabor Grothendieck [aut, cph],
Soeren Hoejsgaard [aut, cph],
Grzegorz Mazur [aut, cph],
Ayal Pinkus [aut, cph],
Nemanja Trifunovic [cph] )
Maintainer: Mikkel Meyer Andersen <mikl@math.aau.dk>
Diff between Ryacas0 versions 0.4.4 dated 2023-01-12 and 0.4.5 dated 2025-09-04
DESCRIPTION | 9 MD5 | 40 +-- R/Sym2.R | 6 R/ryacas-package.R | 3 README.md | 4 build/vignette.rds |binary demo/Ryacas-gui.R | 2 inst/NEWS | 4 inst/doc/elaborate-reference.R | 2 inst/doc/elaborate-reference.html | 438 ++++++++++++++++++------------------ inst/doc/getting-started.R | 2 inst/doc/getting-started.html | 58 ++-- inst/doc/latent-variable-model.R | 6 inst/doc/latent-variable-model.html | 68 ++--- inst/doc/ssm-matrix.R | 6 inst/doc/ssm-matrix.html | 120 ++++----- inst/doc/sym-matrix-vector.R | 4 inst/doc/sym-matrix-vector.html | 72 ++--- man/Ryacas0-package.Rd | 28 ++ src/Makevars | 3 tests/testthat/test-simple.R | 48 +-- 21 files changed, 477 insertions(+), 446 deletions(-)
Title: Basic Robust Statistics
Description: "Essential" Robust Statistics.
Tools allowing to analyze data with robust methods. This includes
regression methodology including model selections and multivariate
statistics where we strive to cover the book "Robust Statistics,
Theory and Methods" by 'Maronna, Martin and Yohai'; Wiley 2006.
Author: Martin Maechler [aut, cre] ,
Peter Rousseeuw [ctb] ,
Christophe Croux [ctb] ,
Valentin Todorov [aut] ,
Andreas Ruckstuhl [aut] ,
Matias Salibian-Barrera [aut] ,
Tobias Verbeke [ctb, fnd] ,
Manuel Koller [aut] ,
Eduardo L. T. Conceicao [aut] ,
Maria A [...truncated...]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Diff between robustbase versions 0.99-4-1 dated 2024-09-27 and 0.99-6 dated 2025-09-04
DESCRIPTION | 15 ++++++++------- MD5 | 28 ++++++++++++++-------------- R/covMcd.R | 4 ++-- build/partial.rdb |binary build/vignette.rds |binary inst/NEWS.Rd | 19 +++++++++++++++++++ inst/doc/fastMcd-kmini.pdf |binary inst/doc/lmrob_simulation.R | 28 ++++++++++++++++++++++++---- inst/doc/lmrob_simulation.Rnw | 35 ++++++++++++++++++++++++++++++++--- inst/doc/lmrob_simulation.pdf |binary inst/doc/psi_functions.pdf |binary inst/xtraR/platform-sessionInfo.R | 5 +++-- tests/mc-strict.R | 2 +- tests/poisson-ex.R | 3 +-- vignettes/lmrob_simulation.Rnw | 35 ++++++++++++++++++++++++++++++++--- 15 files changed, 136 insertions(+), 38 deletions(-)
Title: Enterprise Streamlined 'shiny' Application Framework Using
'bs4Dash'
Description: A framework for building enterprise, scalable and UI-standardized 'shiny' applications.
It brings enhanced features such as 'bootstrap' v4 <https://getbootstrap.com/docs/4.0/getting-started/introduction/>,
additional and enhanced 'shiny' modules, customizable UI features, as well as an enhanced application file
organization paradigm. This update allows developers to harness the ability to build powerful applications and
enriches the 'shiny' developers' experience when building and maintaining applications.
Author: Mohammed Ali [aut, cre],
Constance Brett [ctb],
Aggregate Genius Inc [spn]
Maintainer: Mohammed Ali <mohammed@aggregate-genius.com>
Diff between periscope2 versions 0.2.4 dated 2025-04-14 and 0.3.0 dated 2025-09-04
DESCRIPTION | 14 MD5 | 201 +++++----- NAMESPACE | 2 NEWS.md | 13 R/downloadFile.R | 102 +++-- R/downloadablePlot.R | 26 - R/downloadableReactTable.R |only R/downloadableTable.R | 27 - R/logViewer.R | 33 + R/logger.R | 29 + R/ui_helpers.R | 2 README.md | 3 build/vignette.rds |binary inst/WORDLIST | 12 inst/doc/announcement-module.Rmd | 1 inst/doc/announcement-module.html | 6 inst/doc/announcement_addin.Rmd | 1 inst/doc/announcement_addin.html | 6 inst/doc/applicationReset-module.Rmd | 1 inst/doc/applicationReset-module.html | 6 inst/doc/downloadFile-module.Rmd | 4 inst/doc/downloadFile-module.html | 11 inst/doc/downloadablePlot-module.Rmd | 1 inst/doc/downloadablePlot-module.html | 6 inst/doc/downloadableReactTable-module.R |only inst/doc/downloadableReactTable-module.Rmd |only inst/doc/downloadableReactTable-module.html |only inst/doc/downloadableTable-module.Rmd | 1 inst/doc/downloadableTable-module.html | 6 inst/doc/logViewer-module.Rmd | 6 inst/doc/logViewer-module.html | 15 inst/doc/new-application.Rmd | 1 inst/doc/new-application.html | 6 inst/doc/themeBuilder_addin.Rmd | 1 inst/doc/themeBuilder_addin.html | 6 inst/fw_templ/p_example/custom.css | 33 + inst/fw_templ/p_example/custom.js | 25 + inst/fw_templ/p_example/global.R | 1 inst/fw_templ/p_example/plots.R | 6 inst/fw_templ/p_example/program_helpers.R | 1 inst/fw_templ/p_example/server_local.R | 37 + inst/fw_templ/p_example/ui_body.R | 50 ++ inst/fw_templ/p_example/ui_body_no_left_sidebar.R | 51 ++ inst/fw_templ/www/custom.css | 27 + inst/fw_templ/www/custom.js | 25 + man/downloadFile.Rd | 8 man/downloadFileButton.Rd | 2 man/downloadablePlot.Rd | 6 man/downloadablePlotUI.Rd | 6 man/downloadableReactTable.Rd |only man/downloadableReactTableUI.Rd |only man/logViewerOutput.Rd | 7 man/set_app_parameters.Rd | 2 tests/testthat/_snaps/download_file/download.csv |only tests/testthat/_snaps/download_file/download.tsv |only tests/testthat/_snaps/download_file/mydownload1.txt | 12 tests/testthat/_snaps/download_file/show_row_names_download.tsv |only tests/testthat/_snaps/download_file/show_row_names_download.txt |only tests/testthat/_snaps/log_viewer.md | 25 + tests/testthat/sample_app_both_sidebars/program/fxn/plots.R | 6 tests/testthat/sample_app_both_sidebars/program/fxn/program_helpers.R | 5 tests/testthat/sample_app_both_sidebars/program/global.R | 1 tests/testthat/sample_app_both_sidebars/program/server_local.R | 37 + tests/testthat/sample_app_both_sidebars/program/ui_body.R | 50 ++ tests/testthat/sample_app_both_sidebars/www/css/custom.css | 27 + tests/testthat/sample_app_both_sidebars/www/js/custom.js | 25 + tests/testthat/sample_app_left_sidebar/program/fxn/plots.R | 6 tests/testthat/sample_app_left_sidebar/program/fxn/program_helpers.R | 5 tests/testthat/sample_app_left_sidebar/program/global.R | 1 tests/testthat/sample_app_left_sidebar/program/server_local.R | 37 + tests/testthat/sample_app_left_sidebar/program/ui_body.R | 50 ++ tests/testthat/sample_app_left_sidebar/www/css/custom.css | 27 + tests/testthat/sample_app_left_sidebar/www/js/custom.js | 25 + tests/testthat/sample_app_no_both_sidebars/log/actions.log | 3 tests/testthat/sample_app_no_both_sidebars/log/actions.log.last | 3 tests/testthat/sample_app_no_both_sidebars/program/fxn/plots.R | 6 tests/testthat/sample_app_no_both_sidebars/program/fxn/program_helpers.R | 5 tests/testthat/sample_app_no_both_sidebars/program/global.R | 1 tests/testthat/sample_app_no_both_sidebars/program/server_local.R | 37 + tests/testthat/sample_app_no_both_sidebars/program/ui_body.R | 51 ++ tests/testthat/sample_app_no_both_sidebars/www/css/custom.css | 27 + tests/testthat/sample_app_no_both_sidebars/www/js/custom.js | 25 + tests/testthat/sample_app_right_sidebar/program/fxn/plots.R | 6 tests/testthat/sample_app_right_sidebar/program/fxn/program_helpers.R | 5 tests/testthat/sample_app_right_sidebar/program/global.R | 1 tests/testthat/sample_app_right_sidebar/program/server_local.R | 37 + tests/testthat/sample_app_right_sidebar/program/ui_body.R | 51 ++ tests/testthat/sample_app_right_sidebar/www/css/custom.css | 26 + tests/testthat/sample_app_right_sidebar/www/js/custom.js | 25 + tests/testthat/setup.R | 22 + tests/testthat/test_download_file.R | 184 +++++++-- tests/testthat/test_downloadable_plot.R | 8 tests/testthat/test_downloadable_react_table.R |only tests/testthat/test_downloadable_table.R | 86 ++-- tests/testthat/test_log_viewer.R | 21 - tests/testthat/test_logger.R | 125 +++++- tests/testthat/test_ui_functions.R | 94 ++-- vignettes/announcement-module.Rmd | 1 vignettes/announcement_addin.Rmd | 1 vignettes/applicationReset-module.Rmd | 1 vignettes/downloadFile-module.Rmd | 4 vignettes/downloadablePlot-module.Rmd | 1 vignettes/downloadableReactTable-module.Rmd |only vignettes/downloadableTable-module.Rmd | 1 vignettes/figures/downloadableReactTable-1.png |only vignettes/logViewer-module.Rmd | 6 vignettes/new-application.Rmd | 1 vignettes/themeBuilder_addin.Rmd | 1 108 files changed, 1638 insertions(+), 403 deletions(-)
Title: Interactive Parallel Categories Diagrams for 'easyalluvial'
Description: Complex graphical representations of data are best explored using interactive elements.
'parcats' adds interactive graphing capabilities to the 'easyalluvial' package.
The 'plotly.js' parallel categories diagrams offer a good framework for
creating interactive flow graphs that allow manual drag and drop sorting of dimensions
and categories, highlighting single flows and displaying mouse over information. The
'plotly.js' dependency is quite heavy and therefore is outsourced into a separate package.
Author: Bjoern Koneswarakantha [aut, cre]
Maintainer: Bjoern Koneswarakantha <datistics@gmail.com>
Diff between parcats versions 0.0.5 dated 2023-12-10 and 0.1.0 dated 2025-09-04
DESCRIPTION | 14 ++++++------ MD5 | 10 ++++----- NEWS.md | 3 ++ R/parcats.R | 46 +++++++++++++++++++++--------------------- inst/WORDLIST | 2 - tests/testthat/test_parcats.R | 7 +++++- 6 files changed, 45 insertions(+), 37 deletions(-)
Title: Multivariate Difference Between Two Groups
Description: Estimation of multivariate differences between two groups (e.g., multivariate sex differences) with regularized regression methods and predictive approach. See Ilmarinen et al. (2023) <doi:10.1177/08902070221088155>. Deconstructing difference score correlations (e.g., gender-equality paradox), see Ilmarinen & Lönnqvist (2024) <doi:10.1037/pspp0000508>.
Includes also tools that help in understanding difference score reliability, conditional intra-class correlations, tail-dependency, and heterogeneity of variance estimates. Package development was supported by the Academy of Finland research grant 338891.
Author: Ville-Juhani Ilmarinen [aut, cre]
Maintainer: Ville-Juhani Ilmarinen <vj.ilmarinen@gmail.com>
Diff between multid versions 1.0.0 dated 2024-02-15 and 1.0.1 dated 2025-09-04
DESCRIPTION | 18 ++-- MD5 | 40 ++++----- NEWS.md | 10 ++ R/D_regularized.R | 2 R/D_regularized_fold_out.R | 6 - R/D_regularized_out.R | 2 R/ddsc_ml.R | 22 ++++- R/deprecated_functions.R |only R/plot_ddsc.R | 58 ++++++++++--- R/qcc.R | 17 +++- README.md | 22 ++++- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 4 inst/doc/multivariate_sex_differences_in_personality.R | 6 - inst/doc/multivariate_sex_differences_in_personality.html | 59 ++++++-------- man/D_regularized.Rd | 2 man/figures/README-unnamed-chunk-4-1.png |binary man/figures/README-unnamed-chunk-4-2.png |binary man/multid-deprecated.Rd |only man/plot_ddsc.Rd | 14 +++ man/qcc.Rd | 3 22 files changed, 195 insertions(+), 90 deletions(-)
Title: Ensemble Algorithms for Time Series Forecasting with Modeltime
Description: A 'modeltime' extension that implements time series ensemble forecasting methods including model averaging,
weighted averaging, and stacking. These techniques are popular methods
to improve forecast accuracy and stability.
Author: Matt Dancho [aut, cre],
Business Science [cph]
Maintainer: Matt Dancho <mdancho@business-science.io>
Diff between modeltime.ensemble versions 1.0.5 dated 2025-08-28 and 1.1.0 dated 2025-09-04
DESCRIPTION | 10 MD5 | 8 NEWS.md | 6 R/ensemble_model_spec.R | 76 ++----- inst/doc/nested-ensembles.html | 444 ++++++++++++++++++++--------------------- 5 files changed, 267 insertions(+), 277 deletions(-)
More information about modeltime.ensemble at CRAN
Permanent link
Title: Performance Measures for 'mlr3'
Description: Implements multiple performance measures for supervised
learning. Includes over 40 measures for regression and
classification. Additionally, meta information about the performance
measures can be queried, e.g. what the best and worst possible
performances scores are.
Author: Michel Lang [aut] ,
Martin Binder [ctb],
Marc Becker [cre, aut] ,
Lona Koers [aut]
Maintainer: Marc Becker <marcbecker@posteo.de>
Diff between mlr3measures versions 1.0.0 dated 2024-09-11 and 1.1.0 dated 2025-09-04
DESCRIPTION | 16 ++++++------- MD5 | 50 +++++++++++++++++++++--------------------- NAMESPACE | 2 + NEWS.md | 6 +++++ R/classif_acc.R | 6 ++--- R/helper.R | 8 ++++++ R/measures.R | 20 ++++++++++++++++ R/regr_bias.R | 6 ++--- R/regr_pbias.R | 6 ++--- R/regr_rae.R | 1 R/regr_rrse.R | 2 + R/regr_rse.R | 2 + R/regr_rsq.R | 1 R/regr_sae.R | 15 +++++++++--- R/regr_sse.R | 15 +++++++++--- build/partial.rdb |binary man/acc.Rd | 6 ++--- man/bias.Rd | 4 +-- man/measures.Rd | 3 +- man/mlr3measures-package.Rd | 2 - man/pbias.Rd | 4 +-- man/sae.Rd | 13 ++++++++-- man/sse.Rd | 13 ++++++++-- tests/testthat/test_binary.R | 11 +++++---- tests/testthat/test_classif.R | 12 +++++----- tests/testthat/test_regr.R | 34 +++++++--------------------- 26 files changed, 157 insertions(+), 101 deletions(-)
Title: Minimalist Async Evaluation Framework for R
Description: Designed for simplicity, a 'mirai' evaluates an R expression
asynchronously in a parallel process, locally or distributed over the
network. Modern networking and concurrency, built on 'nanonext' and
'NNG', ensures reliable scheduling over fast inter-process
communications or TCP/IP secured by TLS. Launch remote resources via
SSH or cluster managers for distributed computing. Scales efficiently
to millions of tasks over thousands of connections, requiring no
storage on the file system due to its inherently queued architecture.
Innovative features include event-driven promises, asynchronous
parallel map, and seamless serialization of otherwise non-exportable
reference objects.
Author: Charlie Gao [aut, cre] ,
Joe Cheng [ctb],
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between mirai versions 2.4.1 dated 2025-07-15 and 2.5.0 dated 2025-09-04
mirai-2.4.1/mirai/inst/doc/v05-packages.Rmd |only mirai-2.4.1/mirai/inst/doc/v05-packages.html |only mirai-2.4.1/mirai/inst/doc/v06-questions.Rmd |only mirai-2.4.1/mirai/inst/doc/v06-questions.html |only mirai-2.4.1/mirai/vignettes/v05-packages.Rmd |only mirai-2.4.1/mirai/vignettes/v06-questions.Rmd |only mirai-2.5.0/mirai/DESCRIPTION | 10 mirai-2.5.0/mirai/MD5 | 107 ++-- mirai-2.5.0/mirai/NAMESPACE | 5 mirai-2.5.0/mirai/NEWS.md | 40 + mirai-2.5.0/mirai/R/daemon.R | 101 ++-- mirai-2.5.0/mirai/R/daemons.R | 501 +++++++++++++--------- mirai-2.5.0/mirai/R/dispatcher.R | 98 ++-- mirai-2.5.0/mirai/R/launchers.R | 134 ++--- mirai-2.5.0/mirai/R/map.R | 148 +++--- mirai-2.5.0/mirai/R/mirai-package.R | 23 - mirai-2.5.0/mirai/R/mirai.R | 205 +++++---- mirai-2.5.0/mirai/R/next.R | 3 mirai-2.5.0/mirai/R/parallel.R | 22 mirai-2.5.0/mirai/R/promises.R | 40 - mirai-2.5.0/mirai/README.md | 272 ++++------- mirai-2.5.0/mirai/build/vignette.rds |binary mirai-2.5.0/mirai/inst/doc/mirai.Rmd | 362 ++++++++------- mirai-2.5.0/mirai/inst/doc/mirai.html | 331 +++++++------- mirai-2.5.0/mirai/inst/doc/v01-map.Rmd | 30 - mirai-2.5.0/mirai/inst/doc/v01-map.html | 30 - mirai-2.5.0/mirai/inst/doc/v02-promises.Rmd | 80 +-- mirai-2.5.0/mirai/inst/doc/v02-promises.html | 75 +-- mirai-2.5.0/mirai/inst/doc/v03-serialization.Rmd | 60 +- mirai-2.5.0/mirai/inst/doc/v03-serialization.html | 60 +- mirai-2.5.0/mirai/inst/doc/v04-parallel.Rmd | 18 mirai-2.5.0/mirai/inst/doc/v04-parallel.html | 18 mirai-2.5.0/mirai/inst/doc/v05-opentelemetry.Rmd |only mirai-2.5.0/mirai/inst/doc/v05-opentelemetry.html |only mirai-2.5.0/mirai/inst/doc/v06-packages.Rmd |only mirai-2.5.0/mirai/inst/doc/v06-packages.html |only mirai-2.5.0/mirai/inst/doc/v07-questions.Rmd |only mirai-2.5.0/mirai/inst/doc/v07-questions.html |only mirai-2.5.0/mirai/man/call_mirai.Rd | 3 mirai-2.5.0/mirai/man/collect_mirai.Rd | 14 mirai-2.5.0/mirai/man/daemon.Rd | 21 mirai-2.5.0/mirai/man/daemons.Rd | 39 - mirai-2.5.0/mirai/man/daemons_set.Rd | 7 mirai-2.5.0/mirai/man/dispatcher.Rd | 19 mirai-2.5.0/mirai/man/everywhere.Rd | 29 - mirai-2.5.0/mirai/man/info.Rd |only mirai-2.5.0/mirai/man/launch_local.Rd | 26 - mirai-2.5.0/mirai/man/make_cluster.Rd | 7 mirai-2.5.0/mirai/man/mirai-package.Rd | 9 mirai-2.5.0/mirai/man/mirai.Rd | 7 mirai-2.5.0/mirai/man/mirai_map.Rd | 2 mirai-2.5.0/mirai/man/require_daemons.Rd | 16 mirai-2.5.0/mirai/man/status.Rd | 3 mirai-2.5.0/mirai/man/with_daemons.Rd |only mirai-2.5.0/mirai/tests/tests.R | 220 ++++++--- mirai-2.5.0/mirai/vignettes/mirai.Rmd | 362 ++++++++------- mirai-2.5.0/mirai/vignettes/v01-map.Rmd | 30 - mirai-2.5.0/mirai/vignettes/v02-promises.Rmd | 80 +-- mirai-2.5.0/mirai/vignettes/v03-serialization.Rmd | 60 +- mirai-2.5.0/mirai/vignettes/v04-parallel.Rmd | 18 mirai-2.5.0/mirai/vignettes/v05-opentelemetry.Rmd |only mirai-2.5.0/mirai/vignettes/v06-packages.Rmd |only mirai-2.5.0/mirai/vignettes/v07-questions.Rmd |only 63 files changed, 1926 insertions(+), 1819 deletions(-)
Title: Obtaining Open Data from Instituto Canario De Estadistica
(ISTAC) API
Description: You can access to open data published in Instituto Canario De Estadistica (ISTAC) APIs at <https://datos.canarias.es/api/estadisticas/>.
Author: Alberto Gonzalez [cph],
Elisa Jorge [aut, cre]
Maintainer: Elisa Jorge <ejorgon@gobiernodecanarias.org>
Diff between istacr versions 0.2.2 dated 2022-12-20 and 0.3.0 dated 2025-09-04
DESCRIPTION | 21 MD5 | 166 ++- NAMESPACE | 134 +-- R/indicators-geographic.R | 122 +- R/indicators-indicators.R | 149 +-- R/indicators-systems.R | 212 ++--- R/services.R | 361 ++++---- R/statistical-resources-cubes.R | 194 ++-- R/statistical-resources-queries.R | 130 +-- R/structural-resources-category.R | 424 +++++----- R/structural-resources-clasifications.R | 360 ++++---- R/structural-resources-concepts.R | 292 +++--- R/structural-resources-datastructures.R | 368 ++++---- R/structural-resources-variables.R | 264 +++--- README.md |only man/docs |only man/get_indicators.Rd | 82 - man/get_indicators_code.Rd | 40 man/get_indicators_code_data.Rd | 76 - man/get_indicators_geographic_granularities.Rd | 30 man/get_indicators_geographical_values.Rd | 60 - man/get_indicators_subjects.Rd | 30 man/get_indicators_systems.Rd | 50 - man/get_indicators_systems_code.Rd | 40 man/get_indicators_systems_code_instances.Rd | 92 +- man/get_indicators_systems_code_instances_code.Rd | 54 - man/get_indicators_systems_code_instances_code_data.Rd | 72 - man/get_indicators_time_granularities.Rd | 32 man/get_statisticalresources_datasets.Rd | 62 - man/get_statisticalresources_datasets_agency.Rd | 68 - man/get_statisticalresources_datasets_agency_resource.Rd | 82 - man/get_statisticalresources_datasets_agency_resource_version.Rd | 90 +- man/get_statisticalresources_queries.Rd | 62 - man/get_statisticalresources_queries_agency.Rd | 68 - man/get_statisticalresources_queries_agency_resource.Rd | 78 - man/get_structuralresources_categorisations.Rd | 64 - man/get_structuralresources_categorisations_agency.Rd | 62 - man/get_structuralresources_categorisations_agency_resource.Rd | 68 - man/get_structuralresources_categorisations_agency_resource_version.Rd | 58 - man/get_structuralresources_category_schemes.Rd | 64 - man/get_structuralresources_category_schemes_agency.Rd | 70 - man/get_structuralresources_category_schemes_agency_resource.Rd | 74 - man/get_structuralresources_category_schemes_agency_resource_version.Rd | 58 - man/get_structuralresources_category_schemes_agency_resource_version_categories.Rd | 82 - man/get_structuralresources_category_schemes_agency_resource_version_categories_id.Rd | 78 - man/get_structuralresources_codelist_families.Rd | 56 - man/get_structuralresources_codelist_families_id.Rd | 34 man/get_structuralresources_codelists.Rd | 56 - man/get_structuralresources_codelists_agency.Rd | 64 - man/get_structuralresources_codelists_agency_resource.Rd | 70 - man/get_structuralresources_codelists_agency_resource_version.Rd | 58 - man/get_structuralresources_codelists_agency_resource_version_codes.Rd | 110 +- man/get_structuralresources_codelists_agency_resource_version_codes_codeid.Rd | 58 - man/get_structuralresources_codelists_agency_resource_version_recode.Rd |only man/get_structuralresources_codelists_agency_resource_version_restrictions.Rd |only man/get_structuralresources_concept_schemes.Rd | 64 - man/get_structuralresources_concept_schemes_agency.Rd | 72 - man/get_structuralresources_concept_schemes_agency_resource.Rd | 74 - man/get_structuralresources_concept_schemes_agency_resource_version.Rd | 58 - man/get_structuralresources_concept_schemes_agency_resource_version_concepts.Rd | 90 +- man/get_structuralresources_concept_schemes_agency_resource_version_concepts_id.Rd | 68 - man/get_structuralresources_concept_types.Rd | 28 man/get_structuralresources_content_constraints.Rd | 64 - man/get_structuralresources_content_constraints_agency.Rd | 62 - man/get_structuralresources_content_constraints_agency_resource.Rd | 74 - man/get_structuralresources_content_constraints_agency_resource_version.Rd | 58 - man/get_structuralresources_content_constraints_agency_resource_version_regions.Rd | 68 - man/get_structuralresources_data_structures.Rd | 64 - man/get_structuralresources_data_structures_agency.Rd | 62 - man/get_structuralresources_data_structures_agency_resource.Rd | 74 - man/get_structuralresources_data_structures_agency_resource_version.Rd | 60 - man/get_structuralresources_geoinfo.Rd | 76 - man/get_structuralresources_variable_families.Rd | 56 - man/get_structuralresources_variable_families_id.Rd | 34 man/get_structuralresources_variable_families_id_variables.Rd | 62 - man/get_structuralresources_variableelements.Rd | 62 - man/get_structuralresources_variableelements_resource.Rd | 38 man/get_structuralresources_variables.Rd | 56 - man/get_structuralresources_variables_id.Rd | 34 79 files changed, 3573 insertions(+), 3434 deletions(-)
Title: Reproducible Integrated Species Distribution Models Across
Norway using 'INLA'
Description: Integration of disparate datasets is needed in order to make efficient use of all available data and thereby address the issues currently threatening biodiversity.
Data integration is a powerful modeling framework which allows us to combine these datasets together into a single model, yet retain the strengths of each individual dataset.
We therefore introduce the package, 'intSDM': an R package designed to help ecologists develop a reproducible workflow of integrated species distribution models, using data both provided from the user as well as data obtained freely online.
An introduction to data integration methods is discussed in Issac, Jarzyna, Keil, Dambly, Boersch-Supan, Browning, Freeman, Golding, Guillera-Arroita, Henrys, Jarvis, Lahoz-Monfort, Pagel, Pescott, Schmucki, Simmonds and O’Hara (2020) <doi:10.1016/j.tree.2019.08.006>.
Author: Philip Mostert [aut, cre],
Angeline Bruls [aut],
Ragnhild {Bjoerkas} [aut],
Wouter Koch [aut],
Ellen Martin [aut]
Maintainer: Philip Mostert <philip.s.mostert@ntnu.no>
This is a re-admission after prior archival of version 2.1.1 dated 2025-01-13
Diff between intSDM versions 2.1.1 dated 2025-01-13 and 2.1.2 dated 2025-09-04
DESCRIPTION | 10 - MD5 | 30 ++-- R/initValues.R | 3 R/obtainRichness.R | 11 + R/species_model.R | 38 +++++- inst/doc/PennsylvaniaWarbler.R | 178 ++++++++++++++-------------- inst/doc/RedList.R | 214 +++++++++++++++++----------------- inst/doc/RedList.html | 4 inst/doc/Richness.R | 134 ++++++++++----------- inst/doc/Richness.html | 4 man/obtainRichness.Rd | 2 man/species_model.Rd | 3 tests/testthat/test-initValues.R | 2 tests/testthat/test-obtainCovariate.R | 4 tests/testthat/test-obtainRichness.R | 12 + tests/testthat/test-sdmWorkflow.R | 12 - 16 files changed, 352 insertions(+), 309 deletions(-)
Title: A Grammar of Animated Graphics
Description: The grammar of graphics as implemented in the 'ggplot2'
package has been successful in providing a powerful API for creating
static visualisation. In order to extend the API for animated graphics
this package provides a completely new set of grammar, fully
compatible with 'ggplot2' for specifying transitions and animations in
a flexible and extensible way.
Author: Thomas Lin Pedersen [aut, cre] ,
David Robinson [aut],
Posit, PBC [cph, fnd]
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Diff between gganimate versions 1.0.10 dated 2025-06-21 and 1.0.11 dated 2025-09-04
DESCRIPTION | 6 +++--- MD5 | 16 ++++++++-------- NAMESPACE | 1 + NEWS.md | 4 ++++ R/plot-build.R | 14 ++++++-------- R/scene.R | 2 +- inst/doc/gganimate.R | 10 +++++----- inst/doc/gganimate.html | 9 +++++---- man/figures/README-unnamed-chunk-2-1.gif |binary 9 files changed, 33 insertions(+), 29 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-08-17 0.1.6
2024-07-22 0.1.5
2024-01-24 0.1.4
2022-01-04 0.1.3
2021-12-19 0.1.2
Title: 'IUCN' Red List Client
Description: 'IUCN' Red List (<https://api.iucnredlist.org/>) client.
The 'IUCN' Red List is a global list of threatened and endangered species.
Functions cover all of the Red List 'API' routes. An 'API' key is required.
Author: William Gearty [aut, cre] ,
Scott Chamberlain [aut] ,
rOpenSci [fnd] ,
Maelle Salmon [ctb] ,
Kevin Cazelles [rev] ,
Stephanie Hazlitt [rev]
Maintainer: William Gearty <willgearty@gmail.com>
Diff between rredlist versions 1.1.0 dated 2025-07-27 and 1.1.1 dated 2025-09-04
rredlist-1.1.0/rredlist/vignettes/source |only rredlist-1.1.1/rredlist/DESCRIPTION | 29 + rredlist-1.1.1/rredlist/MD5 | 39 +- rredlist-1.1.1/rredlist/NEWS.md | 11 rredlist-1.1.1/rredlist/R/rl_assessment.R | 203 ++++++------ rredlist-1.1.1/rredlist/inst/CITATION | 2 rredlist-1.1.1/rredlist/inst/doc/benchmarks.Rmd | 69 +--- rredlist-1.1.1/rredlist/inst/doc/benchmarks.html | 69 +--- rredlist-1.1.1/rredlist/inst/doc/research_workflows.Rmd | 94 ++--- rredlist-1.1.1/rredlist/inst/doc/research_workflows.html | 97 ++--- rredlist-1.1.1/rredlist/inst/doc/rredlist.Rmd | 32 - rredlist-1.1.1/rredlist/inst/doc/rredlist.html | 74 ++-- rredlist-1.1.1/rredlist/man/rl_assessment_extract.Rd | 19 - rredlist-1.1.1/rredlist/man/rredlist-package.Rd | 8 rredlist-1.1.1/rredlist/tests/testthat/test-rl_assessment.R | 21 + rredlist-1.1.1/rredlist/vignettes/benchmarks.Rmd | 69 +--- rredlist-1.1.1/rredlist/vignettes/research_workflows.Rmd | 94 ++--- rredlist-1.1.1/rredlist/vignettes/rredlist.Rmd | 32 - rredlist-1.1.1/rredlist/vignettes/unnamed-chunk-20-1.png |only rredlist-1.1.1/rredlist/vignettes/unnamed-chunk-21-1.png |only rredlist-1.1.1/rredlist/vignettes/unnamed-chunk-27-1.png |only rredlist-1.1.1/rredlist/vignettes/unnamed-chunk-7-1.png |only 22 files changed, 468 insertions(+), 494 deletions(-)
Title: Mocking Library for R
Description: The two main functionalities of this package are creating
mock objects (functions) and selectively intercepting calls to a given
function that originate in some other function. It can be used with
any testing framework available for R. Mock objects can be injected
with either this package's own stub() function or a similar
with_mocked_binding() facility present in the 'testthat' package.
Author: Noam Finkelstein [aut],
Lukasz Bartnik [aut],
Jim Hester [aut],
Hadley Wickham [aut, cre]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between mockery versions 0.4.4 dated 2023-09-26 and 0.4.5 dated 2025-09-04
mockery-0.4.4/mockery/man/mockery.Rd |only mockery-0.4.5/mockery/DESCRIPTION | 15 +-- mockery-0.4.5/mockery/LICENSE | 4 mockery-0.4.5/mockery/MD5 | 36 ++++---- mockery-0.4.5/mockery/NEWS.md | 5 + mockery-0.4.5/mockery/R/expectations.R | 6 - mockery-0.4.5/mockery/R/mock-object.R | 43 +++++---- mockery-0.4.5/mockery/R/mockery.R | 30 ------ mockery-0.4.5/mockery/R/stub.R | 2 mockery-0.4.5/mockery/README.md | 11 +- mockery-0.4.5/mockery/build/vignette.rds |binary mockery-0.4.5/mockery/inst/doc/mocks-and-testthat.R | 71 +++++++--------- mockery-0.4.5/mockery/inst/doc/mocks-and-testthat.Rmd | 56 +++++------- mockery-0.4.5/mockery/inst/doc/mocks-and-testthat.html | 60 ++++++------- mockery-0.4.5/mockery/man/call-expectations.Rd | 6 - mockery-0.4.5/mockery/man/mock.Rd | 39 ++++---- mockery-0.4.5/mockery/man/mockery-package.Rd |only mockery-0.4.5/mockery/man/stub.Rd | 2 mockery-0.4.5/mockery/tests/testthat/test-mock-object.R | 58 ++++++------- mockery-0.4.5/mockery/vignettes/mocks-and-testthat.Rmd | 56 +++++------- 20 files changed, 235 insertions(+), 265 deletions(-)
Title: Create Interactive Web Maps with the JavaScript 'Leaflet'
Library
Description: Create and customize interactive maps using the 'Leaflet'
JavaScript library and the 'htmlwidgets' package. These maps can be
used directly from the R console, from 'RStudio', in Shiny
applications and R Markdown documents.
Author: Joe Cheng [aut],
Barret Schloerke [aut] ,
Bhaskar Karambelkar [aut],
Yihui Xie [aut],
Garrick Aden-Buie [aut, cre] ,
Hadley Wickham [ctb],
Kenton Russell [ctb],
Kent Johnson [ctb],
Vladimir Agafonkin [ctb, cph] ,
CloudMade [cph] ,
Leaflet contributor [...truncated...]
Maintainer: Garrick Aden-Buie <garrick@posit.co>
Diff between leaflet versions 2.2.2 dated 2024-03-26 and 2.2.3 dated 2025-09-04
leaflet-2.2.2/leaflet/man/derivePolygons.Rd |only leaflet-2.2.2/leaflet/man/leaflet-imports.Rd |only leaflet-2.2.3/leaflet/DESCRIPTION | 35 leaflet-2.2.3/leaflet/LICENSE |only leaflet-2.2.3/leaflet/LICENSE.note | 10 leaflet-2.2.3/leaflet/MD5 | 169 - leaflet-2.2.3/leaflet/NAMESPACE | 1 leaflet-2.2.3/leaflet/NEWS.md | 26 leaflet-2.2.3/leaflet/R/colors.R | 86 - leaflet-2.2.3/leaflet/R/controls.R | 4 leaflet-2.2.3/leaflet/R/data.R | 38 leaflet-2.2.3/leaflet/R/layers.R | 1108 +++++++++---- leaflet-2.2.3/leaflet/R/leaflet-package.R | 13 leaflet-2.2.3/leaflet/R/leaflet.R | 73 leaflet-2.2.3/leaflet/R/legacy.R | 3 leaflet-2.2.3/leaflet/R/legend.R | 66 leaflet-2.2.3/leaflet/R/mapPane.R | 14 leaflet-2.2.3/leaflet/R/methods.R | 6 leaflet-2.2.3/leaflet/R/normalize-sp.R | 44 leaflet-2.2.3/leaflet/R/normalize-terra.R | 3 leaflet-2.2.3/leaflet/R/normalize.R | 43 leaflet-2.2.3/leaflet/R/plugin-awesomeMarkers.R | 67 leaflet-2.2.3/leaflet/R/plugin-easybutton.R | 14 leaflet-2.2.3/leaflet/R/plugin-graticule.R | 6 leaflet-2.2.3/leaflet/R/plugin-measure.R | 10 leaflet-2.2.3/leaflet/R/plugin-minimap.R | 14 leaflet-2.2.3/leaflet/R/plugin-providers.R | 36 leaflet-2.2.3/leaflet/R/plugin-simplegraticule.R | 5 leaflet-2.2.3/leaflet/R/plugin-terminator.R | 4 leaflet-2.2.3/leaflet/R/scalebar.R | 18 leaflet-2.2.3/leaflet/R/shiny.R | 6 leaflet-2.2.3/leaflet/R/staticimports.R | 18 leaflet-2.2.3/leaflet/R/utils.R | 98 - leaflet-2.2.3/leaflet/data/atlStorms2005.rda |binary leaflet-2.2.3/leaflet/data/breweries91.rda |binary leaflet-2.2.3/leaflet/data/gadmCHE.rda |binary leaflet-2.2.3/leaflet/man/addAwesomeMarkers.Rd | 12 leaflet-2.2.3/leaflet/man/addGraticule.Rd | 9 leaflet-2.2.3/leaflet/man/addLayersControl.Rd | 10 leaflet-2.2.3/leaflet/man/addLegend.Rd | 23 leaflet-2.2.3/leaflet/man/addMapPane.Rd | 6 leaflet-2.2.3/leaflet/man/addMiniMap.Rd | 16 leaflet-2.2.3/leaflet/man/addProviderTiles.Rd | 16 leaflet-2.2.3/leaflet/man/addRasterImage.Rd | 22 leaflet-2.2.3/leaflet/man/addScaleBar.Rd | 6 leaflet-2.2.3/leaflet/man/addSimpleGraticule.Rd | 9 leaflet-2.2.3/leaflet/man/addTerminator.Rd | 2 leaflet-2.2.3/leaflet/man/atlStorms2005.Rd | 8 leaflet-2.2.3/leaflet/man/awesomeIconList.Rd | 2 leaflet-2.2.3/leaflet/man/awesomeIcons.Rd | 18 leaflet-2.2.3/leaflet/man/breweries91.Rd | 8 leaflet-2.2.3/leaflet/man/colorNumeric.Rd | 63 leaflet-2.2.3/leaflet/man/deprecated.Rd | 1 leaflet-2.2.3/leaflet/man/derivePoints.Rd | 29 leaflet-2.2.3/leaflet/man/dispatch.Rd | 18 leaflet-2.2.3/leaflet/man/easyButton.Rd | 8 leaflet-2.2.3/leaflet/man/evalFormula.Rd | 7 leaflet-2.2.3/leaflet/man/expandLimitsBbox.Rd | 5 leaflet-2.2.3/leaflet/man/filterNULL.Rd | 10 leaflet-2.2.3/leaflet/man/gadmCHE.Rd | 10 leaflet-2.2.3/leaflet/man/getMapData.Rd | 7 leaflet-2.2.3/leaflet/man/groupOptions.Rd | 4 leaflet-2.2.3/leaflet/man/iconList.Rd | 2 leaflet-2.2.3/leaflet/man/icons.Rd | 7 leaflet-2.2.3/leaflet/man/leaflet-package.Rd | 3 leaflet-2.2.3/leaflet/man/leaflet.Rd | 31 leaflet-2.2.3/leaflet/man/leafletProxy.Rd | 10 leaflet-2.2.3/leaflet/man/leafletSizingPolicy.Rd | 42 leaflet-2.2.3/leaflet/man/makeAwesomeIcon.Rd | 7 leaflet-2.2.3/leaflet/man/makeIcon.Rd | 2 leaflet-2.2.3/leaflet/man/map-layers.Rd | 36 leaflet-2.2.3/leaflet/man/map-methods.Rd | 2 leaflet-2.2.3/leaflet/man/map-options.Rd | 24 leaflet-2.2.3/leaflet/man/map-shiny.Rd | 2 leaflet-2.2.3/leaflet/man/mapOptions.Rd | 2 leaflet-2.2.3/leaflet/man/previewColors.Rd | 2 leaflet-2.2.3/leaflet/man/providers.Rd | 3 leaflet-2.2.3/leaflet/man/reexports.Rd |only leaflet-2.2.3/leaflet/man/remove.Rd | 28 leaflet-2.2.3/leaflet/man/safeLabel.Rd | 2 leaflet-2.2.3/leaflet/man/showGroup.Rd | 4 leaflet-2.2.3/leaflet/tests/testthat/_snaps/normalize-2.md | 2 leaflet-2.2.3/leaflet/tests/testthat/helper.R | 2 leaflet-2.2.3/leaflet/tests/testthat/test-normalize-2.R | 30 leaflet-2.2.3/leaflet/tests/testthat/test-normalize-3.R | 8 leaflet-2.2.3/leaflet/tests/testthat/test-normalize.R | 20 leaflet-2.2.3/leaflet/tests/testthat/test-raster.R | 6 leaflet-2.2.3/leaflet/tests/testthat/test-tiles.R |only 88 files changed, 1611 insertions(+), 1033 deletions(-)
Title: Data for Generalized Additive Models for Location Scale and
Shape
Description: Data used as examples in the books on Generalized Additive Models for Location Scale and Shape:
Stasinopoulos, Rigby, Heller, Voudouris, De Bastiani (2017). Flexible Regression and Smoothing: Using GAMLSS in R, <doi:10.1201/b21973>.
Rigby, Stasinopoulos, Heller, De Bastiani (2019). Distributions for Modeling Location, Scale, and Shape Using GAMLSS in R, <doi:10.1201/9780429298547>.
Stasinopoulos, Kneib, Klein, Mayr, Heller (2024). Generalized Additive Models for Location, Scale and Shape: A Distributional Regression Approach, with Applications, <doi:10.1017/9781009410076>.
Author: Mikis Stasinopoulos [aut, cre] ,
Robert Rigby [aut] ,
Fernanda De Bastiani [ctb]
Maintainer: Mikis Stasinopoulos <d.stasinopoulos@gre.ac.uk>
Diff between gamlss.data versions 6.0-6 dated 2024-03-14 and 6.0-7 dated 2025-09-04
gamlss.data-6.0-6/gamlss.data/data/trd.RData |only gamlss.data-6.0-6/gamlss.data/man/trd.Rd |only gamlss.data-6.0-7/gamlss.data/DESCRIPTION | 34 ++++++++++++++++-------- gamlss.data-6.0-7/gamlss.data/MD5 | 11 ++++--- gamlss.data-6.0-7/gamlss.data/NEWS.md |only gamlss.data-6.0-7/gamlss.data/README.md | 13 +++++++-- gamlss.data-6.0-7/gamlss.data/build/partial.rdb |binary gamlss.data-6.0-7/gamlss.data/data/triceps.rda |only gamlss.data-6.0-7/gamlss.data/man/triceps.Rd |only 9 files changed, 40 insertions(+), 18 deletions(-)
Title: Data Sets for Econometrics
Description: Data sets for econometrics, including political science.
Author: Yves Croissant [aut],
Spencer Graves [aut, cre, ctb]
Maintainer: Spencer Graves <spencer.graves@effectivedefense.org>
Diff between Ecdat versions 0.4-2 dated 2022-10-15 and 0.4.7 dated 2025-09-04
DESCRIPTION | 24 ++- MD5 | 76 +++++----- NEWS.md | 6 build/partial.rdb |binary data/ACLEDpopGDP.rda |only data/USGDPpresidents.rda |binary data/USincarcerations.rda |binary inst/WORDLIST | 6 man/ACLEDpopGDP.Rd |only man/Accident.Rd | 2 man/Bids.Rd | 2 man/CRSPday.Rd | 2 man/CRSPmon.Rd | 2 man/Caschool.Rd | 4 man/DM.Rd | 2 man/Diamond.Rd | 2 man/DoctorAUS.Rd | 2 man/FriendFoe.Rd | 2 man/Griliches.Rd | 2 man/Index.Source.Rd | 6 man/LT.Rd | 2 man/Mishkin.Rd | 2 man/Mpyr.Rd | 2 man/OCC1950.Rd | 20 ++ man/OFP.Rd | 2 man/Oil.Rd | 2 man/PatentsHGH.Rd | 2 man/Pound.Rd | 2 man/Somerville.Rd | 2 man/StrikeNb.Rd | 2 man/SumHes.Rd | 2 man/USFinanceIndustry.Rd | 4 man/USGDPpresidents.Rd | 314 +++++++++++++++++++++++++++++++------------- man/USincarcerations.Rd | 47 +++++- man/USstateAbbreviations.Rd | 8 - man/UStaxWords.Rd | 2 man/Yen.Rd | 2 man/breaches.Rd | 4 man/nuclearWeaponStates.Rd | 41 ++--- man/terrorism.Rd | 28 ++- 40 files changed, 422 insertions(+), 208 deletions(-)
Title: Tools for Creating Tuning Parameter Values
Description: Many models contain tuning parameters (i.e. parameters that
cannot be directly estimated from the data). These tools can be used
to define objects for creating, simulating, or validating values for
such parameters.
Author: Max Kuhn [aut],
Hannah Frick [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Hannah Frick <hannah@posit.co>
Diff between dials versions 1.4.1 dated 2025-07-29 and 1.4.2 dated 2025-09-04
DESCRIPTION | 6 +++--- MD5 | 29 ++++++++++++++++------------- NAMESPACE | 1 + NEWS.md | 9 +++++++++ R/aaa_values.R | 12 ++++++++++++ R/finalize.R | 11 +++++++++-- R/param_network.R | 4 ++-- R/param_prop_terms.R |only R/param_range_limits.R | 10 ++++++++-- man/dropout.Rd | 2 +- man/finalize.Rd | 3 --- man/get_batch_sizes.Rd |only man/prop_terms.Rd |only tests/testthat/_snaps/finalize.md | 8 ++++++++ tests/testthat/test-aaa_values.R | 23 +++++++++++++++++++++++ tests/testthat/test-finalize.R | 27 ++++++++++++++++++++++++--- tests/testthat/test-params.R | 1 + 17 files changed, 117 insertions(+), 29 deletions(-)
Title: 'C++' Standard Template Library Containers
Description: Use 'C++' Standard Template Library containers interactively in R. Includes sets, unordered sets, multisets, unordered multisets, maps,
unordered maps, multimaps, unordered multimaps, stacks, queues, priority queues, vectors, deques, forward lists, and lists.
Author: Christian Dueben [aut, cre]
Maintainer: Christian Dueben <cdueben.ml+cran@proton.me>
This is a re-admission after prior archival of version 1.0.4 dated 2025-01-15
Diff between cppcontainers versions 1.0.4 dated 2025-01-15 and 1.0.5 dated 2025-09-04
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ R/print.R | 8 ++++---- R/to_r.R | 8 ++++---- R/utils.R | 8 ++++---- build/vignette.rds |binary tests/testthat.R | 24 ++++++++++++------------ 7 files changed, 34 insertions(+), 34 deletions(-)
Title: Synthetic Microdata Generator
Description: This tool fits a non-parametric Bayesian model called a "hierarchically coupled mixture model with local dependence (HCMM-LD)" to the original microdata in order to generate synthetic microdata for privacy protection. The non-parametric feature of the adopted model is useful for capturing the joint distribution of the original input data in a highly flexible manner, leading to the generation of synthetic data whose distributional features are similar to that of the input data. The package allows the original input data to have missing values and impute them with the posterior predictive distribution, so no missing values exist in the synthetic data output. The method builds on the work of Murray and Reiter (2016) <doi:10.1080/01621459.2016.1174132>.
Author: Juhee Lee [aut, cre],
Hang J. Kim [aut],
Young-Min Kim [aut],
Jared Murray [aut]
Maintainer: Juhee Lee <ljh988488@gmail.com>
Diff between synMicrodata versions 2.1.0 dated 2024-11-21 and 2.1.1 dated 2025-09-04
DESCRIPTION | 20 ++++++++++---------- MD5 | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-)
Title: Interactively Filter SNP Datasets
Description: Is designed to interactively and reproducibly visualize and filter SNP
(single-nucleotide polymorphism) datasets. This R-based implementation of SNP
and genotype filters facilitates
an interactive and iterative SNP filtering pipeline, which can be documented
reproducibly via 'rmarkdown'. 'SNPfiltR' contains functions for visualizing
various quality and missing data metrics for a SNP dataset, and then filtering
the dataset based on user specified cutoffs.
All functions take 'vcfR' objects as input, which can easily be
generated by reading standard vcf (variant call format) files into R using
the R package 'vcfR' authored by Knaus and Grünwald (2017) <doi:10.1111/1755-0998.12549>.
Each 'SNPfiltR' function can return a newly filtered 'vcfR' object, which can then be
written to a local directory in standard vcf format using the 'vcfR' package,
for downstream population genetic and phylogenetic analyses.
Author: Devon DeRaad [aut, cre]
Maintainer: Devon DeRaad <devonderaad@gmail.com>
This is a re-admission after prior archival of version 1.0.1 dated 2023-03-17
Diff between SNPfiltR versions 1.0.1 dated 2023-03-17 and 1.0.7 dated 2025-09-04
DESCRIPTION | 15 +++--- MD5 | 22 ++++----- R/assess_missing_data_pca.R | 12 +++-- R/assess_missing_data_tsne.R | 12 +++-- R/filter_allele_balance.R | 4 - R/missing_by_sample.R | 75 +++++++++++++++++++++----------- README.md | 35 +++++++++------ inst/doc/reproducible-vignette.R | 2 inst/doc/reproducible-vignette.Rmd | 4 - inst/doc/reproducible-vignette.html | 84 ++++++++++++++++++------------------ man/filter_allele_balance.Rd | 2 vignettes/reproducible-vignette.Rmd | 4 - 12 files changed, 158 insertions(+), 113 deletions(-)
Title: Read Census Privacy Protected Microdata Files
Description: Implements data processing described in <doi:10.1126/sciadv.abk3283>
to align modern differentially private data with formatting of older US Census
data releases. The primary goal is to read in Census Privacy Protected Microdata
Files data in a reproducible way. This includes tools for aggregating to relevant
levels of geography by creating geographic identifiers which match the US Census
Bureau's numbering. Additionally, there are tools for grouping race numeric
identifiers into categories, consistent with OMB (Office of Management and Budget)
classifications. Functions exist for downloading and linking to existing
sources of privacy protected microdata.
Author: Christopher T. Kenny [aut, cre]
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Diff between ppmf versions 0.1.3 dated 2021-12-15 and 0.2.1 dated 2025-09-04
ppmf-0.1.3/ppmf/R/utils-pipe.R |only ppmf-0.1.3/ppmf/man/pipe.Rd |only ppmf-0.2.1/ppmf/DESCRIPTION | 39 ++- ppmf-0.2.1/ppmf/LICENSE | 4 ppmf-0.2.1/ppmf/MD5 | 59 ++--- ppmf-0.2.1/ppmf/NAMESPACE | 25 -- ppmf-0.2.1/ppmf/NEWS.md | 31 -- ppmf-0.2.1/ppmf/R/add_path.R | 305 ++++++++++++----------------- ppmf-0.2.1/ppmf/R/aggregate.R | 107 +++++----- ppmf-0.2.1/ppmf/R/data.R | 5 ppmf-0.2.1/ppmf/R/geoid.R | 37 +-- ppmf-0.2.1/ppmf/R/get_data.R | 98 +-------- ppmf-0.2.1/ppmf/R/ppmf-package.R |only ppmf-0.2.1/ppmf/R/race.R | 30 +- ppmf-0.2.1/ppmf/R/read.R |only ppmf-0.2.1/ppmf/R/read_merge.R | 10 ppmf-0.2.1/ppmf/README.md | 37 ++- ppmf-0.2.1/ppmf/inst/CITATION | 26 +- ppmf-0.2.1/ppmf/inst/WORDLIST |only ppmf-0.2.1/ppmf/man/add_geoid.Rd | 2 ppmf-0.2.1/ppmf/man/add_ppmf12_path.Rd | 60 ++--- ppmf-0.2.1/ppmf/man/add_ppmf19_path.Rd | 60 ++--- ppmf-0.2.1/ppmf/man/add_ppmf19r_path.Rd |only ppmf-0.2.1/ppmf/man/add_ppmf4_path.Rd | 60 ++--- ppmf-0.2.1/ppmf/man/agg.Rd | 2 ppmf-0.2.1/ppmf/man/breakdown_geoid.Rd | 4 ppmf-0.2.1/ppmf/man/download_ppmf.Rd | 5 ppmf-0.2.1/ppmf/man/figures/logo.png |binary ppmf-0.2.1/ppmf/man/get_ppmf_links.Rd | 58 ++--- ppmf-0.2.1/ppmf/man/overwrite_hisp_race.Rd | 2 ppmf-0.2.1/ppmf/man/races.Rd | 1 ppmf-0.2.1/ppmf/man/read_ppmf.Rd | 6 ppmf-0.2.1/ppmf/man/replace_race.Rd | 2 ppmf-0.2.1/ppmf/tests |only 34 files changed, 482 insertions(+), 593 deletions(-)
Title: Score Redistricting Plans with 'PlanScore'
Description: Provides access to the 'PlanScore' Application Programming Interface
(<https://github.com/PlanScore/PlanScore/blob/main/API.md>) for scoring redistricting
plans. Allows for upload of plans from block assignment files and shape files.
For shapes in memory, such as from 'sf' or 'redist', it processes them to save
and upload. Includes tools for tidying responses and saving output from the
website.
Author: Christopher T. Kenny [aut, trl, cre] ,
Michal Migurski [aut] ,
Cory McCartan [art]
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Diff between planscorer versions 0.0.2 dated 2024-09-24 and 0.0.3 dated 2025-09-04
DESCRIPTION | 15 LICENSE | 4 MD5 | 80 NAMESPACE | 30 NEWS.md | 5 R/PlanScoreR-package.R | 16 R/api_url.R | 14 R/capture.R | 70 R/ingest.R | 178 - R/key.R | 184 - R/model_versions.R | 32 R/save.R | 78 R/supported_states.R | 32 R/upload.R | 3 README.md | 167 - inst/CITATION | 48 inst/WORDLIST | 16 inst/extdata/null-plan-blockassignments.csv | 22 inst/extdata/null-plan-incumbency.geojson | 200 - inst/httptest2/redact.R | 14 man/figures/README-planscore.png |binary man/key.Rd | 44 man/ps_capture.Rd | 56 man/ps_ingest.Rd | 44 man/ps_model_versions.Rd | 36 man/ps_save.Rd | 64 man/ps_set_key.Rd | 56 man/ps_supported_states.Rd | 36 man/upload.Rd | 122 tests/spelling.R | 6 tests/testthat.R | 24 tests/testthat/setup.R | 2 tests/testthat/t/mdlvrs/model_versions.json | 20 tests/testthat/t/supsts/states.json | 1604 ++++++------ tests/testthat/t/upload_f/upload/temporary-2355f6-POST.json | 8 tests/testthat/t/upload_f/upload/temporary-56aa7b-POST.json | 8 tests/testthat/test-ingest.R | 10 tests/testthat/test-model_versions.R | 10 tests/testthat/test-save.R | 24 tests/testthat/test-supported_states.R | 10 tests/testthat/test-upload.R | 18 41 files changed, 1716 insertions(+), 1694 deletions(-)
Title: Pattern Causality Algorithm
Description: A comprehensive package for detecting and analyzing causal relationships in complex systems using pattern-based approaches. Key features include state space reconstruction, pattern identification, and causality strength evaluation.
Author: Stavros Stavroglou [aut, cre] ,
Athanasios Pantelous [aut] ,
Hui Wang [aut]
Maintainer: Stavros Stavroglou <stavros.k.stavroglou@gmail.com>
Diff between patterncausality versions 0.2.1 dated 2025-02-15 and 0.2.2 dated 2025-09-04
DESCRIPTION | 20 +++++++++++--------- MD5 | 14 +++++++------- inst/doc/advanced.html | 5 +++-- inst/doc/dynamic.html | 5 +++-- inst/doc/matrix.html | 11 ++++++----- inst/doc/parallel.html | 5 +++-- inst/doc/patterncausality.html | 5 +++-- inst/doc/series.html | 5 +++-- 8 files changed, 39 insertions(+), 31 deletions(-)
More information about patterncausality at CRAN
Permanent link
Title: Process Metadata from the 'Open Graph Protocol'
Description: Social media sites often embed cards when links are shared, based on
metadata in the 'Open Graph Protocol' (<https://ogp.me/>). This supports extracting
that metadata from a website. It further allows for the creation of tags to
add to a website to support the 'Open Graph Protocol' and provides a list of the
standard tags and their required properties.
Author: Christopher T. Kenny [aut, cre]
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Diff between opengraph versions 0.0.2 dated 2024-12-10 and 0.0.3 dated 2025-09-04
DESCRIPTION | 17 +- LICENSE | 4 MD5 | 46 +++--- NAMESPACE | 14 +- NEWS.md | 6 R/create.R | 106 +++++++-------- R/parse.R | 76 +++++------ R/property.R | 52 +++---- R/schema.R | 274 ++++++++++++++++++++--------------------- R/validate.R | 40 ++--- README.md | 131 +++++++++---------- inst/WORDLIST | 8 - man/og_create.Rd | 68 +++++----- man/og_parse.Rd | 40 ++--- man/og_property.Rd | 44 +++--- man/og_schema.Rd | 38 ++--- man/og_validate.Rd | 42 +++--- tests/spelling.R | 6 tests/testthat.R | 24 +-- tests/testthat/test-create.R | 42 +++--- tests/testthat/test-parse.R | 8 - tests/testthat/test-property.R | 8 - tests/testthat/test-schema.R | 6 tests/testthat/test-validate.R | 16 +- 24 files changed, 558 insertions(+), 558 deletions(-)
Title: Fast and Efficient (Automated) Analysis of Sparse Omics Data
Description: A generalised data structure for fast and efficient loading and data munching of sparse omics data. The 'OmicFlow' requires an up-front validated metadata template from the user,
which serves as a guide to connect all the pieces together by aligning them into a single object that is defined as an 'omics' class.
Once this unified structure is established, users can perform manual subsetting, visualisation, and statistical analysis, or leverage the automated 'autoFlow' method to generate a comprehensive report.
Author: Alem Gusinac [aut, cre] ,
Thomas Ederveen [aut] ,
Annemarie Boleij [aut, fnd]
Maintainer: Alem Gusinac <alem.gusinac@gmail.com>
Diff between OmicFlow versions 1.3.0 dated 2025-09-01 and 1.3.1 dated 2025-09-04
OmicFlow-1.3.0/OmicFlow/tests/testthat/_snaps |only OmicFlow-1.3.1/OmicFlow/DESCRIPTION | 8 ++--- OmicFlow-1.3.1/OmicFlow/MD5 | 22 ++++----------- OmicFlow-1.3.1/OmicFlow/R/omics-class.R | 2 - OmicFlow-1.3.1/OmicFlow/inst/report.Rmd | 2 - OmicFlow-1.3.1/OmicFlow/man/omics.Rd | 2 - OmicFlow-1.3.1/OmicFlow/tests/testthat.R | 2 - OmicFlow-1.3.1/OmicFlow/tests/testthat/test-autoflow.R | 2 - OmicFlow-1.3.1/OmicFlow/tests/testthat/test-write_biom.R | 2 - 9 files changed, 17 insertions(+), 25 deletions(-)
Title: Extended Agglomerative Hierarchical Clustering
Description: A comprehensive collection of linkage methods for agglomerative
hierarchical clustering on a matrix of proximity data (distances or
similarities), returning a multifurcated dendrogram or multidendrogram.
Multidendrograms can group more than two clusters when ties in proximity data
occur, and therefore they do not depend on the order of the input data.
Descriptive measures to analyze the resulting dendrogram are additionally
provided. <doi:10.18637/jss.v114.i02>.
Author: Alberto Fernandez [aut, cre] ,
Sergio Gomez [aut]
Maintainer: Alberto Fernandez <alberto.fernandez@urv.cat>
Diff between mdendro versions 2.2.2 dated 2025-08-20 and 2.2.3 dated 2025-09-04
DESCRIPTION | 10 ++++----- MD5 | 6 ++--- inst/CITATION | 60 +++++++++++++++++++++++++++++++++++++++++++++++---------- man/linkage.Rd | 45 ++++++++++++++++++++++++++---------------- 4 files changed, 86 insertions(+), 35 deletions(-)
Title: Calculation of Low Flow Statistics for Daily Stream Flow Data
Description: The "Manual on Low-flow Estimation and Prediction" (Gustard & Demuth (2009, ISBN:978-92-63-11029-9)), published by the World Meteorological Organisation, gives a comprehensive summary on how to analyse stream flow data focusing on low-flows. This packages provides functions to compute the described statistics and produces plots similar to the ones in the manual.
Author: Tobias Gauster [ctb, cre],
Gregor Laaha [aut] ,
Daniel Koffler [aut]
Maintainer: Tobias Gauster <t.gauster@gmail.com>
Diff between lfstat versions 0.9.12 dated 2022-11-08 and 0.9.13 dated 2025-09-04
lfstat-0.9.12/lfstat/man/rainpeakplot.Rd |only lfstat-0.9.13/lfstat/DESCRIPTION | 18 - lfstat-0.9.13/lfstat/MD5 | 69 ++-- lfstat-0.9.13/lfstat/NAMESPACE | 301 +++++++++++++-------- lfstat-0.9.13/lfstat/NEWS.md | 11 lfstat-0.9.13/lfstat/R/1NAs.R | 3 lfstat-0.9.13/lfstat/R/2processes.R | 4 lfstat-0.9.13/lfstat/R/3lfindices.R | 18 - lfstat-0.9.13/lfstat/R/4flowduration.R | 28 - lfstat-0.9.13/lfstat/R/5extreme.R | 39 +- lfstat-0.9.13/lfstat/R/6streamdef.R | 2 lfstat-0.9.13/lfstat/R/7multistation.R | 1 lfstat-0.9.13/lfstat/R/hyear.R | 13 lfstat-0.9.13/lfstat/R/lfobj.R | 20 + lfstat-0.9.13/lfstat/R/lfstat-package.R |only lfstat-0.9.13/lfstat/R/methods.R | 2 lfstat-0.9.13/lfstat/R/misc.R | 19 + lfstat-0.9.13/lfstat/R/options.R | 1 lfstat-0.9.13/lfstat/R/pooling.R | 27 + lfstat-0.9.13/lfstat/R/readsheets.R | 1 lfstat-0.9.13/lfstat/README.md | 10 lfstat-0.9.13/lfstat/build/partial.rdb |binary lfstat-0.9.13/lfstat/inst/WORDLIST | 6 lfstat-0.9.13/lfstat/man/apply.seasonal.Rd | 2 lfstat-0.9.13/lfstat/man/as.xts.lfobj.Rd | 2 lfstat-0.9.13/lfstat/man/cdf_ev.Rd | 4 lfstat-0.9.13/lfstat/man/fill_na.Rd | 2 lfstat-0.9.13/lfstat/man/flowunit.Rd | 2 lfstat-0.9.13/lfstat/man/lfstat-package.Rd | 2 lfstat-0.9.13/lfstat/man/plot.deficit.Rd | 4 lfstat-0.9.13/lfstat/man/recessionplot.Rd |only lfstat-0.9.13/lfstat/man/rfa.Rd | 4 lfstat-0.9.13/lfstat/man/rfaplot.Rd | 17 - lfstat-0.9.13/lfstat/man/sbplot.Rd | 2 lfstat-0.9.13/lfstat/man/seasindex.Rd | 4 lfstat-0.9.13/lfstat/man/seasratio.Rd | 2 lfstat-0.9.13/lfstat/tests/testthat/test-pooling.R | 4 37 files changed, 389 insertions(+), 255 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-05-27 1.1.0
Title: Batch Experiments for 'mlr3'
Description: Extends the 'mlr3' package with a connector to the package
'batchtools'. This allows to run large-scale benchmark experiments on
scheduled high-performance computing clusters.
Author: Marc Becker [cre, aut] ,
Michel Lang [aut] ,
Toby Hocking [ctb]
Maintainer: Marc Becker <marcbecker@posteo.de>
Diff between mlr3batchmark versions 0.2.1 dated 2025-05-26 and 0.2.2 dated 2025-09-04
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- NEWS.md | 4 ++++ man/mlr3batchmark-package.Rd | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-05-20 0.4.1
2014-04-23 0.4
2011-01-29 0.3
2007-03-14 0.2.3
Title: Pedigree Functions
Description: Routines to handle family data with a pedigree object. The initial purpose
was to create correlation structures that describe family relationships such
as kinship and identity-by-descent, which can be used to model family data
in mixed effects models, such as in the coxme function. Also includes a tool
for pedigree drawing which is focused on producing compact layouts without
intervention. Recent additions include utilities to trim the pedigree object
with various criteria, and kinship for the X chromosome.
Author: Jason Sinnwell [aut, cre],
Terry Therneau [aut],
Daniel Schaid [ctb],
Elizabeth Atkinson [ctb],
Carly Mester [ctb]
Maintainer: Jason Sinnwell <sinnwell.jason@mayo.edu>
Diff between kinship2 versions 1.9.6.1 dated 2024-03-24 and 1.9.6.2 dated 2025-09-04
kinship2-1.9.6.1/kinship2/inst/doc/LICENSE |only kinship2-1.9.6.2/kinship2/DESCRIPTION | 9 kinship2-1.9.6.2/kinship2/MD5 | 34 - kinship2-1.9.6.2/kinship2/R/kinship2.R | 8 kinship2-1.9.6.2/kinship2/build/vignette.rds |binary kinship2-1.9.6.2/kinship2/inst/doc/GPL2.txt |only kinship2-1.9.6.2/kinship2/inst/doc/pedigree.Rmd | 2 kinship2-1.9.6.2/kinship2/inst/doc/pedigree.html | 280 ++++------ kinship2-1.9.6.2/kinship2/man/ibdMatrix.Rd | 3 kinship2-1.9.6.2/kinship2/tests/failure.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/makefam.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/monozygote.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/subscript.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/test.fixParents.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/test.kinX.Rout.save | 16 kinship2-1.9.6.2/kinship2/tests/test.pedigree.shrink.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/test.pedigree.unrelated.Rout.save | 12 kinship2-1.9.6.2/kinship2/tests/twin.Rout.save | 12 kinship2-1.9.6.2/kinship2/vignettes/pedigree.Rmd | 2 19 files changed, 218 insertions(+), 232 deletions(-)
Title: A Comprehensive Toolkit for Fast and Efficient Spatial
Interpolation
Description: Spatial interpolation toolkit designed for environmental and geospatial applications. It includes a range of methods, from traditional techniques to advanced machine learning approaches, ensuring accurate and efficient estimation of values in unobserved locations.
Author: Jonnathan Landi [aut, cre, cph] ,
Marco Mogro [aut]
Maintainer: Jonnathan Landi <jonnathan.landi@outlook.com>
Diff between InterpolateR versions 1.3-4 dated 2025-05-02 and 1.4-3 dated 2025-09-04
DESCRIPTION | 19 MD5 | 57 - NAMESPACE | 48 - NEWS.md | 99 +-- R/Cressman.R | 689 ++++++++++++--------- R/IDW.R | 661 ++++++++++++-------- R/Intr_Connections_module.R | 465 ++++++++------ R/Intr_gof.R | 256 ++++--- R/Kriging_Ordinary.R |only R/RFmerge.R | 644 ++++++++++---------- R/RFplus.R | 1061 ++++++++++++++++++--------------- R/create_data.R | 24 R/zzz.R | 129 ++-- README.md | 624 +++++++++---------- build/vignette.rds |binary inst/NEWS | 44 - inst/doc/InterpolateR.Rmd | 71 ++ inst/doc/InterpolateR.html | 111 +++ man/Cressman.Rd | 350 +++++----- man/IDW.Rd | 320 +++++---- man/Kriging_Ordinary.Rd |only man/RFmerge.Rd | 338 +++++----- man/RFplus.Rd | 384 +++++------ man/create_data.Rd | 104 +-- tests/testthat/test-Cressman.R | 307 +++++---- tests/testthat/test-IDW.R | 286 ++++---- tests/testthat/test-Kriging_Ordinary.R |only tests/testthat/test-RFmerge.R | 504 +++++++-------- tests/testthat/test-RFplus.R | 534 ++++++++-------- tests/testthat/test-create_data.R | 72 +- vignettes/InterpolateR.Rmd | 71 ++ 31 files changed, 4591 insertions(+), 3681 deletions(-)
Title: MCMC for Spike and Slab Regression
Description: Spike and slab regression with a variety of residual error
distributions corresponding to Gaussian, Student T, probit, logit, SVM, and a
few others. Spike and slab regression is Bayesian regression with prior
distributions containing a point mass at zero. The posterior updates the
amount of mass on this point, leading to a posterior distribution that is
actually sparse, in the sense that if you sample from it many coefficients are
actually zeros. Sampling from this posterior distribution is an elegant way
to handle Bayesian variable selection and model averaging. See
<DOI:10.1504/IJMMNO.2014.059942> for an explanation of the Gaussian case.
Author: Steven L. Scott [aut, cre]
Maintainer: Steven L. Scott <steve.the.bayesian@gmail.com>
Diff between BoomSpikeSlab versions 1.2.6 dated 2023-12-16 and 1.2.7 dated 2025-09-04
DESCRIPTION | 21 +++++++++++++-------- MD5 | 6 +++--- man/nnet.Rd | 20 ++++++++++---------- man/suggest.burn.Rd | 5 ++--- 4 files changed, 28 insertions(+), 24 deletions(-)
Title: Access Google Sheets using the Sheets API V4
Description: Interact with Google Sheets through the Sheets API v4
<https://developers.google.com/sheets/api>. "API" is an acronym for
"application programming interface"; the Sheets API allows users to
interact with Google Sheets programmatically, instead of via a web
browser. The "v4" refers to the fact that the Sheets API is currently
at version 4. This package can read and write both the metadata and
the cell data in a Sheet.
Author: Jennifer Bryan [cre, aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Jennifer Bryan <jenny@posit.co>
Diff between googlesheets4 versions 1.1.1 dated 2023-06-10 and 1.1.2 dated 2025-09-03
DESCRIPTION | 13 + MD5 | 194 ++++++++++++++-------------- NAMESPACE | 3 NEWS.md | 5 R/batch-update-requests.R | 85 +++++++----- R/ctype.R | 133 ++++++++++--------- R/get_cells.R | 53 ++++--- R/googlesheets4-package.R | 1 R/gs4_auth.R | 67 ++++++--- R/gs4_create.R | 22 +-- R/gs4_example.R | 32 ++-- R/gs4_formula.R | 10 + R/gs4_get.R | 6 R/gs4_share.R | 19 +- R/make_column.R | 18 +- R/range_add_named.R | 25 ++- R/range_add_protection.R | 49 ++++--- R/range_add_validation.R | 28 ++-- R/range_autofit.R | 24 ++- R/range_delete.R | 41 +++-- R/range_flood.R | 43 +++--- R/range_read.R | 79 +++++++---- R/range_read_cells.R | 21 +-- R/range_spec.R | 60 +++++--- R/range_speedread.R | 18 +- R/range_write.R | 32 +++- R/request_generate.R | 16 +- R/request_make.R | 20 ++ R/roxygen.R | 18 +- R/schema_CellData.R | 13 + R/schema_GridRange.R | 14 +- R/schema_NamedRange.R | 2 R/schema_ProtectedRange.R | 12 - R/schema_Sheet.R | 7 - R/schema_SheetProperties.R | 1 R/schema_Spreadsheet.R | 12 + R/schemas.R | 12 + R/sheet_add.R | 30 ++-- R/sheet_append.R | 14 +- R/sheet_copy.R | 48 ++++-- R/sheet_freeze.R | 4 R/sheet_relocate.R | 24 ++- R/sheet_rename.R | 4 R/sheet_resize.R | 42 ++++-- R/sheet_write.R | 4 R/utils-cell-ranges.R | 18 ++ R/utils-sheet.R | 18 +- R/utils-ui.R | 24 ++- R/utils.R | 29 ++-- R/zzz.R | 1 README.md | 2 man/cell-specification.Rd | 6 man/googlesheets4-configuration.Rd | 2 man/gs4_auth.Rd | 4 man/gs4_create.Rd | 2 man/gs4_deauth.Rd | 4 man/gs4_examples.Rd | 2 man/gs4_find.Rd | 2 man/gs4_formula.Rd | 2 man/gs4_get.Rd | 2 man/gs4_scopes.Rd | 2 man/gs4_token.Rd | 2 man/range_autofit.Rd | 2 man/range_delete.Rd | 2 man/range_flood.Rd | 2 man/range_read.Rd | 2 man/range_read_cells.Rd | 2 man/range_speedread.Rd | 2 man/range_write.Rd | 2 man/request_make.Rd | 2 man/sheet_add.Rd | 2 man/sheet_append.Rd | 2 man/sheet_copy.Rd | 2 man/sheet_delete.Rd | 2 man/sheet_properties.Rd | 2 man/sheet_relocate.Rd | 2 man/sheet_rename.Rd | 2 man/sheet_resize.Rd | 2 man/sheet_write.Rd | 2 man/sheets_id.Rd | 10 - man/spread_sheet.Rd | 2 tests/spelling.R | 3 tests/testthat/helper.R | 9 - tests/testthat/test-gs4_auth.R | 6 tests/testthat/test-range_delete.R | 24 +-- tests/testthat/test-range_flood.R | 8 + tests/testthat/test-range_read.R | 52 ++++--- tests/testthat/test-range_read_cells.R | 6 tests/testthat/test-range_write.R | 89 ++++++++---- tests/testthat/test-schema_CellData.R | 9 - tests/testthat/test-schema_GridCoordinate.R | 20 ++ tests/testthat/test-schema_GridRange.R | 24 ++- tests/testthat/test-sheet_add.R | 14 +- tests/testthat/test-sheet_copy.R | 4 tests/testthat/test-sheet_resize.R | 12 + tests/testthat/test-sheet_write.R | 15 +- tests/testthat/test-utils-cell-ranges.R | 18 +- tests/testthat/test-utils.R | 8 - 98 files changed, 1116 insertions(+), 751 deletions(-)
Title: Computation of Generalized Linear Models with Misclassified
Covariates Using Side Information
Description: Estimates models that extend the standard GLM to take
misclassification into account. The models require side information from a secondary data set
on the misclassification process, i.e. some sort of misclassification
probabilities conditional on some common covariates.
A detailed description of the algorithm can be found in
Dlugosz, Mammen and Wilke (2015) <https://ftp.zew.de/pub/zew-docs/dp/dp15043.pdf>.
Author: Stephan Dlugosz [aut, cre]
Maintainer: Stephan Dlugosz <stephan.dlugosz@googlemail.com>
Diff between misclassGLM versions 0.3.5 dated 2023-11-19 and 0.3.6 dated 2025-09-03
DESCRIPTION | 18 +++++++---- MD5 | 21 +++++++------ R/main.R | 2 - R/misclassGLM.R |only R/misclassMLogit.R | 2 - man/boot.misclassGLM.Rd | 8 ++++- man/mfx.misclassGLM.Rd | 8 ++++- man/misclassGLM-package.Rd | 7 +++- man/misclassGLM.Rd | 67 ++++++++++++++++++++++++++++++++++++++++++-- man/misclassMlogit.Rd | 2 - man/predict.misclassGLM.Rd | 10 +++++- man/simulate_GLM_dataset.Rd | 21 +++++++++++++ 12 files changed, 138 insertions(+), 28 deletions(-)
Title: An Interface to Google's 'BigQuery' 'API'
Description: Easily talk to Google's 'BigQuery' database from R.
Author: Hadley Wickham [aut, cre] ,
Jennifer Bryan [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between bigrquery versions 1.5.1 dated 2024-03-14 and 1.6.0 dated 2025-09-03
bigrquery-1.5.1/bigrquery/man/bq_oauth_app.Rd |only bigrquery-1.6.0/bigrquery/DESCRIPTION | 22 bigrquery-1.6.0/bigrquery/MD5 | 98 ++-- bigrquery-1.6.0/bigrquery/NAMESPACE | 4 bigrquery-1.6.0/bigrquery/NEWS.md | 164 +++---- bigrquery-1.6.0/bigrquery/R/bq-auth.R | 69 -- bigrquery-1.6.0/bigrquery/R/bq-dataset.R | 8 bigrquery-1.6.0/bigrquery/R/bq-download.R | 161 ++++-- bigrquery-1.6.0/bigrquery/R/bq-field.R | 32 + bigrquery-1.6.0/bigrquery/R/bq-job.R | 31 - bigrquery-1.6.0/bigrquery/R/bq-perform.R | 233 ++++++---- bigrquery-1.6.0/bigrquery/R/bq-project.R | 7 bigrquery-1.6.0/bigrquery/R/bq-query.R | 29 - bigrquery-1.6.0/bigrquery/R/bq-refs.R | 170 ++++--- bigrquery-1.6.0/bigrquery/R/bq-request.R | 121 ++--- bigrquery-1.6.0/bigrquery/R/connections-page.R | 52 +- bigrquery-1.6.0/bigrquery/R/dbi-connection.R | 215 ++++++--- bigrquery-1.6.0/bigrquery/R/dbi-driver.R | 45 + bigrquery-1.6.0/bigrquery/R/dbi-result.R | 113 +++- bigrquery-1.6.0/bigrquery/R/dplyr.R | 198 +++++--- bigrquery-1.6.0/bigrquery/R/utils.R | 8 bigrquery-1.6.0/bigrquery/R/zzz.R | 6 bigrquery-1.6.0/bigrquery/README.md | 63 +- bigrquery-1.6.0/bigrquery/inst/rstudio/connections/BigQuery.R | 2 bigrquery-1.6.0/bigrquery/man/DBI.Rd | 11 bigrquery-1.6.0/bigrquery/man/api-dataset.Rd | 2 bigrquery-1.6.0/bigrquery/man/api-job.Rd | 2 bigrquery-1.6.0/bigrquery/man/api-perform.Rd | 56 +- bigrquery-1.6.0/bigrquery/man/api-project.Rd | 2 bigrquery-1.6.0/bigrquery/man/api-table.Rd | 4 bigrquery-1.6.0/bigrquery/man/bigquery.Rd | 6 bigrquery-1.6.0/bigrquery/man/bq_auth_configure.Rd | 5 bigrquery-1.6.0/bigrquery/man/bq_projects.Rd | 2 bigrquery-1.6.0/bigrquery/man/bq_query.Rd | 2 bigrquery-1.6.0/bigrquery/man/bq_table_download.Rd | 77 +-- bigrquery-1.6.0/bigrquery/man/bq_test_project.Rd | 2 bigrquery-1.6.0/bigrquery/man/collect.tbl_BigQueryConnection.Rd |only bigrquery-1.6.0/bigrquery/man/src_bigquery.Rd | 2 bigrquery-1.6.0/bigrquery/tests/testthat/_snaps/bq-download.md | 16 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-auth.R | 1 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-download.R | 192 +++++++- bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-job.R | 5 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-parse.R | 91 +++ bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-perform.R | 15 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-query.R | 1 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-request.R | 1 bigrquery-1.6.0/bigrquery/tests/testthat/test-bq-table.R | 22 bigrquery-1.6.0/bigrquery/tests/testthat/test-dbi-connection.R | 32 + bigrquery-1.6.0/bigrquery/tests/testthat/test-dbi-result.R | 1 bigrquery-1.6.0/bigrquery/tests/testthat/test-dplyr.R | 39 + bigrquery-1.6.0/bigrquery/tests/testthat/test-utils.R | 1 51 files changed, 1592 insertions(+), 849 deletions(-)
Title: Estimation of the Structural Topic Model
Description: The Structural Topic Model (STM) allows researchers
to estimate topic models with document-level covariates.
The package also includes tools for model selection, visualization,
and estimation of topic-covariate regressions. Methods developed in
Roberts et. al. (2014) <doi:10.1111/ajps.12103> and
Roberts et. al. (2016) <doi:10.1080/01621459.2016.1141684>. Vignette
is Roberts et. al. (2019) <doi:10.18637/jss.v091.i02>.
Author: Margaret Roberts [aut],
Brandon Stewart [aut, cre],
Dustin Tingley [aut],
Kenneth Benoit [ctb]
Maintainer: Brandon Stewart <bms4@princeton.edu>
Diff between stm versions 1.3.7 dated 2023-12-01 and 1.3.8 dated 2025-09-03
DESCRIPTION | 13 +++++++------ MD5 | 32 ++++++++++++++++---------------- R/STMinit.R | 1 + R/asSTMCorpus.R | 7 ++++--- R/jeffreyskappa.R | 2 ++ R/labelTopics.R | 6 +++--- R/stm-package.R | 5 ++--- R/stm.R | 40 ++++++++++++++++++++++++++-------------- R/topicLasso.R | 4 ++-- build/vignette.rds |binary inst/NEWS.Rd | 5 +++++ inst/doc/stmVignette.pdf |binary man/asSTMCorpus.Rd | 7 ++++--- man/labelTopics.Rd | 4 ++-- man/stm.Rd | 40 ++++++++++++++++++++++++++-------------- man/topicLasso.Rd | 4 ++-- tests/spelling.R | 4 +++- 17 files changed, 105 insertions(+), 69 deletions(-)
More information about spell.replacer at CRAN
Permanent link
Title: In-Line Documentation for R
Description: Generate your Rd documentation, 'NAMESPACE' file, and
collation field using specially formatted comments. Writing
documentation in-line with code makes it easier to keep your
documentation up-to-date as your requirements change. 'roxygen2' is
inspired by the 'Doxygen' system for C++.
Author: Hadley Wickham [aut, cre, cph] ,
Peter Danenberg [aut, cph],
Gabor Csardi [aut],
Manuel Eugster [aut, cph],
Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between roxygen2 versions 7.3.2 dated 2024-06-28 and 7.3.3 dated 2025-09-03
DESCRIPTION | 17 - MD5 | 104 +++++----- NEWS.md | 285 ++++++++++++++-------------- R/markdown-link.R | 120 +++++++++++ R/markdown.R | 3 R/namespace.R | 7 R/object-package.R | 10 R/object-r6.R | 2 R/options.R | 2 R/rd-examples.R | 12 - R/rd-family.R | 3 R/roxygenize-setup.R | 12 - R/utils.R | 30 ++ build/vignette.rds |binary inst/doc/extending.html | 5 inst/doc/index-crossref.R | 6 inst/doc/index-crossref.html | 5 inst/doc/namespace.Rmd | 2 inst/doc/namespace.html | 9 inst/doc/rd-formatting.Rmd | 11 - inst/doc/rd-formatting.html | 14 + inst/doc/rd-other.R | 4 inst/doc/rd-other.Rmd | 4 inst/doc/rd-other.html | 12 - inst/doc/rd.html | 5 inst/doc/reuse.Rmd | 6 inst/doc/reuse.html | 15 - inst/doc/roxygen2.html | 5 man/roxygen2-package.Rd | 2 tests/testthat/_snaps/markdown-code.md | 2 tests/testthat/_snaps/markdown-link.md | 40 +++ tests/testthat/_snaps/namespace.md | 10 tests/testthat/_snaps/object-package.md | 25 +- tests/testthat/_snaps/object-r6.md | 2 tests/testthat/_snaps/rd-examples.md | 5 tests/testthat/_snaps/rd-include-rmd.md | 4 tests/testthat/_snaps/roxygenize-setup.md | 4 tests/testthat/_snaps/utils.md | 2 tests/testthat/test-markdown-code.R | 9 tests/testthat/test-markdown-link.R | 38 +++ tests/testthat/test-namespace.R | 6 tests/testthat/test-object-package.R | 11 - tests/testthat/test-rd-describe-in.R | 1 tests/testthat/test-rd-examples.R | 1 tests/testthat/test-rd-family.R | 16 + tests/testthat/test-rd-include-rmd.R | 7 tests/testthat/test-utils.R | 6 tests/testthat/testMdLinks |only tests/testthat/testMdLinks2 |only tests/testthat/testRawNamespace/DESCRIPTION | 2 vignettes/namespace.Rmd | 2 vignettes/rd-formatting.Rmd | 11 - vignettes/rd-other.Rmd | 4 vignettes/reuse.Rmd | 6 54 files changed, 630 insertions(+), 296 deletions(-)
Title: Intensive Care Unit Data with R
Description: Focused on (but not exclusive to) data sets hosted on PhysioNet
(<https://physionet.org>), 'ricu' provides utilities for download, setup
and access of intensive care unit (ICU) data sets. In addition to
functions for running arbitrary queries against available data sets, a
system for defining clinical concepts and encoding their representations
in tabular ICU data is presented.
Author: Nicolas Bennett [aut, cre],
Drago Plecko [aut],
Ida-Fong Ukor [aut]
Maintainer: Nicolas Bennett <r@nbenn.ch>
Diff between ricu versions 0.5.6 dated 2023-09-04 and 0.6.3 dated 2025-09-03
DESCRIPTION | 10 MD5 | 88 - NAMESPACE | 2 NEWS.md | 21 R/callback-itm.R | 13 R/data-env.R | 16 R/data-load.R | 11 R/data-utils.R | 32 R/setup-download.R | 2 R/tbl-base.R | 6 R/utils-file.R | 2 R/utils-misc.R | 2 R/utils-ts.R | 2 README.md | 14 build/vignette.rds |binary inst/doc/ricu.R | 50 inst/doc/ricu.pdf |binary inst/doc/start.R | 34 inst/doc/start.Rmd | 2 inst/doc/start.html | 12 inst/doc/uom.R | 114 - inst/doc/uom.html | 268 +++- inst/extdata/config/concept-dict.R | 307 ++++ inst/extdata/config/concept-dict.json | 664 +++++++++- inst/extdata/config/data-sources.R | 370 ++++- inst/extdata/config/data-sources.json | 650 +++++++++ man/change_id.Rd | 8 man/data_env.Rd | 16 man/data_utils.Rd | 3 man/figures/sofa-sep-3-1.pdf |binary man/figures/sofa-sep-3-1.png |binary man/figures/sofa-sep-3-1.sync-conflict-20231219-175827-LTNKDUS.pdf |only man/load_src.Rd | 10 man/tbl_reshape.Rd | 8 man/ts_utils.Rd | 2 tests/testthat/_snaps/utils-cli.md | 20 vignettes/jss-no.tex |only vignettes/jss_cache |only vignettes/jss_files |only vignettes/start.Rmd | 2 40 files changed, 2469 insertions(+), 292 deletions(-)
Title: Tabular Data Backed by Partitioned 'fst' Files
Description: Intended for larger-than-memory tabular data, 'prt' objects provide an interface to read row and/or column subsets into memory as data.table objects. Data queries, constructed as 'R' expressions, are evaluated using the non-standard evaluation framework provided by 'rlang' and file-backing is powered by the fast and efficient 'fst' package.
Author: Nicolas Bennett [aut, cre],
Drago Plecko [ctb]
Maintainer: Nicolas Bennett <r@nbenn.ch>
Diff between prt versions 0.2.0 dated 2023-04-09 and 0.2.1 dated 2025-09-03
DESCRIPTION | 8 - MD5 | 16 +-- NEWS.md | 4 R/format.R | 4 build/vignette.rds |binary inst/doc/prt.R | 4 inst/doc/prt.html | 267 +++++++++++++++++++++++++++-------------------------- man/formatting.Rd | 9 + man/subsetting.Rd | 2 9 files changed, 168 insertions(+), 146 deletions(-)
Title: Parallel Numerical Derivatives, Gradients, Jacobians, and
Hessians of Arbitrary Accuracy Order
Description: Numerical derivatives through finite-difference approximations
can be calculated using the 'pnd' package with parallel capabilities and
optimal step-size selection to improve accuracy. These functions facilitate
efficient computation of derivatives, gradients, Jacobians, and Hessians,
allowing for more evaluations to reduce the mathematical and machine errors.
Designed for compatibility with the 'numDeriv' package,
which has not received updates in several years, it introduces advanced features
such as computing derivatives of arbitrary order, improving
the accuracy of Hessian approximations by avoiding repeated differencing,
and parallelising slow functions on Windows, Mac, and Linux.
Author: Andrei Victorovitch Kostyrka [aut, cre]
Maintainer: Andrei Victorovitch Kostyrka <andrei.kostyrka@gmail.com>
Diff between pnd versions 0.1.0 dated 2025-05-20 and 0.1.1 dated 2025-09-03
pnd-0.1.0/pnd/man/plotTE.Rd |only pnd-0.1.1/pnd/DESCRIPTION | 6 pnd-0.1.1/pnd/MD5 | 105 pnd-0.1.1/pnd/NAMESPACE | 3 pnd-0.1.1/pnd/NEWS.md | 20 pnd-0.1.1/pnd/R/finite-diff.R | 4 pnd-0.1.1/pnd/R/gradient.R | 4 pnd-0.1.1/pnd/R/helpers.R | 5 pnd-0.1.1/pnd/R/methods.R | 74 pnd-0.1.1/pnd/R/step-plugin.R |only pnd-0.1.1/pnd/R/step-select.R | 1757 ---------------- pnd-0.1.1/pnd/R/stepCR.R |only pnd-0.1.1/pnd/R/stepDV.R |only pnd-0.1.1/pnd/R/stepK.R |only pnd-0.1.1/pnd/R/stepM.R |only pnd-0.1.1/pnd/R/stepSW.R |only pnd-0.1.1/pnd/R/zzz.R | 2 pnd-0.1.1/pnd/README.md | 4 pnd-0.1.1/pnd/build/partial.rdb |binary pnd-0.1.1/pnd/build/vignette.rds |binary pnd-0.1.1/pnd/inst/CITATION | 16 pnd-0.1.1/pnd/inst/REFERENCES.bib | 23 pnd-0.1.1/pnd/inst/doc/compatibility-with-numDeriv.html | 23 pnd-0.1.1/pnd/inst/doc/fast-and-accurate.R | 29 pnd-0.1.1/pnd/inst/doc/fast-and-accurate.Rmd | 51 pnd-0.1.1/pnd/inst/doc/fast-and-accurate.html | 192 + pnd-0.1.1/pnd/inst/doc/step-size-selection.R | 76 pnd-0.1.1/pnd/inst/doc/step-size-selection.Rmd | 131 + pnd-0.1.1/pnd/inst/doc/step-size-selection.html | 213 + pnd-0.1.1/pnd/inst/figures |only pnd-0.1.1/pnd/man/GenD.Rd | 2 pnd-0.1.1/pnd/man/gradstep.Rd | 12 pnd-0.1.1/pnd/man/plot.stepsize.Rd |only pnd-0.1.1/pnd/man/step.CR.Rd | 56 pnd-0.1.1/pnd/man/step.DV.Rd | 13 pnd-0.1.1/pnd/man/step.K.Rd | 33 pnd-0.1.1/pnd/man/step.M.Rd | 46 pnd-0.1.1/pnd/man/step.SW.Rd | 5 pnd-0.1.1/pnd/man/step.plugin.Rd | 5 pnd-0.1.1/pnd/man/stepx.Rd | 3 pnd-0.1.1/pnd/tests/testthat/Rplots.pdf |binary pnd-0.1.1/pnd/tests/testthat/test-GenD.R | 2 pnd-0.1.1/pnd/tests/testthat/test-Grad.R | 22 pnd-0.1.1/pnd/tests/testthat/test-Hessian.R | 18 pnd-0.1.1/pnd/tests/testthat/test-Jacobian.R | 37 pnd-0.1.1/pnd/tests/testthat/test-checkDimensions.R | 16 pnd-0.1.1/pnd/tests/testthat/test-fdCoef.R | 38 pnd-0.1.1/pnd/tests/testthat/test-gradstep.R | 13 pnd-0.1.1/pnd/tests/testthat/test-helpers.R | 18 pnd-0.1.1/pnd/tests/testthat/test-methods.R | 12 pnd-0.1.1/pnd/tests/testthat/test-step.CR.R | 40 pnd-0.1.1/pnd/tests/testthat/test-step.DV.R | 29 pnd-0.1.1/pnd/tests/testthat/test-step.K.R | 30 pnd-0.1.1/pnd/tests/testthat/test-step.M.R | 33 pnd-0.1.1/pnd/tests/testthat/test-step.SW.R | 19 pnd-0.1.1/pnd/tests/testthat/test-step.plugin.R | 14 pnd-0.1.1/pnd/vignettes/fast-and-accurate.Rmd | 51 pnd-0.1.1/pnd/vignettes/step-size-selection.Rmd | 131 + 58 files changed, 1309 insertions(+), 2127 deletions(-)
More information about MultivariateTrendAnalysis at CRAN
Permanent link
Title: Creation of in-Text Summary Table
Description: Creation of tables of summary statistics or counts for clinical data (for 'TLFs').
These tables can be exported as in-text table (with the 'flextable' package) for a Clinical Study Report
(Word format) or a 'topline' presentation (PowerPoint format),
or as interactive table (with the 'DT' package) to an html document for clinical data review.
Author: Laure Cougnaud [aut, cre],
Michela Pasetto [aut],
Margaux Faes [rev] ,
Open Analytics [cph]
Maintainer: Laure Cougnaud <laure.cougnaud@openanalytics.eu>
Diff between inTextSummaryTable versions 3.3.3 dated 2024-06-12 and 3.3.4 dated 2025-09-03
DESCRIPTION | 10 MD5 | 42 R/subjectProfileSummaryPlot.R | 10 R/summaryTable-combine.R | 2 build/vignette.rds |binary inst/NEWS | 4 inst/doc/inTextSummaryTable-advanced.R | 8 inst/doc/inTextSummaryTable-advanced.html | 395 +++++--- inst/doc/inTextSummaryTable-aesthetics.R | 6 inst/doc/inTextSummaryTable-aesthetics.html | 356 ++++---- inst/doc/inTextSummaryTable-createTables.R | 24 inst/doc/inTextSummaryTable-createTables.html | 1060 +++++++++++++++--------- inst/doc/inTextSummaryTable-exportTables.R | 106 +- inst/doc/inTextSummaryTable-exportTables.html | 686 ++++++++++----- inst/doc/inTextSummaryTable-introduction.R | 24 inst/doc/inTextSummaryTable-introduction.html | 298 ++++-- inst/doc/inTextSummaryTable-standardTables.R | 108 +- inst/doc/inTextSummaryTable-standardTables.html | 343 ++++--- inst/doc/inTextSummaryTable-visualization.R | 50 - inst/doc/inTextSummaryTable-visualization.html | 437 ++++++--- man/inTextSummaryTable-stats.Rd | 2 man/subjectProfileSummaryPlot.Rd | 8 22 files changed, 2435 insertions(+), 1544 deletions(-)
More information about inTextSummaryTable at CRAN
Permanent link
Title: Chat with Large Language Models
Description: Chat with large language models from a range of providers
including 'Claude' <https://claude.ai>, 'OpenAI'
<https://chatgpt.com>, and more. Supports streaming, asynchronous
calls, tool calling, and structured data extraction.
Author: Hadley Wickham [aut, cre] ,
Joe Cheng [aut],
Aaron Jacobs [aut],
Garrick Aden-Buie [aut] ,
Barret Schloerke [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between ellmer versions 0.3.1 dated 2025-08-24 and 0.3.2 dated 2025-09-03
ellmer-0.3.1/ellmer/inst/_vcr/content_image_url.yml |only ellmer-0.3.2/ellmer/DESCRIPTION | 6 - ellmer-0.3.2/ellmer/MD5 | 75 ++++++-------- ellmer-0.3.2/ellmer/NEWS.md | 10 + ellmer-0.3.2/ellmer/R/chat.R | 2 ellmer-0.3.2/ellmer/R/content-image.R | 4 ellmer-0.3.2/ellmer/R/params.R | 13 ++ ellmer-0.3.2/ellmer/R/provider-any.R | 7 + ellmer-0.3.2/ellmer/R/provider-aws.R | 35 +++++- ellmer-0.3.2/ellmer/R/provider-azure.R | 28 +++-- ellmer-0.3.2/ellmer/R/provider-databricks.R | 25 ++++ ellmer-0.3.2/ellmer/R/provider-deepseek.R | 21 +++ ellmer-0.3.2/ellmer/R/provider-github.R | 6 + ellmer-0.3.2/ellmer/R/provider-groq.R | 6 + ellmer-0.3.2/ellmer/R/provider-ollama.R | 21 +++ ellmer-0.3.2/ellmer/R/provider-openai.R | 3 ellmer-0.3.2/ellmer/R/provider-openrouter.R | 23 ++++ ellmer-0.3.2/ellmer/R/provider-perplexity.R | 41 ++++++- ellmer-0.3.2/ellmer/R/provider-vllm.R | 6 + ellmer-0.3.2/ellmer/R/tools-def-auto.R | 2 ellmer-0.3.2/ellmer/R/types.R | 2 ellmer-0.3.2/ellmer/inst/tool_prompt.md | 12 +- ellmer-0.3.2/ellmer/man/Chat.Rd | 2 ellmer-0.3.2/ellmer/man/chat_aws_bedrock.Rd | 3 ellmer-0.3.2/ellmer/man/chat_azure_openai.Rd | 11 +- ellmer-0.3.2/ellmer/man/chat_databricks.Rd | 3 ellmer-0.3.2/ellmer/man/chat_deepseek.Rd | 3 ellmer-0.3.2/ellmer/man/chat_github.Rd | 3 ellmer-0.3.2/ellmer/man/chat_groq.Rd | 3 ellmer-0.3.2/ellmer/man/chat_ollama.Rd | 3 ellmer-0.3.2/ellmer/man/chat_openrouter.Rd | 3 ellmer-0.3.2/ellmer/man/chat_perplexity.Rd | 3 ellmer-0.3.2/ellmer/man/chat_vllm.Rd | 3 ellmer-0.3.2/ellmer/man/content_image_url.Rd | 4 ellmer-0.3.2/ellmer/man/create_tool_def.Rd | 2 ellmer-0.3.2/ellmer/man/type_boolean.Rd | 2 ellmer-0.3.2/ellmer/tests/testthat/_snaps/provider-any.md | 8 + ellmer-0.3.2/ellmer/tests/testthat/test-provider-any.R | 20 +++ ellmer-0.3.2/ellmer/tests/testthat/test-provider-aws.R | 10 + 39 files changed, 349 insertions(+), 85 deletions(-)
Title: Karl Broman's R Code
Description: Miscellaneous R functions, including functions related to
graphics (mostly for base graphics), permutation tests, running
mean/median, and general utilities.
Author: Karl W Broman [aut, cre] ,
Aimee Teo Broman [ctb]
Maintainer: Karl W Broman <broman@wisc.edu>
Diff between broman versions 0.86 dated 2025-06-08 and 0.88 dated 2025-09-03
DESCRIPTION | 8 ++++---- MD5 | 16 ++++++++-------- NEWS.md | 7 +++++++ R/jiggle.R | 2 +- R/pastedot.R | 33 ++++++++++++++++++++++----------- data/numbers-cap.RData |binary data/numbers.RData |binary man/paste..Rd | 4 ++-- man/paste00.Rd | 20 ++++++++++++++------ 9 files changed, 58 insertions(+), 32 deletions(-)
Title: Treatment Switching
Description: Implements rank-preserving structural failure time model (RPSFTM), iterative parameter estimation (IPE), inverse probability of censoring weights (IPCW), and two-stage estimation (TSE) methods for treatment switching in randomized clinical trials.
Author: Kaifeng Lu [aut, cre]
Maintainer: Kaifeng Lu <kaifenglu@gmail.com>
Diff between trtswitch versions 0.1.8 dated 2025-07-12 and 0.1.9 dated 2025-09-03
DESCRIPTION | 12 MD5 | 134 +- NEWS.md | 20 R/RcppExports.R | 80 + R/ipcw.R | 906 +++++++++---------- R/ipe.R | 64 - R/msm.R | 853 +++++++++--------- R/residuals_liferegr.R | 27 R/residuals_phregr.R | 2 R/rpsftm.R | 48 - R/survfit_phregr.R | 2 R/tsegest.R | 116 +- R/tsesimp.R | 86 - inst/doc/ipcw.R | 29 inst/doc/ipcw.Rmd | 343 +++---- inst/doc/ipcw.html | 192 ++-- inst/doc/ipe.R | 8 inst/doc/ipe.Rmd | 12 inst/doc/ipe.html | 12 inst/doc/msm.R | 11 inst/doc/msm.Rmd | 214 ++-- inst/doc/msm.html | 101 +- inst/doc/rpsftm.R | 2 inst/doc/rpsftm.Rmd | 2 inst/doc/rpsftm.html | 2 inst/doc/tsegest.R | 11 inst/doc/tsegest.Rmd | 25 inst/doc/tsegest.html | 90 + inst/doc/tsesimp.R | 2 inst/doc/tsesimp.Rmd | 6 inst/doc/tsesimp.html | 9 man/ipcw.Rd | 34 man/ipe.Rd | 3 man/msm.Rd | 15 man/residuals_liferegr.Rd | 23 man/residuals_phregr.Rd | 2 man/rpsftm.Rd | 3 man/survfit_phregr.Rd | 2 man/survsplit.Rd | 2 man/tsegest.Rd | 16 man/tsegestsim.Rd | 2 man/tsesimp.Rd | 3 man/tssim.Rd | 69 + src/RcppExports.cpp | 61 + src/ipcw.cpp | 572 ++++++++---- src/ipe.cpp | 761 +++++++++------- src/logistic_regression.cpp | 43 src/msm.cpp | 567 ++++++++--- src/rpsftm.cpp | 715 +++++++++------ src/survival_analysis.cpp | 1985 +++++++++++++++++++++--------------------- src/tsegest.cpp | 1070 ++++++++++++++-------- src/tsegestsim.cpp | 37 src/tsesimp.cpp | 706 +++++++++----- src/tssim.cpp | 173 ++- src/utilities.cpp | 169 +++ src/utilities.h | 20 tests/testthat/test-ipcw.R | 303 +++--- tests/testthat/test-ipe.R | 4 tests/testthat/test-msm.R | 177 +-- tests/testthat/test-rpsftm.R | 13 tests/testthat/test-tsegest.R | 82 - tests/testthat/test-tsesimp.R | 2 vignettes/ipcw.Rmd | 343 +++---- vignettes/ipe.Rmd | 12 vignettes/msm.Rmd | 214 ++-- vignettes/rpsftm.Rmd | 2 vignettes/tsegest.Rmd | 25 vignettes/tsesimp.Rmd | 6 68 files changed, 6794 insertions(+), 4863 deletions(-)
More information about TrialSimulator at CRAN
Permanent link
Title: Letter Value 'Boxplots'
Description: Implements the letter value 'boxplot' which extends the
standard 'boxplot' to deal with both larger and smaller number of data
points by dynamically selecting the appropriate number of letter
values to display.
Author: Hadley Wickham [aut, cre],
Heike Hofmann [aut]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Diff between lvplot versions 0.2.1 dated 2022-09-25 and 0.2.2 dated 2025-09-03
DESCRIPTION | 11 +++++---- MD5 | 14 +++++------ NAMESPACE | 2 + NEWS.md | 9 +++---- R/geom-lv.r | 10 +++++--- R/lvbagplot.R | 8 ++---- man/geom_lv.Rd | 59 ++++++++++++++++++++++++++++++++++++++------------ man/lvplot-package.Rd | 8 ++++++ 8 files changed, 83 insertions(+), 38 deletions(-)
More information about CompClassMetrics at CRAN
Permanent link