Title: Visualization of Spline Effects in GAM and GLM Models
Description: Creates 'ggplot2'-based visualizations of smooth effects from GAM (Generalized Additive Models)
fitted with 'mgcv' and spline effects from GLM (Generalized Linear Models). Supports survey-weighted
models ('svyglm', 'svycoxph') from the 'survey' package, interaction terms, and provides hazard ratio
plots with histograms for survival analysis.
Wood (2017, ISBN:9781498728331) provides comprehensive methodology for generalized additive models.
Author: Jinseob Kim [aut, cre] ,
Zarathu [cph, fnd]
Maintainer: Jinseob Kim <jinseob2kim@gmail.com>
Diff between splineplot versions 0.2.1 dated 2025-11-19 and 0.3.0 dated 2026-03-30
DESCRIPTION | 19 ++--- MD5 | 12 +-- NAMESPACE | 1 NEWS.md | 19 +++++ R/splineplot.R | 190 +++++++++++++++++++++++++++++++++++++++++++++++------ build/vignette.rds |binary man/splineplot.Rd | 2 7 files changed, 207 insertions(+), 36 deletions(-)
Title: Cryptographic Hash, Extendable-Output and Binary/Text Encoding
Functions
Description: Fast and memory-efficient streaming hash functions,
binary/text encoding and serialization. Hashes strings and raw vectors
directly. Stream hashes files which can be larger than memory, as
well as in-memory objects through R's serialization mechanism.
Implements the SHA-256, SHA-3 and 'Keccak' cryptographic hash
functions, SHAKE256 extendable-output function (XOF), 'SipHash'
pseudo-random function, base64 and base58 encoding, 'CBOR' and 'JSON'
serialization.
Author: Charlie Gao [aut, cre] ,
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between secretbase versions 1.2.0 dated 2026-02-05 and 1.2.1 dated 2026-03-30
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 4 ++++ src/base64.c | 4 ++++ src/json.c | 53 +++++++++++++++++++++++++++-------------------------- tests/tests.R | 2 +- 6 files changed, 44 insertions(+), 35 deletions(-)
Title: Create Tables from Different Types of Regression
Description: Create regression tables from generalized linear model(GLM), generalized estimating equation(GEE), generalized linear mixed-effects model(GLMM), Cox proportional hazards model, survey-weighted generalized linear model(svyglm) and survey-weighted Cox model results for publication.
Author: Jinseob Kim [aut, cre] ,
Zarathu [cph, fnd],
Yoonkyoung Jeon [aut],
Jaehun Shon [aut],
Hyojong Myung [aut],
Hyungwoo Jo [aut],
Sungho Choi [aut],
Jaewoong Heo [aut],
Mingu Jee [aut],
Yujeong Yoon [aut],
Minhyuk Kim [aut],
Wonbin Hahn [aut],
Taehong K [...truncated...]
Maintainer: Jinseob Kim <jinseob2kim@gmail.com>
Diff between jstable versions 1.3.24 dated 2026-02-24 and 1.3.25 dated 2026-03-30
DESCRIPTION | 10 +- MD5 | 18 ++-- NEWS.md | 9 ++ R/forestcox.R | 34 +++---- R/forestglm.R | 60 +++++++------ R/svyCreateTableOneJS.R | 74 +++++++++++++--- R/utils.R | 9 +- inst/doc/jstable.html | 30 +++--- inst/doc/jstable_competing_risk_analysis.html | 4 inst/doc/jstable_options.html | 116 +++++++++++++------------- 10 files changed, 215 insertions(+), 149 deletions(-)
Title: Regression under Interference in Connected Populations
Description: An implementation of generalized linear models (GLMs) for studying relationships among attributes in connected populations, where responses of connected units can be dependent, as introduced by Fritz et al. (2025) <doi:10.1080/01621459.2025.2565851>. 'igml' extends GLMs for independent responses to dependent responses and can be used for studying spillover in connected populations and other network-mediated phenomena.
Author: Cornelius Fritz [aut, cre],
Michael Schweinberger [aut]
Maintainer: Cornelius Fritz <corneliusfritz2010@gmail.com>
Diff between iglm versions 1.2.1 dated 2026-03-18 and 1.2.2 dated 2026-03-30
DESCRIPTION | 6 - MD5 | 8 - inst/doc/iglm.html | 6 - inst/include/iglm/helper_functions.h | 3 src/xyz_sampling.cpp | 202 +++++++++++++++++++++++++++++++++-- 5 files changed, 202 insertions(+), 23 deletions(-)
Title: Bayesian Estimation of (Sparse) Latent Factor Stochastic
Volatility Models
Description: Markov chain Monte Carlo (MCMC) sampler for fully Bayesian estimation of latent factor stochastic volatility models with interweaving <doi:10.1080/10618600.2017.1322091>. Sparsity can be achieved through the usage of Normal-Gamma priors on the factor loading matrix <doi:10.1016/j.jeconom.2018.11.007>.
Author: Gregor Kastner [aut, cre] ,
Darjus Hosszejni [ctb] ,
Luis Gruber [ctb]
Maintainer: Gregor Kastner <gregor.kastner@aau.at>
Diff between factorstochvol versions 1.1.1 dated 2026-03-02 and 1.1.2 dated 2026-03-30
factorstochvol-1.1.1/factorstochvol/src/testrgig.cpp |only factorstochvol-1.1.2/factorstochvol/DESCRIPTION | 10 factorstochvol-1.1.2/factorstochvol/MD5 | 95 - factorstochvol-1.1.2/factorstochvol/NEWS | 8 factorstochvol-1.1.2/factorstochvol/R/RcppExports.R |only factorstochvol-1.1.2/factorstochvol/R/factorstochvol-package.R | 8 factorstochvol-1.1.2/factorstochvol/R/generics.R | 6 factorstochvol-1.1.2/factorstochvol/R/imports.R | 6 factorstochvol-1.1.2/factorstochvol/R/plotting.R | 6 factorstochvol-1.1.2/factorstochvol/R/register.R |only factorstochvol-1.1.2/factorstochvol/R/simulation.R | 6 factorstochvol-1.1.2/factorstochvol/R/utilities_fsvdraws.R | 6 factorstochvol-1.1.2/factorstochvol/R/utilities_other.R | 6 factorstochvol-1.1.2/factorstochvol/R/wrappers.R | 42 factorstochvol-1.1.2/factorstochvol/R/zzz.R | 6 factorstochvol-1.1.2/factorstochvol/build/partial.rdb |binary factorstochvol-1.1.2/factorstochvol/build/vignette.rds |binary factorstochvol-1.1.2/factorstochvol/inst/CITATION | 2 factorstochvol-1.1.2/factorstochvol/inst/doc/paper.Rtex | 30 factorstochvol-1.1.2/factorstochvol/inst/doc/paper.pdf |binary factorstochvol-1.1.2/factorstochvol/inst/include/factorstochvol.h | 120 - factorstochvol-1.1.2/factorstochvol/man/factorstochvol-package.Rd | 2 factorstochvol-1.1.2/factorstochvol/src/RcppExports.cpp |only factorstochvol-1.1.2/factorstochvol/src/dmvnorm.cpp | 16 factorstochvol-1.1.2/factorstochvol/src/dmvnorm.h | 10 factorstochvol-1.1.2/factorstochvol/src/predict.cpp | 23 factorstochvol-1.1.2/factorstochvol/src/predict.h | 10 factorstochvol-1.1.2/factorstochvol/src/progutils.cpp | 112 - factorstochvol-1.1.2/factorstochvol/src/progutils.h | 6 factorstochvol-1.1.2/factorstochvol/src/register.cpp | 35 factorstochvol-1.1.2/factorstochvol/src/sampler.cpp | 860 +--------- factorstochvol-1.1.2/factorstochvol/src/sampler.h | 17 factorstochvol-1.1.2/factorstochvol/src/update_fsv.cpp | 42 factorstochvol-1.1.2/factorstochvol/src/update_fsv.h | 6 factorstochvol-1.1.2/factorstochvol/tests/testthat/test-iterative-use.R |only factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-comtimeplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-corimageplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-cortimeplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-evdiag-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-fsvprepdata-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-loadplot2-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-loadplot2-2.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-logdetcovn-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-plotsvlpred-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-preddist-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-svlbetaplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-svlplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-varplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-varplot2-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/Figures/jss3813-voltimeplot-1.pdf |binary factorstochvol-1.1.2/factorstochvol/vignettes/paper.Rtex | 30 51 files changed, 416 insertions(+), 1110 deletions(-)
More information about factorstochvol at CRAN
Permanent link
Title: Code Sharing at the Department of Epidemiology Research at
Statens Serum Institut
Description: This is a collection of assorted functions and examples collected
from various projects. Currently we have functionalities for simplifying
overlapping time intervals, Charlson comorbidity score constructors for
Danish data, getting frequency for multiple variables, getting standardized
output from logistic and log-linear regressions, sibling design linear
regression functionalities a method for calculating the confidence intervals
for functions of parameters from a GLM, Bayes equivalent for hypothesis
testing with asymptotic Bayes factor, and several help functions for
generalized random forest analysis using 'grf'.
Author: Anders Husby [aut] ,
Anna Laksafoss [aut] ,
Emilia Myrup Thiesson [aut] ,
Kim Daniel Jakobsen [aut, cre] ,
Mikael Andersson [aut] ,
Klaus Rostgaard [aut]
Maintainer: Kim Daniel Jakobsen <kija@ssi.dk>
This is a re-admission after prior archival of version 0.2.1 dated 2026-03-19
Diff between EpiForsk versions 0.2.1 dated 2026-03-19 and 0.2.2 dated 2026-03-30
DESCRIPTION | 6 MD5 | 24 R/adls_flatten_dates_dt.R | 362 ++--- R/aso_odds_ratio_function.R | 1802 +++++++++++++------------- R/aso_odds_ratio_function_repeated.R | 770 +++++------ R/kija_covariate_balance.R | 2378 +++++++++++++++++------------------ R/kija_fct_confint.R | 2241 ++++++++++++++++---------------- R/klp_AsympBF.R | 402 ++--- build/vignette.rds |binary inst/doc/Contributing.html | 11 inst/doc/andh_forest_plot.html | 32 man/asympBF.Rd | 248 +-- man/dot-datatable.aware.Rd | 34 13 files changed, 4158 insertions(+), 4152 deletions(-)
Title: Data Management Tools for Pharmacometrics
Description: Tools and functions to efficiently create datasets used in pharmacometric analysis.
Additional functionality is added to create documentation and prepare files for submission and
quality control purposes.
Author: Richard Hooijmaijers [aut, cre, cph],
LAPP Consultants [fnd, cph]
Maintainer: Richard Hooijmaijers <richardhooijmaijers@gmail.com>
Diff between amp.dm versions 0.2.0 dated 2026-03-13 and 0.2.1 dated 2026-03-30
DESCRIPTION | 6 - MD5 | 38 ++++----- NEWS.md | 6 + R/attr_extract.r | 2 R/get_script.r | 4 R/impute_covar.r | 2 R/impute_dose.r | 10 +- R/make_readonly.r | 8 + R/output_data.r | 5 - R/session_tbl.r | 4 README.md | 8 + inst/doc/example_study.pdf |binary man/attr_extract.Rd | 2 man/impute_covar.Rd | 2 man/impute_dose.Rd | 2 man/make_readonly.Rd | 8 + man/session_tbl.Rd | 3 tests/testthat/test_dataio.R | 165 ++++------------------------------------- tests/testthat/test_dosefunc.R | 13 ++- tests/testthat/test_tabulate.R | 10 +- 20 files changed, 102 insertions(+), 196 deletions(-)
Title: Read, Write, Visualize and Manipulate PDB Files
Description: Provides tools to read, write, visualize Protein Data Bank (PDB) files and
perform some structural manipulations.
Author: Leonard Mada [cre, ctb],
Julien Ide [aut]
Maintainer: Leonard Mada <lmada@umft.ro>
Diff between Rpdb versions 2.4.3 dated 2026-03-16 and 2.4.4 dated 2026-03-30
Rpdb-2.4.3/Rpdb/R/conect.R |only Rpdb-2.4.3/Rpdb/man/conect.Rd |only Rpdb-2.4.4/Rpdb/DESCRIPTION | 10 - Rpdb-2.4.4/Rpdb/MD5 | 72 ++++--- Rpdb-2.4.4/Rpdb/NAMESPACE | 26 ++ Rpdb-2.4.4/Rpdb/NEWS.md | 47 ++++- Rpdb-2.4.4/Rpdb/R/Graphics.Tools.R |only Rpdb-2.4.4/Rpdb/R/addAxes.R | 330 ++++++++++++++++++++++++------------ Rpdb-2.4.4/Rpdb/R/atoms.R | 117 ++++++++++-- Rpdb-2.4.4/Rpdb/R/backbone.R | 109 ++++++++++- Rpdb-2.4.4/Rpdb/R/chains.R |only Rpdb-2.4.4/Rpdb/R/connect.R |only Rpdb-2.4.4/Rpdb/R/crystal.R | 9 Rpdb-2.4.4/Rpdb/R/distances.R | 72 +++++-- Rpdb-2.4.4/Rpdb/R/elements.R | 25 +- Rpdb-2.4.4/Rpdb/R/merge.coords.R | 18 - Rpdb-2.4.4/Rpdb/R/pdb.R | 43 ++-- Rpdb-2.4.4/Rpdb/R/read.pdb.R | 199 ++++++++++----------- Rpdb-2.4.4/Rpdb/R/reindex.R | 25 +- Rpdb-2.4.4/Rpdb/R/replicate.R | 8 Rpdb-2.4.4/Rpdb/R/select.R |only Rpdb-2.4.4/Rpdb/R/split.pdb.R | 37 ++-- Rpdb-2.4.4/Rpdb/R/subset.atoms.R | 15 - Rpdb-2.4.4/Rpdb/R/toSymbols.R | 31 ++- Rpdb-2.4.4/Rpdb/R/visualize.R | 121 +++++++------ Rpdb-2.4.4/Rpdb/R/write.pdb.R | 21 +- Rpdb-2.4.4/Rpdb/man/addAxes.Rd | 48 +++-- Rpdb-2.4.4/Rpdb/man/atoms.Rd | 32 ++- Rpdb-2.4.4/Rpdb/man/chains.Rd |only Rpdb-2.4.4/Rpdb/man/connect.Rd |only Rpdb-2.4.4/Rpdb/man/distances.Rd | 59 +++--- Rpdb-2.4.4/Rpdb/man/elements.Rd | 25 +- Rpdb-2.4.4/Rpdb/man/merge.coords.Rd | 2 Rpdb-2.4.4/Rpdb/man/pdb.Rd | 37 ++-- Rpdb-2.4.4/Rpdb/man/read.pdb.Rd | 23 +- Rpdb-2.4.4/Rpdb/man/reindex.Rd | 2 Rpdb-2.4.4/Rpdb/man/select.Rd |only Rpdb-2.4.4/Rpdb/man/split.pdb.Rd | 4 Rpdb-2.4.4/Rpdb/man/subset.atoms.Rd | 6 Rpdb-2.4.4/Rpdb/man/translate.Rd |only Rpdb-2.4.4/Rpdb/man/visualize.Rd | 22 +- Rpdb-2.4.4/Rpdb/man/write.pdb.Rd | 4 42 files changed, 1043 insertions(+), 556 deletions(-)
Title: Search and Retrieve Data from Eurostat Database
Description: Eurostat is the statistical office of the European Union and provides high quality statistics for Europe.
Large set of the data is disseminated through the Eurostat database (<https://ec.europa.eu/eurostat/web/main/data/database>).
The tools are using the REST API with the Statistical Data and Metadata eXchange (SDMX) Web Services
(<https://ec.europa.eu/eurostat/web/user-guides/data-browser/api-data-access/api-detailed-guidelines/sdmx2-1>) to search and download data from
the Eurostat database using the SDMX standard.
Author: Matyas Meszaros [aut, cre],
Sebastian Weinand [ctb]
Maintainer: Matyas Meszaros <matyas.meszaros@ec.europa.eu>
Diff between restatapi versions 0.24.5 dated 2026-02-04 and 0.25.0 dated 2026-03-30
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ NEWS.md | 6 ++++++ R/get_eurostat_data.R | 14 -------------- R/get_eurostat_toc.R | 3 +++ R/load_cfg.R | 1 - inst/tinytest/test_restatapi.R | 3 +-- 7 files changed, 20 insertions(+), 27 deletions(-)
Title: Simulation Based Sample Size Estimation
Description: Estimates the sample size for a test or a trial based on repeated simulation using a model based approach.
Implements a method by Maruo et al. (2018) <doi:10.1080/19466315.2017.1349689> and an extension.
Author: Lukas Baumann [aut, cre] ,
Bjoern Bornkamp [ctb]
Maintainer: Lukas Baumann <baumann@imbi.uni-heidelberg.de>
Diff between findn versions 0.1.0 dated 2026-02-03 and 0.2.0 dated 2026-03-30
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- R/findn.R | 15 ++++++++------- R/plot.findn.R | 2 +- R/print.findn.R | 22 +++++++++++----------- tests/testthat/test-print.findn.R | 2 +- 6 files changed, 29 insertions(+), 28 deletions(-)
Title: Interface to 'Zenodo' REST API
Description: Provides an Interface to 'Zenodo' (<https://zenodo.org>) REST API,
including management of depositions, attribution of DOIs by 'Zenodo' and
upload and download of files.
Author: Emmanuel Blondel [aut, cre] ,
Julien Barde [ctb] ,
Stephen Eglen [ctb] ,
Hans Van Calster [ctb] ,
Floris Vanderhaeghe [ctb] ,
Jemma Stachelek [ctb] ,
Collin Schwantes [ctb] ,
Nicholas Tierney [ctb]
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Diff between zen4R versions 0.10.4 dated 2025-12-18 and 0.10.5 dated 2026-03-30
DESCRIPTION | 8 - MD5 | 28 ++-- NAMESPACE | 1 NEWS.md | 15 ++ R/ZenodoException.R |only R/ZenodoManager.R | 318 ++++++++++++++++++++++++++++--------------------- R/ZenodoRecord.R | 8 + R/ZenodoRequest.R | 21 ++- R/zen4R_citation.R | 1 R/zen4R_downloader.R | 1 R/zen4R_exporter.R | 1 R/zen4R_getter.R | 2 R/zen4R_versioning.R | 1 README.md | 2 man/ZenodoException.Rd |only man/ZenodoRequest.Rd | 14 ++ 16 files changed, 262 insertions(+), 159 deletions(-)
Title: Wasserstein Regression and Inference
Description: Implementation of the methodologies described in 1) Alexander Petersen, Xi Liu and Afshin A. Divani (2021) <doi:10.1214/20-aos1971>, including global F tests, partial F tests, intrinsic Wasserstein-infinity bands and Wasserstein density bands, and 2) Chao Zhang, Piotr Kokoszka and Alexander Petersen (2022) <doi:10.1111/jtsa.12590>, including estimation, prediction, and inference of the Wasserstein autoregressive models.
Author: Alexander Petersen [aut, cre],
Xi Liu [aut],
Chao Zhang [aut],
Matthew Coleman [aut]
Maintainer: Alexander Petersen <petersen@stat.byu.edu>
Diff between WRI versions 0.2.2 dated 2026-03-28 and 0.2.3 dated 2026-03-30
DESCRIPTION | 20 ++++++++++---------- MD5 | 4 ++-- inst/doc/WRI-vignette.html | 14 +++++++------- 3 files changed, 19 insertions(+), 19 deletions(-)
Title: Tidying, Analysis, and Fast Visualization of Animal and Plant
Pedigrees
Description: Provides tools for the analysis and visualization of animal and
plant pedigrees. Analytical methods include equivalent complete generations,
generation intervals, effective population size (via inbreeding, coancestry,
and demographic approaches), founder and ancestor contributions, partial
inbreeding, genetic diversity indices, and additive (A), dominance (D), and
epistatic (AA) relationship matrices. Core algorithms — ancestry tracing,
topological sorting, inbreeding coefficients, and matrix construction — are
implemented in C++ ('Rcpp', 'RcppArmadillo') and 'data.table', scaling to
pedigrees with over one million individuals. Pedigree graphs are rendered
via 'igraph' with support for compact full-sib family display; relationship
matrices can be visualized as heatmaps. Supports complex mating systems,
including selfing and pedigrees in which the same individual can appear as
both sire and dam.
Author: Sheng Luan [aut, cre]
Maintainer: Sheng Luan <luansheng@gmail.com>
Diff between visPedigree versions 1.0.1 dated 2026-02-23 and 1.8.1 dated 2026-03-30
visPedigree-1.0.1/visPedigree/LICENSE |only visPedigree-1.0.1/visPedigree/tests/manual |only visPedigree-1.0.1/visPedigree/tests/testthat/Rplots.pdf |only visPedigree-1.8.1/visPedigree/DESCRIPTION | 39 visPedigree-1.8.1/visPedigree/MD5 | 154 + visPedigree-1.8.1/visPedigree/NAMESPACE | 26 visPedigree-1.8.1/visPedigree/NEWS.md | 317 +++ visPedigree-1.8.1/visPedigree/R/RcppExports.R | 32 visPedigree-1.8.1/visPedigree/R/data.R | 37 visPedigree-1.8.1/visPedigree/R/globals.R | 8 visPedigree-1.8.1/visPedigree/R/inbreed.R | 49 visPedigree-1.8.1/visPedigree/R/pedanalysis.R |only visPedigree-1.8.1/visPedigree/R/pedhalflife.R |only visPedigree-1.8.1/visPedigree/R/pedmatrix.R | 142 + visPedigree-1.8.1/visPedigree/R/splitped.R | 20 visPedigree-1.8.1/visPedigree/R/tidyped.R | 396 +++- visPedigree-1.8.1/visPedigree/R/utils-s3.R | 433 +++++ visPedigree-1.8.1/visPedigree/R/vismat.R | 522 ++++-- visPedigree-1.8.1/visPedigree/R/visped.R | 56 visPedigree-1.8.1/visPedigree/R/visped_graph.R | 56 visPedigree-1.8.1/visPedigree/R/visped_layout.R | 10 visPedigree-1.8.1/visPedigree/R/visped_render.R | 27 visPedigree-1.8.1/visPedigree/R/visped_style.R | 103 + visPedigree-1.8.1/visPedigree/R/vispstat.R |only visPedigree-1.8.1/visPedigree/README.md | 49 visPedigree-1.8.1/visPedigree/build/vignette.rds |binary visPedigree-1.8.1/visPedigree/data/complex_ped.rda |only visPedigree-1.8.1/visPedigree/data/half_founder_ped.rda |only visPedigree-1.8.1/visPedigree/data/inbred_ped.rda |only visPedigree-1.8.1/visPedigree/inst/doc/draw-pedigree.R | 3 visPedigree-1.8.1/visPedigree/inst/doc/draw-pedigree.Rmd | 10 visPedigree-1.8.1/visPedigree/inst/doc/draw-pedigree.html | 232 +- visPedigree-1.8.1/visPedigree/inst/doc/efficient-visPedigree-workflows.R |only visPedigree-1.8.1/visPedigree/inst/doc/efficient-visPedigree-workflows.Rmd |only visPedigree-1.8.1/visPedigree/inst/doc/efficient-visPedigree-workflows.html |only visPedigree-1.8.1/visPedigree/inst/doc/pedigree-analysis.R |only visPedigree-1.8.1/visPedigree/inst/doc/pedigree-analysis.Rmd |only visPedigree-1.8.1/visPedigree/inst/doc/pedigree-analysis.html |only visPedigree-1.8.1/visPedigree/inst/doc/relationship-matrix.R | 51 visPedigree-1.8.1/visPedigree/inst/doc/relationship-matrix.Rmd | 115 + visPedigree-1.8.1/visPedigree/inst/doc/relationship-matrix.html | 510 +----- visPedigree-1.8.1/visPedigree/inst/doc/tidy-pedigree.Rmd | 10 visPedigree-1.8.1/visPedigree/inst/doc/tidy-pedigree.html | 256 +-- visPedigree-1.8.1/visPedigree/inst/doc/tidyped-structure.Rmd |only visPedigree-1.8.1/visPedigree/inst/doc/tidyped-structure.html |only visPedigree-1.8.1/visPedigree/man/as_tidyped.Rd |only visPedigree-1.8.1/visPedigree/man/build_ped_meta.Rd |only visPedigree-1.8.1/visPedigree/man/complex_ped.Rd |only visPedigree-1.8.1/visPedigree/man/ensure_complete_tidyped.Rd |only visPedigree-1.8.1/visPedigree/man/ensure_tidyped.Rd |only visPedigree-1.8.1/visPedigree/man/half_founder_ped.Rd |only visPedigree-1.8.1/visPedigree/man/has_candidates.Rd |only visPedigree-1.8.1/visPedigree/man/has_inbreeding.Rd |only visPedigree-1.8.1/visPedigree/man/inbred_ped.Rd |only visPedigree-1.8.1/visPedigree/man/inbreed.Rd | 21 visPedigree-1.8.1/visPedigree/man/is_complete_pedigree.Rd |only visPedigree-1.8.1/visPedigree/man/is_tidyped.Rd |only visPedigree-1.8.1/visPedigree/man/pedancestry.Rd |only visPedigree-1.8.1/visPedigree/man/pedcontrib.Rd |only visPedigree-1.8.1/visPedigree/man/pedecg.Rd |only visPedigree-1.8.1/visPedigree/man/pedfclass.Rd |only visPedigree-1.8.1/visPedigree/man/pedgenint.Rd |only visPedigree-1.8.1/visPedigree/man/pedhalflife.Rd |only visPedigree-1.8.1/visPedigree/man/pediv.Rd |only visPedigree-1.8.1/visPedigree/man/pedmat.Rd | 4 visPedigree-1.8.1/visPedigree/man/pedmeta.Rd |only visPedigree-1.8.1/visPedigree/man/pedne.Rd |only visPedigree-1.8.1/visPedigree/man/pedpartial.Rd |only visPedigree-1.8.1/visPedigree/man/pedrel.Rd |only visPedigree-1.8.1/visPedigree/man/pedstats.Rd |only visPedigree-1.8.1/visPedigree/man/pedsubpop.Rd |only visPedigree-1.8.1/visPedigree/man/plot_ped_igraph.Rd | 2 visPedigree-1.8.1/visPedigree/man/print.pedcontrib.Rd |only visPedigree-1.8.1/visPedigree/man/print.pediv.Rd |only visPedigree-1.8.1/visPedigree/man/print.pedstats.Rd |only visPedigree-1.8.1/visPedigree/man/require_complete_pedigree.Rd |only visPedigree-1.8.1/visPedigree/man/sub-.tidyped.Rd |only visPedigree-1.8.1/visPedigree/man/tidyped.Rd | 25 visPedigree-1.8.1/visPedigree/man/validate_tidyped.Rd | 6 visPedigree-1.8.1/visPedigree/man/vismat.Rd | 188 +- visPedigree-1.8.1/visPedigree/man/visped.Rd | 13 visPedigree-1.8.1/visPedigree/man/vispstat.Rd |only visPedigree-1.8.1/visPedigree/src/RcppExports.cpp | 116 + visPedigree-1.8.1/visPedigree/src/pedigree_calculators.cpp | 802 +++++++++- visPedigree-1.8.1/visPedigree/tests/testthat/test-as-tidyped.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-edge-cases.R | 6 visPedigree-1.8.1/visPedigree/tests/testthat/test-inbreed.R | 4 visPedigree-1.8.1/visPedigree/tests/testthat/test-pedanalysis.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-pedcontrib.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-pedhalflife.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-pediv.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-selfing.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-splitped.R | 8 visPedigree-1.8.1/visPedigree/tests/testthat/test-summary-pedmat-vismat-vispstat.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-summary-tidyped.R | 1 visPedigree-1.8.1/visPedigree/tests/testthat/test-tidyped-workflows.R |only visPedigree-1.8.1/visPedigree/tests/testthat/test-visped.R | 48 visPedigree-1.8.1/visPedigree/tests/testthat/test_highlight_edges.R | 2 visPedigree-1.8.1/visPedigree/vignettes/draw-pedigree.Rmd | 10 visPedigree-1.8.1/visPedigree/vignettes/efficient-visPedigree-workflows.Rmd |only visPedigree-1.8.1/visPedigree/vignettes/pedigree-analysis.Rmd |only visPedigree-1.8.1/visPedigree/vignettes/relationship-matrix.Rmd | 115 + visPedigree-1.8.1/visPedigree/vignettes/tidy-pedigree.Rmd | 10 visPedigree-1.8.1/visPedigree/vignettes/tidyped-structure.Rmd |only 104 files changed, 3761 insertions(+), 1283 deletions(-)
Title: Bayesian CAR Models for Road-Segment Traffic
Description: Tools for simulating and modeling traffic flow on road networks
using spatial conditional autoregressive (CAR) models. The package
represents road systems as graphs derived from 'OpenStreetMap' data
<https://www.openstreetmap.org/> and
supports network-based spatial dependence, basic preprocessing, and
visualization for spatial traffic analysis.
Author: Madison Ell [aut, cre]
Maintainer: Madison Ell <mell@stat.tamu.edu>
This is a re-admission after prior archival of version 0.1.0 dated 2026-01-27
Diff between trafficCAR versions 0.1.0 dated 2026-01-27 and 0.1.1 dated 2026-03-30
DESCRIPTION | 6 +++--- MD5 | 6 +++--- inst/doc/plot-model-fit-diagnostics-spatial.html | 8 ++++---- tests/testthat/test-car-precision.R | 3 ++- 4 files changed, 12 insertions(+), 11 deletions(-)
Title: Predict Gender from Brazilian First Names
Description: A generalized method to predict and report gender from Brazilian first names
using the Brazilian Institute of Geography and Statistics' Census data and
neural networks.
Author: Fernando Meireles [aut, cre]
Maintainer: Fernando Meireles <fernando.meireles@iesp.uerj.br>
Diff between genderBR versions 1.2.0 dated 2026-01-15 and 1.3.0 dated 2026-03-30
DESCRIPTION | 17 +-- MD5 | 31 ++++- NAMESPACE | 4 NEWS.md | 12 ++ R/get_gender.R | 39 ++++--- R/get_gender_nn.R |only R/map_gender.R | 5 R/model.R |only R/utils.R | 11 +- README.md | 158 +++++++++++++++++++++++------ inst |only man/clear_nn_cache.Rd |only man/download_gender_model.Rd |only man/get_gender.Rd | 15 ++ man/get_gender_nn.Rd |only man/map_gender.Rd | 5 tests/testthat/test-get_gender-api.R |only tests/testthat/test-get_gender-nn-option.R |only tests/testthat/test-get_gender_nn-inputs.R |only tests/testthat/test-map_gender.R |only tests/testthat/test-model.R |only tests/testthat/test-predict-nn.R |only 22 files changed, 223 insertions(+), 74 deletions(-)
Title: Build and Manipulate Study Cohorts Using a Common Data Model
Description: Create and manipulate study cohorts in data mapped to the
Observational Medical Outcomes Partnership Common Data Model.
Author: Edward Burn [aut, cre] ,
Marti Catala [aut] ,
Nuria Mercade-Besora [aut] ,
Marta Alcalde-Herraiz [aut] ,
Mike Du [aut] ,
Yuchen Guo [aut] ,
Xihang Chen [aut] ,
Kim Lopez-Guell [aut] ,
Elin Rowlands [aut]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between CohortConstructor versions 0.6.2 dated 2026-03-08 and 0.6.3 dated 2026-03-30
DESCRIPTION | 8 +-- MD5 | 32 ++++++------ R/copyCohorts.R | 7 ++ R/deathCohort.R | 14 +++-- R/measurementCohort.R | 80 ++++++++++++++++++++++++++++--- R/requireDemographics.R | 8 +-- R/requireIsEntry.R | 4 - R/subsetCohorts.R | 26 +++++++++- inst/doc/a01_building_base_cohorts.html | 40 ++++++++------- man/requireIsEntry.Rd | 4 - man/subsetCohorts.Rd | 5 + tests/testthat/test-conceptCohort.R | 6 -- tests/testthat/test-copyCohorts.R | 18 ++++++ tests/testthat/test-deathCohort.R | 26 +++++++--- tests/testthat/test-demographicsCohort.R | 5 + tests/testthat/test-measurementCohort.R | 21 ++++++-- tests/testthat/test-subsetCohorts.R | 16 ++++++ 17 files changed, 247 insertions(+), 73 deletions(-)
More information about CohortConstructor at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-12 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-10-01 1.1.1
2025-08-19 1.1
2025-01-30 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-02-06 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-17 0.2.4
2026-03-12 0.2.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-17 0.6.1
2026-03-16 0.4.4
2026-03-13 0.4.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-02-22 0.2.5
2022-08-31 0.2.4
2020-01-09 0.2.3
2019-12-12 0.2.2
2019-09-27 0.2.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-06 0.2.3
2026-02-27 0.2.2
2026-02-13 0.2.1
2026-02-11 0.2.0
Title: Descriptive Statistics, Summary Tables, and Data Management
Tools
Description: Provides tools for descriptive data analysis,
variable inspection, data management, and tabulation workflows in 'R'.
Summarizes variable metadata, labels, classes, missing values, and
representative values, with support for readable frequency tables,
cross-tabulations, association measures for contingency tables
(Cramer's V, Phi, Goodman-Kruskal Gamma, Kendall's Tau-b, Somers' D,
and others), categorical and continuous summary tables, including
APA-style reporting outputs. Includes helpers for interactive
codebooks, variable label extraction, clipboard export, and row-wise
descriptive summaries. Designed to make descriptive analysis faster,
clearer, and easier to work with in practice.
Author: Amal Tawfik [aut, cre, cph]
Maintainer: Amal Tawfik <amal.tawfik@hesav.ch>
Diff between spicy versions 0.6.0 dated 2026-03-23 and 0.7.0 dated 2026-03-30
spicy-0.6.0/spicy/R/table_apa.R |only spicy-0.6.0/spicy/inst/doc/table-apa.R |only spicy-0.6.0/spicy/inst/doc/table-apa.Rmd |only spicy-0.6.0/spicy/inst/doc/table-apa.html |only spicy-0.6.0/spicy/man/table_apa.Rd |only spicy-0.6.0/spicy/tests/testthat/test-table_apa.R |only spicy-0.6.0/spicy/vignettes/table-apa.Rmd |only spicy-0.7.0/spicy/DESCRIPTION | 26 spicy-0.7.0/spicy/MD5 | 80 - spicy-0.7.0/spicy/NAMESPACE | 19 spicy-0.7.0/spicy/NEWS.md | 296 ++-- spicy-0.7.0/spicy/R/flextable_helpers.R |only spicy-0.7.0/spicy/R/selection_helpers.R |only spicy-0.7.0/spicy/R/table_categorical.R |only spicy-0.7.0/spicy/R/table_categorical_print.R |only spicy-0.7.0/spicy/R/table_continuous.R |only spicy-0.7.0/spicy/R/table_continuous_print.R |only spicy-0.7.0/spicy/R/tables_ascii.R | 253 +++ spicy-0.7.0/spicy/README.md | 300 +++- spicy-0.7.0/spicy/build/vignette.rds |binary spicy-0.7.0/spicy/inst/CITATION | 6 spicy-0.7.0/spicy/inst/doc/association-measures.Rmd | 8 spicy-0.7.0/spicy/inst/doc/association-measures.html | 97 - spicy-0.7.0/spicy/inst/doc/frequency-tables.R |only spicy-0.7.0/spicy/inst/doc/frequency-tables.Rmd |only spicy-0.7.0/spicy/inst/doc/frequency-tables.html |only spicy-0.7.0/spicy/inst/doc/spicy.R | 26 spicy-0.7.0/spicy/inst/doc/spicy.Rmd | 352 ++--- spicy-0.7.0/spicy/inst/doc/spicy.html | 892 ++------------ spicy-0.7.0/spicy/inst/doc/summary-tables-reporting.R |only spicy-0.7.0/spicy/inst/doc/summary-tables-reporting.Rmd |only spicy-0.7.0/spicy/inst/doc/summary-tables-reporting.html |only spicy-0.7.0/spicy/inst/doc/table-categorical.R |only spicy-0.7.0/spicy/inst/doc/table-categorical.Rmd |only spicy-0.7.0/spicy/inst/doc/table-categorical.html |only spicy-0.7.0/spicy/inst/doc/table-continuous.R |only spicy-0.7.0/spicy/inst/doc/table-continuous.Rmd |only spicy-0.7.0/spicy/inst/doc/table-continuous.html |only spicy-0.7.0/spicy/inst/doc/variable-exploration.R |only spicy-0.7.0/spicy/inst/doc/variable-exploration.Rmd |only spicy-0.7.0/spicy/inst/doc/variable-exploration.html |only spicy-0.7.0/spicy/man/build_ascii_table.Rd | 10 spicy-0.7.0/spicy/man/print.spicy_categorical_table.Rd |only spicy-0.7.0/spicy/man/print.spicy_continuous_table.Rd |only spicy-0.7.0/spicy/man/spicy-package.Rd | 4 spicy-0.7.0/spicy/man/spicy_print_table.Rd | 10 spicy-0.7.0/spicy/man/table_categorical.Rd |only spicy-0.7.0/spicy/man/table_continuous.Rd |only spicy-0.7.0/spicy/tests/testthat/test-code_book.R | 28 spicy-0.7.0/spicy/tests/testthat/test-copy_clipboard.R | 181 ++ spicy-0.7.0/spicy/tests/testthat/test-flextable_helpers.R |only spicy-0.7.0/spicy/tests/testthat/test-table_categorical.R |only spicy-0.7.0/spicy/tests/testthat/test-table_continuous.R |only spicy-0.7.0/spicy/tests/testthat/test-tables_ascii.R | 63 spicy-0.7.0/spicy/vignettes/association-measures.Rmd | 8 spicy-0.7.0/spicy/vignettes/frequency-tables.Rmd |only spicy-0.7.0/spicy/vignettes/spicy.Rmd | 352 ++--- spicy-0.7.0/spicy/vignettes/summary-tables-reporting.Rmd |only spicy-0.7.0/spicy/vignettes/table-categorical.Rmd |only spicy-0.7.0/spicy/vignettes/table-continuous.Rmd |only spicy-0.7.0/spicy/vignettes/variable-exploration.Rmd |only 61 files changed, 1598 insertions(+), 1413 deletions(-)
Title: Fast and Scalable Cellwise-Robust Ensemble
Description: Functions to perform robust variable selection and regression using the Fast and Scalable
Cellwise-Robust Ensemble (FSCRE) algorithm. The approach establishes a robust foundation
using the Detect Deviating Cells (DDC) algorithm and robust correlation estimates. It then
employs a competitive ensemble architecture where a robust Least Angle Regression (LARS)
engine proposes candidate variables and cross-validation arbitrates their assignment. A final
robust MM-estimator is applied to the selected predictors.
Author: Anthony Christidis [aut, cre],
Gabriela Cohen-Freue [aut]
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>
Diff between srlars versions 2.0.0 dated 2026-03-02 and 2.0.1 dated 2026-03-30
DESCRIPTION | 8 ++-- MD5 | 6 +-- NEWS.md | 3 + README.md | 109 ++++++++++++++++++++++++++++++++++-------------------------- 4 files changed, 72 insertions(+), 54 deletions(-)
Title: Spatial and Spatio-Temporal Geostatistical Modelling, Prediction
and Simulation
Description: Variogram modelling; simple, ordinary and universal point or block (co)kriging; spatio-temporal kriging; sequential Gaussian or indicator (co)simulation; variogram and variogram map plotting utility functions; supports sf and stars.
Author: Edzer Pebesma [aut, cre] ,
Benedikt Graeler [aut]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>
Diff between gstat versions 2.1-5 dated 2026-02-13 and 2.1-6 dated 2026-03-30
DESCRIPTION | 6 +-- MD5 | 54 ++++++++++++++++---------------- NEWS.md | 4 ++ build/vignette.rds |binary data/DE_RB_2005.rda |binary data/coalash.rda |binary data/fulmar.rda |binary data/jura.rda |binary data/meuse.all.rda |binary data/meuse.alt.rda |binary data/ncp.grid.rda |binary data/oxford.rda |binary data/pcb.rda |binary data/sic2004.rda |binary data/sic97.rda |binary data/tull.rda |binary data/vv.rda |binary data/walker.rda |binary data/wind.rda |binary inst/doc/gstat.pdf |binary inst/doc/prs.pdf |binary inst/doc/spatio-temporal-kriging.Rnw | 2 - inst/doc/spatio-temporal-kriging.pdf |binary inst/doc/st.pdf |binary man/tull.Rd | 6 --- tests/stars.R | 2 - tests/stars.Rout.save | 57 ---------------------------------- vignettes/spatio-temporal-kriging.Rnw | 2 - 28 files changed, 36 insertions(+), 97 deletions(-)
Title: Dimension Reduction Methods for Multivariate Time Series
Description: Estimates VAR and VARX models with Structured Penalties.
Author: Will Nicholson [cre, aut],
David Matteson [aut],
Jacob Bien [aut]
Maintainer: Will Nicholson <wbn8@cornell.edu>
Diff between BigVAR versions 1.1.4 dated 2025-11-04 and 1.1.5 dated 2026-03-30
DESCRIPTION | 10 +++---- MD5 | 22 +++++++++++------ R/data.R | 40 ++++++++++++++++++++++++++++++ data/CPI.RData |only data/FFR.RData |only data/GDP.RData |only data/M1.RData |only inst/doc/BigVAR.R | 66 ++++++++++++++++++++++++++++----------------------- inst/doc/BigVAR.Rmd | 17 ++++++++++--- inst/doc/BigVAR.html | 47 +++++++++++++++++------------------- man/CPI.Rd |only man/FFR.Rd |only man/GDP.Rd |only man/M1.Rd |only man/Y1.Rd | 2 - vignettes/BigVAR.Rmd | 17 ++++++++++--- 16 files changed, 145 insertions(+), 76 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-08-14 1.1.1
2021-06-21 1.1.0