Title: Copula-Based Estimator for Long-Range Dependent Processes under
Missing Data
Description: Implements the copula-based estimator for univariate long-range dependent processes, introduced in Pumi et al. (2023) <doi:10.1007/s00362-023-01418-z>. Notably, this estimator is capable of handling missing data and has been shown to perform exceptionally well, even when up to 70% of data is missing (as reported in <doi:10.48550/arXiv.2303.04754>) and has been found to outperform several other commonly applied estimators.
Author: Taiane Schaedler Prass [aut, cre, com] ,
Guilherme Pumi [aut, ctb]
Maintainer: Taiane Schaedler Prass <taianeprass@gmail.com>
Diff between PPMiss versions 0.1.1 dated 2023-09-04 and 0.1.2 dated 2026-02-18
DESCRIPTION | 19 ++++++++++--------- MD5 | 8 ++++---- R/d_estimation.R | 29 +++++++++++++++-------------- inst/NEWS.md | 8 ++++++++ man/PPMiss.Package.Rd | 3 ++- 5 files changed, 39 insertions(+), 28 deletions(-)
Title: Model and Learner Summaries for 'mlr3'
Description: Concise and interpretable summaries for machine learning
models and learners of the 'mlr3' ecosystem. The package takes
inspiration from the summary function for (generalized) linear models
but extends it to non-parametric machine learning models, based on
generalization performance, model complexity, feature importances and
effects, and fairness metrics.
Author: Susanne Dandl [aut, cre] ,
Marc Becker [aut] ,
Bernd Bischl [aut] ,
Giuseppe Casalicchio [aut] ,
Ludwig Bothmann [aut]
Maintainer: Susanne Dandl <dandls.datascience@gmail.com>
Diff between mlr3summary versions 0.1.1 dated 2026-01-23 and 0.1.2 dated 2026-02-18
DESCRIPTION | 8 +++++--- MD5 | 16 ++++++++-------- NEWS.md | 5 +++-- R/bibentries.R | 2 -- R/summary.R | 16 +++++++++------- inst/CITATION | 3 ++- man/credit.Rd | 3 +-- man/mlr3summary-package.Rd | 8 ++++++++ man/summary.Learner.Rd | 8 +++----- 9 files changed, 39 insertions(+), 30 deletions(-)
Title: Space-Filling Designs
Description: Construct various types of space-filling designs, including Latin hypercube designs, clustering-based designs, maximin designs, maximum projection designs, and uniform designs (Joseph 2016 <doi:10.1080/08982112.2015.1100447>). It also offers the option to optimize designs based on user-defined criteria. This work is supported by U.S. National Science Foundation grant DMS-2310637.
Author: Shangkun Wang [aut, cre],
Roshan Joseph [aut]
Maintainer: Shangkun Wang <shangkunwang01@gmail.com>
Diff between SFDesign versions 0.1.3 dated 2025-09-29 and 0.1.5 dated 2026-02-18
SFDesign-0.1.3/SFDesign/src/Makevars |only SFDesign-0.1.5/SFDesign/DESCRIPTION | 8 SFDesign-0.1.5/SFDesign/MD5 | 44 SFDesign-0.1.5/SFDesign/NAMESPACE | 1 SFDesign-0.1.5/SFDesign/R/RcppExports.R | 32 SFDesign-0.1.5/SFDesign/R/clustering_design.R | 24 SFDesign-0.1.5/SFDesign/R/custom.R | 2 SFDesign-0.1.5/SFDesign/R/maximin.R | 23 SFDesign-0.1.5/SFDesign/R/maxpro.R | 20 SFDesign-0.1.5/SFDesign/R/uniform.R | 7 SFDesign-0.1.5/SFDesign/man/clustering.design.Rd | 11 SFDesign-0.1.5/SFDesign/man/maximin.augment.Rd | 10 SFDesign-0.1.5/SFDesign/man/maximin.optim.Rd | 1 SFDesign-0.1.5/SFDesign/man/maximin.remove.Rd | 9 SFDesign-0.1.5/SFDesign/man/maxpro.crit.Rd | 2 SFDesign-0.1.5/SFDesign/man/maxpro.remove.Rd | 9 SFDesign-0.1.5/SFDesign/man/maxproLHD.Rd | 7 SFDesign-0.1.5/SFDesign/man/uniform.discrete.Rd | 1 SFDesign-0.1.5/SFDesign/man/uniformLHD.Rd | 6 SFDesign-0.1.5/SFDesign/src/Makevars.win |only SFDesign-0.1.5/SFDesign/src/RcppExports.cpp | 128 +- SFDesign-0.1.5/SFDesign/src/clustering_design.cpp | 7 SFDesign-0.1.5/SFDesign/src/custom_pairwise_design.cpp |only SFDesign-0.1.5/SFDesign/src/pairwise_crit.cpp |only SFDesign-0.1.5/SFDesign/src/pairwise_design.cpp | 812 +++++++++-------- 25 files changed, 697 insertions(+), 467 deletions(-)
Title: Probabilistic Regression Trees
Description: Implementation of Probabilistic Regression Trees (PRTree),
providing functions for model fitting and prediction, with specific adaptations
to handle missing values. The main computations are implemented in 'Fortran'
for high efficiency. The package is based on the PRTree methodology described in
Alkhoury et al. (2020), "Smooth and Consistent Probabilistic Regression Trees"
<https://proceedings.neurips.cc/paper_files/paper/2020/file/8289889263db4a40463e3f358bb7c7a1-Paper.pdf>.
Details on the treatment of missing data and implementation aspects are presented in
Prass, T.S.; Neimaier, A.S.; Pumi, G. (2025), "Handling Missing Data in Probabilistic
Regression Trees: Methods and Implementation in R" <doi:10.48550/arXiv.2510.03634>.
Author: Alisson Silva Neimaier [aut] ,
Taiane Schaedler Prass [aut, ths, cre]
Maintainer: Taiane Schaedler Prass <taianeprass@gmail.com>
Diff between PRTree versions 1.0.2 dated 2025-10-26 and 1.0.3 dated 2026-02-18
DESCRIPTION | 12 ++++++------ MD5 | 14 +++++++------- R/prtree_control.R | 18 +++++++++++++----- R/prtree_main.R | 6 ++++-- R/prtree_predict.R | 1 + inst/news.md | 16 +++++++++++----- man/pr_tree.Rd | 2 +- src/Rcalls.f90 | 6 ++++-- 8 files changed, 47 insertions(+), 28 deletions(-)
Title: Reproducible Data Science Environments with 'Nix'
Description: Simplifies the creation of reproducible data science environments
using the 'Nix' package manager, as described in
Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()`
function generates a complete description of the environment as a
`default.nix` file, which can then be built using 'Nix'. This results in
project specific software environments with pinned versions of R, packages,
linked system dependencies, and other tools or programming languages such
as Python or Julia. Additional helpers make it easy to run R code in
'Nix' software environments for testing and production.
Author: Bruno Rodrigues [aut, cre] ,
Philipp Baumann [aut] ,
David Watkins [rev] for
rOpenSci, see
<https://github.com/ropensci/software-review/issues/625>),
Jacob Wujiciak-Jens [rev] for rOpenSci, see
<https://github.com/ropensci/software-review/issues/62 [...truncated...]
Maintainer: Bruno Rodrigues <bruno@brodrigues.co>
Diff between rix versions 0.18.1 dated 2026-01-28 and 0.18.2 dated 2026-02-18
DESCRIPTION | 6 MD5 | 172 +++++++-------- NAMESPACE | 1 NEWS.md | 14 + R/available_r.R | 10 R/detect_os.R | 2 R/detect_versions.R | 2 R/fetchers.R | 356 +++++++++++++++++++++++---------- R/get_latest.R | 6 R/make_launcher.R | 2 R/make_nixpkgs_url.R | 2 R/nix_build.R | 2 R/nix_build_helpers.R | 4 R/nix_hash.R | 29 +- R/renv_helpers.R | 2 R/rix.R | 60 +++-- R/rix_helpers.R | 32 +- R/rix_init.R | 18 - R/setup_cachix.R | 4 R/tar_nix_ga.R | 2 R/with_nix_helpers.R | 24 +- R/zzz.R | 2 inst/doc/binary-cache.Rmd | 2 inst/doc/binary-cache.html | 4 inst/doc/bleeding-edge.Rmd | 2 inst/doc/bleeding-edge.html | 6 inst/doc/configuring-ide.Rmd | 2 inst/doc/configuring-ide.html | 4 inst/doc/contributing-to-nixpkgs.Rmd | 2 inst/doc/contributing-to-nixpkgs.html | 4 inst/doc/developing-packages.Rmd | 2 inst/doc/developing-packages.html | 4 inst/doc/getting-started.Rmd | 2 inst/doc/getting-started.html | 4 inst/doc/installing-r-packages.R | 12 + inst/doc/installing-r-packages.Rmd | 37 +++ inst/doc/installing-r-packages.html | 205 +++++++++++-------- inst/doc/installing-system-tools.Rmd | 2 inst/doc/installing-system-tools.html | 6 inst/doc/literate-programming.Rmd | 2 inst/doc/literate-programming.html | 6 inst/doc/nix-inside-docker.Rmd | 2 inst/doc/nix-inside-docker.html | 4 inst/doc/packaging-your-code.Rmd | 2 inst/doc/packaging-your-code.html | 8 inst/doc/project-environments.Rmd | 2 inst/doc/project-environments.html | 6 inst/doc/remote-dependencies.Rmd | 2 inst/doc/remote-dependencies.html | 6 inst/doc/renv2nix.Rmd | 2 inst/doc/renv2nix.html | 6 inst/doc/setting-up-linux-windows.Rmd | 2 inst/doc/setting-up-linux-windows.html | 4 inst/doc/setting-up-macos.Rmd | 59 +++-- inst/doc/setting-up-macos.html | 62 ++++- inst/doc/walkthrough-project.Rmd | 2 inst/doc/walkthrough-project.html | 6 inst/extdata/available_df.csv | 2 man/available_dates.Rd | 4 man/available_df.Rd | 4 man/available_r.Rd | 4 man/ga_cachix.Rd | 4 man/make_launcher.Rd | 4 man/nix_build.Rd | 4 man/renv2nix.Rd | 6 man/rix.Rd | 8 man/tar_nix_ga.Rd | 4 man/with_nix.Rd | 2 tests/testthat/result | 38 +-- tests/testthat/test-fetchers.R | 15 + vignettes/binary-cache.Rmd | 2 vignettes/bleeding-edge.Rmd | 2 vignettes/configuring-ide.Rmd | 2 vignettes/contributing-to-nixpkgs.Rmd | 2 vignettes/developing-packages.Rmd | 2 vignettes/getting-started.Rmd | 2 vignettes/installing-r-packages.Rmd | 37 +++ vignettes/installing-system-tools.Rmd | 2 vignettes/literate-programming.Rmd | 2 vignettes/nix-inside-docker.Rmd | 2 vignettes/packaging-your-code.Rmd | 2 vignettes/project-environments.Rmd | 2 vignettes/remote-dependencies.Rmd | 2 vignettes/renv2nix.Rmd | 2 vignettes/setting-up-linux-windows.Rmd | 2 vignettes/setting-up-macos.Rmd | 59 +++-- vignettes/walkthrough-project.Rmd | 2 87 files changed, 933 insertions(+), 527 deletions(-)
Title: PS-Integrated Methods for Incorporating Real-World Evidence in
Clinical Studies
Description: High-quality real-world data can be transformed into scientific
real-world evidence for regulatory and healthcare decision-making
using proven analytical methods and techniques. For example, propensity
score (PS) methodology can be applied to select a subset of real-world
data containing patients that are similar to those in the current clinical
study in terms of baseline covariates, and to stratify the selected
patients together with those in the current study into more homogeneous
strata. Then, statistical methods such as the power prior approach or
composite likelihood approach can be applied in each stratum to draw
inference for the parameters of interest. This package provides
functions that implement the PS-integrated real-world
evidence analysis methods such as
Wang et al. (2019) <doi:10.1080/10543406.2019.1657133>,
Wang et al. (2020) <doi:10.1080/10543406.2019.1684309>, and
Chen et al. (2020) <doi:10.1080/10543406.2020.1730877>.
Author: Chenguang Wang [aut],
Trustees of Columbia University [cph] ,
Wei-Chen Chen [aut, cre]
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>
Diff between psrwe versions 3.2 dated 2026-01-15 and 3.2-1 dated 2026-02-18
DESCRIPTION | 6 +++--- MD5 | 14 ++++++++------ NAMESPACE | 2 ++ NEWS.md | 8 ++++++++ R/psrwe_package.R | 1 + R/psrwe_tools.R | 3 ++- build/partial.rdb |binary inst/CITATION |only inst/doc/index.html |only 9 files changed, 24 insertions(+), 10 deletions(-)
Title: R Interface to Proximal Interior Point Quadratic Programming
Solver
Description: An embedded proximal interior point quadratic programming solver, which can solve dense and sparse quadratic programs, described in Schwan, Jiang, Kuhn, and Jones (2023) <doi:10.48550/arXiv.2304.00290>. Combining an infeasible interior point method with the proximal method of multipliers, the algorithm can handle ill-conditioned convex quadratic programming problems without the need for linear independence of the constraints. The solver is written in header only 'C++ 14' leveraging the 'Eigen' library for vectorized linear algebra. For small dense problems, vectorized instructions and cache locality can be exploited more efficiently. Allocation free problem updates and re-solves are also provided.
Author: Balasubramanian Narasimhan [aut, cre],
Roland Schwan [aut, cph],
Yuning Jiang [aut],
Daniel Kuhn [aut],
Colin N. Jones [aut]
Maintainer: Balasubramanian Narasimhan <naras@stanford.edu>
Diff between piqp versions 0.2.2 dated 2023-08-14 and 0.6.2 dated 2026-02-18
piqp-0.2.2/piqp/cleanup |only piqp-0.2.2/piqp/src/Makevars.win |only piqp-0.2.2/piqp/src/piqp/cmake |only piqp-0.6.2/piqp/DESCRIPTION | 11 piqp-0.6.2/piqp/MD5 | 133 piqp-0.6.2/piqp/NAMESPACE | 15 piqp-0.6.2/piqp/NEWS.md |only piqp-0.6.2/piqp/R/RcppExports.R | 16 piqp-0.6.2/piqp/R/piqp-package.R | 11 piqp-0.6.2/piqp/R/piqp.R | 362 +- piqp-0.6.2/piqp/R/solve_piqp.R | 37 piqp-0.6.2/piqp/R/sparse.R | 34 piqp-0.6.2/piqp/README.md | 2 piqp-0.6.2/piqp/build/vignette.rds |binary piqp-0.6.2/piqp/inst/doc/piqp.R | 63 piqp-0.6.2/piqp/inst/doc/piqp.Rmd | 132 piqp-0.6.2/piqp/inst/doc/piqp.html | 298 + piqp-0.6.2/piqp/inst/tinytest/test-solve-simple-qp.R | 60 piqp-0.6.2/piqp/inst/tinytest/test_example.R | 97 piqp-0.6.2/piqp/man/figures |only piqp-0.6.2/piqp/man/get_dims.Rd |only piqp-0.6.2/piqp/man/get_settings.Rd |only piqp-0.6.2/piqp/man/make_csc_matrix.Rd |only piqp-0.6.2/piqp/man/make_csc_symm_matrix.Rd |only piqp-0.6.2/piqp/man/piqp-package.Rd | 10 piqp-0.6.2/piqp/man/piqp.Rd | 65 piqp-0.6.2/piqp/man/piqp_model.Rd | 189 - piqp-0.6.2/piqp/man/piqp_settings.Rd | 14 piqp-0.6.2/piqp/man/solve_piqp.Rd | 39 piqp-0.6.2/piqp/man/update_settings.Rd |only piqp-0.6.2/piqp/src/Makevars | 10 piqp-0.6.2/piqp/src/RcppExports.cpp | 60 piqp-0.6.2/piqp/src/piqp.cpp | 102 piqp-0.6.2/piqp/src/piqp/include/piqp/common.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/dense/data.hpp | 202 + piqp-0.6.2/piqp/src/piqp/include/piqp/dense/data.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/dense/kkt.hpp | 384 -- piqp-0.6.2/piqp/src/piqp/include/piqp/dense/kkt.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/dense/ldlt_no_pivot.hpp | 19 piqp-0.6.2/piqp/src/piqp/include/piqp/dense/ldlt_no_pivot.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/dense/model.hpp | 50 piqp-0.6.2/piqp/src/piqp/include/piqp/dense/preconditioner.hpp | 324 -- piqp-0.6.2/piqp/src/piqp/include/piqp/dense/preconditioner.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/fwd.hpp | 6 piqp-0.6.2/piqp/src/piqp/include/piqp/kkt_fwd.hpp | 2 piqp-0.6.2/piqp/src/piqp/include/piqp/kkt_solver_base.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/kkt_system.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/results.hpp | 39 piqp-0.6.2/piqp/src/piqp/include/piqp/settings.hpp | 37 piqp-0.6.2/piqp/src/piqp/include/piqp/solver.hpp | 1618 +++++----- piqp-0.6.2/piqp/src/piqp/include/piqp/solver.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/blocksparse |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/data.hpp | 202 + piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/data.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt.hpp | 456 -- piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt_all_eliminated.hpp | 56 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt_eq_eliminated.hpp | 48 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt_full.hpp | 38 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/kkt_ineq_eliminated.hpp | 49 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/ldlt.hpp | 38 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/ldlt.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/model.hpp | 52 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/multistage_kkt.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/multistage_kkt.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/ordering.hpp | 16 piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/ordering.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/preconditioner.hpp | 346 +- piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/preconditioner.tpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/sparse/utils.hpp | 6 piqp-0.6.2/piqp/src/piqp/include/piqp/typedefs.hpp | 21 piqp-0.6.2/piqp/src/piqp/include/piqp/utils/blasfeo_mat.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/blasfeo_vec.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/blasfeo_wrapper.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/eigen_matio.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/filesystem.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/io_utils.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/utils/optional.hpp | 6 piqp-0.6.2/piqp/src/piqp/include/piqp/utils/random_utils.hpp | 104 piqp-0.6.2/piqp/src/piqp/include/piqp/utils/tracy.hpp |only piqp-0.6.2/piqp/src/piqp/include/piqp/variables.hpp |only piqp-0.6.2/piqp/src/r_patches |only piqp-0.6.2/piqp/vignettes/piqp.Rmd | 132 83 files changed, 3114 insertions(+), 2897 deletions(-)
Title: Influence Diagnostics in Statistical Models
Description: Set of routines for influence diagnostics by using case-deletion in ordinary least
squares, nonlinear regression [Ross (1987). <doi:10.2307/3315198>], ridge estimation [Walker and Birch (1988). <doi:10.1080/00401706.1988.10488370>]
and least absolute deviations (LAD) regression [Sun and Wei (2004). <doi:10.1016/j.spl.2003.08.018>].
Author: Felipe Osorio [aut, cre]
Maintainer: Felipe Osorio <faosorios.stat@gmail.com>
Diff between india versions 0.1-1 dated 2025-05-03 and 0.1-2 dated 2026-02-18
ChangeLog | 6 ++++++ DESCRIPTION | 8 ++++---- MD5 | 26 ++++++++++++++++---------- NAMESPACE | 28 ++++++++++++++++++++++++---- R/LD.R | 2 +- R/cooks.R | 7 ++++--- R/envelope.R |only R/leverages.R | 4 +--- R/residuals.R |only data/aircraft.rda |only inst/CITATION | 8 ++++---- man/aircraft.Rd |only man/cooks.distance.Rd | 4 ++-- man/envelope.Rd |only man/logLik.displacement.Rd | 8 ++++---- man/rquantile.Rd |only src/fabs_approx.c | 11 ++++++----- 17 files changed, 72 insertions(+), 40 deletions(-)
Title: Data Cleaner for Anthropometric Measurements
Description: Identifies implausible anthropometric (e.g., height,
weight) measurements in irregularly spaced longitudinal datasets, such as those from electronic health records.
Author: Carrie Daymont [ctb, cre],
Robert Grundmeier [aut],
Jeffrey Miller [aut],
Diego Campos [aut],
Dan Chudnov [ctb],
Hannah De los Santos [ctb],
Lusha Cao [ctb],
Steffani Silva [ctb],
Hanzhe Zhang [ctb],
Matt Boyas [ctb],
David Freedman [ctb],
Andreas Ac [...truncated...]
Maintainer: Carrie Daymont <cdaymont@pennstatehealth.psu.edu>
Diff between growthcleanr versions 2.2.0 dated 2024-02-26 and 2.2.1 dated 2026-02-18
DESCRIPTION | 11 LICENSE | 4 MD5 | 122 NAMESPACE | 71 NEWS.md | 495 +-- R/adjustcarryforward.R | 3614 +++++++++++++-------------- R/adult_clean.R | 3356 ++++++++++++------------- R/adult_support.R | 1896 +++++++------- R/cdc.R | 784 ++--- R/data.R | 26 R/extdata.R | 654 ++-- R/growth.R | 3218 ++++++++++++------------ R/infants_clean.R | 3568 +++++++++++++------------- R/infants_support.R | 404 +-- R/pediatric_clean.R | 2942 ++++++++++----------- R/pediatric_support.R | 322 +- R/testacf_func.R | 750 ++--- R/utils.R | 734 ++--- README.md | 246 - exec/gcdriver.R | 348 +- exec/testadjustcf.R | 782 ++--- inst/CITATION | 46 inst/extdata/nhanes-reference-medians.csv.gz |binary man/CDCref_d.Rd | 28 man/acf_answers.Rd | 126 man/adjustcarryforward.Rd | 252 - man/bmianthro.Rd | 34 man/cleangrowth.Rd | 372 +- man/ewma.Rd | 96 man/ext_bmiz.Rd | 236 - man/fentlms_foraga.Rd | 30 man/fentlms_forz.Rd | 30 man/growth_cdc_ext.Rd | 34 man/growth_cdc_ext_infants.Rd | 34 man/growth_who_ext.Rd | 34 man/lenanthro.Rd | 34 man/longwide.Rd | 184 - man/nhanes-reference-medians.Rd | 30 man/rc-reference-medians.Rd | 30 man/read_anthro.Rd | 62 man/recode_sex.Rd | 102 man/sd_median.Rd | 84 man/simple_bmi.Rd | 90 man/splitinput.Rd | 102 man/syngrowth.Rd | 44 man/tanner_ht_vel.Rd | 34 man/tanner_ht_vel_rev.Rd | 36 man/tanner_ht_vel_with_2sd.Rd | 36 man/test_syngrowth_sas_output_compare.Rd | 28 man/test_syngrowth_wide.Rd | 28 man/testacf.Rd | 120 man/weianthro.Rd | 34 man/who_hc_maxvel.Rd | 36 man/who_hc_vel_3sd.Rd | 36 man/who_ht_maxvel.Rd | 36 man/who_ht_maxvel_2sd.Rd | 36 man/who_ht_vel_2sd.Rd | 36 man/who_ht_vel_3sd.Rd | 36 tests/testthat.R | 8 tests/testthat/test-cdc.R | 124 tests/testthat/test-cleangrowth.R | 586 ++-- tests/testthat/test-utils.R | 1170 ++++---- 62 files changed, 14451 insertions(+), 14430 deletions(-)
More information about geoarrowWidget at CRAN
Permanent link
Title: Query the Attentional Control Data Collection or the Truth
Effect Database
Description: Interact with the Attentional Control Data Collection (ACDC) or the Truth Effect Database (TED).
Download the databases using download_acdc() or download_ted(), connect to the database via connect_to_db(), set filter arguments via add_argument()
and query the database via query_db().
Author: Sven Lesche [aut, cre, cph],
Julia M. Haaf [ctb, ths],
Madlen Hoffstadt [ctb]
Maintainer: Sven Lesche <sven.lesche@psychologie.uni-heidelberg.de>
Diff between acdcquery versions 1.2.1 dated 2026-02-18 and 1.2.2 dated 2026-02-18
DESCRIPTION | 6 MD5 | 8 NEWS.md | 4 R/github_release_utils.R | 446 +++++++++++++++++++++++------------------------ R/update_dbs.R | 284 ++++++++++++++--------------- 5 files changed, 375 insertions(+), 373 deletions(-)
Title: Retrieve Global River Gauge Data
Description: Provides access to global river gauge data from a variety of national-level river agencies. The package interfaces with the national-level agency websites to provide access to river gauge locations, river discharge, and river stage. Currently, the package is available for the following countries: Australia, Brazil, Canada, Chile, France, Japan, South Africa, the United Kingdom, and the United States.
Author: Ryan Riggs [aut, cre] ,
Simon Moulds [aut] ,
Michel Wortmann [aut] ,
Louise Slater [aut] ,
George Allen [aut]
Maintainer: Ryan Riggs <ryanriggs7@gmail.com>
Diff between RivRetrieve versions 0.1.6 dated 2025-01-08 and 0.1.7 dated 2026-02-18
DESCRIPTION | 24 +++++------ MD5 | 22 +++++----- NAMESPACE | 2 NEWS.md | 4 + R/quebec.R |only R/southAfrica.R | 33 +++------------- R/sysdata.rda |binary R/usa.R | 11 +++-- inst/doc/my-vignette.Rmd | 2 inst/doc/my-vignette.html | 92 ++++++++++++++++++++++++++++++++------------- man/RivRetrieve-package.Rd | 1 man/quebec.Rd |only vignettes/my-vignette.Rmd | 2 13 files changed, 116 insertions(+), 77 deletions(-)
Title: Bridging Data Frequencies for Timely Economic Forecasts
Description: Implements bridge models for nowcasting and forecasting macroeconomic variables by linking high-frequency indicator variables (e.g., monthly data) to low-frequency target variables (e.g., quarterly GDP). Simplifies forecasting and aggregating indicator variables to match the target frequency, enabling timely predictions ahead of official data releases. For more on bridge models, see Baffigi, A., Golinelli, R., & Parigi, G. (2004) <doi:10.1016/S0169-2070(03)00067-0>, Burri (2023) <https://www5.unine.ch/RePEc/ftp/irn/pdfs/WP23-02.pdf> or Schumacher (2016) <doi:10.1016/j.ijforecast.2015.07.004>.
Author: Marc Burri [aut, cre, cph]
Maintainer: Marc Burri <marc.burri91@gmail.com>
Diff between bridgr versions 0.1.1 dated 2024-12-13 and 0.1.2 dated 2026-02-18
DESCRIPTION | 12 +++--- LICENSE | 2 - MD5 | 26 ++++++------- NAMESPACE | 1 NEWS.md | 11 +++-- R/bridge.R | 82 +++++++++++++++++++++++-------------------- R/bridgr-package.R | 3 + R/utils.R | 7 +++ README.md | 9 ++++ inst/doc/bridgr.html | 5 +- man/bridge.Rd | 8 ++-- man/bridgr-package.Rd | 2 - tests/testthat.R | 2 - tests/testthat/test-bridge.R | 63 +++++++++++++++++++++++++++++++++ 14 files changed, 161 insertions(+), 72 deletions(-)
Title: Query the Attentional Control Data Collection or the Truth
Effect Database
Description: Interact with the Attentional Control Data Collection (ACDC) or the Truth Effect Database (TED).
Download the databases using download_acdc() or download_ted(), connect to the database via connect_to_db(), set filter arguments via add_argument()
and query the database via query_db().
Author: Sven Lesche [aut, cre, cph],
Julia M. Haaf [ctb, ths],
Madlen Hoffstadt [ctb]
Maintainer: Sven Lesche <sven.lesche@psychologie.uni-heidelberg.de>
Diff between acdcquery versions 1.1.1 dated 2025-11-30 and 1.2.1 dated 2026-02-18
DESCRIPTION | 15 ++-- MD5 | 34 ++++++--- NAMESPACE | 8 ++ NEWS.md | 41 ++++++----- R/add_argument.R | 140 ++++++++++++++++++--------------------- R/check_dbs.R |only R/connect_to_db.R | 54 +++++++-------- R/get_dbs.R |only R/github_release_utils.R |only R/query_db.R | 58 +++------------- R/update_dbs.R |only README.md | 12 ++- man/add_argument.Rd | 16 ---- man/check_acdc.Rd |only man/check_ted.Rd |only man/compare_sqlite_to_release.Rd |only man/connect_to_db.Rd | 8 -- man/create_sqlite_hash_file.Rd |only man/dowload_acdc.Rd |only man/download_sqlite_release.Rd |only man/download_ted.Rd |only man/query_db.Rd | 54 +-------------- man/update_acdc.Rd |only man/update_database.Rd |only man/update_ted.Rd |only 25 files changed, 188 insertions(+), 252 deletions(-)
Title: Linked Micromap Plots
Description: This group of functions simplifies the creation of linked micromap plots. Please
see <https://www.jstatsoft.org/v63/i02/> for additional details.
Author: Quinn Payton [aut],
Tony Olsen [aut],
Marc Weber [ctb],
Michael McManus [ctb],
Tom Kincaid [ctb],
Marcus W. Beck [cre, ctb]
Maintainer: Marcus W. Beck <mbeck@tbep.org>
Diff between micromap versions 1.9.10 dated 2024-10-30 and 1.9.11 dated 2026-02-18
DESCRIPTION | 10 ++--- MD5 | 20 +++++----- R/MapGraphs.r | 19 ++++++--- R/PanelBuilding.r | 28 +++++++------- inst/NEWS.Rd | 15 +++++++ inst/doc/Introduction_Guide.R | 78 +++++++++++++++++++-------------------- inst/doc/Introduction_Guide.Rnw | 10 ++--- inst/doc/Introduction_Guide.pdf |binary vignettes/Introduction_Guide.Rnw | 10 ++--- vignettes/Introduction_Guide.pdf |binary vignettes/Introduction_Guide.tex | 10 ++--- 11 files changed, 110 insertions(+), 90 deletions(-)
Title: 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.26 dated 2025-11-26 and 1.27 dated 2026-02-18
liver-1.26/liver/data/churnCredit.RData |only liver-1.26/liver/data/churnTel.RData |only liver-1.26/liver/data/housePrice.RData |only liver-1.26/liver/data/redWines.RData |only liver-1.26/liver/data/whiteWines.RData |only liver-1.26/liver/man/churnCredit.Rd |only liver-1.26/liver/man/churnTel.Rd |only liver-1.26/liver/man/housePrice.Rd |only liver-1.26/liver/man/redWines.Rd |only liver-1.26/liver/man/whiteWines.Rd |only liver-1.27/liver/DESCRIPTION | 8 +- liver-1.27/liver/MD5 | 102 +++++++++++++-------------- liver-1.27/liver/NEWS.md | 18 ++++ liver-1.27/liver/R/kNN.plot.R | 32 ++++++-- liver-1.27/liver/build/vignette.rds |binary liver-1.27/liver/data/adult.RData |binary liver-1.27/liver/data/advertising.RData |binary liver-1.27/liver/data/bank.RData |binary liver-1.27/liver/data/caravan.RData |binary liver-1.27/liver/data/cereal.RData |binary liver-1.27/liver/data/churn.RData |binary liver-1.27/liver/data/churn_mlc.RData |only liver-1.27/liver/data/churn_tel.RData |only liver-1.27/liver/data/corona.RData |binary liver-1.27/liver/data/datalist | 10 +- liver-1.27/liver/data/drug.RData |binary liver-1.27/liver/data/fertilizer.RData |binary liver-1.27/liver/data/gapminder.RData |binary liver-1.27/liver/data/house.RData |binary liver-1.27/liver/data/house_price.RData |only liver-1.27/liver/data/insurance.RData |binary liver-1.27/liver/data/marketing.RData |binary liver-1.27/liver/data/red_wines.RData |only liver-1.27/liver/data/risk.RData |binary liver-1.27/liver/data/white_wines.RData |only liver-1.27/liver/inst/doc/liver-example.R | 16 ++-- liver-1.27/liver/inst/doc/liver-example.Rmd | 28 +++---- liver-1.27/liver/inst/doc/liver-example.html | 89 +++++++++++------------ liver-1.27/liver/man/adult.Rd | 10 +- liver-1.27/liver/man/advertising.Rd | 10 +- liver-1.27/liver/man/bank.Rd | 10 +- liver-1.27/liver/man/caravan.Rd | 10 +- liver-1.27/liver/man/cereal.Rd | 19 +++-- liver-1.27/liver/man/churn.Rd | 76 +++++++++----------- liver-1.27/liver/man/churn_mlc.Rd |only liver-1.27/liver/man/churn_tel.Rd |only liver-1.27/liver/man/corona.Rd | 12 +-- liver-1.27/liver/man/drug.Rd | 10 +- liver-1.27/liver/man/fertilizer.Rd | 10 +- liver-1.27/liver/man/gapminder.Rd | 10 +- liver-1.27/liver/man/house.Rd | 10 +- liver-1.27/liver/man/house_price.Rd |only liver-1.27/liver/man/insurance.Rd | 10 +- liver-1.27/liver/man/kNN.plot.Rd | 7 + liver-1.27/liver/man/marketing.Rd | 10 +- liver-1.27/liver/man/prop.conf.Rd | 4 - liver-1.27/liver/man/red_wines.Rd |only liver-1.27/liver/man/risk.Rd | 10 +- liver-1.27/liver/man/t_conf.Rd | 4 - liver-1.27/liver/man/white_wines.Rd |only liver-1.27/liver/man/z.conf.Rd | 4 - liver-1.27/liver/vignettes/liver-example.Rmd | 28 +++---- 62 files changed, 303 insertions(+), 264 deletions(-)
More information about epiworldRcalibrate at CRAN
Permanent link
Title: Creating Chronological Charts
Description: Easy way to draw chronological charts from tables, aiming to include an intuitive environment for anyone new to R. Includes 'ggplot2' geoms and theme for chronological charts.
Author: Thomas Rose [aut, cre] ,
Chiara Girotto [aut]
Maintainer: Thomas Rose <roseth@posteo.com>
Diff between chronochrt versions 0.1.4 dated 2025-11-22 and 0.1.5 dated 2026-02-18
DESCRIPTION | 8 - MD5 | 38 ++--- NEWS.md | 6 R/chronochrt_import.R | 2 build/vignette.rds |binary inst/doc/ChronochRt.html | 20 +- inst/doc/Examples.html | 4 man/add_chron.Rd | 278 +++++++++++++++++++-------------------- man/add_label_image.Rd | 164 +++++++++++------------ man/add_label_text.Rd | 160 +++++++++++----------- man/convert_to_chron.Rd | 106 +++++++-------- man/corr_xmax.Rd | 40 ++--- man/import_chron.Rd | 216 +++++++++++++++--------------- man/import_chron_csv.Rd | 48 +++--- man/import_chron_delim.Rd | 50 +++---- man/import_chron_excel.Rd | 46 +++--- man/pipe.Rd | 30 ++-- man/plot_chronochrt.Rd | 324 +++++++++++++++++++++++----------------------- man/theme_chronochrt.Rd | 58 ++++---- tests/testthat.R | 24 +-- 20 files changed, 812 insertions(+), 810 deletions(-)
Title: Building and Estimating Structural Equation Models
Description: A powerful, easy to use syntax for specifying and estimating complex
Structural Equation Models. Models can be estimated using Partial
Least Squares Path Modeling or Covariance-Based Structural Equation
Modeling or covariance based Confirmatory Factor Analysis (Ray, Danks, and Valdez 2021 <doi:10.2139/ssrn.3900621>).
Author: Soumya Ray [aut, ths],
Nicholas Patrick Danks [aut, cre],
Andre Calero Valdez [aut],
Juan Manuel Velasquez Estrada [ctb],
James Uanhoro [ctb],
Johannes Nakayama [ctb],
Lilian Koyan [ctb],
Laura Burbach [ctb],
Arturo Heynar Cano Bejar [ctb],
Susanne A [...truncated...]
Maintainer: Nicholas Patrick Danks <nicholasdanks@hotmail.com>
Diff between seminr versions 2.4.0 dated 2026-01-27 and 2.4.2 dated 2026-02-18
seminr-2.4.0/seminr/R/plot_test_utils.R |only seminr-2.4.0/seminr/man/check_test_plot.Rd |only seminr-2.4.2/seminr/DESCRIPTION | 13 seminr-2.4.2/seminr/MD5 | 63 +- seminr-2.4.2/seminr/NAMESPACE | 1 seminr-2.4.2/seminr/NEWS.md |only seminr-2.4.2/seminr/R/compute_metrics.R | 43 + seminr-2.4.2/seminr/R/evaluate_validity.R | 3 seminr-2.4.2/seminr/R/feature_plspredict.R | 3 seminr-2.4.2/seminr/R/plot_dot.R | 17 seminr-2.4.2/seminr/README.md | 2 seminr-2.4.2/seminr/build/partial.rdb |binary seminr-2.4.2/seminr/build/vignette.rds |binary seminr-2.4.2/seminr/inst/doc/SEMinR.html | 14 seminr-2.4.2/seminr/man/figures/model.png |binary seminr-2.4.2/seminr/man/figures/model2.png |binary seminr-2.4.2/seminr/man/figures/model_pls.png |binary seminr-2.4.2/seminr/tests/fixtures/V_3_6_0/boot_report_htmt.csv | 12 seminr-2.4.2/seminr/tests/fixtures/V_3_6_0/boot_report_loadings.csv | 28 - seminr-2.4.2/seminr/tests/fixtures/V_3_6_0/boot_report_paths.csv | 8 seminr-2.4.2/seminr/tests/fixtures/V_3_6_0/boot_report_total_indirect_paths.csv | 6 seminr-2.4.2/seminr/tests/fixtures/V_3_6_0/boot_report_weights | 28 - seminr-2.4.2/seminr/tests/testthat/helper-plotutils.R | 34 + seminr-2.4.2/seminr/tests/testthat/test-bootstrap.R | 4 seminr-2.4.2/seminr/tests/testthat/test-hoc.R | 4 seminr-2.4.2/seminr/tests/testthat/test-plot-basics.R | 71 +-- seminr-2.4.2/seminr/tests/testthat/test-plot-bootstrapped.R | 1 seminr-2.4.2/seminr/tests/testthat/test-plot-hoc-2stage-interaction.R | 1 seminr-2.4.2/seminr/tests/testthat/test-plot-htmt.R | 1 seminr-2.4.2/seminr/tests/testthat/test-plot-interaction.R | 1 seminr-2.4.2/seminr/tests/testthat/test-plot-themes.R | 1 seminr-2.4.2/seminr/tests/testthat/test-plspredict.R | 219 ++++++---- seminr-2.4.2/seminr/tests/testthat/test-summary.R | 56 -- seminr-2.4.2/seminr/tests/testthat/test-validity.R | 55 ++ 34 files changed, 415 insertions(+), 274 deletions(-)
Title: Routines for L1 Estimation
Description: L1 estimation for linear regression using Barrodale and Roberts' method
<doi:10.1145/355616.361024> and the EM algorithm <doi:10.1023/A:1020759012226>.
Estimation of mean and covariance matrix using the multivariate Laplace distribution,
density, distribution function, quantile function and random number generation
for univariate and multivariate Laplace distribution <doi:10.1080/03610929808832115>.
Implementation of Naik and Plungpongpun <doi:10.1007/0-8176-4487-3_7> for the
Generalized spatial median estimator is included.
Author: Felipe Osorio [aut, cre] ,
Tymoteusz Wolodzko [aut]
Maintainer: Felipe Osorio <faosorios.stat@gmail.com>
Diff between L1pack versions 0.62 dated 2026-01-15 and 0.62-4 dated 2026-02-18
ChangeLog | 5 +++ DESCRIPTION | 8 ++--- MD5 | 41 +++++++++++++++------------- R/lad.R | 70 ++++++++++++++++++++++++++++++++++++++++--------- build |only inst/CITATION | 4 +- man/LaplaceFit.Rd | 1 man/envelope.Rd | 7 ++-- man/ereturns.Rd | 3 +- man/l1ccc.Rd | 5 ++- man/l1fit.Rd | 2 + man/lad.Rd | 2 + man/lad.fit-methods.Rd | 6 ++-- man/mLaplace.Rd | 1 man/residuals.lad.Rd |only man/spatial.median.Rd | 1 man/vcov.lad.Rd | 17 ++++++++++- man/wilson.hilferty.Rd | 2 + src/R_init_L1pack.c | 4 ++ src/fitter_equal.c | 2 - src/interface.c | 14 ++++++++- src/interface.h | 3 +- src/lad_nuisance.c |only 23 files changed, 147 insertions(+), 51 deletions(-)
Title: Causal Inference with Spatio-Temporal Data
Description: Spatio-temporal causal inference based on point process data.
You provide the raw data of locations and timings of treatment and
outcome events, specify counterfactual scenarios, and the package
estimates causal effects over specified spatial and temporal windows.
See Papadogeorgou, et al. (2022) <doi:10.1111/rssb.12548> and
Mukaigawara, et al. (2024) <doi:10.31219/osf.io/5kc6f>.
Author: Mitsuru Mukaigawara [cre, aut] ,
Lingxiao Zhou [aut],
Georgia Papadogeorgou [aut] ,
Jason Lyall [aut] ,
Kosuke Imai [aut]
Maintainer: Mitsuru Mukaigawara <mitsuru_mukaigawara@g.harvard.edu>
Diff between geocausal versions 0.3.4 dated 2025-01-07 and 0.4.0 dated 2026-02-18
geocausal-0.3.4/geocausal/R/data-airstrikes_base.R |only geocausal-0.3.4/geocausal/R/predict_obs_dens.R |only geocausal-0.3.4/geocausal/data/airstrikes_base.rda |only geocausal-0.3.4/geocausal/man/airstrikes_base.Rd |only geocausal-0.3.4/geocausal/man/predict_obs_dens.Rd |only geocausal-0.4.0/geocausal/DESCRIPTION | 30 - geocausal-0.4.0/geocausal/MD5 | 113 +++--- geocausal-0.4.0/geocausal/NAMESPACE | 8 geocausal-0.4.0/geocausal/NEWS.md | 5 geocausal-0.4.0/geocausal/R/data-airstrikes-2006.R |only geocausal-0.4.0/geocausal/R/data-airstrikes.R | 4 geocausal-0.4.0/geocausal/R/data-insurgencies-2006.R |only geocausal-0.4.0/geocausal/R/data-insurgencies.R | 4 geocausal-0.4.0/geocausal/R/dx_outpred.R |only geocausal-0.4.0/geocausal/R/dx_supthin.R |only geocausal-0.4.0/geocausal/R/get_adaptive_baseline_dens.R |only geocausal-0.4.0/geocausal/R/get_base_dens.R | 107 +++--- geocausal-0.4.0/geocausal/R/get_cf_dens_adaptive.R |only geocausal-0.4.0/geocausal/R/get_cf_sum_log_intens.R | 36 +- geocausal-0.4.0/geocausal/R/get_dist_focus.R | 188 ++++------- geocausal-0.4.0/geocausal/R/get_dist_line.R | 200 ++++-------- geocausal-0.4.0/geocausal/R/get_elev.R | 71 ++-- geocausal-0.4.0/geocausal/R/get_em_vec.R | 33 + geocausal-0.4.0/geocausal/R/get_hfr.R | 81 ++-- geocausal-0.4.0/geocausal/R/get_obs_dens.R | 50 ++- geocausal-0.4.0/geocausal/R/get_power_dens.R | 2 geocausal-0.4.0/geocausal/R/get_weighted_surf.R | 33 + geocausal-0.4.0/geocausal/R/get_window.R | 42 ++ geocausal-0.4.0/geocausal/R/globals.R | 3 geocausal-0.4.0/geocausal/R/imls_to_arr.R | 60 +-- geocausal-0.4.0/geocausal/R/pixel_count_ppp.R | 42 ++ geocausal-0.4.0/geocausal/R/plot.cflist.R | 7 geocausal-0.4.0/geocausal/R/plot.distlist.R | 8 geocausal-0.4.0/geocausal/R/plot.est.R | 9 geocausal-0.4.0/geocausal/R/plot.hyperframe.R | 10 geocausal-0.4.0/geocausal/R/plot.obs.R | 50 ++- geocausal-0.4.0/geocausal/R/plot.powerlist.R | 5 geocausal-0.4.0/geocausal/R/plot.ppplist.R | 6 geocausal-0.4.0/geocausal/R/plot.supthin.R |only geocausal-0.4.0/geocausal/R/smooth_ppp.R | 96 +++-- geocausal-0.4.0/geocausal/R/summary.obs.R | 18 - geocausal-0.4.0/geocausal/README.md | 70 +++- geocausal-0.4.0/geocausal/data/airstrikes_2006.rda |only geocausal-0.4.0/geocausal/data/insurgencies_2006.rda |only geocausal-0.4.0/geocausal/data/iraq_window.rda |binary geocausal-0.4.0/geocausal/man/airstrikes.Rd | 2 geocausal-0.4.0/geocausal/man/airstrikes_2006.Rd |only geocausal-0.4.0/geocausal/man/dx_outpred.Rd |only geocausal-0.4.0/geocausal/man/dx_supthin.Rd |only geocausal-0.4.0/geocausal/man/get_adaptive_baseline_dens.Rd |only geocausal-0.4.0/geocausal/man/get_base_dens.Rd | 34 -- geocausal-0.4.0/geocausal/man/get_cf_dens_adaptive.Rd |only geocausal-0.4.0/geocausal/man/get_cf_sum_log_intens.Rd | 2 geocausal-0.4.0/geocausal/man/get_dist_focus.Rd | 32 + geocausal-0.4.0/geocausal/man/get_dist_line.Rd | 20 - geocausal-0.4.0/geocausal/man/get_elev.Rd | 2 geocausal-0.4.0/geocausal/man/get_em_vec.Rd | 16 geocausal-0.4.0/geocausal/man/get_hfr.Rd | 20 - geocausal-0.4.0/geocausal/man/get_obs_dens.Rd | 14 geocausal-0.4.0/geocausal/man/get_power_dens.Rd | 2 geocausal-0.4.0/geocausal/man/get_window.Rd | 6 geocausal-0.4.0/geocausal/man/imls_to_arr.Rd | 6 geocausal-0.4.0/geocausal/man/insurgencies.Rd | 2 geocausal-0.4.0/geocausal/man/insurgencies_2006.Rd |only geocausal-0.4.0/geocausal/man/pixel_count_ppp.Rd | 7 geocausal-0.4.0/geocausal/man/plot.obs.Rd | 24 + geocausal-0.4.0/geocausal/man/plot.supthin.Rd |only geocausal-0.4.0/geocausal/man/smooth_ppp.Rd | 8 68 files changed, 903 insertions(+), 685 deletions(-)
Title: Quality Report Generation for MaxQuant and mzTab Results
Description: Generates Proteomics (PTX) quality control (QC) reports for shotgun LC-MS data analyzed with the
MaxQuant software suite (from .txt files) or mzTab files (ideally from OpenMS 'QualityControl' tool).
Reports are customizable (target thresholds, subsetting) and available in HTML or PDF format.
Published in J. Proteome Res., Proteomics Quality Control: Quality Control Software for MaxQuant Results (2015)
<doi:10.1021/acs.jproteome.5b00780>.
Author: Chris Bielow [aut, cre],
Juliane Schmachtenberg [ctb],
Swenja Wagner [ctb],
Patricia Scheil [ctb],
Tom Waschischek [ctb],
Guido Mastrobuoni [dtc, rev]
Maintainer: Chris Bielow <chris.bielow@bsc.fu-berlin.de>
Diff between PTXQC versions 1.1.3 dated 2025-07-15 and 1.1.4 dated 2026-02-18
DESCRIPTION | 13 MD5 | 72 NEWS | 4 R/createReport.R | 1556 ++++++++-------- R/fcn_MQ.R | 650 +++---- R/fcn_miscGGplot.R | 376 ++-- R/fcn_plots.R | 2578 ++++++++++++++-------------- R/modsToTableByRaw.R | 16 R/qcMetric_MSMS.R | 424 ++-- README.md | 2 inst/doc/PTXQC-Basic_Guide_for_R_users.html | 4 inst/doc/PTXQC-CustomizeReport.html | 4 inst/doc/PTXQC-DragNDrop.html | 4 inst/doc/PTXQC-FAQ.html | 4 inst/doc/PTXQC-Input_And_Output_Data.html | 4 inst/doc/PTXQC-ListOfMetrics.html | 4 man/createReport.Rd | 8 man/getFragmentErrors.Rd | 2 man/getHTMLTable.Rd | 2 man/ggAxisLabels.Rd | 6 man/modsToTableByRaw.Rd | 2 man/plotTable.Rd | 4 man/plot_CalibratedMSErr.Rd | 4 man/plot_Charge.Rd | 2 man/plot_ContEVD.Rd | 4 man/plot_ContUser.Rd | 2 man/plot_ContUserScore.Rd | 2 man/plot_CountData.Rd | 2 man/plot_IDRate.Rd | 2 man/plot_MBRAlign.Rd | 4 man/plot_MBRIDtransfer.Rd | 4 man/plot_MBRgain.Rd | 2 man/plot_RTPeakWidth.Rd | 2 man/plot_RatiosPG.Rd | 4 man/plot_TIC.Rd | 2 man/plot_UncalibratedMSErr.Rd | 4 man/pointsPutX.Rd | 4 37 files changed, 2898 insertions(+), 2885 deletions(-)
Title: Fit Models Derived from Point Processes to Species Distributions
using 'inlabru'
Description: Integrated species distribution modeling is a rising field in quantitative ecology thanks to significant rises in the quantity of data available, increases in computational speed and the proven benefits of using such models.
Despite this, the general software to help ecologists construct such models in an easy-to-use framework is lacking.
We therefore introduce the R package 'PointedSDMs': which provides the tools to help ecologists set up integrated models and perform inference on them.
There are also functions within the package to help run spatial cross-validation for model selection, as well as generic plotting and predicting functions.
An introduction to these 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],
Bob O'hara [aut]
Maintainer: Philip Mostert <philip.s.mostert@ntnu.no>
Diff between PointedSDMs versions 2.1.4 dated 2025-08-29 and 2.1.5 dated 2026-02-18
DESCRIPTION | 8 ++--- MD5 | 26 ++++++++-------- R/assignCovariate.R | 25 +++++---------- R/datasetOut.R | 1 R/modISDM_predict.R | 56 ++++++++++++++++++++--------------- R/specifyISDM.R | 16 +++++++++- R/specifyMarks.R | 16 +++++++++- R/specifySpecies.R | 16 +++++++++- build/vignette.rds |binary inst/doc/Marked_Point_Process.html | 9 +++-- inst/doc/Setophaga.html | 9 +++-- inst/doc/Solitary_tinamou.html | 5 +-- inst/doc/Spatiotemporal_example.html | 9 +++-- tests/testthat/testthat_datasetOut.R | 11 ++++++ 14 files changed, 134 insertions(+), 73 deletions(-)
Title: Statistical Comparison of Two Networks Based on Several
Invariance Measures
Description: This permutation based hypothesis test, suited for several types of data
supported by the estimateNetwork function of the bootnet package (Epskamp & Fried, 2018),
assesses the difference between two networks based on several invariance measures (network
structure invariance, global strength invariance, edge invariance, several centrality
measures, etc.). Network structures are estimated with l1-regularization. The Network
Comparison Test is suited for comparison of independent (e.g., two different groups) and
dependent samples (e.g., one group that is measured twice). See van Borkulo et al. (2021),
available from <doi:10.1037/met0000476>.
Author: Claudia van Borkulo [aut],
Sacha Epskamp [aut],
Payton Jones [aut],
Jonas Haslbeck [ctb],
Alex Millner [ctb],
Karoline Huth [ctb],
Don van den Bergh [cre]
Maintainer: Don van den Bergh <d.vandenbergh@uva.nl>
Diff between NetworkComparisonTest versions 2.2.2 dated 2023-09-01 and 2.2.3 dated 2026-02-18
DESCRIPTION | 20 ++++++++++---------- MD5 | 8 ++++---- inst/examples/ex-NCT.R | 5 ++--- man/NCT.Rd | 5 ++--- tests/testthat/test-NCT.R | 3 +++ 5 files changed, 21 insertions(+), 20 deletions(-)
More information about NetworkComparisonTest at CRAN
Permanent link
Title: Interactive Forest Plot
Description: Interactive forest plot for clinical trial safety analysis
using 'metalite', 'reactable', 'plotly', and Analysis Data Model (ADaM)
datasets. Includes functionality for adverse event filtering,
incidence-based group filtering, hover-over reveals, and search and sort
operations. The workflow allows for metadata construction, data preparation,
output formatting, and interactive plot generation.
Author: Yilong Zhang [aut],
Benjamin Wang [aut, cre],
Yujie Zhao [aut],
Nan Xiao [ctb],
Hiroaki Fukuda [aut],
Yulia Sidi [ctb],
Xuan Deng [ctb],
Jeetener Chauhan [ctb],
Li Ma [ctb],
Chen Wang [ctb],
Madhusudhan Ginnaram [ctb],
Merck & Co., Inc., Rahway, NJ, [...truncated...]
Maintainer: Benjamin Wang <benjamin.wang@merck.com>
Diff between forestly versions 0.1.3 dated 2025-09-10 and 0.1.4 dated 2026-02-18
DESCRIPTION | 10 ++-- MD5 | 53 +++++++++++++---------- NEWS.md | 64 ++++++++++++++++------------ R/ae_forestly.R | 47 ++++++++++++++++---- R/format_ae_forestly.R | 51 ++++++++++++++-------- R/prepare_ae_forestly.R | 1 R/reactable2.R | 55 ++++++++++++++++++++---- README.md | 2 build/vignette.rds |binary inst/doc/customize-ae-specific-columns.Rmd | 2 inst/doc/customize-ae-specific-columns.html | 29 ++++++------ inst/doc/customize-color.html | 29 ++++++------ inst/doc/customize-diff-label.html | 29 ++++++------ inst/doc/customize-digits.html | 29 ++++++------ inst/doc/customize-display-only-soc.R |only inst/doc/customize-display-only-soc.Rmd |only inst/doc/customize-display-only-soc.html |only inst/doc/customize-listing-columns.html | 29 ++++++------ inst/doc/customize-toggle-buttons.R |only inst/doc/customize-toggle-buttons.Rmd |only inst/doc/customize-toggle-buttons.html |only inst/doc/customize-width.html | 29 ++++++------ inst/doc/customize-xlimit.html | 29 ++++++------ inst/doc/forest-plot-static.html | 22 ++++++--- man/ae_forestly.Rd | 13 ++++- man/format_ae_forestly.Rd | 16 +++---- tests/testthat/_snaps |only tests/testthat/test-ae_forestly.R | 31 +++++++++++++ tests/testthat/test-format_ae_forestly.R | 18 +++---- vignettes/customize-ae-specific-columns.Rmd | 2 vignettes/customize-display-only-soc.Rmd |only vignettes/customize-toggle-buttons.Rmd |only 32 files changed, 369 insertions(+), 221 deletions(-)
Title: Embedded Conic Solver in R
Description: R interface to the Embedded COnic Solver (ECOS), an efficient
and robust C library for convex problems. Conic and equality
constraints can be specified in addition to integer and
boolean variable constraints for mixed-integer problems. This
R interface is inspired by the python interface and has
similar calling conventions.
Author: Anqi Fu [aut],
Balasubramanian Narasimhan [aut, cre],
Florian Schwendinger [ctb],
Martin Maechler [ctb]
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Diff between ECOSolveR versions 0.6 dated 2026-02-18 and 0.6.1 dated 2026-02-18
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS.md | 8 +++++--- inst/doc/examples.html | 4 ++-- src/ecosolve.c | 13 ++++++++----- 5 files changed, 23 insertions(+), 18 deletions(-)
Title: Whale Optimization Algorithm for K-Medoids Clustering
Description: Implements the Whale Optimization Algorithm(WOA) for k-medoids clustering, providing tools for effective and efficient cluster analysis in various data sets. The methodology is based on "The Whale Optimization Algorithm" by Mirjalili and Lewis (2016) <doi:10.1016/j.advengsoft.2016.01.008>.
Author: Chenan Huang [aut, cre],
Narumasa Tsutsumida [aut]
Maintainer: Chenan Huang <hualianchan@gmail.com>
Diff between WOAkMedoids versions 0.1.0 dated 2024-08-28 and 0.2.2 dated 2026-02-18
DESCRIPTION | 18 ++-- MD5 | 22 +++-- NAMESPACE | 4 NEWS.md |only R/RcppExports.R | 50 +++++++++++ R/woa_kmedoids.R | 159 +++++++++++++++++++++++++++++++++++++- man/fitnessFunction_cpp.Rd |only man/fitnessFunction_serial_cpp.Rd |only man/medoidsEqual_cpp.Rd |only man/projectToIndex_cpp.Rd |only man/woa_kmedoids.Rd | 19 +++- src/Makevars |only src/Makevars.win |only src/RcppExports.cpp | 54 ++++++++++++ src/totalDistance.cpp | 20 ++-- src/woa_functions.cpp |only 16 files changed, 310 insertions(+), 36 deletions(-)
Title: Orchestration of Data Pipelines
Description: Framework for creating and orchestrating data pipelines. Organize, orchestrate, and monitor multiple pipelines in a single project. Use tags to decorate functions with scheduling parameters and configuration.
Author: Will Hipson [cre, aut, cph] ,
Ryan Garnett [aut, ctb, cph]
Maintainer: Will Hipson <will.e.hipson@gmail.com>
Diff between maestro versions 1.0.0 dated 2026-01-28 and 1.0.1 dated 2026-02-18
DESCRIPTION | 6 MD5 | 42 +- NEWS.md | 22 + R/MaestroPipeline.R | 360 ++++++++++++++++-------- R/MaestroPipelineList.R | 99 ++++-- R/MaestroSchedule.R | 29 + R/build_schedule.R | 5 R/run_schedule.R | 3 R/utils.R | 224 ++++++++++++++ inst/doc/maestro-1-quick-start.html | 8 inst/doc/maestro-3-advanced-scheduling.html | 16 - inst/doc/maestro-4-directed-acyclic-graphs.html | 26 - inst/doc/maestro-5-logging.html | 62 ++-- inst/doc/maestro-8-conditionals.html | 44 +- man/MaestroPipeline.Rd | 18 + man/MaestroPipelineList.Rd | 32 ++ man/build_schedule.Rd | 5 man/run_schedule.Rd | 3 tests/testthat/_snaps/get_schedule.md | 20 - tests/testthat/_snaps/multicore.md |only tests/testthat/test-MaestroSchedule.R | 15 - tests/testthat/test-multicore.R |only tests/testthat/test-run_schedule.R | 57 +++ 23 files changed, 830 insertions(+), 266 deletions(-)
Title: Visualize R Data Structures with Trees
Description: A set of tools for inspecting and understanding R data
structures inspired by str(). Includes ast() for visualizing abstract
syntax trees, ref() for showing shared references, cst() for showing
call stack trees, and obj_size() for computing object sizes.
Author: Hadley Wickham [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Diff between lobstr versions 1.1.3 dated 2025-11-14 and 1.2.0 dated 2026-02-18
DESCRIPTION | 6 - MD5 | 120 ++++++++++++++++++--- NAMESPACE | 7 + NEWS.md | 16 ++ R/cpp11.R | 4 R/lobstr.R | 4 R/src.R |only R/sxp.R | 102 +++++++----------- R/tree.R | 5 man/ast.Rd | 1 man/ref.Rd | 1 man/src.Rd |only man/sxp.Rd | 17 +-- man/tree.Rd | 3 src/Makevars |only src/address.cpp | 56 ++++++---- src/cpp11.cpp | 9 + src/inspect.cpp | 240 +++++++++++++++++++++++++++++++++++-------- src/lobstr.cpp |only src/rlang |only src/rlang.c |only src/size.cpp | 91 ++++++++++++---- src/utils.h | 7 - tests/testthat/_snaps/src.md |only tests/testthat/_snaps/sxp.md | 67 ++++++++---- tests/testthat/helper-src.R |only tests/testthat/test-size.R | 15 ++ tests/testthat/test-src.R |only tests/testthat/test-sxp.R | 23 ++++ 29 files changed, 593 insertions(+), 201 deletions(-)
Title: Efficiently Access Pro Golf Data
Description: Fetch Professional Golfers' Association (PGA) Tour tournament data
from ESPN <https://www.espn.com/golf/> including leaderboards and
hole-by-hole scoring. Data is returned in tidy tibble format ready for
analysis. Supports local storage via RDS or 'Apache Arrow' Parquet files
for fast repeated access. Designed for golf analytics, data journalism,
and fantasy sports research.
Author: Ray Carpenter [aut, cre, cph]
Maintainer: Ray Carpenter <raymondcarpenter1@gmail.com>
Diff between golfastr versions 0.1.5 dated 2026-02-12 and 0.2.0 dated 2026-02-18
DESCRIPTION | 7 ++--- MD5 | 25 ++++++++++-------- NAMESPACE | 1 R/api_espn.R | 1 R/data.R |only R/globals.R | 9 ++++++ R/load_season_stats.R | 24 +++++++---------- R/load_strokes_gained.R |only README.md | 55 ++++++++++++++++++++++++++++++++++++---- data |only man/list_tournaments.Rd | 5 ++- man/load_strokes_gained.Rd |only man/load_tournament.Rd | 6 ++-- man/load_tournament_detail.Rd | 2 - man/strokes_gained.Rd |only tests/testthat/test-load-data.R | 6 ++-- 16 files changed, 101 insertions(+), 40 deletions(-)
Title: Computational Methods for Economic Complexity
Description: A wrapper of different methods from Linear Algebra for the equations
introduced in The Atlas of Economic Complexity and related literature. This
package provides standard matrix and graph output that can be used seamlessly
with other packages. See <doi:10.21105/joss.01866> for a summary
of these methods and its evolution in literature.
Author: Mauricio Vargas Sepulveda [aut, cre, cph] ,
Carlo Bottai [ctb] ,
Diego Kozlowski [ctb] ,
Nico Pintar [rev] ,
The World Bank [dtc] ,
Open Trade Statistics [dtc]
Maintainer: Mauricio Vargas Sepulveda <m.vargas.sepulveda@gmail.com>
Diff between economiccomplexity versions 2.0.0 dated 2024-12-12 and 2.1.0 dated 2026-02-18
economiccomplexity-2.0.0/economiccomplexity/R/cpp11.R |only economiccomplexity-2.0.0/economiccomplexity/src/cpp11.cpp |only economiccomplexity-2.1.0/economiccomplexity/DESCRIPTION | 20 economiccomplexity-2.1.0/economiccomplexity/MD5 | 30 economiccomplexity-2.1.0/economiccomplexity/NAMESPACE | 8 economiccomplexity-2.1.0/economiccomplexity/NEWS.md |only economiccomplexity-2.1.0/economiccomplexity/R/cpp4r.R |only economiccomplexity-2.1.0/economiccomplexity/R/economiccomplexity-package.R | 2 economiccomplexity-2.1.0/economiccomplexity/R/projections.R | 10 economiccomplexity-2.1.0/economiccomplexity/build/partial.rdb |binary economiccomplexity-2.1.0/economiccomplexity/build/vignette.rds |binary economiccomplexity-2.1.0/economiccomplexity/configure | 211 + economiccomplexity-2.1.0/economiccomplexity/inst/doc/economiccomplexity.html | 1227 +++++----- economiccomplexity-2.1.0/economiccomplexity/man/economiccomplexity-package.Rd | 2 economiccomplexity-2.1.0/economiccomplexity/man/figures |only economiccomplexity-2.1.0/economiccomplexity/src/Makevars.in | 23 economiccomplexity-2.1.0/economiccomplexity/src/Makevars.win | 12 economiccomplexity-2.1.0/economiccomplexity/src/code.cpp | 63 economiccomplexity-2.1.0/economiccomplexity/src/cpp4r.cpp |only 19 files changed, 931 insertions(+), 677 deletions(-)
More information about economiccomplexity at CRAN
Permanent link
Title: Sumerian Cuneiform Text Analysis
Description: Provides functions for converting transliterated Sumerian texts to sign names and cuneiform characters,
creating and querying dictionaries, and analyzing the structure of
Sumerian words. Includes a built-in dictionary and supports both
forward lookup (Sumerian to English) and reverse lookup (English to
Sumerian).
Author: Robin Wellmann [aut, cre]
Maintainer: Robin Wellmann <ro.wellmann@gmail.com>
Diff between sumer versions 1.0.0 dated 2026-01-23 and 1.1.0 dated 2026-02-18
DESCRIPTION | 8 - MD5 | 37 +++- NAMESPACE | 24 ++- R/as.cuneiform.R | 1 R/grammar_probs.R |only R/info.R | 12 - R/mark_ngrams.R |only R/ngram_frequencies.R |only R/plot_sign_grammar.R |only R/prior_probs.R |only R/read_translated_text.R | 6 R/sign_grammar.R |only R/skeleton.R | 2 R/zzz.R | 23 ++ inst/extdata/enki_and_the_world_order.txt |only man/as.cuneiform.Rd | 5 man/as.sign_name.Rd | 143 ++++++++---------- man/grammar_probs.Rd |only man/mark_ngrams.Rd |only man/ngram_frequencies.Rd |only man/plot_sign_grammar.Rd |only man/prior_probs.Rd |only man/save_dictionary.Rd | 6 man/sign_grammar.Rd |only man/split_sumerian.Rd | 3 man/sumer-package.Rd | 231 ++++++++++++++++-------------- 26 files changed, 279 insertions(+), 222 deletions(-)
Title: R Bindings to the Calendaring Functionality of 'QuantLib'
Description: 'QuantLib' bindings are provided for R using 'Rcpp' via an evolved version
of the initial header-only 'Quantuccia' project offering an subset of 'QuantLib' (now
maintained separately just for the calendaring subset). See the included file 'AUTHORS'
for a full list of contributors to 'QuantLib' (and hence also 'Quantuccia').
Author: Dirk Eddelbuettel [aut, cre] ,
QuantLib Authors [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between qlcal versions 0.0.17 dated 2025-10-14 and 0.1.0 dated 2026-02-18
ChangeLog | 111 ++++++++++++ DESCRIPTION | 8 MD5 | 65 +++---- NAMESPACE | 4 R/RcppExports.R | 131 +++++++++------ R/dates.R | 13 + R/xptr.R |only README.md | 63 ++++--- build/partial.rdb |binary inst/NEWS.Rd | 18 ++ inst/include/qlcal_RcppExports.h | 193 ++++++++++++---------- inst/include/qlcal_as_wrap.h | 15 + man/adjust.Rd | 8 man/advanceDate.Rd | 4 man/advanceUnits.Rd | 7 man/businessDaysBetween.Rd | 5 man/getCalendar.Rd |only man/getEndOfMonth.Rd | 4 man/getHolidays.Rd | 6 man/getName.Rd | 7 man/isBusinessDay.Rd | 7 man/isEndOfMonth.Rd | 7 man/isHoliday.Rd | 7 man/isWeekend.Rd | 7 man/setCalendar.Rd | 12 - src/Makevars.in | 1 src/Makevars.win.in | 1 src/RcppExports.cpp | 336 ++++++++++++++++++++++----------------- src/calendars.cpp | 1 src/dates.cpp | 174 ++++++++++++-------- src/ql/patterns/observable.cpp | 8 src/ql/patterns/observable.hpp | 20 +- src/ql/time/calendar.cpp | 6 src/xptr.cpp |only tests/calendars.R | 15 + 35 files changed, 818 insertions(+), 446 deletions(-)
Title: Hematimetric Indices Calculator
Description: Tools to calculate Mean Corpuscular Volume, Mean Corpuscular
Hemoglobin, and Mean Corpuscular Hemoglobin Concentration,
which are essential for assessing red blood cell health and
diagnosing blood disorders.
Author: Andre Luis Fernandes dos Santos [aut, cre]
Maintainer: Andre Luis Fernandes dos Santos <andrvet@alumni.usp.br>
Diff between hemat versions 1.1.2 dated 2026-02-09 and 1.1.3 dated 2026-02-18
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/calc_mchc.R | 2 +- man/calc_mchc.Rd | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-)
Title: Statistical Power Simulation for Testing the Rasch Model
Description: Statistical power simulation for testing the Rasch Model based on a three-way analysis of variance design with mixed classification.
Author: Takuya Yanagida [cre, aut],
Jan Steinfeld [aut],
Thomas Kiefer [ctb]
Maintainer: Takuya Yanagida <takuya.yanagida@univie.ac.at>
Diff between pwrRasch versions 0.1-2 dated 2015-09-28 and 0.1-4 dated 2026-02-18
DESCRIPTION | 10 + MD5 | 35 +++--- NAMESPACE | 2 R/aov.rasch.R | 2 R/aov.rasch.sim.design.R |only R/pwr.rasch.R | 155 ++++++++++++++++++++++------- R/pwr.rasch.internal.R | 55 ++++++---- R/pwrRasch.R | 5 R/simul.rasch.R | 248 ++++++++++++++++++++++++++++++++++++++++------- man/aid_st2.Rd | 13 +- man/aov.rasch.Rd | 33 +++--- man/itemtable.Rd | 5 man/plot.pwrrasch.Rd | 47 +++++--- man/pwr.rasch.Rd | 48 +++++---- man/pwrRasch.Rd | 21 +-- man/reshape.rasch.Rd | 27 ++--- man/simul.rasch.Rd | 61 ++++++++--- man/summary.aovrasch.Rd | 7 - man/summary.pwrrasch.Rd | 7 - 19 files changed, 553 insertions(+), 228 deletions(-)
Title: Calculating Bilateral and Multilateral Price Indexes
Description: Preparing a scanner data set for price dynamics calculations (data selecting, data classification, data matching, data filtering). Computing bilateral and multilateral indexes. For details on these methods see: Diewert and Fox (2020)
<doi:10.1080/07350015.2020.1816176>, Białek (2019) <doi:10.2478/jos-2019-0014> or Białek (2020) <doi:10.2478/jos-2020-0037>.
Author: Jacek Bialek [aut, cre]
Maintainer: Jacek Bialek <jacek.bialek@uni.lodz.pl>
Diff between PriceIndices versions 0.2.7 dated 2026-01-21 and 0.2.8 dated 2026-02-18
DESCRIPTION | 6 MD5 | 42 ++- NAMESPACE | 12 NEWS.md | 10 R/PriceIndices.R | 30 ++ R/f_bilateral_indices.R | 605 ++++++++++++++++++++++++++++++++++++++++++++- R/f_chain_indices.R | 565 ++++++++++++++++++++++++------------------ R/f_general.R | 19 + R/f_internal.R | 48 +++ README.md | 90 +++--- inst/doc/PriceIndices.Rmd | 20 + inst/doc/PriceIndices.html | 114 ++++++-- man/PriceIndices.Rd | 30 ++ man/bmw.Rd | 6 man/chgeowalsh.Rd |only man/chhlc.Rd |only man/chtheil1.Rd |only man/chtheil2.Rd |only man/chwalsh_vartia.Rd |only man/chybmd.Rd |only man/dikhanov.Rd | 8 man/geowalsh.Rd |only man/hlc.Rd |only man/theil1.Rd |only man/theil2.Rd |only man/walsh_vartia.Rd |only man/ybmd.Rd |only vignettes/PriceIndices.Rmd | 20 + 28 files changed, 1280 insertions(+), 345 deletions(-)
Title: Interactive Command-Line Menus
Description: Provides interactive command-line menu functionality with
single and multiple selection menus, keyboard navigation (arrow keys or
vi-style j/k), preselection, and graceful fallback for non-interactive
environments. Inspired by tools such as 'inquirer.js'
<https://github.com/SBoudrias/Inquirer.js>, 'pick'
<https://github.com/aisk/pick>, and 'survey'
<https://github.com/AlecAivazis/survey>. Designed to be lightweight and
easy to integrate into 'R' packages and scripts.
Author: Petr ÄŒala [aut, cre]
Maintainer: Petr ÄŒala <61505008@fsv.cuni.cz>
Diff between climenu versions 0.1.4 dated 2026-02-11 and 0.1.5 dated 2026-02-18
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/menu.R | 13 +++++++------ R/select.R | 3 ++- R/utils.R | 6 +++--- 5 files changed, 19 insertions(+), 17 deletions(-)
Title: Text Mining Package
Description: A framework for text mining applications within R.
Author: Ingo Feinerer [aut] ,
Kurt Hornik [aut, cre] ,
Artifex Software, Inc. [ctb, cph]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between tm versions 0.7-17 dated 2025-12-10 and 0.7-18 dated 2026-02-18
DESCRIPTION | 8 ++++---- MD5 | 31 ++++++++++++++++--------------- build/partial.rdb |binary build/vignette.rds |binary data/acq.rda |binary data/crude.rda |binary inst/NEWS.Rd | 15 +++++++++++++++ inst/REFERENCES.R |only inst/doc/extensions.pdf |binary inst/doc/tm.pdf |binary man/acq.Rd | 5 +---- man/crude.Rd | 5 +---- man/readRCV1.Rd | 5 +---- man/readReut21578XML.Rd | 5 +---- man/stemCompletion.Rd | 4 +--- man/weightSMART.Rd | 4 +--- man/weightTfIdf.Rd | 4 +--- 17 files changed, 42 insertions(+), 44 deletions(-)
Title: Visualization using Graph Traversal
Description: Improving graphics by ameliorating order effects, using Eulerian tours
and Hamiltonian decompositions of graphs. References for the methods presented
here are C.B. Hurley and R.W. Oldford (2010) <doi:10.1198/jcgs.2010.09136> and
C.B. Hurley and R.W. Oldford (2011) <doi:10.1007/s00180-011-0229-5>.
Author: Catherine B. Hurley [aut],
R.W. Oldford [aut],
Catherine Hurley [cre]
Maintainer: Catherine Hurley <catherine.hurley@mu.ie>
Diff between PairViz versions 1.3.6 dated 2022-08-12 and 1.3.8 dated 2026-02-18
DESCRIPTION | 26 + MD5 | 20 - build/vignette.rds |binary inst/doc/MultipleComparisons.R | 22 - inst/doc/MultipleComparisons.html | 686 +++++++++++++++++++------------------- inst/doc/PairVizIntroduction.R | 28 - inst/doc/PairVizIntroduction.Rmd | 2 inst/doc/PairVizIntroduction.html | 469 +++++++++++++------------ inst/doc/pcp.R | 48 +- inst/doc/pcp.html | 439 ++++++++++++------------ vignettes/PairVizIntroduction.Rmd | 2 11 files changed, 890 insertions(+), 852 deletions(-)
Title: Embedded Conic Solver in R
Description: R interface to the Embedded COnic Solver (ECOS), an efficient
and robust C library for convex problems. Conic and equality
constraints can be specified in addition to integer and
boolean variable constraints for mixed-integer problems. This
R interface is inspired by the python interface and has
similar calling conventions.
Author: Anqi Fu [aut],
Balasubramanian Narasimhan [aut, cre],
Florian Schwendinger [ctb],
Martin Maechler [ctb]
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Diff between ECOSolveR versions 0.5.5 dated 2023-05-15 and 0.6 dated 2026-02-18
ECOSolveR-0.5.5/ECOSolveR/R/ECOSolveR.R |only ECOSolveR-0.5.5/ECOSolveR/man/ECOSolveR.Rd |only ECOSolveR-0.5.5/ECOSolveR/src/ecos-2954b2a-changes |only ECOSolveR-0.6/ECOSolveR/DESCRIPTION | 16 ECOSolveR-0.6/ECOSolveR/MD5 | 76 - ECOSolveR-0.6/ECOSolveR/NAMESPACE | 6 ECOSolveR-0.6/ECOSolveR/NEWS.md | 50 + ECOSolveR-0.6/ECOSolveR/R/ECOSolveR-package.R |only ECOSolveR-0.6/ECOSolveR/R/ecos.R | 385 +++++--- ECOSolveR-0.6/ECOSolveR/R/firstlib.R | 85 - ECOSolveR-0.6/ECOSolveR/build/vignette.rds |binary ECOSolveR-0.6/ECOSolveR/inst/doc/examples.R | 19 ECOSolveR-0.6/ECOSolveR/inst/doc/examples.Rmd | 39 ECOSolveR-0.6/ECOSolveR/inst/doc/examples.html | 54 + ECOSolveR-0.6/ECOSolveR/man/ECOS_cleanup.Rd |only ECOSolveR-0.6/ECOSolveR/man/ECOS_csolve.Rd | 2 ECOSolveR-0.6/ECOSolveR/man/ECOS_setup.Rd |only ECOSolveR-0.6/ECOSolveR/man/ECOS_solve.Rd |only ECOSolveR-0.6/ECOSolveR/man/ECOS_update.Rd |only ECOSolveR-0.6/ECOSolveR/man/ECOSolveR-package.Rd |only ECOSolveR-0.6/ECOSolveR/man/make_csc_matrix.Rd |only ECOSolveR-0.6/ECOSolveR/man/print.ecos_workspace.Rd |only ECOSolveR-0.6/ECOSolveR/src/Makevars | 9 ECOSolveR-0.6/ECOSolveR/src/Makevars.win | 7 ECOSolveR-0.6/ECOSolveR/src/ecos/README.txt |only ECOSolveR-0.6/ECOSolveR/src/ecos/ecos-unix.mk |only ECOSolveR-0.6/ECOSolveR/src/ecos/ecos-win.mk |only ECOSolveR-0.6/ECOSolveR/src/ecos/ecos.mk | 30 ECOSolveR-0.6/ECOSolveR/src/ecos/ecos_bb/ecos_bb_preproc.c | 25 ECOSolveR-0.6/ECOSolveR/src/ecos/include/ctrlc.h | 3 ECOSolveR-0.6/ECOSolveR/src/ecos/include/ecos_bb.h | 6 ECOSolveR-0.6/ECOSolveR/src/ecos/include/equil.h | 4 ECOSolveR-0.6/ECOSolveR/src/ecos/include/expcone.h | 4 ECOSolveR-0.6/ECOSolveR/src/ecos/include/glblopts.h | 6 ECOSolveR-0.6/ECOSolveR/src/ecos/include/wright_omega.h | 5 ECOSolveR-0.6/ECOSolveR/src/ecos/src/ecos.c | 66 + ECOSolveR-0.6/ECOSolveR/src/ecos/src/wright_omega.c | 8 ECOSolveR-0.6/ECOSolveR/src/ecosolve.c | 580 +++++++++---- ECOSolveR-0.6/ECOSolveR/src/ecosolver_init.c | 21 ECOSolveR-0.6/ECOSolveR/tests/testthat/test-bb.R | 14 ECOSolveR-0.6/ECOSolveR/tests/testthat/test-ecos.R | 68 + ECOSolveR-0.6/ECOSolveR/tests/testthat/test-lifecycle.R |only ECOSolveR-0.6/ECOSolveR/vignettes/examples.Rmd | 39 43 files changed, 1157 insertions(+), 470 deletions(-)
Title: WordNet Interface
Description: An interface to WordNet using the Jawbone Java API to WordNet.
WordNet (<https://wordnet.princeton.edu/>) is a large lexical database of
English. Nouns, verbs, adjectives and adverbs are grouped into sets of
cognitive synonyms (synsets), each expressing a distinct concept. Synsets
are interlinked by means of conceptual-semantic and lexical relations.
Please note that WordNet(R) is a registered tradename. Princeton
University makes WordNet available to research and commercial users
free of charge provided the terms of their license
(<https://wordnet.princeton.edu/license-and-commercial-use>) are followed,
and proper reference is made to the project using an appropriate
citation (<https://wordnet.princeton.edu/citing-wordnet>).
The WordNet database files need to be made available separately,
either via package 'wordnetDicts' from <https://datacube.wu.ac.at>,
installing system packages where available, or direct download from
<https://wordnetcode.princeton.ed [...truncated...]
Author: Ingo Feinerer [aut] ,
Kurt Hornik [aut, cre] ,
Mike Wallace [ctb, cph]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between wordnet versions 0.1-17 dated 2024-06-08 and 0.1-18 dated 2026-02-18
DESCRIPTION | 13 +++++++------ MD5 | 32 +++++++++++++++++--------------- build/partial.rdb |only build/vignette.rds |binary inst/REFERENCES.R |only inst/doc/wordnet.pdf |binary man/getDict.Rd | 9 +-------- man/getDictInstance.Rd | 4 +--- man/getFilterTypes.Rd | 4 +--- man/getIndexTerms.Rd | 4 +--- man/getLemma.Rd | 4 +--- man/getRelatedSynsets.Rd | 4 +--- man/getSynonyms.Rd | 4 +--- man/getSynsets.Rd | 4 +--- man/getTermFilter.Rd | 4 +--- man/getWord.Rd | 4 +--- man/initDict.Rd | 10 +--------- man/setDict.Rd | 9 +-------- 18 files changed, 36 insertions(+), 73 deletions(-)
Title: N-Gram Based Text Categorization
Description: Text categorization based on n-grams.
Author: Kurt Hornik [aut, cre] ,
Johannes Rauch [aut],
Christian Buchta [aut],
Ingo Feinerer [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between textcat versions 1.0-9 dated 2024-11-13 and 1.0-10 dated 2026-02-18
DESCRIPTION | 10 +++++----- MD5 | 15 ++++++++------- build/partial.rdb |binary data/ECIMCI_profiles.rda |binary data/TC_byte_profiles.rda |binary data/TC_char_profiles.rda |binary inst/REFERENCES.R |only man/ECIMCI_profiles.Rd | 7 +------ man/textcat.Rd | 13 ++----------- 9 files changed, 16 insertions(+), 29 deletions(-)
Title: Text Analysis Utilities
Description: Utilities for text analysis.
Author: Christian Buchta [aut],
Kurt Hornik [aut, cre] ,
Ingo Feinerer [aut] ,
David Meyer [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between tau versions 0.0-26 dated 2024-10-15 and 0.0-27 dated 2026-02-18
DESCRIPTION | 18 ++++++++++-------- MD5 | 10 ++++++---- R/sysdata.rda |binary build |only inst |only man/encoding.Rd | 4 +++- man/textcnt.Rd | 9 +++------ 7 files changed, 22 insertions(+), 19 deletions(-)
Title: R/Weka Interface
Description: An R interface to Weka (Version 3.9.3).
Weka is a collection of machine learning algorithms for data mining
tasks written in Java, containing tools for data pre-processing,
classification, regression, clustering, association rules, and
visualization. Package 'RWeka' contains the interface code, the
Weka jar is in a separate package 'RWekajars'. For more information
on Weka see <https://www.cs.waikato.ac.nz/ml/weka/>.
Author: Kurt Hornik [aut, cre] ,
Christian Buchta [ctb],
Torsten Hothorn [ctb],
Alexandros Karatzoglou [ctb],
David Meyer [ctb],
Achim Zeileis [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between RWeka versions 0.4-46 dated 2023-03-07 and 0.4-47 dated 2026-02-18
CHANGELOG | 8 ++++++ DESCRIPTION | 10 +++---- MD5 | 35 +++++++++++++------------- build/partial.rdb |binary build/vignette.rds |binary inst/REFERENCES.R |only inst/doc/RWeka.pdf |binary man/WOW.Rd | 5 --- man/Weka_associators.Rd | 17 ++---------- man/Weka_classifier_functions.Rd | 15 ++--------- man/Weka_classifier_lazy.Rd | 16 +++--------- man/Weka_classifier_meta.Rd | 49 +++++++++--------------------------- man/Weka_classifier_rules.Rd | 50 ++++++++----------------------------- man/Weka_classifier_trees.Rd | 51 +++++++++----------------------------- man/Weka_clusterers.Rd | 52 ++++++++++----------------------------- man/Weka_filters.Rd | 15 ++--------- man/Weka_interfaces.Rd | 5 --- man/Weka_stemmers.Rd | 5 --- man/evaluate_Weka_classifier.Rd | 4 --- 19 files changed, 99 insertions(+), 238 deletions(-)
Title: Data Structures and Algorithms for Relations
Description: Data structures and algorithms for k-ary relations with
arbitrary domains, featuring relational algebra, predicate functions,
and fitters for consensus relations.
Author: David Meyer [aut] ,
Kurt Hornik [aut, cre] ,
Christian Buchta [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between relations versions 0.6-15 dated 2025-02-19 and 0.6-16 dated 2026-02-18
DESCRIPTION | 10 +- MD5 | 53 +++++++-------- build/partial.rdb |binary build/vignette.rds |binary data/Cetacea.rda |binary data/Felines.rda |binary data/SVM_Benchmarking_Classification.rda |binary data/SVM_Benchmarking_Classification_Consensus.rda |binary data/SVM_Benchmarking_Regression.rda |binary data/SVM_Benchmarking_Regression_Consensus.rda |binary inst/NEWS.Rd | 13 +++ inst/REFERENCES.R |only inst/doc/relations.pdf |binary man/Cetacea.Rd | 8 -- man/Felines.Rd | 4 - man/SVMBench.Rd | 22 +----- man/algebra.Rd | 10 +- man/closure.Rd | 5 - man/components.Rd | 13 --- man/consensus.Rd | 74 +++++---------------- man/dissimilarity.Rd | 47 +++---------- man/pclust.Rd | 18 +---- man/predicates.Rd | 12 --- man/reduction.Rd | 11 --- man/relation.Rd | 14 --- man/scores.Rd | 54 ++++----------- man/trace.Rd | 8 -- vignettes/relations.bib | 35 ++++----- 28 files changed, 141 insertions(+), 270 deletions(-)
Title: Mixtures of von Mises-Fisher Distributions
Description: Fit and simulate mixtures of von Mises-Fisher distributions.
Author: Kurt Hornik [aut, cre] ,
Bettina Gruen [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between movMF versions 0.2-9 dated 2024-11-13 and 0.2-10 dated 2026-02-18
DESCRIPTION | 10 ++-- MD5 | 19 ++++---- build/partial.rdb |binary build/vignette.rds |binary data/useR_2008_abstracts.rda |binary inst/NEWS.Rd | 11 ++++ inst/REFERENCES.R |only inst/doc/movMF.pdf |binary man/movMF.Rd | 97 ++++++++++++++----------------------------- man/movMF_distribution.Rd | 9 +-- man/useR_2008_abstracts.Rd | 1 11 files changed, 62 insertions(+), 85 deletions(-)
Title: Input-Output Analysis
Description: An implementation of the Input-Output model developed by
Wassily Leontief that represents the interdependencies between different
sectors of a national economy or different regional economies.
Author: Mauricio Vargas [aut, cre] ,
Victor Falkenheim [ths],
Central Bank of Chile [dtc],
University of Bio-Bio [dtc]
Maintainer: Mauricio Vargas <m.vargas.sepulveda@gmail.com>
Diff between leontief versions 0.4 dated 2025-08-31 and 0.5 dated 2026-02-18
leontief-0.4/leontief/R/cpp11.R |only leontief-0.4/leontief/src/cpp11.cpp |only leontief-0.5/leontief/DESCRIPTION | 10 +++--- leontief-0.5/leontief/MD5 | 12 +++---- leontief-0.5/leontief/NEWS.md | 6 +++ leontief-0.5/leontief/R/cpp4r.R |only leontief-0.5/leontief/build/vignette.rds |binary leontief-0.5/leontief/src/cpp4r.cpp |only leontief-0.5/leontief/src/leontief-matrices.cpp | 38 ++++++++++++------------ 9 files changed, 35 insertions(+), 31 deletions(-)
Title: Cluster Ensembles
Description: CLUster Ensembles.
Author: Kurt Hornik [aut, cre] ,
Walter Boehm [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between clue versions 0.3-66 dated 2024-11-13 and 0.3-67 dated 2026-02-18
DESCRIPTION | 8 +- MD5 | 77 ++++++++++---------- build/partial.rdb |binary build/vignette.rds |binary data/CKME.rda |binary data/Cassini.rda |binary data/GVME.rda |binary data/GVME_Consensus.rda |binary data/Kinship82.rda |binary data/Kinship82_Consensus.rda |binary data/Phonemes.rda |binary inst/REFERENCES.R |only inst/doc/clue.Rnw | 2 inst/doc/clue.pdf |binary man/GVME.Rd | 10 +- man/GVME_Consensus.Rd | 20 +---- man/Kinship82.Rd | 33 ++------ man/Kinship82_Consensus.Rd | 22 +---- man/Phonemes.Rd | 9 -- man/addtree.Rd | 9 -- man/cl_agreement.Rd | 81 ++++++--------------- man/cl_bag.Rd | 20 +---- man/cl_consensus.Rd | 37 ++------- man/cl_dissimilarity.Rd | 143 ++++++++++++-------------------------- man/cl_fuzziness.Rd | 4 - man/cl_medoid.Rd | 8 -- man/cl_pam.Rd | 15 +-- man/cl_pclust.Rd | 14 +-- man/cl_validity.Rd | 21 +---- man/kmedoids.Rd | 17 +--- man/l1_fit_ultrametric.Rd | 21 +---- man/lattice.Rd | 9 -- man/ls_fit_addtree.Rd | 41 ++-------- man/ls_fit_sum_of_ultrametrics.Rd | 7 - man/ls_fit_ultrametric.Rd | 68 +++++------------- man/pclust.Rd | 6 - man/solve_LSAP.Rd | 4 - man/sumt.Rd | 5 - vignettes/clue.Rnw | 2 vignettes/cluster.bib | 7 + 40 files changed, 239 insertions(+), 481 deletions(-)
Title: Read and Analyze 'Anki' Flashcard Databases
Description: Comprehensive toolkit for reading and analyzing 'Anki'
flashcard collection databases. Provides functions to access
notes, cards, decks, note types, and review logs with a tidy
interface. Features extensive analytics including retention
rates, learning curves, forgetting curve fitting, and review
patterns. Supports 'FSRS' (Free Spaced Repetition Scheduler)
analysis with stability, difficulty, retrievability metrics,
parameter comparison, and workload predictions. Includes
visualization functions, comparative analysis, time-based
analytics, card quality assessment, sibling card analysis,
interference detection, predictive features, session simulation,
and an interactive Shiny dashboard. Academic/exam preparation
tools for medical students and board exam preparation. Export
capabilities include CSV, Org-mode, Markdown, SuperMemo, Mochi,
Obsidian SR, and JSON formats with progress reports.
Author: Christos Longros [aut, cre]
Maintainer: Christos Longros <chris.longros@gmail.com>
Diff between ankiR versions 0.2.0 dated 2026-01-19 and 0.6.0 dated 2026-02-18
DESCRIPTION | 38 ++-- LICENSE | 2 MD5 | 215 +++++++++++++++++++++- NAMESPACE | 142 +++++++++++++++ NEWS.md |only R/ab_comparison.R |only R/academic.R |only R/addon_import.R |only R/analytics.R |only R/burnout_quality.R |only R/cohort_velocity.R |only R/collection.R | 337 ++++++++++++++++++++++++++++++++---- R/compare.R |only R/dashboard.R |only R/efficiency.R |only R/export.R |only R/export_extended.R |only R/export_formats.R |only R/forgetting_curve.R |only R/fsrs_advanced.R |only R/fsrs_extended.R |only R/gamification.R |only R/media.R |only R/optimal_times.R |only R/paths.R | 59 +++++- R/plotting.R |only R/predict.R |only R/quality.R |only R/recommendations.R |only R/search.R |only R/search_enhanced.R |only R/sibling_interference.R |only R/simulation_enhanced.R |only R/streak_content.R |only R/time_analysis.R |only R/timeseries.R |only R/timeseries_enhanced.R |only R/utils-imports.R |only R/utils.R | 51 +++++ README.md | 272 +++++++++++++++++++++++++++-- build |only inst |only man/analyze_addon_import.Rd |only man/anki_ab_comparison.Rd |only man/anki_backlog_calculator.Rd |only man/anki_benchmark.Rd |only man/anki_best_review_times.Rd |only man/anki_buried.Rd |only man/anki_burnout_detection.Rd |only man/anki_card_complexity.Rd |only man/anki_card_content.Rd |only man/anki_card_recommendations.Rd |only man/anki_cards.Rd | 3 man/anki_cards_fsrs.Rd | 32 ++- man/anki_cards_full.Rd |only man/anki_cohort_analysis.Rd |only man/anki_collection.Rd | 20 +- man/anki_compare_by_age.Rd |only man/anki_compare_deck_difficulty.Rd |only man/anki_compare_decks.Rd |only man/anki_compare_forecasts.Rd |only man/anki_compare_groups.Rd |only man/anki_compare_periods.Rd |only man/anki_consistency.Rd |only man/anki_coverage_analysis.Rd |only man/anki_dashboard.Rd |only man/anki_db_path.Rd | 7 man/anki_decks.Rd |only man/anki_due.Rd |only man/anki_empty_cards.Rd |only man/anki_exam_readiness.Rd |only man/anki_export_importable.Rd |only man/anki_export_revlog.Rd |only man/anki_field_contents.Rd |only man/anki_find_similar.Rd |only man/anki_fit_forgetting_curve.Rd |only man/anki_forecast.Rd |only man/anki_forecast_enhanced.Rd |only man/anki_forecast_monte_carlo.Rd |only man/anki_gamification.Rd |only man/anki_health_check.Rd |only man/anki_heatmap_data.Rd |only man/anki_interference_analysis.Rd |only man/anki_learning_curve.Rd |only man/anki_learning_efficiency.Rd |only man/anki_learning_velocity.Rd |only man/anki_leeches.Rd |only man/anki_long_cards.Rd |only man/anki_mature.Rd |only man/anki_media_list.Rd |only man/anki_media_missing.Rd |only man/anki_media_path.Rd |only man/anki_media_stats.Rd |only man/anki_media_unused.Rd |only man/anki_models.Rd |only man/anki_monthly_summary.Rd |only man/anki_new.Rd |only man/anki_notes.Rd | 2 man/anki_plot_difficulty.Rd |only man/anki_plot_forecast.Rd |only man/anki_plot_forgetting_curve.Rd |only man/anki_plot_heatmap.Rd |only man/anki_plot_hours.Rd |only man/anki_plot_intervals.Rd |only man/anki_plot_monte_carlo.Rd |only man/anki_plot_retention.Rd |only man/anki_plot_stability.Rd |only man/anki_plot_weekdays.Rd |only man/anki_profiles.Rd | 2 man/anki_progress_report.Rd |only man/anki_quality_report.Rd |only man/anki_quick_summary.Rd |only man/anki_report.Rd |only man/anki_response_time.Rd |only man/anki_response_time_outliers.Rd |only man/anki_retention_by_type.Rd |only man/anki_retention_rate.Rd |only man/anki_retention_stability.Rd |only man/anki_review_quality.Rd |only man/anki_revlog.Rd | 3 man/anki_roi_analysis.Rd |only man/anki_schema_version.Rd |only man/anki_search.Rd |only man/anki_search_enhanced.Rd |only man/anki_session_analysis.Rd |only man/anki_session_stats.Rd |only man/anki_sibling_analysis.Rd |only man/anki_similar_cards.Rd |only man/anki_simulate_session.Rd |only man/anki_stats_daily.Rd |only man/anki_stats_deck.Rd |only man/anki_streak.Rd |only man/anki_streak_analytics.Rd |only man/anki_study_plan.Rd |only man/anki_study_priorities.Rd |only man/anki_summary.Rd |only man/anki_suspended.Rd |only man/anki_tag_analysis.Rd |only man/anki_tags.Rd |only man/anki_time_by_hour.Rd |only man/anki_time_by_weekday.Rd |only man/anki_timestamp_to_date.Rd | 5 man/anki_timestamp_to_datetime.Rd | 7 man/anki_to_csv.Rd |only man/anki_to_html.Rd |only man/anki_to_json.Rd |only man/anki_to_markdown.Rd |only man/anki_to_mochi.Rd |only man/anki_to_obsidian_sr.Rd |only man/anki_to_org.Rd |only man/anki_to_supermemo.Rd |only man/anki_today.Rd |only man/anki_ts_anomalies.Rd |only man/anki_ts_autocorrelation.Rd |only man/anki_ts_decompose.Rd |only man/anki_ts_forecast.Rd |only man/anki_ts_intervals.Rd |only man/anki_ts_learning.Rd |only man/anki_ts_maturation.Rd |only man/anki_ts_plot.Rd |only man/anki_ts_retention.Rd |only man/anki_ts_stability.Rd |only man/anki_ts_workload.Rd |only man/anki_weak_areas.Rd |only man/anki_workload_projection.Rd |only man/date_to_anki_timestamp.Rd |only man/figures |only man/fsrs_compare_parameters.Rd |only man/fsrs_current_retrievability.Rd |only man/fsrs_decay_distribution.Rd |only man/fsrs_difficulty_distribution.Rd |only man/fsrs_export_reviews.Rd |only man/fsrs_forgetting_index.Rd |only man/fsrs_from_csv.Rd |only man/fsrs_get_parameters.Rd |only man/fsrs_interval.Rd |only man/fsrs_memory_states.Rd |only man/fsrs_prepare_for_optimizer.Rd |only man/fsrs_retrievability.Rd | 31 ++- man/fsrs_stability_distribution.Rd |only man/import_addon_export.Rd |only man/plot.anki_decomposition.Rd |only man/print.anki_gamification.Rd |only man/print.anki_mc_forecast.Rd |only tests |only vignettes |only 186 files changed, 1112 insertions(+), 116 deletions(-)
Title: Threshold Sweep Extensions for Qualitative Comparative Analysis
Description: Provides threshold sweep methods for Qualitative Comparative
Analysis (QCA). Implements Condition Threshold Sweep-Single (CTS-S),
Condition Threshold Sweep-Multiple (CTS-M), Outcome Threshold Sweep (OTS),
and Dual Threshold Sweep (DTS) for systematic exploration of threshold
calibration effects on crisp-set QCA results. These methods extend
traditional robustness approaches by treating threshold variation as an
exploratory tool for discovering causal structures. Built on top of the
'QCA' package by Dusa (2019) <doi:10.1007/978-3-319-75668-4>, with function
arguments following 'QCA' conventions. Based on set-theoretic methods by
Ragin (2008) <doi:10.7208/chicago/9780226702797.001.0001> and established
robustness protocols by Rubinson et al. (2019)
<doi:10.1177/00491241211036158>.
Author: Yuki Toyoda [aut, cre],
Japan Society for the Promotion of Science [fnd]
Maintainer: Yuki Toyoda <yuki.toyoda.ds@hosei.ac.jp>
Diff between TSQCA versions 1.3.0 dated 2026-02-18 and 1.3.1 dated 2026-02-18
DESCRIPTION | 6 MD5 | 26 NEWS.md | 18 R/tsqca_cts.R | 4 R/tsqca_ots_dts.R | 8 inst/doc/TSQCA_Reproducible_EN.html | 2 inst/doc/TSQCA_Tutorial_EN.R | 22 inst/doc/TSQCA_Tutorial_EN.Rmd | 106 --- inst/doc/TSQCA_Tutorial_EN.html | 1241 +++++++++++++++++------------------- man/ctSweepM.Rd | 3 man/ctSweepS.Rd | 3 man/dtSweep.Rd | 3 man/otSweep.Rd | 5 vignettes/TSQCA_Tutorial_EN.Rmd | 106 --- 14 files changed, 724 insertions(+), 829 deletions(-)
Title: Mixture Models: Parametric, Semiparametric, and Robust
Description: Various functions are provided to estimate parametric mixture models
(with Gaussian, t, Laplace, log-concave distributions, etc.) and
non-parametric mixture models. The package performs hypothesis tests
and addresses label switching issues in mixture models.
The package also allows for parameter estimation in mixture of regressions,
proportion-varying mixture of regressions, and robust mixture of regressions.
Author: Suyeon Kang [aut, cre] ,
Xin Shen [aut] ,
Weixin Yao [aut] ,
Sijia Xiang [aut],
Yan Ge [aut, trl]
Maintainer: Suyeon Kang <suyeon.kang@ucf.edu>
This is a re-admission after prior archival of version 1.1.0 dated 2023-09-20
Diff between MixSemiRob versions 1.1.0 dated 2023-09-20 and 1.1.1 dated 2026-02-18
DESCRIPTION | 20 - MD5 | 12 NEWS.md | 22 - R/KDEEM.R | 804 +++++++++++++++++++++++++------------------------- R/varyprop.R | 848 ++++++++++++++++++++++++++--------------------------- man/kdeem.Rd | 2 man/mixregPvary.Rd | 2 7 files changed, 857 insertions(+), 853 deletions(-)
Title: Congruence Class Models for Networks
Description: Provides an implementation of Congruence Class Models for
generating networks. It facilitates sampling networks based
on specific topological properties and attribute mixing patterns using
a Markov Chain Monte Carlo framework. The implementation builds upon code
from the 'ergm' package; see Handcock et al. (2008) <doi:10.18637/jss.v024.i01>.
Author: Ravi Goyal [aut, cre],
Statnet Development Team [ctb, cph]
Maintainer: Ravi Goyal <ravi.j.goyal@gmail.com>
Diff between CCMnet versions 0.1.4 dated 2026-02-13 and 0.1.6 dated 2026-02-18
DESCRIPTION | 6 MD5 | 20 - inst/doc/CCMnet_introduction.html | 8 src/CCMnet_netprop_mixing.c | 10 src/CCMnet_netprop_mixing_degdist.c | 10 src/MCMC.c | 4 src/MCMC.h | 2 src/MCMC_prob.h | 12 src/MHproposals.c | 10 src/changestats.c | 440 ++++++++++++++++++------------------ src/init.c | 47 ++- 11 files changed, 288 insertions(+), 281 deletions(-)
Title: Time Series Analysis and Computational Finance
Description: Time series analysis and computational finance.
Author: Adrian Trapletti [aut],
Kurt Hornik [aut, cre] ,
Blake LeBaron [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between tseries versions 0.10-59 dated 2026-01-09 and 0.10-60 dated 2026-02-18
ChangeLog | 7 +++++ DESCRIPTION | 7 +++-- MD5 | 61 ++++++++++++++++++++++++------------------------ build/partial.rdb |binary data/NelPlo.rda |binary data/USeconomic.rda |binary data/bev.rda |binary data/camp.rda |binary data/ice.river.rda |binary data/nino.rda |binary data/tcm.rda |binary data/tcmd.rda |binary inst |only man/NelPlo.Rd | 12 +-------- man/USeconomic.Rd | 6 +--- man/adf.test.Rd | 14 ++--------- man/arma.Rd | 12 +++------ man/bds.test.Rd | 5 +-- man/bev.Rd | 7 +---- man/garch.Rd | 56 +++++++++++--------------------------------- man/ice.river.Rd | 16 +++--------- man/jarque.bera.test.Rd | 5 +-- man/kpss.test.Rd | 9 ++----- man/po.test.Rd | 10 +++---- man/portfolio.optim.Rd | 8 ++---- man/pp.test.Rd | 13 ++-------- man/runs.test.Rd | 6 ---- man/summary.garch.Rd | 9 ++----- man/surrogate.Rd | 9 ++----- man/terasvirta.test.Rd | 5 --- man/tsbootstrap.Rd | 21 +++++----------- man/white.test.Rd | 5 --- 32 files changed, 107 insertions(+), 196 deletions(-)
Title: Machine Learning Benchmark Problems
Description: A collection of artificial and real-world machine learning
benchmark problems, including, e.g., several
data sets from the UCI repository.
Author: Friedrich Leisch [aut] ,
Evgenia Dimitriadou [aut],
Kurt Hornik [cre]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between mlbench versions 2.1-6 dated 2024-12-30 and 2.1-7 dated 2026-02-18
DESCRIPTION | 12 ++--- MD5 | 91 +++++++++++++++++++++--------------------- NEWS | 12 +++++ R/mlbench-class.R | 2 build/partial.rdb |binary data/BostonHousing.rda |binary data/BostonHousing2.rda |binary data/BreastCancer.rda |binary data/DNA.rda |binary data/Glass.rda |binary data/HouseVotes84.rda |binary data/Ionosphere.rda |binary data/LetterRecognition.rda |binary data/Ozone.rda |binary data/PimaIndiansDiabetes.rda |binary data/PimaIndiansDiabetes2.rda |binary data/Satellite.rda |binary data/Servo.rda |binary data/Shuttle.rda |binary data/Sonar.rda |binary data/Soybean.rda |binary data/Vehicle.rda |binary data/Vowel.rda |binary data/Zoo.rda |binary inst/REFERENCES.R |only man/BostonHousing.Rd | 41 ++++++------------ man/BreastCancer.Rd | 19 ++------ man/DNA.Rd | 23 +--------- man/Glass.Rd | 10 +--- man/HouseVotes84.Rd | 10 +--- man/Ionosphere.Rd | 14 +----- man/LetterRecognition.Rd | 13 +----- man/Ozone.Rd | 7 +-- man/PimaIndiansDiabetes.Rd | 21 +-------- man/Satellite.Rd | 8 --- man/Servo.Rd | 15 ------ man/Shuttle.Rd | 8 --- man/Sonar.Rd | 19 ++------ man/Soybean.Rd | 37 +++++------------ man/Vehicle.Rd | 15 +----- man/Vowel.Rd | 22 ++-------- man/Zoo.Rd | 15 ++---- man/mlbench.friedman1.Rd | 11 +---- man/mlbench.friedman2.Rd | 13 ++---- man/mlbench.friedman3.Rd | 13 ++---- man/mlbench.threenorm.Rd | 4 - man/mlbench.waveform.Rd | 12 ----- 47 files changed, 166 insertions(+), 301 deletions(-)
Title: Spacing Tests for Multi-Modality
Description: Tests for modality of data using its spacing. The main approach
evaluates features (peaks, flats) using a combination of parametric models
and non-parametric tests, either after smoothing the spacing by a low-pass
filter or by looking over larger intervals.
Author: Greg Kreider [aut, cre],
Melissa O'Neill [cph],
Primordial Machine Vision Systems, Inc. [cph]
Maintainer: Greg Kreider <support@primachvis.com>
This is a re-admission after prior archival of version 1.0.0 dated 2025-12-18
Diff between Dimodal versions 1.0.0 dated 2025-12-18 and 1.0.3 dated 2026-02-18
Dimodal-1.0.0/Dimodal/R/cpt.R |only Dimodal-1.0.0/Dimodal/man/Dicpt.Rd |only Dimodal-1.0.0/Dimodal/man/find_cpt.Rd |only Dimodal-1.0.0/Dimodal/tests/test_find_cpt.Rtest |only Dimodal-1.0.3/Dimodal/ChangeLog |only Dimodal-1.0.3/Dimodal/DESCRIPTION | 27 - Dimodal-1.0.3/Dimodal/MD5 | 79 ++-- Dimodal-1.0.3/Dimodal/NAMESPACE | 7 Dimodal-1.0.3/Dimodal/R/Dimodal.R | 38 -- Dimodal-1.0.3/Dimodal/R/Diopt.R | 27 - Dimodal-1.0.3/Dimodal/R/Ditrack.R | 2 Dimodal-1.0.3/Dimodal/R/detectors.R | 4 Dimodal-1.0.3/Dimodal/R/methods.R | 387 --------------------- Dimodal-1.0.3/Dimodal/R/sigtests.R | 21 - Dimodal-1.0.3/Dimodal/R/utility.R | 2 Dimodal-1.0.3/Dimodal/man/Didata.Rd | 5 Dimodal-1.0.3/Dimodal/man/Diflat.Rd | 4 Dimodal-1.0.3/Dimodal/man/Dimodal-package.Rd | 18 Dimodal-1.0.3/Dimodal/man/Dimodal.Rd | 49 -- Dimodal-1.0.3/Dimodal/man/Diopt.Rd | 45 -- Dimodal-1.0.3/Dimodal/man/Dipeak.Rd | 4 Dimodal-1.0.3/Dimodal/man/find_level_sections.Rd | 6 Dimodal-1.0.3/Dimodal/man/kirkwood.Rd | 15 Dimodal-1.0.3/Dimodal/man/utilities.Rd | 14 Dimodal-1.0.3/Dimodal/src/Dimodal.c | 2 Dimodal-1.0.3/Dimodal/src/detectors.c | 20 - Dimodal-1.0.3/Dimodal/src/pcg_variants.h | 5 Dimodal-1.0.3/Dimodal/src/sigtests.c | 2 Dimodal-1.0.3/Dimodal/src/utility.c | 4 Dimodal-1.0.3/Dimodal/tests/eval_Dimodal.Rchar | 3 Dimodal-1.0.3/Dimodal/tests/test_Dimodal.Rtest | 24 - Dimodal-1.0.3/Dimodal/tests/test_Diopt.Rtest | 65 --- Dimodal-1.0.3/Dimodal/tests/test_Ditrack.Rtest | 4 Dimodal-1.0.3/Dimodal/tests/test_all.R | 1 Dimodal-1.0.3/Dimodal/tests/test_all.Rout.save | 2 Dimodal-1.0.3/Dimodal/tests/test_common.Rtest | 23 + Dimodal-1.0.3/Dimodal/tests/test_find_flats.Rtest | 23 + Dimodal-1.0.3/Dimodal/tests/test_find_lvlsec.Rtest | 2 Dimodal-1.0.3/Dimodal/tests/test_find_peaks.Rtest | 55 +- Dimodal-1.0.3/Dimodal/tests/test_find_runs.Rtest | 2 Dimodal-1.0.3/Dimodal/tests/test_library.Rtest | 3 Dimodal-1.0.3/Dimodal/tests/test_sigtests.Rtest | 5 Dimodal-1.0.3/Dimodal/tests/test_utility.Rtest | 2 43 files changed, 237 insertions(+), 764 deletions(-)
Title: Functions for Handling Dates
Description: Functions for handling dates.
Author: Terry Therneau [aut] ,
Thomas Lumley [trl] ,
Kjetil Halvorsen [trl] ,
Kurt Hornik [trl, aut, cre] ,
R Core Team [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between date versions 1.2-42 dated 2023-01-31 and 1.2-43 dated 2026-02-18
ChangeLog | 8 ++++++++ DESCRIPTION | 10 +++++----- MD5 | 10 ++++++---- build |only inst |only man/date.mdy.Rd | 6 +----- man/mdy.date.Rd | 7 +------ 7 files changed, 21 insertions(+), 20 deletions(-)
Title: Statistical Methods and Models for Claims Reserving in General
Insurance
Description: Various statistical methods and models which are
typically used for the estimation of outstanding claims reserves
in general insurance, including those to estimate the claims
development result as required under Solvency II.
Author: Markus Gesmann [aut, cre],
Daniel Murphy [aut],
Yanwei Zhang [aut],
Alessandro Carrato [aut],
Giuseppe Crupi [ctb],
Christophe Dutang [ctb],
Arnaud Lacoume [ctb],
Arthur Charpentier [ctb],
Mario Wuthrich [aut],
Fabio Concina [aut],
Eric Dal Moro [au [...truncated...]
Maintainer: Markus Gesmann <markus.gesmann@googlemail.com>
Diff between ChainLadder versions 0.2.20 dated 2025-02-06 and 0.2.21 dated 2026-02-18
DESCRIPTION | 8 MD5 | 17 - NEWS.md | 6 R/PIC.R | 416 ++++++--------------------------------------- build/vignette.rds |binary inst/doc/ChainLadder.html | 275 ++++++++++++++--------------- inst/unitTests/runit.PIC.R |only man/CDR.Rd | 2 man/ChainLadder-package.Rd | 2 man/MW2014.Rd | 3 10 files changed, 222 insertions(+), 507 deletions(-)
Title: Convex Clustering Methods and Clustering Indexes
Description: Convex Clustering methods, including K-means algorithm,
On-line Update algorithm (Hard Competitive Learning) and Neural Gas
algorithm (Soft Competitive Learning), and calculation of several
indexes for finding the number of clusters in a data set.
Author: Evgenia Dimitriadou [aut],
Kurt Hornik [ctb, cre]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Diff between cclust versions 0.6-26 dated 2023-05-02 and 0.6-27 dated 2026-02-18
DESCRIPTION | 11 ++++++----- MD5 | 6 ++++-- build |only inst |only man/Rindexes.Rd | 7 ++----- 5 files changed, 12 insertions(+), 12 deletions(-)
Title: Policy Learning via Doubly Robust Empirical Welfare Maximization
over Trees
Description: Learn optimal policies via doubly robust empirical
welfare maximization over trees. Given doubly robust reward estimates, this package
finds a rule-based treatment prescription policy, where the policy takes the form of
a shallow decision tree that is globally (or close to) optimal.
Author: Erik Sverdrup [aut, cre],
Ayush Kanodia [aut],
Zhengyuan Zhou [aut],
Susan Athey [aut],
Stefan Wager [aut]
Maintainer: Erik Sverdrup <erik.sverdrup@monash.edu>
Diff between policytree versions 1.2.3 dated 2024-06-13 and 1.2.4 dated 2026-02-18
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- R/RcppExports.R | 4 ++-- R/policy_tree.R | 2 +- src/RcppExports.cpp | 9 +++++---- src/Rcppbindings.cpp | 7 +++++-- src/tree_search.cpp | 38 +++++++++++++++++++++++++++++++++----- src/tree_search.h | 3 ++- 8 files changed, 58 insertions(+), 25 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-02-16 1.0.1
2026-02-03 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-02-17 0.3.0
2026-02-05 0.2.1
2026-01-31 0.2.0
Title: Regression Modeling Strategies
Description: Regression modeling, testing, estimation, validation,
graphics, prediction, and typesetting by storing enhanced model design
attributes in the fit. 'rms' is a collection of functions that
assist with and streamline modeling. It also contains functions for
binary and ordinal logistic regression models, ordinal models for
continuous Y with a variety of distribution families, and the Buckley-James
multiple regression model for right-censored responses, and implements
penalized maximum likelihood estimation for logistic and ordinary
linear models. 'rms' works with almost any regression model, but it
was especially written to work with binary or ordinal regression
models, Cox regression, accelerated failure time models,
ordinary linear models, the Buckley-James model, generalized least
squares for serially or spatially correlated observations, generalized
linear models, and quantile regression.
Author: Frank E Harrell Jr [aut, cre]
Maintainer: Frank E Harrell Jr <fh@fharrell.com>
Diff between rms versions 8.1-0 dated 2025-10-14 and 8.1-1 dated 2026-02-18
DESCRIPTION | 12 +- MD5 | 43 ++++----- NEWS | 16 +++ R/Ocens.r | 84 ++++++++++------- R/Survival.orm.r | 202 +++++++++++++++++++++++++++---------------- R/infoMxop.r | 24 +++-- R/intCalibration.r | 1 R/lrm.fit.r | 20 ++-- R/ordParallel.r | 2 R/orm.fit.s | 23 ++-- R/recode2integer.r | 2 R/rmsMisc.s | 50 ++++++---- inst/tests/ExProb.r |only inst/tests/Survival-orm-km.r |only inst/tests/Survival.orm.r | 1 inst/tests/ordinal-robcov.r |only man/ExProb.Rd | 3 man/Ocens2ord.Rd | 4 man/importexport.Rd | 2 man/infoMxop.Rd | 4 man/lrm.Rd | 3 man/lrm.fit.Rd | 2 man/orm.Rd | 3 man/recode2integer.Rd | 2 24 files changed, 313 insertions(+), 190 deletions(-)
Title: Landscape Meteorology Tools
Description: Functions to estimate weather variables at any position of a landscape [De Caceres et al. (2018) <doi:10.1016/j.envsoft.2018.08.003>].
Author: Miquel De Caceres [aut, cre] ,
Victor Granda [aut] ,
Nicolas Martin [aut] ,
Antoine Cabon [aut]
Maintainer: Miquel De Caceres <miquelcaceres@gmail.com>
Diff between meteoland versions 2.2.5 dated 2025-12-12 and 2.2.6 dated 2026-02-18
meteoland-2.2.5/meteoland/src/utils.h |only meteoland-2.2.6/meteoland/DESCRIPTION | 8 meteoland-2.2.6/meteoland/MD5 | 30 meteoland-2.2.6/meteoland/NEWS.md | 3 meteoland-2.2.6/meteoland/R/RcppExports.R | 106 +- meteoland-2.2.6/meteoland/inst/doc/reshaping-meteo.html | 62 - meteoland-2.2.6/meteoland/inst/doc/tidy-meteoland.html | 23 meteoland-2.2.6/meteoland/inst/include/meteoland |only meteoland-2.2.6/meteoland/inst/include/meteoland_RcppExports.h | 168 ++- meteoland-2.2.6/meteoland/src/Makevars |only meteoland-2.2.6/meteoland/src/Makevars.win |only meteoland-2.2.6/meteoland/src/PET.cpp | 105 ++ meteoland-2.2.6/meteoland/src/RcppExports.cpp | 370 +++++-- meteoland-2.2.6/meteoland/src/radiation.cpp | 469 +--------- meteoland-2.2.6/meteoland/src/radiation.h | 22 meteoland-2.2.6/meteoland/src/relativehumidity.cpp | 12 meteoland-2.2.6/meteoland/src/utils.cpp | 308 ------ 17 files changed, 661 insertions(+), 1025 deletions(-)
Title: Efficient Spatial Thinning of Species Occurrences
Description: Provides efficient geospatial thinning algorithms to reduce
the density of coordinate data while maintaining spatial
relationships. Implements K-D Tree and brute-force distance-based
thinning, as well as grid-based and precision-based thinning methods.
For more information on the methods, see Elseberg et al. (2012)
<https://hdl.handle.net/10446/86202>.
Author: Jorge Mestre-Tomas [aut, cre]
Maintainer: Jorge Mestre-Tomas <jorge.mestre.tomas@csic.es>
Diff between GeoThinneR versions 2.1.0 dated 2025-11-25 and 2.1.1 dated 2026-02-18
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 10 ++++++++++ R/GeoThinned_class.R | 7 ++++++- R/distance_thinning.R | 4 +++- inst/doc/GeoThinneR.html | 10 +++++----- man/GeoThinned.Rd | 5 +++++ 7 files changed, 38 insertions(+), 16 deletions(-)
Title: Utilities for the Forest Research Institute of the State
Baden-Wuerttemberg
Description: Miscellaneous utilities, tools and helper
functions for finding and searching files on disk, searching for and
removing R objects from the workspace.
Does not import or depend on any third party package, but on core R
only (i.e. it may depend on packages with priority 'base').
Author: Andreas Dominik Cullmann [aut, cre]
Maintainer: Andreas Dominik Cullmann <fvafrcu@mailbox.org>
Diff between fritools versions 4.5.0 dated 2025-05-12 and 4.6.0 dated 2026-02-18
DESCRIPTION | 8 +-- MD5 | 64 +++++++++++++----------- NAMESPACE | 7 ++ NEWS.md | 7 ++ R/clipboard_path.R | 4 - R/convert_umlauts_to_ascii.R | 4 - R/convert_umlauts_to_tex.R | 21 +++++-- R/convert_umlauts_to_utf8.R |only R/find_missing_doc.R | 10 ++- R/fromto.R | 2 R/get_session_string.R | 6 +- R/powers_of_ten.R |only R/relative_difference.R | 3 - R/split_code_file.R | 10 +++ inst/NEWS.rd | 9 +++ inst/doc/Not_an_Introduction_to_fritools.pdf |binary inst/tinytest/test_convert_umlauts_to_ascii.R | 69 ++++++++++++-------------- inst/tinytest/test_convert_umlauts_to_utf8.R |only inst/tinytest/test_powers_of_ten.R |only man/char2factor.Rd | 3 - man/clipboard_path.Rd | 4 - man/column_sums.Rd | 1 man/convert_umlauts_to_ascii.Rd | 5 + man/convert_umlauts_to_tex.Rd | 1 man/convert_umlauts_to_utf8.Rd |only man/count_groups.Rd | 1 man/escape_non_ascii.Rd | 3 - man/file_string.Rd | 3 - man/fromto.Rd | 2 man/get_german_umlauts.Rd | 3 - man/powers_of_ten.Rd |only man/relative_difference.Rd | 1 man/round_half_away_from_zero.Rd | 1 man/sloboda.Rd | 1 man/split_code_file.Rd | 5 + man/weighted_variance.Rd | 1 36 files changed, 160 insertions(+), 99 deletions(-)
Title: Represent Ordered Lists and Pairs as Strings
Description: Interconverts between ordered lists and compact string notation.
Useful for capturing code lists, and pair-wise codes and decodes, for text storage.
Analogous to factor levels and labels. Generics encode() and decode()
perform interconversion, while codes() and decodes() extract components of an encoding.
The function encoded() checks whether something is interpretable as an encoding.
If a vector has an encoded 'guide' attribute, as_factor() uses it to coerce to factor.
Author: Tim Bergsma [aut, cre]
Maintainer: Tim Bergsma <bergsmat@gmail.com>
Diff between encode versions 0.3.6 dated 2019-04-25 and 0.3.7 dated 2026-02-18
DESCRIPTION | 15 +++++++++------ MD5 | 32 ++++++++++++++++---------------- R/encode.R | 2 +- man/as_factor.Rd | 7 +++++-- man/codes.Rd | 4 +++- man/codes.default.Rd | 4 +++- man/decode.Rd | 8 +++++--- man/decode.data.frame.Rd | 7 +++++-- man/decode.default.Rd | 7 +++++-- man/decodes.Rd | 4 +++- man/decodes.default.Rd | 4 +++- man/encode.Rd | 9 ++++++--- man/encode.character.Rd | 9 ++++++--- man/encode.default.Rd | 7 +++++-- man/encode.list.Rd | 7 +++++-- man/encoded.Rd | 4 +++- man/encoded.default.Rd | 4 +++- 17 files changed, 86 insertions(+), 48 deletions(-)
Title: CBRT Data on Turkish Economy
Description: The Central Bank of the Republic of Turkey (CBRT) provides one of
the most comprehensive time series databases on the Turkish economy. The 'CBRT'
package provides functions for accessing the CBRT's electronic data delivery
system <https://evds3.tcmb.gov.tr/>. It contains the lists of all data
categories and data groups for searching the available variables (data series).
As of February 17, 2026, there were 47,986 variables in the dataset. The lists
of data categories and data groups can be updated by the user at any time. A
specific variable, a group of variables, or all variables in a data group can
be downloaded at different frequencies using a variety of aggregation methods.
Author: Erol Taymaz [aut, cre]
Maintainer: Erol Taymaz <etaymaz@metu.edu.tr>
Diff between CBRT versions 0.1.1 dated 2024-11-13 and 0.2.0 dated 2026-02-18
DESCRIPTION | 15 ++++++++------- MD5 | 22 +++++++++++----------- NEWS.md | 8 +++++--- R/CBRT.R | 12 ++++++------ README.md | 22 ++++++++++++++-------- build/vignette.rds |binary data/allCBRTCategories.rda |binary data/allCBRTGroups.rda |binary data/allCBRTSeries.rda |binary inst/doc/CBRT.Rmd | 12 ++++++------ inst/doc/CBRT.html | 16 ++++++++-------- vignettes/CBRT.Rmd | 12 ++++++------ 12 files changed, 64 insertions(+), 55 deletions(-)
Title: AIRR Data Representation Reference Library
Description: Schema definitions and read, write and validation tools for data
formatted in accordance with the AIRR Data Representation schemas defined
by the AIRR Community <https://docs.airr-community.org>.
Author: Jason Vander Heiden [aut, cre],
Susanna Marquez [aut],
Scott Christley [aut],
Katharina Imkeller [aut],
Ulrik Stervbo [aut],
Gisela Gabernet [aut],
AIRR Community [cph]
Maintainer: Jason Vander Heiden <jason.vanderheiden@gmail.com>
Diff between airr versions 1.5.0 dated 2023-08-29 and 1.6.1 dated 2026-02-18
DESCRIPTION | 17 ++++--- MD5 | 27 ++++++++---- NEWS.md | 12 +++++ build/vignette.rds |binary inst/doc/Usage-Vignette.Rmd | 2 inst/doc/Usage-Vignette.html | 7 +-- inst/extdata/airr-schema.yaml | 94 +++++++++++++++++++++++++----------------- tests |only vignettes/Usage-Vignette.Rmd | 2 9 files changed, 105 insertions(+), 56 deletions(-)
Title: Threshold Sweep Extensions for Qualitative Comparative Analysis
Description: Provides threshold sweep methods for Qualitative Comparative
Analysis (QCA). Implements Condition Threshold Sweep-Single (CTS-S),
Condition Threshold Sweep-Multiple (CTS-M), Outcome Threshold Sweep (OTS),
and Dual Threshold Sweep (DTS) for systematic exploration of threshold
calibration effects on crisp-set QCA results. These methods extend
traditional robustness approaches by treating threshold variation as an
exploratory tool for discovering causal structures. Built on top of the
'QCA' package by Dusa (2019) <doi:10.1007/978-3-319-75668-4>, with function
arguments following 'QCA' conventions. Based on set-theoretic methods by
Ragin (2008) <doi:10.7208/chicago/9780226702797.001.0001> and established
robustness protocols by Rubinson et al. (2019)
<doi:10.1177/00491241211036158>.
Author: Yuki Toyoda [aut, cre],
Japan Society for the Promotion of Science [fnd]
Maintainer: Yuki Toyoda <yuki.toyoda.ds@hosei.ac.jp>
Diff between TSQCA versions 1.2.0 dated 2026-01-19 and 1.3.0 dated 2026-02-18
DESCRIPTION | 6 MD5 | 33 NEWS.md | 894 +++++++++++++------------ R/tsqca_core.R | 81 ++ R/tsqca_cts.R | 73 +- R/tsqca_ots_dts.R | 72 +- R/tsqca_report.R | 4 inst/doc/TSQCA_Reproducible_EN.html | 2 inst/doc/TSQCA_Tutorial_EN.R | 22 inst/doc/TSQCA_Tutorial_EN.Rmd | 88 ++ inst/doc/TSQCA_Tutorial_EN.html | 1245 +++++++++++++++++++---------------- man/ctSweepM.Rd | 11 man/ctSweepS.Rd | 11 man/dtSweep.Rd | 11 man/otSweep.Rd | 11 man/prepare_dat_bin.Rd |only man/validate_pre_calibrated.Rd |only tests/testthat/test-pre_calibrated.R |only vignettes/TSQCA_Tutorial_EN.Rmd | 88 ++ 19 files changed, 1626 insertions(+), 1026 deletions(-)