Title: A Two-Stage Estimation Approach to Cox Regression Using M-Spline
Function
Description: Implements a two-stage estimation approach for Cox
regression using five-parameter M-spline functions to model the baseline hazard. It allows
for flexible hazard shapes and model selection based on log-likelihood criteria as described in
Teranishi et al.(2025).
In addition, the package provides functions for constructing and evaluating B-spline copulas
based on five M-spline or I-spline basis functions, allowing users to flexibly model and
compute bivariate dependence structures. Both the copula function and its density can be evaluated.
Furthermore, the package supports computation of dependence measures such as Kendall's tau and
Spearman's rho, derived analytically from the copula parameters.
Author: Ren Teranishi [aut, cre]
Maintainer: Ren Teranishi <ren.teranishi1227@gmail.com>
Diff between splineCox versions 0.0.7 dated 2025-12-06 and 0.0.8 dated 2026-01-26
DESCRIPTION | 6 - MD5 | 14 ++- NAMESPACE | 2 NEWS.md | 8 +- R/splinecopula.R | 132 ++++++++++++++--------------------- R/splinecopulaMLE.R |only inst/doc/splineCox-introduction.html | 20 ++--- man/spline.copula.MLE.Rd |only man/spline.copula.Rd | 95 ++++++++++--------------- 9 files changed, 122 insertions(+), 155 deletions(-)
Title: Profiling a Log-Likelihood to Calculate Confidence Intervals
Description: Provides tools for profiling a user-supplied log-likelihood
function to calculate confidence intervals for model parameters. Speed of
computation can be improved by adjusting the step sizes in the profiling
and/or starting the profiling from limits based on the approximate large
sample normal distribution for the maximum likelihood estimator of a
parameter. The accuracy of the limits can be set by the user. A plot method
visualises the log-likelihood and confidence interval. Cases where the
profile log-likelihood flattens above the value at which a confidence limit
is defined can be handled, leading to a limit at plus or minus infinity.
Disjoint confidence intervals will not be found.
Author: Paul J. Northrop [aut, cre, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>
Diff between profileCI versions 1.1.0 dated 2025-07-11 and 1.1.1 dated 2026-01-26
DESCRIPTION | 10 ++-- MD5 | 21 +++++---- NEWS.md | 8 +++ R/profileCI-internal.R | 70 ++++++++++++++------------------ R/profileCI-methods.R | 6 +- R/profileCI.R | 36 +++++++++++++--- README.md | 10 +--- man/figures/profileCI_logo.png |only man/profileCI-internal.Rd | 3 - man/profileCI.Rd | 16 +++++-- man/profileCI_methods.Rd | 3 - tests/testthat/test-profileCI-methods.R | 11 +++++ 12 files changed, 118 insertions(+), 76 deletions(-)
Title: Insulin Secretion Rate Deconvolution
Description: Calculates insulin secretion rates from C-peptide values
based on the methods described in Van Cauter et al. (1992)
<doi:10.2337/diab.41.3.368>. Includes functions to calculate estimated
insulin secretion rates using linear or cubic spline interpolation of
c-peptide values (see Eaton et al., 1980 <doi:10.1210/jcem-51-3-520>
and Polonsky et al., 1986 <doi:10.1172/JCI112308>) and to calculate
estimates of input coefficients (volume of distribution, short half life,
long half life, and fraction attributed to short half life) as described by
Van Cauter. Although the generated coefficients are specific to insulin
secretion, the two-compartment secretion model used here is useful for
certain applications beyond insulin.
Author: Ken Stier [aut, cre, cph]
Maintainer: Ken Stier <kennethstier99@gmail.com>
Diff between insulin.secretion versions 0.0.1 dated 2025-11-05 and 0.0.2 dated 2026-01-26
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/isr.volume.R | 8 ++++---- man/isr.volume.Rd | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-)
More information about insulin.secretion at CRAN
Permanent link
Title: Provides a 'PySpark' Back-End for the 'sparklyr' Package
Description: It enables 'sparklyr' to integrate with 'Spark Connect', and
'Databricks Connect' by providing a wrapper over the 'PySpark'
'python' library.
Author: Edgar Ruiz [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Edgar Ruiz <edgar@posit.co>
Diff between pysparklyr versions 0.1.9 dated 2025-10-07 and 0.2.0 dated 2026-01-26
pysparklyr-0.1.9/pysparklyr/R/databricks-utils.R |only pysparklyr-0.1.9/pysparklyr/R/ml-ft-scaler.R |only pysparklyr-0.1.9/pysparklyr/R/ml-regression-logistic.R |only pysparklyr-0.1.9/pysparklyr/R/package.R |only pysparklyr-0.1.9/pysparklyr/R/sparklyr-spark-connect.R |only pysparklyr-0.1.9/pysparklyr/man/pipe.Rd |only pysparklyr-0.1.9/pysparklyr/tests/testthat/_snaps/ft-scaler.md |only pysparklyr-0.1.9/pysparklyr/tests/testthat/_snaps/ml-regression-logistic.md |only pysparklyr-0.1.9/pysparklyr/tests/testthat/_snaps/python-install.md |only pysparklyr-0.1.9/pysparklyr/tests/testthat/test-aaa-spark-connect.R |only pysparklyr-0.1.9/pysparklyr/tests/testthat/test-bbb-ml.R |only pysparklyr-0.1.9/pysparklyr/tests/testthat/test-ft-scaler.R |only pysparklyr-0.1.9/pysparklyr/tests/testthat/test-ml-regression-logistic.R |only pysparklyr-0.1.9/pysparklyr/tests/testthat/test-python-install.R |only pysparklyr-0.2.0/pysparklyr/DESCRIPTION | 32 - pysparklyr-0.2.0/pysparklyr/LICENSE | 2 pysparklyr-0.2.0/pysparklyr/MD5 | 156 +++--- pysparklyr-0.2.0/pysparklyr/NAMESPACE | 215 ++++++++ pysparklyr-0.2.0/pysparklyr/NEWS.md | 86 +++ pysparklyr-0.2.0/pysparklyr/R/connect-databricks-utils.R |only pysparklyr-0.2.0/pysparklyr/R/connect-databricks.R |only pysparklyr-0.2.0/pysparklyr/R/connect-snowflake.R |only pysparklyr-0.2.0/pysparklyr/R/connect-spark.R |only pysparklyr-0.2.0/pysparklyr/R/connect-utils.R |only pysparklyr-0.2.0/pysparklyr/R/data-read.R | 147 +++-- pysparklyr-0.2.0/pysparklyr/R/data-write.R | 132 ++--- pysparklyr-0.2.0/pysparklyr/R/deploy.R | 176 ++++--- pysparklyr-0.2.0/pysparklyr/R/dplyr.R | 150 ++++-- pysparklyr-0.2.0/pysparklyr/R/ide-connections-pane.R | 118 ++-- pysparklyr-0.2.0/pysparklyr/R/ml-connect-model.R | 247 ++++++---- pysparklyr-0.2.0/pysparklyr/R/ml-evaluators.R |only pysparklyr-0.2.0/pysparklyr/R/ml-feature-transformers.R |only pysparklyr-0.2.0/pysparklyr/R/ml-models.R |only pysparklyr-0.2.0/pysparklyr/R/ml-pipeline.R | 102 ++-- pysparklyr-0.2.0/pysparklyr/R/ml-prepare-dataset.R | 67 +- pysparklyr-0.2.0/pysparklyr/R/ml-process.R |only pysparklyr-0.2.0/pysparklyr/R/ml-save-load.R | 33 + pysparklyr-0.2.0/pysparklyr/R/ml-tuning.R |only pysparklyr-0.2.0/pysparklyr/R/ml-utils.R | 91 ++- pysparklyr-0.2.0/pysparklyr/R/pysparklyr-package.R |only pysparklyr-0.2.0/pysparklyr/R/python-import-check.R | 54 +- pysparklyr-0.2.0/pysparklyr/R/python-install.R | 174 ++++--- pysparklyr-0.2.0/pysparklyr/R/python-requirements.R | 20 pysparklyr-0.2.0/pysparklyr/R/python-to-pandas-cleaned.R | 91 ++- pysparklyr-0.2.0/pysparklyr/R/python-use-envname.R | 63 +- pysparklyr-0.2.0/pysparklyr/R/sparklyr-invoke.R | 36 + pysparklyr-0.2.0/pysparklyr/R/sparklyr-sdf.R | 13 pysparklyr-0.2.0/pysparklyr/R/sparklyr-spark-apply.R | 107 ++-- pysparklyr-0.2.0/pysparklyr/R/sparklyr-spark-pyobj.R | 22 pysparklyr-0.2.0/pysparklyr/R/sparklyr-tests.R | 30 - pysparklyr-0.2.0/pysparklyr/R/start-stop-service.R | 17 pysparklyr-0.2.0/pysparklyr/R/tidyr-compat-sparklyr.R | 14 pysparklyr-0.2.0/pysparklyr/R/tidyr-pivot-longer.R | 61 +- pysparklyr-0.2.0/pysparklyr/R/utils.R | 37 - pysparklyr-0.2.0/pysparklyr/inst/rstudio/shinycon/app.R | 5 pysparklyr-0.2.0/pysparklyr/inst/udf/udf-apply-context.py | 13 pysparklyr-0.2.0/pysparklyr/inst/udf/udf-apply.py | 7 pysparklyr-0.2.0/pysparklyr/inst/udf/udf-map.py | 11 pysparklyr-0.2.0/pysparklyr/man/figures |only pysparklyr-0.2.0/pysparklyr/man/pyspark_config.Rd | 2 pysparklyr-0.2.0/pysparklyr/man/pysparklyr-package.Rd |only pysparklyr-0.2.0/pysparklyr/tests/testthat.R | 2 pysparklyr-0.2.0/pysparklyr/tests/testthat/_data |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_mock |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/aaa-python-install.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/databricks-utils.md | 28 - pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/deploy.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-connect-model-4.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-connect-model.md | 2 pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-evaluators.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-feature-transformers.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-models.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-pipeline.md | 9 pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/ml-tuning.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_snaps/zzz-spark-connect.md |only pysparklyr-0.2.0/pysparklyr/tests/testthat/_vcr |only pysparklyr-0.2.0/pysparklyr/tests/testthat/helper-databricks.R | 36 + pysparklyr-0.2.0/pysparklyr/tests/testthat/helper-init.R | 183 +++++-- pysparklyr-0.2.0/pysparklyr/tests/testthat/helper-ml.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/helper-reporter.R | 30 - pysparklyr-0.2.0/pysparklyr/tests/testthat/helper-utils.R | 45 + pysparklyr-0.2.0/pysparklyr/tests/testthat/setup.R | 16 pysparklyr-0.2.0/pysparklyr/tests/testthat/test-aaa-python-install.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-data-write.R | 6 pysparklyr-0.2.0/pysparklyr/tests/testthat/test-databricks-utils.R | 53 +- pysparklyr-0.2.0/pysparklyr/tests/testthat/test-deploy.R | 211 +++++--- pysparklyr-0.2.0/pysparklyr/tests/testthat/test-dplyr.R | 46 + pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-connect-model-4.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-connect-model.R | 10 pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-evaluators.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-feature-transformers.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-models.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-pipeline.R | 66 +- pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-tuning.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-ml-utils.R | 26 - pysparklyr-0.2.0/pysparklyr/tests/testthat/test-pivot-longer.R | 91 ++- pysparklyr-0.2.0/pysparklyr/tests/testthat/test-python-to-pandas-cleaned.R |only pysparklyr-0.2.0/pysparklyr/tests/testthat/test-python-use-envname.R | 35 - pysparklyr-0.2.0/pysparklyr/tests/testthat/test-sparklyr-spark-apply.R | 8 pysparklyr-0.2.0/pysparklyr/tests/testthat/test-zzz-spark-connect.R | 119 +++- 100 files changed, 2349 insertions(+), 1204 deletions(-)
Title: Pubmed Unified REtrieval for Multi-Output Exploration
Description: Access a variety of 'PubMed' data through a single, user-friendly interface, including abstracts, bibliometrics from 'iCite', pubtations from 'PubTator3', and full-text records from 'PMC'.
Author: Jason Timm [aut, cre]
Maintainer: Jason Timm <JaTimm@salud.unm.edu>
Diff between puremoe versions 1.0.2 dated 2024-10-15 and 1.0.3 dated 2026-01-26
puremoe-1.0.2/puremoe/R/data_mesh_embeddings.R |only puremoe-1.0.2/puremoe/R/data_pharm_action.R |only puremoe-1.0.2/puremoe/man/data_mesh_embeddings.Rd |only puremoe-1.0.2/puremoe/man/data_pharm_action.Rd |only puremoe-1.0.3/puremoe/DESCRIPTION | 10 puremoe-1.0.3/puremoe/MD5 | 49 ++- puremoe-1.0.3/puremoe/NAMESPACE | 12 puremoe-1.0.3/puremoe/NEWS.md | 15 + puremoe-1.0.3/puremoe/R/data_mesh_thesaurus.R | 22 + puremoe-1.0.3/puremoe/R/data_mesh_trees.R | 21 + puremoe-1.0.3/puremoe/R/data_pmc_list.R | 87 ++++--- puremoe-1.0.3/puremoe/R/endpoint_info.R |only puremoe-1.0.3/puremoe/R/get_records.R | 21 + puremoe-1.0.3/puremoe/R/pmid_to_ftp.R |only puremoe-1.0.3/puremoe/R/pmid_to_pmc.R |only puremoe-1.0.3/puremoe/R/search_pubmed.R | 2 puremoe-1.0.3/puremoe/R/source_icites.R | 272 ++++++++++++++++------ puremoe-1.0.3/puremoe/R/source_pmc.R | 105 ++++---- puremoe-1.0.3/puremoe/R/source_pubmed.R | 63 +++-- puremoe-1.0.3/puremoe/R/source_pubtations.R | 174 ++++++-------- puremoe-1.0.3/puremoe/R/source_references.R |only puremoe-1.0.3/puremoe/R/utils-data-table.R | 9 puremoe-1.0.3/puremoe/R/utils.R | 57 ++++ puremoe-1.0.3/puremoe/README.md | 56 +++- puremoe-1.0.3/puremoe/man/data_mesh_trees.Rd | 6 puremoe-1.0.3/puremoe/man/data_pmc_list.Rd | 18 - puremoe-1.0.3/puremoe/man/endpoint_info.Rd |only puremoe-1.0.3/puremoe/man/get_records.Rd | 14 - puremoe-1.0.3/puremoe/man/pmid_to_ftp.Rd |only puremoe-1.0.3/puremoe/man/pmid_to_pmc.Rd |only puremoe-1.0.3/puremoe/man/search_pubmed.Rd | 2 31 files changed, 681 insertions(+), 334 deletions(-)
Title: Read Epanet Files into R
Description: Reads water network simulation data in 'Epanet' text-based
'.inp' and '.rpt' formats into R. Also reads results from 'Epanet-msx'.
Provides basic summary information and plots. The README file has a
quick introduction. See <https://www.epa.gov/water-research/epanet>
for more information on the Epanet software for modeling
hydraulic and water quality behavior of water piping systems.
Author: Bradley Eck [aut, cre]
Maintainer: Bradley Eck <brad@bradeck.net>
Diff between epanetReader versions 0.7.3 dated 2018-06-26 and 1.0.0 dated 2026-01-26
epanetReader-0.7.3/epanetReader/man/epanetReader.Rd |only epanetReader-0.7.3/epanetReader/tests/testthat/README.html |only epanetReader-0.7.3/epanetReader/tests/testthat/README_files |only epanetReader-1.0.0/epanetReader/DESCRIPTION | 19 ++- epanetReader-1.0.0/epanetReader/MD5 | 55 +++++----- epanetReader-1.0.0/epanetReader/NAMESPACE | 1 epanetReader-1.0.0/epanetReader/R/epanet.inp-s3.r | 15 ++ epanetReader-1.0.0/epanetReader/R/epanet.rpt-s3.r | 33 ++---- epanetReader-1.0.0/epanetReader/R/epanetReader.r | 15 -- epanetReader-1.0.0/epanetReader/R/inpFuncs.r | 25 +++- epanetReader-1.0.0/epanetReader/R/text_file_reader.r | 7 + epanetReader-1.0.0/epanetReader/R/write.inp.r | 1 epanetReader-1.0.0/epanetReader/README.md | 10 - epanetReader-1.0.0/epanetReader/data/Net1.rdata |binary epanetReader-1.0.0/epanetReader/data/Net1rpt.rdata |binary epanetReader-1.0.0/epanetReader/man/Net1.Rd | 4 epanetReader-1.0.0/epanetReader/man/Net1rpt.Rd | 4 epanetReader-1.0.0/epanetReader/man/epanetReader-package.Rd |only epanetReader-1.0.0/epanetReader/man/plot.epanet.inp.Rd | 12 +- epanetReader-1.0.0/epanetReader/man/plot.epanet.rpt.Rd | 13 +- epanetReader-1.0.0/epanetReader/man/plot.expandedLinkTable.Rd | 3 epanetReader-1.0.0/epanetReader/man/print.summary.epanet.inp.Rd |only epanetReader-1.0.0/epanetReader/man/read.inp.Rd | 2 epanetReader-1.0.0/epanetReader/man/read_lines_wrapper.Rd | 2 epanetReader-1.0.0/epanetReader/man/write.inp.Rd | 1 epanetReader-1.0.0/epanetReader/tests/testthat.r | 2 epanetReader-1.0.0/epanetReader/tests/testthat/Net1-noEND.inp |only epanetReader-1.0.0/epanetReader/tests/testthat/Net2-noEND.inp |only epanetReader-1.0.0/epanetReader/tests/testthat/Net3-noEND.inp |only epanetReader-1.0.0/epanetReader/tests/testthat/Net4.inp |only epanetReader-1.0.0/epanetReader/tests/testthat/test_epanet.inp-s3.r | 39 +++++++ epanetReader-1.0.0/epanetReader/tests/testthat/test_expandedLinkTable-s3.r | 19 +++ 32 files changed, 184 insertions(+), 98 deletions(-)
Title: Spectral Data Handling and Visualization
Description: Provides functions to combine, normalize and visualize spectral data, perform principal component analysis (PCA), and assemble customizable image grids suitable for publication-quality scientific figures.
Author: Gianluca Pastorelli [aut, cre]
Maintainer: Gianluca Pastorelli <gianluca.pastorelli@gmail.com>
Diff between spectrakit versions 0.1.1 dated 2025-07-18 and 0.1.2 dated 2026-01-26
DESCRIPTION | 15 - LICENSE | 2 MD5 | 20 +- NAMESPACE | 14 + R/combineSpectra.R | 2 R/makeComposite.R | 40 ++-- R/plotPCA.R |only R/plotSpectra.R | 483 +++++++++++++++++++++++++++----------------------- man/combineSpectra.Rd | 2 man/makeComposite.Rd | 40 ++-- man/plotPCA.Rd |only man/plotSpectra.Rd | 18 + 12 files changed, 363 insertions(+), 273 deletions(-)
Title: Simulation Tools for Small Area Estimation
Description: Tools for the simulation of data in the context of small area
estimation. Combine all steps of your simulation - from data generation
over drawing samples to model fitting - in one object. This enables easy
modification and combination of different scenarios. You can store your
results in a folder or start the simulation in parallel.
Author: Sebastian Warnholz [aut, cre],
Timo Schmid [aut]
Maintainer: Sebastian Warnholz <wahani@gmail.com>
Diff between saeSim versions 0.12.0 dated 2025-10-14 and 0.13.0 dated 2026-01-26
DESCRIPTION | 10 - LICENSE | 2 MD5 | 26 +- NAMESPACE | 1 NEWS | 143 ++++++++------- R/01-helper-lib.R | 10 + R/01-show.R | 12 - R/03-base-lib.R | 4 R/03-generator.R | 4 R/03-sample.R | 4 R/03-sim_base.R | 4 R/03-sim_comp_preconf.R | 16 - build/vignette.rds |binary inst/doc/Introduction.html | 415 +++++++++++++++++++-------------------------- 14 files changed, 306 insertions(+), 345 deletions(-)
Title: Vector Logistic Smooth Transition Models Estimation and
Prediction
Description: Allows the user to estimate a vector logistic smooth transition autoregressive model via maximum log-likelihood or nonlinear least squares. It further permits to test for linearity in the multivariate framework against a vector logistic smooth transition autoregressive model with a single transition variable. The estimation method is discussed in Terasvirta and Yang (2014, <doi:10.1108/S0731-9053(2013)0000031008>). Also, realized covariances can be constructed from stock market prices or returns, as explained in Andersen et al. (2001, <doi:10.1016/S0304-405X(01)00055-1>).
Author: Andrea Bucci [aut, cre, cph],
Giulio Palomba [aut],
Eduardo Rossi [aut],
Andrea Faragalli [ctb]
Maintainer: Andrea Bucci <andrea.bucci@unimc.it>
Diff between starvars versions 1.1.10 dated 2022-01-17 and 1.1.11 dated 2026-01-26
DESCRIPTION | 12 +- MD5 | 42 +++---- NAMESPACE | 146 ++++++++++++------------- R/VLSTAR.R | 284 +++++++++++++++++++++++++++---------------------- R/VLSTARjoint.R | 2 R/logLik.VLSTAR.R | 2 R/multiCUMSUM.R | 4 R/predict.VLSTAR.R | 6 - R/startingVLSTAR.R | 180 ++++++++++++++++--------------- man/VLSTAR.Rd | 236 ++++++++++++++++++++-------------------- man/VLSTARjoint.Rd | 134 +++++++++++------------ man/coef.VLSTAR.Rd | 64 +++++------ man/logLik.VLSTAR.Rd | 2 man/lrvarbart.Rd | 62 +++++----- man/multiCUMSUM.Rd | 4 man/plot.VLSTAR.Rd | 266 ++++++++++++++++++++++----------------------- man/plot.vlstarpred.Rd | 176 +++++++++++++++--------------- man/predict.VLSTAR.Rd | 130 +++++++++++----------- man/print.VLSTAR.Rd | 60 +++++----- man/rcov.Rd | 92 +++++++-------- man/startingVLSTAR.Rd | 146 ++++++++++++------------- man/summary.VLSTAR.Rd | 82 +++++++------- 22 files changed, 1092 insertions(+), 1040 deletions(-)
Title: Toolkit for Reduced Form and Structural Smooth Transition Vector
Autoregressive Models
Description: Penalized and non-penalized maximum likelihood estimation of smooth
transition vector autoregressive models with various types of transition weight
functions, conditional distributions, and identification methods. Constrained
estimation with various types of constraints is available. Residual based
model diagnostics, forecasting, simulations, counterfactual analysis, and
computation of impulse response functions, generalized impulse response functions,
generalized forecast error variance decompositions, as well as historical
decompositions. See
Heather Anderson, Farshid Vahid (1998) <doi:10.1016/S0304-4076(97)00076-6>,
Helmut Lütkepohl, Aleksei Netšunajev (2017) <doi:10.1016/j.jedc.2017.09.001>,
Markku Lanne, Savi Virolainen (2025) <doi:10.1016/j.jedc.2025.105162>,
Savi Virolainen (2025) <doi:10.48550/arXiv.2404.19707>.
Author: Savi Virolainen [aut, cre]
Maintainer: Savi Virolainen <savi.virolainen@helsinki.fi>
Diff between sstvars versions 1.2.2 dated 2025-09-15 and 1.2.3 dated 2026-01-26
DESCRIPTION | 6 ++-- MD5 | 28 +++++++++---------- NEWS.md | 6 ++++ R/counterFactuals.R | 60 ++++++++++++++++++----------------------- R/distributionFuns.R | 11 +++++-- R/simulate.R | 10 ++---- inst/doc/sstvars-vignette.Rnw | 24 ++++++++-------- inst/doc/sstvars-vignette.pdf |binary man/cfact_fore.Rd | 20 ++++++------- man/cfact_girf.Rd | 20 ++++++------- man/cfact_hist.Rd | 20 ++++++------- man/simulate.stvar.Rd | 8 ++--- man/simulate_stvar_int.Rd | 8 ++--- vignettes/refs.bib | 5 +-- vignettes/sstvars-vignette.Rnw | 24 ++++++++-------- 15 files changed, 123 insertions(+), 127 deletions(-)
Title: Penalized Linear Mixed Models for Correlated Data
Description: Fits penalized linear mixed models that correct for
unobserved confounding factors. 'plmmr' infers and corrects for the
presence of unobserved confounding effects such as population
stratification and environmental heterogeneity. It then fits a linear
model via penalized maximum likelihood. Originally designed for the
multivariate analysis of single nucleotide polymorphisms (SNPs)
measured in a genome-wide association study (GWAS), 'plmmr' eliminates
the need for subpopulation-specific analyses and post-analysis p-value
adjustments. Functions for the appropriate processing of 'PLINK'
files are also supplied. For examples, see the package homepage.
<https://pbreheny.github.io/plmmr/>.
Author: Tabitha K. Peter [aut] ,
Anna C. Reisetter [aut] ,
Yujing Lu [aut],
Oscar A. Rysavy [aut],
Patrick J. Breheny [aut, cre]
Maintainer: Patrick J. Breheny <patrick-breheny@uiowa.edu>
Diff between plmmr versions 4.2.2 dated 2026-01-21 and 4.2.3 dated 2026-01-26
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 4 ++++ inst/doc/getting-started.html | 6 +++--- src/plmm_init.c | 4 +++- 5 files changed, 17 insertions(+), 11 deletions(-)
Title: Fast and Efficient (Automated) Analysis of Sparse Omics Data
Description: A generalised data structure for fast and efficient loading and data munching of sparse omics data. The 'OmicFlow' requires an up-front validated metadata template from the user,
which serves as a guide to connect all the pieces together by aligning them into a single object that is defined as an 'omics' class.
Once this unified structure is established, users can perform manual subsetting, visualisation, and statistical analysis, or leverage the automated 'autoFlow' method to generate a comprehensive report.
Author: Alem Gusinac [aut, cre] ,
Thomas Ederveen [aut] ,
Annemarie Boleij [aut, fnd]
Maintainer: Alem Gusinac <alem.gusinac@gmail.com>
Diff between OmicFlow versions 1.4.2 dated 2025-11-30 and 1.5.0 dated 2026-01-26
OmicFlow-1.4.2/OmicFlow/man/read_rarefraction_qiime.Rd |only OmicFlow-1.4.2/OmicFlow/man/sparse_to_dtable.Rd |only OmicFlow-1.5.0/OmicFlow/DESCRIPTION | 12 OmicFlow-1.5.0/OmicFlow/LICENSE | 4 OmicFlow-1.5.0/OmicFlow/MD5 | 163 OmicFlow-1.5.0/OmicFlow/NAMESPACE | 150 OmicFlow-1.5.0/OmicFlow/R/OmicFlow-package.R | 25 OmicFlow-1.5.0/OmicFlow/R/RcppExports.R | 62 OmicFlow-1.5.0/OmicFlow/R/bray.R | 142 OmicFlow-1.5.0/OmicFlow/R/canberra.R | 143 OmicFlow-1.5.0/OmicFlow/R/colormap.R | 100 OmicFlow-1.5.0/OmicFlow/R/composition_plot.R | 310 OmicFlow-1.5.0/OmicFlow/R/cosine.R | 142 OmicFlow-1.5.0/OmicFlow/R/diversity.R | 185 OmicFlow-1.5.0/OmicFlow/R/diversity_plot.R | 392 - OmicFlow-1.5.0/OmicFlow/R/foldchange.R | 394 - OmicFlow-1.5.0/OmicFlow/R/hill_taxa.R | 165 OmicFlow-1.5.0/OmicFlow/R/jaccard.R | 140 OmicFlow-1.5.0/OmicFlow/R/jsd.R | 148 OmicFlow-1.5.0/OmicFlow/R/manhattan.R | 142 OmicFlow-1.5.0/OmicFlow/R/metagenomics-class.R | 943 +- OmicFlow-1.5.0/OmicFlow/R/omics-class.R | 3676 +++++----- OmicFlow-1.5.0/OmicFlow/R/ordination_plot.R | 224 OmicFlow-1.5.0/OmicFlow/R/pairwise_adonis.R | 240 OmicFlow-1.5.0/OmicFlow/R/pairwise_anosim.R | 212 OmicFlow-1.5.0/OmicFlow/R/plot_pairwise_stats.R | 220 OmicFlow-1.5.0/OmicFlow/R/proteomics-class.R | 278 OmicFlow-1.5.0/OmicFlow/R/unifrac.R | 182 OmicFlow-1.5.0/OmicFlow/R/utils.R | 221 OmicFlow-1.5.0/OmicFlow/R/volcano_plot.R | 350 OmicFlow-1.5.0/OmicFlow/exec/autoFlow.R | 172 OmicFlow-1.5.0/OmicFlow/inst/extdata/counts.tsv | 486 - OmicFlow-1.5.0/OmicFlow/inst/extdata/counts_dense.tsv |only OmicFlow-1.5.0/OmicFlow/inst/extdata/counts_with_rownames.tsv |only OmicFlow-1.5.0/OmicFlow/inst/extdata/features.tsv | 486 - OmicFlow-1.5.0/OmicFlow/inst/extdata/metadata.tsv | 10 OmicFlow-1.5.0/OmicFlow/inst/extdata/tree.newick | 2 OmicFlow-1.5.0/OmicFlow/inst/metadata_schema.json | 80 OmicFlow-1.5.0/OmicFlow/inst/report.Rmd | 459 - OmicFlow-1.5.0/OmicFlow/inst/styles.css | 74 OmicFlow-1.5.0/OmicFlow/man/bray.Rd | 104 OmicFlow-1.5.0/OmicFlow/man/canberra.Rd | 104 OmicFlow-1.5.0/OmicFlow/man/composition_plot.Rd | 176 OmicFlow-1.5.0/OmicFlow/man/cosine.Rd | 104 OmicFlow-1.5.0/OmicFlow/man/diversity.Rd | 124 OmicFlow-1.5.0/OmicFlow/man/diversity_plot.Rd | 167 OmicFlow-1.5.0/OmicFlow/man/hill_taxa.Rd | 110 OmicFlow-1.5.0/OmicFlow/man/jaccard.Rd | 100 OmicFlow-1.5.0/OmicFlow/man/jsd.Rd | 106 OmicFlow-1.5.0/OmicFlow/man/manhattan.Rd | 104 OmicFlow-1.5.0/OmicFlow/man/matrix_to_dtable.Rd |only OmicFlow-1.5.0/OmicFlow/man/metagenomics.Rd | 549 - OmicFlow-1.5.0/OmicFlow/man/omics.Rd | 2372 +++--- OmicFlow-1.5.0/OmicFlow/man/ordination_plot.Rd | 122 OmicFlow-1.5.0/OmicFlow/man/pairwise_adonis.Rd | 132 OmicFlow-1.5.0/OmicFlow/man/pairwise_anosim.Rd | 126 OmicFlow-1.5.0/OmicFlow/man/proteomics.Rd | 392 - OmicFlow-1.5.0/OmicFlow/man/unifrac.Rd | 140 OmicFlow-1.5.0/OmicFlow/man/volcano_plot.Rd | 166 OmicFlow-1.5.0/OmicFlow/tests/testthat.R | 28 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/composition.md | 137 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/dfe.md | 278 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/distances.md | 189 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/hill.md | 63 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/metagenomics.md | 46 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/omics.md |only OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/proteomics.md |only OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/subsetting.md | 70 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/sync.md |only OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/transformations.md | 46 OmicFlow-1.5.0/OmicFlow/tests/testthat/_snaps/utils.md | 43 OmicFlow-1.5.0/OmicFlow/tests/testthat/input/metagenomics/rooted_tree.newick | 2 OmicFlow-1.5.0/OmicFlow/tests/testthat/input/proteomics |only OmicFlow-1.5.0/OmicFlow/tests/testthat/test-alpha_diversity.R | 76 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-autoflow.R |only OmicFlow-1.5.0/OmicFlow/tests/testthat/test-composition.R | 32 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-dfe.R | 38 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-distances.R | 233 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-hill.R | 43 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-metagenomics.R | 32 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-omics.R |only OmicFlow-1.5.0/OmicFlow/tests/testthat/test-ordination.R | 38 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-proteomics.R |only OmicFlow-1.5.0/OmicFlow/tests/testthat/test-subsetting.R | 43 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-sync.R |only OmicFlow-1.5.0/OmicFlow/tests/testthat/test-transformations.R | 34 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-utils.R | 52 OmicFlow-1.5.0/OmicFlow/tests/testthat/test-write_biom.R | 42 88 files changed, 8989 insertions(+), 8908 deletions(-)
Title: Accessing and Analyzing Large-Scale Environmental Data
Description: Functions are designed to facilitate access to and utility with large scale, publicly available environmental data in R. The package contains functions for downloading raw data files from web URLs (download_data()), processing the raw data files into clean spatial objects (process_covariates()), and extracting values from the spatial data objects at point and polygon locations (calculate_covariates()). These functions call a series of source-specific functions which are tailored to each data sources/datasets particular URL structure, data format, and spatial/temporal resolution. The functions are tested, versioned, and open source and open access. For sum_edc() method details, see Messier, Akita, and Serre (2012) <doi:10.1021/es203152a>.
Author: Mitchell Manware [aut, ctb] ,
Insang Song [aut, ctb] ,
Eva Marques [aut, ctb] ,
Mariana Alifa Kassien [aut, ctb] ,
Elizabeth Scholl [ctb] ,
Kyle Messier [aut, cre] ,
Spatiotemporal Exposures and Toxicology Group [cph]
Maintainer: Kyle Messier <kyle.messier@nih.gov>
Diff between amadeus versions 1.2.4.9 dated 2025-08-24 and 1.3.2.1 dated 2026-01-26
amadeus-1.2.4.9/amadeus/R/development.R |only amadeus-1.2.4.9/amadeus/inst/extdata/cacert_gaftp_epa.crt |only amadeus-1.2.4.9/amadeus/inst/extdata/cacert_gaftp_epa.pem |only amadeus-1.2.4.9/amadeus/man/download_epa_certificate.Rd |only amadeus-1.3.2.1/amadeus/DESCRIPTION | 12 amadeus-1.3.2.1/amadeus/MD5 | 75 amadeus-1.3.2.1/amadeus/NAMESPACE | 12 amadeus-1.3.2.1/amadeus/NEWS.md | 16 amadeus-1.3.2.1/amadeus/R/calculate_covariates.R | 336 ++ amadeus-1.3.2.1/amadeus/R/calculate_covariates_auxiliary.R | 24 amadeus-1.3.2.1/amadeus/R/download.R | 1421 +++++++++--- amadeus-1.3.2.1/amadeus/R/download_auxiliary.R | 235 + amadeus-1.3.2.1/amadeus/R/process.R | 247 ++ amadeus-1.3.2.1/amadeus/README.md | 5 amadeus-1.3.2.1/amadeus/build/partial.rdb |binary amadeus-1.3.2.1/amadeus/build/vignette.rds |binary amadeus-1.3.2.1/amadeus/inst/doc/gridmet_workflow.R | 60 amadeus-1.3.2.1/amadeus/inst/doc/gridmet_workflow.html | 178 - amadeus-1.3.2.1/amadeus/inst/doc/narr_workflow.R | 62 amadeus-1.3.2.1/amadeus/inst/doc/narr_workflow.html | 180 - amadeus-1.3.2.1/amadeus/inst/doc/terraclimate_workflow.R | 40 amadeus-1.3.2.1/amadeus/inst/doc/terraclimate_workflow.html | 158 - amadeus-1.3.2.1/amadeus/man/calculate_covariates.Rd | 6 amadeus-1.3.2.1/amadeus/man/calculate_cropscape.Rd |only amadeus-1.3.2.1/amadeus/man/calculate_huc.Rd |only amadeus-1.3.2.1/amadeus/man/calculate_prism.Rd |only amadeus-1.3.2.1/amadeus/man/check_url_status.Rd | 6 amadeus-1.3.2.1/amadeus/man/check_urls.Rd | 5 amadeus-1.3.2.1/amadeus/man/collapse_nlcd.Rd | 2 amadeus-1.3.2.1/amadeus/man/download_cropscape.Rd | 3 amadeus-1.3.2.1/amadeus/man/download_data.Rd | 2 amadeus-1.3.2.1/amadeus/man/download_ecoregion.Rd | 22 amadeus-1.3.2.1/amadeus/man/download_edgar.Rd | 7 amadeus-1.3.2.1/amadeus/man/download_geos.Rd | 12 amadeus-1.3.2.1/amadeus/man/download_huc.Rd | 3 amadeus-1.3.2.1/amadeus/man/download_modis.Rd | 49 amadeus-1.3.2.1/amadeus/man/download_nei.Rd | 12 amadeus-1.3.2.1/amadeus/man/download_prism.Rd | 3 amadeus-1.3.2.1/amadeus/man/process_cropscape.Rd | 3 amadeus-1.3.2.1/amadeus/man/process_huc.Rd | 3 amadeus-1.3.2.1/amadeus/man/process_prism.Rd | 3 amadeus-1.3.2.1/amadeus/man/sum_edc.Rd | 4 42 files changed, 2280 insertions(+), 926 deletions(-)
Title: Read, Validate, Analyze, and Map GTFS Feeds
Description: Read General Transit Feed Specification (GTFS) zipfiles into a list of R dataframes. Perform validation of the data structure against the specification. Analyze the headways and frequencies at routes and stops. Create maps and perform spatial analysis on the routes and stops. Please see the GTFS documentation here for more detail: <https://gtfs.org/>.
Author: Flavio Poletti [aut, cre],
Daniel Herszenhut [aut] ,
Mark Padgham [aut],
Tom Buckley [aut],
Danton Noriega-Goodwin [aut],
Angela Li [ctb],
Elaine McVey [ctb],
Charles Hans Thompson [ctb],
Michael Sumner [ctb],
Patrick Hausmann [ctb],
Bob Rudis [ctb], [...truncated...]
Maintainer: Flavio Poletti <flavio.poletti@hotmail.ch>
Diff between tidytransit versions 1.7.1 dated 2025-08-21 and 1.8.0 dated 2026-01-26
DESCRIPTION | 10 MD5 | 71 ++-- NAMESPACE | 4 NEWS.md | 10 R/convert_types.R | 22 + R/dates.R | 10 R/filter_stop_times.r |only R/filters.R | 8 R/frequencies.R | 21 - R/io.R | 5 R/raptor-checks.r |only R/raptor.R | 585 +++++++++++++++++++++------------ R/service.R | 1 R/spatial.R | 2 R/tidygtfs.R | 5 R/travel_times.R | 172 +-------- R/utils.R | 7 R/validate_gtfs.R | 4 build/vignette.rds |binary data/gtfs_duke.rda |binary inst/doc/frequency.html | 7 inst/doc/introduction.html | 73 ++-- inst/doc/servicepatterns.html | 9 inst/doc/timetable.html | 5 man/empty_strings_to_na.Rd | 2 man/filter_stop_times.Rd | 2 man/na_to_empty_strings.Rd | 2 man/raptor.Rd | 9 man/read_gtfs.Rd | 6 man/travel_times.Rd | 29 - tests/testthat/possible_routes.csv | 244 ++++++------- tests/testthat/test-frequencies.R | 8 tests/testthat/test-raptor-transfers.R |only tests/testthat/test-raptor.R | 384 +++++++++++++-------- tests/testthat/test-spatial.R | 8 tests/testthat/test-time.R | 2 tests/testthat/test-travel_times.R | 74 +++- tests/testthat/test-utils.R | 19 - 38 files changed, 1033 insertions(+), 787 deletions(-)
More information about SpatialDownscaling at CRAN
Permanent link
Title: Analysis of Selection Index in Plant Breeding
Description: The aim of most plant breeding programmes is simultaneous improvement of several characters. An objective method involving simultaneous selection for several attributes then becomes necessary. It has been recognised that most rapid improvements in the economic value is expected from selection applied simultaneously to all the characters which determine the economic value of a plant, and appropriate assigned weights to each character according to their economic importance, heritability and correlations between characters. So the selection for economic value is a complex matter. If the component characters are combined together into an index in such a way that when selection is applied to the index, as if index is the character to be improved, most rapid improvement of economic value is expected. Such an index was first proposed by Smith (1937 <doi:10.1111/j.1469-1809.1936.tb02143.x>) based on the Fisher's (1936 <doi:10.1111/j.1469-1809.1936.tb02137.x>) "discriminant function [...truncated...]
Author: Zankrut Goyani [aut, cre, cph]
Maintainer: Zankrut Goyani <zankrut20@gmail.com>
Diff between selection.index versions 1.2.0 dated 2023-09-19 and 1.2.1 dated 2026-01-26
DESCRIPTION | 11 MD5 | 66 +- NAMESPACE | 28 - NEWS.md | 51 - R/comb.indices.R | 160 ++++- R/gen.advance.R | 59 +- R/gen.varcov.R | 165 +++--- R/meanPerformance.R | 249 +++++---- R/phen.varcov.R | 145 +++-- R/rcomb.indices.R | 191 ++++-- R/seldata.R | 42 - R/weight.R | 28 - R/weight.mat.R | 31 - README.md | 323 ++++++----- build/vignette.rds |binary inst/doc/Examples.R | 64 +- inst/doc/Examples.Rmd | 128 ++-- inst/doc/Examples.html | 929 +++++++++++++++++----------------- man/comb.indices.Rd | 68 +- man/gen.advance.Rd | 52 - man/gen.varcov.Rd | 48 - man/meanPerformance.Rd | 52 - man/phen.varcov.Rd | 48 - man/rcomb.indices.Rd | 72 +- man/seldata.Rd | 58 +- man/weight.Rd | 44 - man/weight.mat.Rd | 40 - tests/testthat.R | 8 tests/testthat/test-comb.indices.R | 12 tests/testthat/test-gen.advance.R | 18 tests/testthat/test-genphen.R | 14 tests/testthat/test-meanPerformance.R | 8 tests/testthat/test-rcomb.indices.R | 12 vignettes/Examples.Rmd | 128 ++-- 34 files changed, 1838 insertions(+), 1514 deletions(-)
More information about selection.index at CRAN
Permanent link
Title: Hopfield Artificial Neural Networks
Description: Builds and optimizes Hopfield artificial neural networks (Hopfield, 1982, <doi:10.1073/pnas.79.8.2554>). One-layer and three-layer models are implemented. The energy of the Hopfield network is minimized with formula from Krotov and Hopfield (2016, <doi:10.48550/ARXIV.1606.01164>). Optimization (supervised learning) is done through a gradient-based method. Classification is done with S3 methods predict(). Parallelization with 'OpenMP' is used if available during compilation.
Author: Emmanuel Paradis [aut, cre, cph]
Maintainer: Emmanuel Paradis <Emmanuel.Paradis@ird.fr>
Diff between hann versions 1.1 dated 2025-08-20 and 1.2 dated 2026-01-26
DESCRIPTION | 10 + MD5 | 50 +++++--- NAMESPACE | 16 ++ NEWS |only R/binarize.R |only R/combine.R |only R/common.R | 6 - R/hann.R |only R/hann1.R | 40 ++++-- R/hann3.R | 48 +++++--- R/tune.hann.R |only README.md |only build/partial.rdb |binary build/vignette.rds |binary inst/doc/IntroductionHopfieldNetworks.Rnw | 5 inst/doc/IntroductionHopfieldNetworks.pdf |binary man/binarize.Rd |only man/buildSigma.Rd | 5 man/combine.Rd |only man/control.hann.Rd | 17 +- man/hann-package.Rd | 1 man/hann.Rd |only man/hann1.Rd | 37 +++--- man/hann3.Rd | 34 ++--- man/predict.hann1.Rd | 11 + man/tune.hann.Rd |only src/common_utils.c | 13 +- src/hann.h | 7 - src/prototype_6.c | 167 ++++++++++++++++++----------- src/prototype_7.c | 84 +++++++------- vignettes/IntroductionHopfieldNetworks.Rnw | 5 31 files changed, 341 insertions(+), 215 deletions(-)
Title: A Seamless Integration of 'EViews' and R
Description: It allows running 'EViews' (<https://eviews.com>) program from R, R Markdown and Quarto documents. 'EViews' (Econometric Views) is a statistical software for Econometric analysis. This package integrates 'EViews' and R and also serves as an 'EViews' Knit-Engine for 'knitr' package. Write all your 'EViews' commands in R, R Markdown or Quarto documents. For details, please consult our peer-review article Mati S., Civcir I. and Abba S.I (2023) <doi:10.32614/RJ-2023-045>.
Author: Sagiru Mati [aut, cre]
Maintainer: Sagiru Mati <sagirumati@gmail.com>
Diff between EviewsR versions 0.1.6 dated 2023-11-28 and 0.1.7 dated 2026-01-26
EviewsR-0.1.6/EviewsR/inst/examples/EVIEWS_IMPORT.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EVIEWS_IMPORT1.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EVIEWS_WFCREATE.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EVIEWS_WFCREATE1.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EXEC_COMMANDS.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EXPORT_DATAFRAME.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/EviewsR_workfile.wf1 |only EviewsR-0.1.6/EviewsR/inst/examples/eviews_import.csv |only EviewsR-0.1.6/EviewsR/inst/examples/pagesave.csv |only EviewsR-0.1.6/EviewsR/inst/examples/wfsave.csv |only EviewsR-0.1.6/EviewsR/vignettes/EviewsR_workfile.wf1 |only EviewsR-0.1.7/EviewsR/DESCRIPTION | 15 EviewsR-0.1.7/EviewsR/MD5 | 123 ++--- EviewsR-0.1.7/EviewsR/NAMESPACE | 1 EviewsR-0.1.7/EviewsR/NEWS.md | 8 EviewsR-0.1.7/EviewsR/R/eng_eviews.R | 21 EviewsR-0.1.7/EviewsR/R/utils.R | 4 EviewsR-0.1.7/EviewsR/README.md | 207 +++++---- EviewsR-0.1.7/EviewsR/build/partial.rdb |binary EviewsR-0.1.7/EviewsR/build/vignette.rds |binary EviewsR-0.1.7/EviewsR/inst/doc/EviewsR.Rmd | 85 +++ EviewsR-0.1.7/EviewsR/inst/doc/EviewsR.html | 103 +++- EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph-eviewsrpage-x.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph-eviewsrpage-x.png |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph-eviewsrpage-y.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph-eviewsrpage-y.png |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph1-eviewsgraph1-xy.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph1-eviewsgraph1-xy.png |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph2-eviewsrpage-xy.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsgraph2-eviewsrpage-xy.png |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsreviewsrpage-xx.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsreviewsrpage-xx.png |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsreviewsrpage-yy.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/eviewsreviewsrpage-yy.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph-eviewsrpage-xx.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph-eviewsrpage-yy.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph1-eviewspage-x_graph.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph1-eviewspage-x_graph.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph1-eviewspage1-x_graph.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importgraph1-eviewspage1-x_graph.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importworkfile-eviewsrpage-xx.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-importworkfile-eviewsrpage-yy.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-rwalk-1.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-rwalk-1.png |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-rwalk-2.pdf |binary EviewsR-0.1.7/EviewsR/inst/figures/fig-rwalk-2.png |binary EviewsR-0.1.7/EviewsR/man/EviewsR-package.Rd | 4 EviewsR-0.1.7/EviewsR/man/create_object.Rd | 174 ++++---- EviewsR-0.1.7/EviewsR/man/eng_eviews.Rd | 147 +++--- EviewsR-0.1.7/EviewsR/man/eviews_graph.Rd | 202 ++++----- EviewsR-0.1.7/EviewsR/man/eviews_import.Rd | 188 ++++---- EviewsR-0.1.7/EviewsR/man/eviews_pagesave.Rd | 6 EviewsR-0.1.7/EviewsR/man/eviews_wfcreate.Rd | 174 ++++---- EviewsR-0.1.7/EviewsR/man/eviews_wfsave.Rd | 164 +++---- EviewsR-0.1.7/EviewsR/man/exec_commands.Rd | 148 +++--- EviewsR-0.1.7/EviewsR/man/export.Rd | 126 ++--- EviewsR-0.1.7/EviewsR/man/export_dataframe.Rd | 128 ++--- EviewsR-0.1.7/EviewsR/man/import.Rd | 170 +++---- EviewsR-0.1.7/EviewsR/man/import_equation.Rd | 134 +++--- EviewsR-0.1.7/EviewsR/man/import_graph.Rd | 168 +++---- EviewsR-0.1.7/EviewsR/man/import_kable.Rd | 17 EviewsR-0.1.7/EviewsR/man/import_series.Rd | 180 ++++---- EviewsR-0.1.7/EviewsR/man/import_table.Rd | 6 EviewsR-0.1.7/EviewsR/man/import_workfile.Rd | 214 +++++----- EviewsR-0.1.7/EviewsR/man/rwalk.Rd | 210 ++++----- EviewsR-0.1.7/EviewsR/man/set_eviews_path.Rd | 94 ++-- EviewsR-0.1.7/EviewsR/tests/testthat.R | 8 EviewsR-0.1.7/EviewsR/vignettes/EviewsR.Rmd | 85 +++ 68 files changed, 1754 insertions(+), 1560 deletions(-)
More information about ditwahLandslide at CRAN
Permanent link
Title: Dynamic Factor Models
Description: Efficient estimation of Dynamic Factor Models using the Expectation Maximization (EM) algorithm
or Two-Step (2S) estimation, supporting datasets with missing data and mixed-frequency nowcasting applications.
Factors follow a stationary VAR process of order p. Estimation options include: running the Kalman Filter and
Smoother once with PCA initial values (2S) as in Doz, Giannone and Reichlin (2011) <doi:10.1016/j.jeconom.2011.02.012>;
iterated Kalman Filtering and Smoothing until EM convergence as in Doz, Giannone and Reichlin (2012)
<doi:10.1162/REST_a_00225>; or the adapted EM algorithm of Banbura and Modugno (2014) <doi:10.1002/jae.2306>,
allowing arbitrary missing-data patterns and monthly-quarterly mixed-frequency datasets. The implementation uses
the 'Armadillo' 'C++' library and the 'collapse' package for fast estimation. A comprehensive set of methods supports
interpretation and visualization, forecasting, and decomposition of the 'news' content of macroeconomi [...truncated...]
Author: Sebastian Krantz [aut, cre],
Rytis Bagdziunas [aut],
Santtu Tikka [rev],
Eli Holmes [rev]
Maintainer: Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>
Diff between dfms versions 0.4.0 dated 2026-01-18 and 1.0.0 dated 2026-01-26
dfms-0.4.0/dfms/R/dfms.R |only dfms-1.0.0/dfms/DESCRIPTION | 33 - dfms-1.0.0/dfms/MD5 | 36 - dfms-1.0.0/dfms/NAMESPACE | 9 dfms-1.0.0/dfms/NEWS.md | 11 dfms-1.0.0/dfms/R/DFM.R | 66 ++ dfms-1.0.0/dfms/R/methods.R | 571 +++++++++++++++++++-- dfms-1.0.0/dfms/R/news.R |only dfms-1.0.0/dfms/README.md | 20 dfms-1.0.0/dfms/inst/WORDLIST |only dfms-1.0.0/dfms/inst/doc/dynamic_factor_models.pdf |binary dfms-1.0.0/dfms/inst/doc/introduction.R | 44 + dfms-1.0.0/dfms/inst/doc/introduction.Rmd | 72 ++ dfms-1.0.0/dfms/inst/doc/introduction.html | 274 +++++++--- dfms-1.0.0/dfms/man/DFM.Rd | 8 dfms-1.0.0/dfms/man/dfms-package.Rd | 34 - dfms-1.0.0/dfms/man/news.Rd |only dfms-1.0.0/dfms/man/predict.dfm.Rd | 3 dfms-1.0.0/dfms/man/residuals.dfm.Rd | 4 dfms-1.0.0/dfms/tests/testthat/test-full-state.R |only dfms-1.0.0/dfms/tests/testthat/test-news.R |only dfms-1.0.0/dfms/vignettes/introduction.Rmd | 72 ++ 22 files changed, 1040 insertions(+), 217 deletions(-)
Title: Open Source OCR Engine
Description: Bindings to 'Tesseract':
a powerful optical character recognition (OCR) engine that supports over 100 languages.
The engine is highly configurable in order to tune the detection algorithms and
obtain the best possible results.
Author: Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Diff between tesseract versions 5.2.4 dated 2025-12-29 and 5.2.5 dated 2026-01-26
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS | 3 +++ R/ocr.R | 3 +-- inst/doc/intro.html | 8 ++++---- man/ocr.Rd | 3 +-- 6 files changed, 17 insertions(+), 16 deletions(-)
Title: Utilizing Automated Text Analysis to Support Interpretation of
Narrative Feedback
Description: Combine topic modeling and sentiment analysis to identify individual students' gaps, and highlight their strengths and weaknesses across predefined competency domains and professional activities.
Author: Joyce Moonen - van Loon [aut, cre]
Maintainer: Joyce Moonen - van Loon <j.moonen@maastrichtuniversity.nl>
Diff between sumup versions 1.0.0 dated 2025-10-23 and 1.0.1 dated 2026-01-26
DESCRIPTION | 8 LICENSE |only MD5 | 96 NAMESPACE | 84 R/check_dataset.R | 110 R/create_output.R | 410 +-- R/example_data.R | 52 R/lemmatize.R | 336 +- R/obtain_word_counts.R | 92 R/run_sumup.R | 128 R/sentiment_analysis_grasp.R | 296 +- R/sentiment_analysis_sentimentr.R | 208 - R/settings.R | 35 R/stopwords.R | 92 R/sumup-package.R | 30 R/text_clean.R | 5 R/tidy_text.R | 148 - R/topic_classification.R | 400 +-- R/topic_modeling.R | 148 - R/utils-pipe.R | 28 R/zzz.R | 4 README.md |only inst/extdata/SumUp_Dictionary_en.csv | 3480 +++++++++++++-------------- inst/extdata/SumUp_Seeds_Competencies.json | 2 man/append_stopwords.Rd | 44 man/check_all_settings.Rd | 34 man/check_setting.Rd | 42 man/clean_text.Rd | 38 man/correct_text.Rd | 38 man/create_dataset_narratives.Rd | 34 man/create_output.Rd | 58 man/default_stopwords.Rd | 40 man/example_data.Rd | 74 man/get_corrections.Rd | 34 man/get_polarity.Rd | 52 man/lemmatize.Rd | 96 man/obtain_word_counts.Rd | 60 man/pipe.Rd | 40 man/replace_abbr.Rd | 34 man/run_sumup.Rd | 82 man/sentiment_analysis_grasp.Rd | 66 man/sentiment_analysis_sentimentr.Rd | 96 man/set_default_settings.Rd | 68 man/sumup-package.Rd | 30 man/text_clean.Rd | 70 man/tidy_text.Rd | 72 man/topic_classification.Rd | 132 - man/topic_modeling.Rd | 122 man/update_educational_framework_settings.Rd | 34 man/update_setting.Rd | 42 50 files changed, 3885 insertions(+), 3839 deletions(-)
Title: R Templates from the University of Miami
Description: This holds r markdown and quarto templates for academic papers and
slide decks. It also has templates to create research projects which
contain academic papers as vignettes.
Author: Raymond Balise [aut, cre] ,
Gabriel Odom [aut] ,
Kyle Grealis [aut] ,
Francisco Cardozo [aut] ,
Frank Gutierrez [ctb]
Maintainer: Raymond Balise <balise@miami.edu>
Diff between rUM versions 2.2.0 dated 2025-07-23 and 2.3.0 dated 2026-01-26
rUM-2.2.0/rUM/inst/gists/quarto_slides_example_rmed2025.qmd |only rUM-2.2.0/rUM/inst/gists/quarto_slides_rmed2025.qmd |only rUM-2.3.0/rUM/DESCRIPTION | 8 +- rUM-2.3.0/rUM/MD5 | 40 +++++----- rUM-2.3.0/rUM/NAMESPACE | 2 rUM-2.3.0/rUM/NEWS.md | 17 ++++ rUM-2.3.0/rUM/R/write_man.R | 8 +- rUM-2.3.0/rUM/R/write_slides.R | 19 +++- rUM-2.3.0/rUM/README.md | 15 ++- rUM-2.3.0/rUM/build/vignette.rds |binary rUM-2.3.0/rUM/inst/doc/aa_using_posit_cloud.html | 22 +++-- rUM-2.3.0/rUM/inst/doc/ab_make_research_project.html | 22 +++-- rUM-2.3.0/rUM/inst/doc/ac_make_research_project_markdown.html | 22 +++-- rUM-2.3.0/rUM/inst/doc/af_show_example.html | 5 - rUM-2.3.0/rUM/inst/doc/ag_write_scss.html | 5 - rUM-2.3.0/rUM/inst/doc/ah_write_slides.Rmd | 8 +- rUM-2.3.0/rUM/inst/doc/ah_write_slides.html | 12 +-- rUM-2.3.0/rUM/inst/doc/ai_find_show_slides.html | 5 - rUM-2.3.0/rUM/inst/gists/quarto_slides_example_rmed.qmd |only rUM-2.3.0/rUM/inst/gists/quarto_slides_rmed.qmd |only rUM-2.3.0/rUM/inst/gists/slides_example_rmed.scss | 15 +++ rUM-2.3.0/rUM/man/write_slides.Rd | 2 rUM-2.3.0/rUM/vignettes/ah_write_slides.Rmd | 8 +- 23 files changed, 144 insertions(+), 91 deletions(-)
Title: Tools for Running the External 'SaTScan' Software using R
Classes and Methods
Description: The 'SaTScan'(TM) <https://www.satscan.org> software uses spatial and
space-time scan statistics to detect and evaluate spatial and space-time clusters.
With the 'rsatscan' package, you can run the external 'SaTScan' software from
within R using R data formats. To successfully select appropriate parameter
settings within 'rsatscan', you must first learn 'SaTScan'.
Author: Ken Kleinman [aut],
Scott Hostovich [cre],
Amer Moosa [ctb]
Maintainer: Scott Hostovich <HostovichS@imsweb.com>
Diff between rsatscan versions 1.0.9 dated 2025-04-08 and 1.0.10 dated 2026-01-26
DESCRIPTION | 37 ++++----- MD5 | 94 ++++++++++++------------ NEWS | 109 ++++++++++++++++------------ R/methods.R | 11 ++ R/params.R | 177 ++++++++++++++++++++++++++++++----------------- R/readfiles.R | 4 - R/rsatscan.R | 17 +++- R/satscan.R | 70 +++++++++++------- R/zzz.R | 4 - README.md | 8 +- build/vignette.rds |binary inst/doc/rsatscan.Rmd | 4 - inst/doc/rsatscan.html | 22 +++-- inst/doc/simulation.Rmd | 2 inst/doc/simulation.html | 9 +- man/NHumbersidecas.Rd | 6 - man/NHumbersidectl.Rd | 6 - man/NHumbersidegeo.Rd | 8 +- man/NMcas.Rd | 12 +-- man/NMgeo.Rd | 8 +- man/NMpop.Rd | 12 +-- man/NYCfevercas.Rd | 8 +- man/NYCfevergeo.Rd | 8 +- man/read.col.Rd | 6 - man/read.gis.Rd | 6 - man/read.llr.Rd | 6 - man/read.rr.Rd | 6 - man/read.satscanmain.Rd | 8 +- man/read.sci.Rd | 6 - man/rsatscan.Rd | 25 ++++-- man/satscan.Rd | 33 +++----- man/search_for_param.Rd | 2 man/ss.options.Rd | 156 ++++++++++++++++++++++------------------- man/ss.options.extra.Rd | 65 +++++++++++++---- man/subin.Rd | 4 - man/write.adj.Rd | 4 - man/write.cas.Rd | 4 - man/write.ctl.Rd | 4 - man/write.geo.Rd | 4 - man/write.grd.Rd | 4 - man/write.ha.Rd | 4 - man/write.max.Rd | 4 - man/write.met.Rd | 4 - man/write.nbr.Rd | 4 - man/write.pop.Rd | 4 - man/write.ss.prm.Rd | 6 - vignettes/rsatscan.Rmd | 4 - vignettes/simulation.Rmd | 2 48 files changed, 587 insertions(+), 424 deletions(-)
Title: Visualization of BART and BARP using SHAP
Description: Complex machine learning models are often difficult to interpret. Shapley values serve as a powerful tool to understand and explain why a model makes a particular prediction. This package computes variable contributions using permutation-based Shapley values for Bayesian Additive Regression Trees (BART) and its extension with Post-Stratification (BARP). The permutation-based SHAP method proposed by Strumbel and Kononenko (2014) <doi:10.1007/s10115-013-0679-x> is grounded in data obtained via MCMC sampling. Similar to the BART model introduced by Chipman, George, and McCulloch (2010) <doi:10.1214/09-AOAS285>, this package leverages Bayesian posterior samples generated during model estimation, allowing variable contributions to be computed without requiring additional sampling. The BART model is designed to work with the following R packages: 'BART' <doi:10.18637/jss.v097.i01>, 'bartMachine' <doi:10.18637/jss.v070.i04>, and 'dbarts' <https://CRAN.R-project.org/ [...truncated...]
Author: Dong-eun Lee [aut, cre],
Eun-Kyung Lee [aut]
Maintainer: Dong-eun Lee <ldongeun.leel@gmail.com>
Diff between bartXViz versions 1.0.9 dated 2025-12-21 and 1.0.11 dated 2026-01-26
DESCRIPTION | 8 +++---- MD5 | 35 ++++++++++++++++----------------- R/Explain_stats.R | 2 - R/decision_plot.R | 2 - R/explain.dbart.R | 2 - R/explain_bartMachine.R | 2 - R/explain_wbart.R | 2 - R/fastshap_explain_fastshap_modified.R | 2 - R/plot_explainBART.R | 2 - R/waterfall_plot.R | 2 - README.md |only man/Explain.bart.Rd | 2 - man/Explain.bartMachine.Rd | 2 - man/Explain.default.Rd | 2 - man/Explain.wbart.Rd | 2 - man/Explain_stats.Rd | 2 - man/decision_plot.Rd | 2 - man/plot.ExplainBART.Rd | 2 - man/waterfall_plot.Rd | 2 - 19 files changed, 38 insertions(+), 37 deletions(-)
Title: Generate Venn Diagrams with Items Listed in the Sections
Description: Generate Venn diagrams from two or three sets, displaying the
overlapping items as lists in the appropriate sections. The lists can be
split into columns or shortened for large sets and the plot is generated
using 'ggplot2' allowing further customisations.
Author: Matthew Jackson-Wood [aut, cre]
Maintainer: Matthew Jackson-Wood <mattjackson4@gmail.com>
Diff between VennItem versions 1.0.0 dated 2026-01-19 and 1.1.0 dated 2026-01-26
DESCRIPTION | 11 +++-- MD5 | 14 +++--- NEWS.md |only R/VennItem.R | 82 ++++++++++++++++++++++---------------- R/zzz.R | 2 README.md | 18 ++++++-- man/figures/README-example4-1.png |only man/vennItem.Rd | 9 ++-- tests/testthat/test-vennItem.R | 5 +- 9 files changed, 86 insertions(+), 55 deletions(-)
Title: Discriminant Analysis with Additional Information
Description: In applications it is usual that some additional information is available. This package dawai (an acronym
for Discriminant Analysis With Additional Information) performs linear and quadratic discriminant analysis with
additional information expressed as inequality restrictions among the populations means. It also computes several
estimations of the true error rate.
Author: David Conde [aut, cre],
Miguel A. Fernandez [aut],
Bonifacio Salvador [aut]
Maintainer: David Conde <daconrio@gmail.com>
Diff between dawai versions 1.2.7 dated 2024-10-15 and 1.2.8 dated 2026-01-26
dawai-1.2.7/dawai/build |only dawai-1.2.7/dawai/inst/doc/GPL.txt |only dawai-1.2.7/dawai/inst/doc/dawai.Rnw |only dawai-1.2.7/dawai/inst/doc/dawai.pdf |only dawai-1.2.7/dawai/inst/doc/manualdawai.pdf.asis |only dawai-1.2.7/dawai/vignettes |only dawai-1.2.8/dawai/DESCRIPTION | 11 +++++------ dawai-1.2.8/dawai/MD5 | 9 +-------- 8 files changed, 6 insertions(+), 14 deletions(-)
Title: Cognitive Mapping Tools Based on Coding of Textual Sources
Description: Functions for building cognitive maps based on qualitative data. Inputs are textual sources (articles, transcription of qualitative interviews of agents,...). These sources have been coded using relations and are linked to (i) a table describing the variables (or concepts) used for the coding and (ii) a table describing the sources (typology of agents, ...). Main outputs are Individual Cognitive Maps (ICM), Social Cognitive Maps (all sources or group of sources) and a list of quotes linked to relations. This package is linked to the work done during the PhD of Frederic M. Vanwindekens (CRA-W / UCL) hold the 13 of May 2014 at University of Louvain in collaboration with the Walloon Agricultural Research Centre (project MIMOSA, MOERMAN fund).
Author: Frederic M. Vanwindekens [aut, cre] ,
Didier Stilmant [aut, ths],
Philippe V. Baret [aut, ths]
Maintainer: Frederic M. Vanwindekens <FrdVnW@proton.me>
Diff between cogmapr versions 0.9.3 dated 2022-01-04 and 0.9.5 dated 2026-01-26
DESCRIPTION | 38 ++++++++++++++++++++++++-------------- MD5 | 34 +++++++++++++++++----------------- NEWS.md | 14 +++++++++++++- R/cogmapr-comp.R | 10 +++++----- R/cogmapr-indic.R | 4 ++-- R/cogmapr-package.R | 4 ++++ R/cogmapr.R | 24 ++++++++++++------------ R/globalVariables.R | 4 ++-- man/ConceptIndicators.Rd | 2 +- man/EdgCMap.Rd | 6 +++--- man/EdgIndCMap.Rd | 2 +- man/GraphIndicatorsTable.Rd | 2 +- man/ProjectCMap.Rd | 8 ++++---- man/RelationshipTest.Rd | 2 +- man/SocCMap.Rd | 4 ++-- man/cogmapr-package.Rd | 2 +- man/data.ggCMap.Rd | 4 ++-- man/ggCMap.hl.Rd | 4 ++-- 18 files changed, 97 insertions(+), 71 deletions(-)
Title: 'caret' Applications for Spatial-Temporal Models
Description: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial or spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models. Methods are described in Meyer et al. (2018) <doi:10.1016/j.envsoft.2017.12.001>; Meyer et al. (2019) <doi:10.1016/j.ecolmodel.2019.108815>; Meyer and Pebesma (2021) <doi:10.1111/2041-210X.13650>; Milà et al. (2022) <doi:10.1111/2041-210X.13851>; Meyer and Pebesma (2022) <doi:10.1038/s41467-022-29838-9>; L [...truncated...]
Author: Hanna Meyer [cre, aut],
Carles Mila [aut],
Marvin Ludwig [aut],
Jan Linnenbrink [aut],
Fabian Schumacher [aut],
Philipp Otto [ctb],
Chris Reudenbach [ctb],
Thomas Nauss [ctb],
Edzer Pebesma [ctb],
Jakub Nowosad [ctb]
Maintainer: Hanna Meyer <hanna.meyer@uni-muenster.de>
Diff between CAST versions 1.0.3 dated 2025-01-09 and 1.0.4 dated 2026-01-26
DESCRIPTION | 12 +- MD5 | 50 +++++----- NAMESPACE | 5 + NEWS.md | 4 R/CAST-package.R | 7 - R/CreateSpacetimeFolds.R | 33 +++++-- R/aoa.R | 176 +++++++++++++++++++++++++++++++------- R/knndm.R | 6 - README.md | 16 +-- inst/doc/cast01-CAST-intro.R | 28 +++--- inst/doc/cast01-CAST-intro.Rmd | 28 +++--- inst/doc/cast01-CAST-intro.html | 81 ++++++++--------- inst/doc/cast02-plotgeodist.html | 38 ++++---- inst/doc/cast03-CV.html | 26 ++--- inst/doc/cast04-AOA-tutorial.R | 26 ++--- inst/doc/cast04-AOA-tutorial.Rmd | 26 ++--- inst/doc/cast04-AOA-tutorial.html | 72 +++++++-------- inst/doc/cast05-parallel.R | 108 +++++++++++------------ inst/doc/cast05-parallel.html | 14 +-- man/CAST.Rd | 7 - man/CreateSpacetimeFolds.Rd | 23 +++- man/aoa.Rd | 22 +++- man/knndm.Rd | 7 + tests/testthat/test-aoa.R | 67 ++++++++++++-- vignettes/cast01-CAST-intro.Rmd | 28 +++--- vignettes/cast04-AOA-tutorial.Rmd | 26 ++--- 26 files changed, 584 insertions(+), 352 deletions(-)
Title: Ensemble Platform for Species Distribution Modeling
Description: Functions for species distribution modeling, calibration and evaluation,
ensemble of models, ensemble forecasting and visualization. The package permits to run
consistently up to 10 single models on a presence/absences (resp presences/pseudo-absences)
dataset and to combine them in ensemble models and ensemble projections. Some bench of other
evaluation and visualisation tools are also available within the package.
Author: Maya Gueguen [aut, cre],
Helene Blancheteau [aut],
Remi Lemaire-Patin [aut],
Wilfried Thuiller [aut]
Maintainer: Maya Gueguen <maya.gueguen@univ-grenoble-alpes.fr>
Diff between biomod2 versions 4.3-4-3 dated 2025-12-22 and 4.3-4-4 dated 2026-01-26
biomod2-4.3-4-3/biomod2/vignettes/pictures/CVschema.PNG |only biomod2-4.3-4-3/biomod2/vignettes/pictures/MyBiomodData_With_CalibLines.PNG |only biomod2-4.3-4-3/biomod2/vignettes/pictures/biomod2_presentation.workflow_05_2024.pdf |only biomod2-4.3-4-4/biomod2/DESCRIPTION | 17 biomod2-4.3-4-4/biomod2/MD5 | 151 ++--- biomod2-4.3-4-4/biomod2/R/BIOMOD_EnsembleForecasting.R | 2 biomod2-4.3-4-4/biomod2/R/BIOMOD_EnsembleModeling.R | 2 biomod2-4.3-4-4/biomod2/R/BIOMOD_Modeling.R | 2 biomod2-4.3-4-4/biomod2/R/BIOMOD_Report.R | 94 +++ biomod2-4.3-4-4/biomod2/R/biomod2_classes_0.R | 94 --- biomod2-4.3-4-4/biomod2/R/biomod2_classes_1.R | 15 biomod2-4.3-4-4/biomod2/R/biomod2_classes_3.R | 3 biomod2-4.3-4-4/biomod2/R/biomod2_classes_4.R | 4 biomod2-4.3-4-4/biomod2/R/biomod2_data.R | 48 - biomod2-4.3-4-4/biomod2/R/bm_CrossValidation.R | 14 biomod2-4.3-4-4/biomod2/R/bm_FindOptimStat.R | 24 biomod2-4.3-4-4/biomod2/R/bm_ModelAnalysis.R | 2 biomod2-4.3-4-4/biomod2/R/bm_ModelingOptions.R | 2 biomod2-4.3-4-4/biomod2/R/bm_PlotResponseCurves.R | 4 biomod2-4.3-4-4/biomod2/R/bm_PseudoAbsences.R | 4 biomod2-4.3-4-4/biomod2/R/bm_RunModelsLoop.R | 22 biomod2-4.3-4-4/biomod2/R/bm_SRE.R | 12 biomod2-4.3-4-4/biomod2/R/bm_Tuning.R | 15 biomod2-4.3-4-4/biomod2/R/sysdata.rda |binary biomod2-4.3-4-4/biomod2/R/zzz.R | 5 biomod2-4.3-4-4/biomod2/README.md | 7 biomod2-4.3-4-4/biomod2/data/ModelsTable.rda |binary biomod2-4.3-4-4/biomod2/data/OptionsBigboss.rda |binary biomod2-4.3-4-4/biomod2/inst/doc/examples_1_mainFunctions_AB.Rmd | 16 biomod2-4.3-4-4/biomod2/inst/doc/examples_1_mainFunctions_AB.html | 17 biomod2-4.3-4-4/biomod2/inst/doc/examples_1_mainFunctions_BIN.Rmd | 16 biomod2-4.3-4-4/biomod2/inst/doc/examples_1_mainFunctions_BIN.html | 17 biomod2-4.3-4-4/biomod2/inst/doc/examples_2_auxiliaryFunctions.Rmd | 2 biomod2-4.3-4-4/biomod2/inst/doc/examples_2_auxiliaryFunctions.html | 8 biomod2-4.3-4-4/biomod2/inst/doc/news.Rmd | 25 biomod2-4.3-4-4/biomod2/inst/doc/news.html | 54 + biomod2-4.3-4-4/biomod2/inst/doc/vignette_crossValidation.Rmd | 191 ++---- biomod2-4.3-4-4/biomod2/inst/doc/vignette_crossValidation.html | 211 +++---- biomod2-4.3-4-4/biomod2/inst/doc/vignette_dataPreparation.html | 2 biomod2-4.3-4-4/biomod2/inst/doc/vignette_modelingOptions.Rmd | 301 +++++----- biomod2-4.3-4-4/biomod2/inst/doc/vignette_modelingOptions.html | 295 +++++---- biomod2-4.3-4-4/biomod2/inst/doc/vignette_presentation.Rmd | 18 biomod2-4.3-4-4/biomod2/inst/doc/vignette_presentation.html | 19 biomod2-4.3-4-4/biomod2/inst/doc/vignette_pseudoAbsences.Rmd | 32 - biomod2-4.3-4-4/biomod2/inst/doc/vignette_pseudoAbsences.html | 30 biomod2-4.3-4-4/biomod2/inst/doc/vignette_variability.html | 2 biomod2-4.3-4-4/biomod2/inst/doc/vignette_videos.html | 2 biomod2-4.3-4-4/biomod2/man/BIOMOD.ensemble.models.out.Rd | 1 biomod2-4.3-4-4/biomod2/man/BIOMOD.formated.data.PA.Rd | 1 biomod2-4.3-4-4/biomod2/man/BIOMOD.formated.data.Rd | 1 biomod2-4.3-4-4/biomod2/man/BIOMOD.models.out.Rd | 1 biomod2-4.3-4-4/biomod2/man/BIOMOD.projection.out.Rd | 1 biomod2-4.3-4-4/biomod2/man/BIOMOD_EnsembleForecasting.Rd | 2 biomod2-4.3-4-4/biomod2/man/BIOMOD_EnsembleModeling.Rd | 2 biomod2-4.3-4-4/biomod2/man/BIOMOD_Report.Rd | 93 +++ biomod2-4.3-4-4/biomod2/man/DataSTOC.Rd | 18 biomod2-4.3-4-4/biomod2/man/OptionsBigboss.Rd | 3 biomod2-4.3-4-4/biomod2/man/bm_CrossValidation.Rd | 14 biomod2-4.3-4-4/biomod2/man/bm_FindOptimStat.Rd | 13 biomod2-4.3-4-4/biomod2/man/bm_ModelAnalysis.Rd | 2 biomod2-4.3-4-4/biomod2/man/bm_ModelingOptions.Rd | 2 biomod2-4.3-4-4/biomod2/man/bm_PlotResponseCurves.Rd | 4 biomod2-4.3-4-4/biomod2/man/bm_SRE.Rd | 12 biomod2-4.3-4-4/biomod2/man/plot.Rd | 1 biomod2-4.3-4-4/biomod2/man/summary.Rd | 1 biomod2-4.3-4-4/biomod2/vignettes/examples_1_mainFunctions_AB.Rmd | 16 biomod2-4.3-4-4/biomod2/vignettes/examples_1_mainFunctions_BIN.Rmd | 16 biomod2-4.3-4-4/biomod2/vignettes/examples_2_auxiliaryFunctions.Rmd | 2 biomod2-4.3-4-4/biomod2/vignettes/news.Rmd | 25 biomod2-4.3-4-4/biomod2/vignettes/pictures/biomod2_options_2025_12.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/biomod2_presentation.workflow_01_2026.pdf |only biomod2-4.3-4-4/biomod2/vignettes/pictures/biomod2_pseudoabsences_2024_07.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_3_plot1.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_3_plot2.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_4_plot1.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_4_plot2.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_4_plot3.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_4_plot4.png |only biomod2-4.3-4-4/biomod2/vignettes/pictures/examples_4_plot5.png |only biomod2-4.3-4-4/biomod2/vignettes/vignette_crossValidation.Rmd | 191 ++---- biomod2-4.3-4-4/biomod2/vignettes/vignette_modelingOptions.Rmd | 301 +++++----- biomod2-4.3-4-4/biomod2/vignettes/vignette_presentation.Rmd | 18 biomod2-4.3-4-4/biomod2/vignettes/vignette_pseudoAbsences.Rmd | 32 - 83 files changed, 1421 insertions(+), 1153 deletions(-)
Title: Fitting Interpretable Neural Additive Models Using
Orthogonalization
Description: An algorithm for fitting interpretable additive neural
networks for identifiable and visualizable feature effects using post
hoc orthogonalization. Fit custom neural networks intuitively using
established 'R' 'formula' notation, including interaction effects of
arbitrary order while preserving identifiability to enable a
functional decomposition of the prediction function. For more details see
Koehler et al. (2025) <doi:10.1038/s44387-025-00033-7>.
Author: David Koehler [aut, cre]
Maintainer: David Koehler <koehler@imbie.uni-bonn.de>
Diff between ONAM versions 1.0.0 dated 2025-11-11 and 1.0.1 dated 2026-01-26
DESCRIPTION | 6 +- MD5 | 20 ++++----- R/evaluation.R | 17 +++---- R/input_checks.R | 68 +++++++++++++++++++++++++------ R/install_helper.R | 54 ++++++++++++++++++++++--- R/onam.R | 2 R/zzz.R | 14 ------ README.md | 2 man/install_conda_env.Rd | 9 +++- man/predict.onam.Rd | 10 ++-- tests/testthat/test-onam.R | 97 ++++++++++++++++++++++++++++++++++++++++++--- 11 files changed, 231 insertions(+), 68 deletions(-)
Title: Spatiotemporal Nutrient Balance Analysis Across Agricultural and
Municipal Systems
Description: A comprehensive framework for analyzing agricultural nutrient
balances across multiple spatial scales (county, 'HUC8', 'HUC2') with
integration of wastewater treatment plant ('WWTP') effluent loads for both
nitrogen and phosphorus. Supports classification of spatial units as
nutrient sources, sinks, or balanced areas based on agricultural surplus
and deficit calculations. Includes visualization tools, spatial transition
probability analysis, and nutrient flow network mapping. Built-in datasets
include agricultural nutrient balance data from the Nutrient Use Geographic
Information System ('NuGIS'; The Fertilizer Institute and Plant Nutrition
Canada, 1987-2016) <https://nugis.tfi.org/tabular_data/> and U.S. Environmental
Protection Agency ('EPA') wastewater discharge data from the 'ECHO' Discharge
Monitoring Report ('DMR') Loading Tool (2007-2016)
<https://echo.epa.gov/trends/loading-tool/water-pollution-search>. Data
are downloaded on demand from the Open Science Framework ( [...truncated...]
Author: Olatunde D. Akanbi [aut, cre, cph] ,
Vibha Mandayam [aut] ,
Atharva Gupta [aut] ,
K. Colton Flynn [aut] ,
Jeffrey Yarus [aut] ,
Erika I. Barcelos [aut, cph] ,
Roger H. French [aut, cph]
Maintainer: Olatunde D. Akanbi <olatunde.akanbi@case.edu>
Diff between manureshed versions 0.1.0 dated 2025-12-22 and 0.1.1 dated 2026-01-26
DESCRIPTION | 13 - MD5 | 45 ++- NAMESPACE | 2 NEWS.md | 18 + R/comparison_functions.R | 370 ++++++++++++++++++++++++++++++++ R/dashboard_functions.R |only R/file_io_functions.R | 8 R/utils.R | 6 R/workflow_functions.R | 2 README.md |only build/vignette.rds |binary inst/doc/advanced-features.html | 4 inst/doc/custom-efficiency-analyis.html | 4 inst/doc/dashboard-guide.R |only inst/doc/dashboard-guide.Rmd |only inst/doc/dashboard-guide.html |only inst/doc/data-integration.html | 4 inst/doc/getting-started.html | 4 inst/doc/scenario-comparison.R |only inst/doc/scenario-comparison.Rmd |only inst/doc/scenario-comparison.html |only inst/doc/visualization-guide.html | 4 inst/shiny |only man/compare_scenarios.Rd |only man/create_comparison_plots.Rd |only man/create_comparison_summary.Rd |only man/extract_scenario_metrics.Rd |only man/launch_dashboard.Rd |only man/manureshed.Rd | 2 vignettes/dashboard-guide.Rmd |only vignettes/scenario-comparison.Rmd |only 31 files changed, 454 insertions(+), 32 deletions(-)
Title: A Toolkit for Sports Injury and Illness Data Analysis
Description: Sports Injury Data analysis aims to identify and describe the
magnitude of the injury problem, and to gain more insights (e.g.
determine potential risk factors) by statistical modelling approaches.
The 'injurytools' package provides standardized routines and utilities
that simplify such analyses. It offers functions for data preparation,
informative visualizations and descriptive and model-based analyses.
Author: Lore Zumeta Olaskoaga [aut, cre] ,
Dae-Jin Lee [ctb]
Maintainer: Lore Zumeta Olaskoaga <lorezumeta@gmail.com>
Diff between injurytools versions 2.0.0 dated 2025-11-28 and 2.0.1 dated 2026-01-26
injurytools-2.0.0/injurytools/tests/testthat/test-gg_time_trend.R |only injurytools-2.0.1/injurytools/DESCRIPTION | 8 injurytools-2.0.1/injurytools/LICENSE | 4 injurytools-2.0.1/injurytools/MD5 | 206 injurytools-2.0.1/injurytools/NAMESPACE | 186 injurytools-2.0.1/injurytools/NEWS.md | 96 injurytools-2.0.1/injurytools/R/calc_burden.R | 167 injurytools-2.0.1/injurytools/R/calc_exposure.R | 206 injurytools-2.0.1/injurytools/R/calc_incidence.R | 191 injurytools-2.0.1/injurytools/R/calc_iqr_dayslost.R | 120 injurytools-2.0.1/injurytools/R/calc_mean_dayslost.R | 108 injurytools-2.0.1/injurytools/R/calc_median_dayslost.R | 112 injurytools-2.0.1/injurytools/R/calc_ncases.R | 130 injurytools-2.0.1/injurytools/R/calc_ndayslost.R | 112 injurytools-2.0.1/injurytools/R/calc_prevalence.R | 604 - injurytools-2.0.1/injurytools/R/calc_summary.R | 298 injurytools-2.0.1/injurytools/R/data.R | 260 injurytools-2.0.1/injurytools/R/gg_photo.R | 186 injurytools-2.0.1/injurytools/R/gg_prevalence.R | 280 injurytools-2.0.1/injurytools/R/gg_rank.R | 184 injurytools-2.0.1/injurytools/R/gg_riskmatrix.R | 304 injurytools-2.0.1/injurytools/R/helpers.R | 186 injurytools-2.0.1/injurytools/R/injurytools-package.R | 58 injurytools-2.0.1/injurytools/R/prepare_data.R | 752 +- injurytools-2.0.1/injurytools/R/summary_unit.R | 146 injurytools-2.0.1/injurytools/R/utils.R | 632 - injurytools-2.0.1/injurytools/README.md | 234 injurytools-2.0.1/injurytools/build/partial.rdb |binary injurytools-2.0.1/injurytools/build/vignette.rds |binary injurytools-2.0.1/injurytools/inst/CITATION |only injurytools-2.0.1/injurytools/inst/doc/estimate-epi-measures.R | 508 - injurytools-2.0.1/injurytools/inst/doc/estimate-epi-measures.Rmd | 866 +- injurytools-2.0.1/injurytools/inst/doc/estimate-epi-measures.html | 3337 ++++------ injurytools-2.0.1/injurytools/inst/doc/model-injury-data-i.R | 728 +- injurytools-2.0.1/injurytools/inst/doc/model-injury-data-i.Rmd | 962 +- injurytools-2.0.1/injurytools/inst/doc/model-injury-data-i.html | 1689 ++--- injurytools-2.0.1/injurytools/inst/doc/model-injury-data-ii.R | 960 +- injurytools-2.0.1/injurytools/inst/doc/model-injury-data-ii.Rmd | 1330 +-- injurytools-2.0.1/injurytools/inst/doc/model-injury-data-ii.html | 1895 ++--- injurytools-2.0.1/injurytools/inst/doc/prepare-injury-data.R | 172 injurytools-2.0.1/injurytools/inst/doc/prepare-injury-data.Rmd | 352 - injurytools-2.0.1/injurytools/inst/doc/prepare-injury-data.html | 1149 +-- injurytools-2.0.1/injurytools/inst/doc/visualize-injury-data.R | 866 +- injurytools-2.0.1/injurytools/inst/doc/visualize-injury-data.Rmd | 1142 +-- injurytools-2.0.1/injurytools/inst/doc/visualize-injury-data.html | 1613 ++-- injurytools-2.0.1/injurytools/man/calc_burden.Rd | 144 injurytools-2.0.1/injurytools/man/calc_exposure.Rd | 76 injurytools-2.0.1/injurytools/man/calc_incidence.Rd | 146 injurytools-2.0.1/injurytools/man/calc_iqr_dayslost.Rd | 70 injurytools-2.0.1/injurytools/man/calc_mean_dayslost.Rd | 68 injurytools-2.0.1/injurytools/man/calc_median_dayslost.Rd | 68 injurytools-2.0.1/injurytools/man/calc_ncases.Rd | 68 injurytools-2.0.1/injurytools/man/calc_ndayslost.Rd | 68 injurytools-2.0.1/injurytools/man/calc_prevalence.Rd | 144 injurytools-2.0.1/injurytools/man/calc_summary.Rd | 227 injurytools-2.0.1/injurytools/man/check_injfollowup.Rd | 42 injurytools-2.0.1/injurytools/man/cut_injd.Rd | 122 injurytools-2.0.1/injurytools/man/data_followup.Rd | 40 injurytools-2.0.1/injurytools/man/data_injurieslong.Rd | 40 injurytools-2.0.1/injurytools/man/date2season.Rd | 50 injurytools-2.0.1/injurytools/man/date_format.Rd | 52 injurytools-2.0.1/injurytools/man/exp_unit_suffix.Rd | 40 injurytools-2.0.1/injurytools/man/get_data_exposures.Rd | 44 injurytools-2.0.1/injurytools/man/get_data_followup.Rd | 44 injurytools-2.0.1/injurytools/man/get_data_injuries.Rd | 44 injurytools-2.0.1/injurytools/man/gg_photo.Rd | 92 injurytools-2.0.1/injurytools/man/gg_prevalence.Rd | 138 injurytools-2.0.1/injurytools/man/gg_rank.Rd | 130 injurytools-2.0.1/injurytools/man/gg_riskmatrix.Rd | 214 injurytools-2.0.1/injurytools/man/injd.Rd | 106 injurytools-2.0.1/injurytools/man/injurytools.Rd | 62 injurytools-2.0.1/injurytools/man/is_injd.Rd | 36 injurytools-2.0.1/injurytools/man/label_unit.Rd | 42 injurytools-2.0.1/injurytools/man/new_injd.Rd | 40 injurytools-2.0.1/injurytools/man/prepare_data.Rd | 272 injurytools-2.0.1/injurytools/man/raw_df_exposures.Rd | 118 injurytools-2.0.1/injurytools/man/raw_df_injuries.Rd | 108 injurytools-2.0.1/injurytools/man/season2year.Rd | 46 injurytools-2.0.1/injurytools/man/summary_unit.Rd | 52 injurytools-2.0.1/injurytools/man/validate_injd.Rd | 36 injurytools-2.0.1/injurytools/tests/testthat.R | 8 injurytools-2.0.1/injurytools/tests/testthat/test-calc_burden.R | 48 injurytools-2.0.1/injurytools/tests/testthat/test-calc_exposure.R | 36 injurytools-2.0.1/injurytools/tests/testthat/test-calc_incidence.R | 52 injurytools-2.0.1/injurytools/tests/testthat/test-calc_iqr_dayslost.R | 38 injurytools-2.0.1/injurytools/tests/testthat/test-calc_mean_dayslost.R | 36 injurytools-2.0.1/injurytools/tests/testthat/test-calc_median_dayslost.R | 36 injurytools-2.0.1/injurytools/tests/testthat/test-calc_ncases.R | 36 injurytools-2.0.1/injurytools/tests/testthat/test-calc_ndayslost.R | 36 injurytools-2.0.1/injurytools/tests/testthat/test-calc_prevalence.R | 38 injurytools-2.0.1/injurytools/tests/testthat/test-calc_summary.R | 158 injurytools-2.0.1/injurytools/tests/testthat/test-gg_photo.R | 26 injurytools-2.0.1/injurytools/tests/testthat/test-gg_prevalence.R | 68 injurytools-2.0.1/injurytools/tests/testthat/test-gg_rank.R | 38 injurytools-2.0.1/injurytools/tests/testthat/test-gg_riskmatrix.R | 38 injurytools-2.0.1/injurytools/tests/testthat/test-helpers.R | 84 injurytools-2.0.1/injurytools/tests/testthat/test-prepare_data.R | 216 injurytools-2.0.1/injurytools/tests/testthat/test-summary_unit.R | 176 injurytools-2.0.1/injurytools/tests/testthat/test-utils.R | 182 injurytools-2.0.1/injurytools/vignettes/estimate-epi-measures.Rmd | 866 +- injurytools-2.0.1/injurytools/vignettes/model-injury-data-i.Rmd | 962 +- injurytools-2.0.1/injurytools/vignettes/model-injury-data-ii.Rmd | 1330 +-- injurytools-2.0.1/injurytools/vignettes/prepare-injury-data.Rmd | 352 - injurytools-2.0.1/injurytools/vignettes/refs.bib | 92 injurytools-2.0.1/injurytools/vignettes/visualize-injury-data.Rmd | 1142 +-- 105 files changed, 16264 insertions(+), 16258 deletions(-)
Title: Analysis of Geostatistical Data using Bayes and Empirical Bayes
Methods
Description: Functions to fit geostatistical data. The data can be
continuous, binary or count data and the models implemented are
flexible. Conjugate priors are assumed on some parameters while
inference on the other parameters can be done through a full
Bayesian analysis of by empirical Bayes methods.
Author: Evangelos Evangelou [aut, cre],
Vivekananda Roy [aut]
Maintainer: Evangelos Evangelou <e.evangelou@maths.bath.ac.uk>
Diff between geoBayes versions 0.7.4 dated 2024-10-07 and 0.7.5 dated 2026-01-26
DESCRIPTION | 13 ++++++++----- MD5 | 10 +++++----- demo/rhizoctonia1.R | 12 +++++------- demo/rhizoctonia2.R | 3 +-- demo/yield2.R | 6 ++---- src/lbfgsbmod.f90 | 4 ++-- 6 files changed, 23 insertions(+), 25 deletions(-)
Title: Ecological Niche Modeling using Presence-Absence Data
Description: A set of tools to perform Ecological Niche Modeling with
presence-absence data. It includes algorithms for data partitioning,
model fitting, calibration, evaluation, selection, and prediction.
Other functions help to explore signals of ecological niche using univariate
and multivariate analyses, and model features such as variable response
curves and variable importance. Unique characteristics of this package are
the ability to exclude models with concave quadratic responses, and the
option to clamp model predictions to specific variables. These tools are
implemented following principles proposed in
Cobos et al., (2022) <doi:10.17161/bi.v17i.15985>,
Cobos et al., (2019) <doi:10.7717/peerj.6281>,
and Peterson et al., (2008) <doi:10.1016/j.ecolmodel.2007.11.008>.
Author: Luis F. Arias-Giraldo [aut, cre] ,
Marlon E. Cobos [aut] ,
A. Townsend Peterson [ctb]
Maintainer: Luis F. Arias-Giraldo <lfarias.giraldo@gmail.com>
Diff between enmpa versions 0.2.2 dated 2025-12-14 and 0.2.3 dated 2026-01-26
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ NEWS.md | 6 ++++++ R/predict_selected.R | 5 +++++ src/Makevars.in | 2 +- src/Makevars.ucrt | 2 +- src/Makevars.win | 2 +- 7 files changed, 24 insertions(+), 13 deletions(-)
Title: Ordination Methods for the Analysis of Beta-Diversity Indices
Description: The analysis of different aspects of biodiversity requires specific algorithms. For example, in regionalisation analyses, the high frequency of ties and zero values in dissimilarity matrices produced by Beta-diversity turnover produces hierarchical cluster dendrograms whose topology and bootstrap supports are affected by the order of rows in the original matrix. Moreover, visualisation of biogeographical regionalisation can be facilitated by a combination of hierarchical clustering and multi-dimensional scaling. The recluster package provides robust techniques to visualise and analyse patterns of biodiversity and to improve occurrence data for cryptic taxa.
Author: Leonardo Dapporto [aut, cre],
Matteo Ramazzotti [aut],
Simone Fattorini [aut],
Roger Vila [aut],
Gerard Talavera [aut],
Roger H.L. Dennis [aut]
Maintainer: Leonardo Dapporto <leondap@gmail.com>
Diff between recluster versions 3.4 dated 2026-01-25 and 3.5 dated 2026-01-26
DESCRIPTION | 11 +-- MD5 | 14 ++-- R/recluster.cons.R | 83 +++++++++++++++++------- R/recluster.region.R | 163 ++++++++++++++++++++++++++++-------------------- data/dataisl.rda |binary man/biodecrypt.Rd | 47 +++++-------- man/recluster.cons.Rd | 100 +++++++++++++++++++---------- man/recluster.region.Rd | 140 +++++++++++++++++++++++++---------------- 8 files changed, 338 insertions(+), 220 deletions(-)
Title: In Vitro Toxicokinetic Data Processing and Analysis Pipeline
Description: A set of tools for processing and analyzing in vitro toxicokinetic
measurements in a standardized and reproducible pipeline. The package
was developed to perform frequentist and Bayesian estimation on a
variety of in vitro toxicokinetic measurements including -- but not
limited to -- chemical fraction unbound in the presence of plasma
(f_up), intrinsic hepatic clearance (Clint,
uL/min/million hepatocytes), and membrane permeability for
oral absorption (Caco2). The methods provided
by the package were described in Wambaugh et al. (2019) <doi:10.1093/toxsci/kfz205>.
Author: John Wambaugh [aut] ,
Caroline Ring [cre] ,
Sarah E. Davidson-Fritz [aut] ,
Lindsay Knupp [ctb],
Barbara A. Wetmore [ctb] ,
Zhao Zhihui [ctb],
Chantel Nicolas [ctb] ,
Anna Kreutz [ctb] ,
U.S. Federal Government [cph]
Maintainer: Caroline Ring <ring.caroline@epa.gov>
Diff between invitroTKstats versions 0.0.13 dated 2025-08-19 and 0.0.14 dated 2026-01-26
invitroTKstats-0.0.13/invitroTKstats/inst/extdata/Kreutz-Clint/README.html |only invitroTKstats-0.0.14/invitroTKstats/DESCRIPTION | 19 + invitroTKstats-0.0.14/invitroTKstats/MD5 | 101 ++++------ invitroTKstats-0.0.14/invitroTKstats/NEWS.md | 7 invitroTKstats-0.0.14/invitroTKstats/R/calc_caco2_point.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_clint.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_clint_point.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_fup_red.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_fup_red_point.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_fup_uc.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/calc_fup_uc_point.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/format_caco2.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/format_clint.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/format_fup_red.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/format_fup_uc.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/merge_level0.R | 4 invitroTKstats-0.0.14/invitroTKstats/R/round_output.R | 2 invitroTKstats-0.0.14/invitroTKstats/R/sample_verification.R | 2 invitroTKstats-0.0.14/invitroTKstats/README.md | 15 + invitroTKstats-0.0.14/invitroTKstats/build/partial.rdb |binary invitroTKstats-0.0.14/invitroTKstats/build/vignette.rds |binary invitroTKstats-0.0.14/invitroTKstats/inst/doc/Caco2_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/inst/doc/Caco2_vignette.html | 19 - invitroTKstats-0.0.14/invitroTKstats/inst/doc/Clint_vignette.R | 68 +++--- invitroTKstats-0.0.14/invitroTKstats/inst/doc/Clint_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/inst/doc/Clint_vignette.html | 23 +- invitroTKstats-0.0.14/invitroTKstats/inst/doc/Data-guide-and-L0_vignette.html | 11 - invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupRED_vignette.R | 68 +++--- invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupRED_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupRED_vignette.html | 23 +- invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupUC_vignette.R | 8 invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupUC_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/inst/doc/FupUC_vignette.html | 21 -- invitroTKstats-0.0.14/invitroTKstats/inst/doc/plotting-invitroTKstats.html | 17 - invitroTKstats-0.0.14/invitroTKstats/man/calc_caco2_point.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_clint.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_clint_point.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_fup_red.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_fup_red_point.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_fup_uc.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/calc_fup_uc_point.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/format_caco2.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/format_clint.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/format_fup_red.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/format_fup_uc.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/merge_level0.Rd | 4 invitroTKstats-0.0.14/invitroTKstats/man/round_output.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/man/sample_verification.Rd | 2 invitroTKstats-0.0.14/invitroTKstats/vignettes/Caco2_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/vignettes/Clint_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/vignettes/FupRED_vignette.Rmd | 2 invitroTKstats-0.0.14/invitroTKstats/vignettes/FupUC_vignette.Rmd | 2 52 files changed, 244 insertions(+), 232 deletions(-)
More information about invitroTKstats at CRAN
Permanent link
Title: Interface to the World Database on Protected Areas
Description: Fetch and clean data from the World Database on Protected
Areas (WDPA) and the World Database on Other Effective Area-Based
Conservation Measures (WDOECM). Data is obtained from Protected Planet
<https://www.protectedplanet.net/en>. To augment data cleaning procedures,
users can install the 'prepr' R package (available at
<https://github.com/prioritizr/prepr>). For more information on this
package, see Hanson (2022) <doi:10.21105/joss.04594>.
Author: Jeffrey O Hanson [aut, cre]
Maintainer: Jeffrey O Hanson <jeffrey.hanson@uqconnect.edu.au>
Diff between wdpar versions 1.3.8 dated 2024-10-07 and 1.3.9 dated 2026-01-26
DESCRIPTION | 10 - MD5 | 48 +++--- NEWS.md | 47 ++++++ R/internal.R | 67 ++++----- R/st_erase_overlaps.R | 2 R/st_repair_geometry.R | 6 R/wdpa_clean.R | 264 +++++++++++++++++++++++++----------- R/wdpa_fetch.R | 20 +- R/wdpa_read.R | 157 +++++++++------------ R/wdpa_url.R | 2 README.md | 36 ++-- build/vignette.rds |binary inst/URLLIST | 1 inst/doc/wdpar.Rmd | 14 - inst/doc/wdpar.html | 158 ++++++++++----------- man/figures/README-readme-map-1.png |binary man/st_repair_geometry.Rd | 4 man/wdpa_clean.Rd | 53 +++++-- man/wdpa_fetch.Rd | 16 +- tests/testthat/helper_variables.R | 14 + tests/testthat/test_internal.R | 15 +- tests/testthat/test_wdpa_clean.R | 72 +++------ tests/testthat/test_wdpa_fetch.R | 5 tests/testthat/test_wdpa_read.R | 43 +++-- vignettes/wdpar.Rmd | 14 - 25 files changed, 624 insertions(+), 444 deletions(-)
Title: Dynamic Screening Systems
Description: In practice, we will encounter problems where the longitudinal performance of processes needs to be monitored over time.
Dynamic screening systems (DySS) are methods that aim to identify and give signals to processes with poor performance as early as possible.
This package is designed to implement dynamic screening systems and the related methods.
References:
Qiu, P. and Xiang, D. (2014) <doi:10.1080/00401706.2013.822423>;
Qiu, P. and Xiang, D. (2015) <doi:10.1002/sim.6477>;
Li, J. and Qiu, P. (2016) <doi:10.1080/0740817X.2016.1146423>;
Li, J. and Qiu, P. (2017) <doi:10.1002/qre.2160>;
You, L. and Qiu, P. (2019) <doi:10.1080/00949655.2018.1552273>;
Qiu, P., Xia, Z., and You, L. (2020) <doi:10.1080/00401706.2019.1604434>;
You, L., Qiu, A., Huang, B., and Qiu, P. (2020) <doi:10.1002/bimj.201900127>;
You, L. and Qiu, P. (2021) <doi:10.1080/00224065.2020.1767006>.
Author: Lu You [aut, cre],
Peihua Qiu [aut]
Maintainer: Lu You <Lu.You@epi.usf.edu>
This is a re-admission after prior archival of version 1.0 dated 2022-07-16
Diff between DySS versions 1.0 dated 2022-07-16 and 1.0.1 dated 2026-01-26
DESCRIPTION | 10 MD5 | 43 - NAMESPACE | 19 R/RcppExports.R | 426 +++++------ R/addendum_cleaning.R | 136 +-- R/addendum_data.R | 172 ++-- R/addendum_search_CL.R | 288 +++---- R/calculate_ATS.R | 254 +++--- R/calculate_signal_times.R | 204 ++--- R/estimate_pattern_long_1d.R | 652 ++++++++--------- R/estimate_pattern_long_md.R | 326 ++++---- R/estimate_pattern_long_surv.R | 382 +++++----- R/evaluate_control_chart.R | 1103 +++++++++++++++--------------- R/imports.R |only R/monitor_long_1d.R | 1262 +++++++++++++++++----------------- R/monitor_long_md.R | 1076 ++++++++++++++--------------- R/monitor_long_surv.R | 228 +++--- build/vignette.rds |binary inst/doc/DySS.R | 486 ++++++------- inst/doc/DySS.html | 1503 ++++++++++++++++++++++------------------- man/monitor_long_1d.Rd | 12 src/Makevars | 1 src/Makevars.win | 1 23 files changed, 4357 insertions(+), 4227 deletions(-)
Title: Distributed Laplace Factor Model
Description: Distributed estimation method is based on a Laplace factor model
to solve the estimates of load and specific variance. The philosophy of
the package is described in Guangbao Guo. (2022).
<doi:10.1007/s00180-022-01270-z>.
Author: Guangbao Guo [aut, cre],
Siqi Liu [aut]
Maintainer: Guangbao Guo <ggb11111111@163.com>
This is a re-admission after prior archival of version 0.1.4 dated 2025-12-06
Diff between DLFM versions 0.1.4 dated 2025-12-06 and 0.2.2 dated 2026-01-26
DESCRIPTION | 39 ++++++++++++++++++-------------- MD5 | 50 +++++++++++++++++++++++------------------ NAMESPACE | 11 +++++++-- R/DGulPC.R | 19 ++++++++++++--- R/DIPC.R | 20 +++++++++++----- R/DPC.R | 19 ++++++++++++--- R/DPPC.R | 19 ++++++++++++--- R/DSAPC.R | 19 ++++++++++++--- R/GulPC.R | 19 ++++++++++++--- R/IPC.R |only R/LFM.R | 60 +++++++++++++++++++++++++++++++++----------------- R/PC.R | 20 ++++++++++++---- R/PPC.R | 19 ++++++++++++--- R/SAPC.R | 19 ++++++++++++--- R/online_sir_lfm.R |only R/osdr_lfm.R |only man/DGulPC.Rd | 19 ++++++++++++--- man/DIPC.Rd | 20 +++++++++++----- man/DPC.Rd | 19 ++++++++++++--- man/DPPC.Rd | 19 ++++++++++++--- man/DSAPC.Rd | 19 ++++++++++++--- man/GulPC.Rd | 19 ++++++++++++--- man/IPC.Rd |only man/LFM.Rd | 5 ---- man/PC.Rd | 19 ++++++++++++--- man/PPC.Rd | 19 ++++++++++++--- man/SAPC.Rd | 19 ++++++++++++--- man/online_sir_lfm.Rd |only man/osdr_lfm.Rd |only 29 files changed, 368 insertions(+), 142 deletions(-)
Title: Adaptive Cycle and Trend Analysis for Irregular Time Series
Description: Provides adaptive trend estimation, cycle detection, Fourier harmonic
selection, bootstrap confidence intervals, change-point detection, and
rolling-origin forecasting. Supports LOESS (Locally Estimated Scatterplot
Smoothing), GAM (Generalized Additive Model), and GAMM (Generalized Additive
Mixed Model), and automatically handles irregular sampling using the
Lomb-Scargle periodogram. Methods implemented in this package are described
in Cleveland et al. (1990) <doi:10.2307/2289548>, Wood (2017)
<doi:10.1201/9781315370279>, and Scargle (1982) <doi:10.1086/160554>.
Author: Pietro Piu [aut, cre]
Maintainer: Pietro Piu <pietro.piu.si@gmail.com>
Diff between cycleTrendR versions 0.2.0 dated 2026-01-22 and 0.3.0 dated 2026-01-26
DESCRIPTION | 18 +- MD5 | 26 +-- NAMESPACE | 25 --- NEWS.md | 28 +++ R/adaptive_cycle_trend_analysis.r | 279 ++++++++++++++++++---------------- build/vignette.rds |binary inst/doc/cycleTrendR-overview.R | 64 +++++++ inst/doc/cycleTrendR-overview.Rmd | 58 +++---- inst/doc/cycleTrendR-overview.html | 196 ++++++++++++++++++----- inst/doc/cycleTrendR_in_practice.R |only inst/doc/cycleTrendR_in_practice.Rmd |only inst/doc/cycleTrendR_in_practice.html |only man/adaptive_cycle_trend_analysis.Rd | 66 +++----- tests |only vignettes/cycleTrendR-overview.Rmd | 58 +++---- vignettes/cycleTrendR_in_practice.Rmd |only 16 files changed, 508 insertions(+), 310 deletions(-)
Title: Political Linguistics Toolkit - Gaffes, Phonetics, and Text
Transformation
Description: A comprehensive toolkit for political linguistics featuring a museum
of famous digital gaffes, phonetic transformation algorithms (Soundex, consonant
shifts), QWERTY keyboard geometry for typo simulation, syllable parsing, word
blending (portmanteau creation), and text corruption analysis. Originally
inspired by the infamous "covfefe" tweet of 2017.
Author: Michael Kirchner [aut, cre]
Maintainer: Michael Kirchner <michael@kirchner.io>
Diff between covfefe versions 0.1.0 dated 2017-06-06 and 1.0.0 dated 2026-01-26
DESCRIPTION | 35 ++- MD5 | 75 ++++++- NAMESPACE | 32 ++- NEWS.md |only R/blend.R |only R/corrupt.R |only R/covfefe.R | 13 - R/data.R |only R/detect.R |only R/keyboard.R |only R/museum.R |only R/phonetic.R |only R/syllable.R |only README.md | 400 +++++++++++++++++++------------------- data |only man/adjacent_key_typo.Rd |only man/analyze_gaffe.Rd |only man/blend_score.Rd |only man/blend_words.Rd |only man/consonant_pairs.Rd |only man/corrupt_text.Rd |only man/covfefy.Rd | 9 man/covfefySentence.Rd | 8 man/covfefySpeech.Rd | 6 man/detect_blend.Rd |only man/detect_typo_type.Rd |only man/gaffes.Rd |only man/garble_sentence.Rd |only man/get_phonetic_group.Rd |only man/is_keyboard_adjacent.Rd |only man/keyboard_mash.Rd |only man/museum_by_person.Rd |only man/museum_by_type.Rd |only man/museum_by_year.Rd |only man/museum_list.Rd |only man/museum_lookup.Rd |only man/museum_random.Rd |only man/onset_nucleus_coda.Rd |only man/phonetic_distance.Rd |only man/phonetic_groups.Rd |only man/phonetic_shift.Rd |only man/qwerty_adjacency.Rd |only man/qwerty_adjacent.Rd |only man/qwerty_distance.Rd |only man/qwerty_layout.Rd |only man/soundex.Rd |only man/soundex_map.Rd |only man/suggest_corrections.Rd |only man/syllabify.Rd |only man/syllable_count.Rd |only man/syllable_swap.Rd |only man/vowel_shift.Rd |only man/vowel_shifts.Rd |only tests/testthat/test-blend.R |only tests/testthat/test-corrupt.R |only tests/testthat/test-detect.R |only tests/testthat/test-integration.R |only tests/testthat/test-keyboard.R |only tests/testthat/test-museum.R |only tests/testthat/test-phonetic.R |only tests/testthat/test-syllable.R |only tests/testthat/test.R | 43 ++++ 62 files changed, 384 insertions(+), 237 deletions(-)
Title: Analyze Bunching in a Kink or Notch Setting
Description: View and analyze data where bunching is expected. Estimate counter-
factual distributions. For earnings data, estimate the compensated
elasticity of earnings w.r.t. the net-of-tax rate.
Author: Itai Trilnick [aut, cre]
Maintainer: Itai Trilnick <itai.trilnick@gmail.com>
Diff between bunchr versions 1.2.0 dated 2017-01-30 and 1.2.1 dated 2026-01-26
DESCRIPTION | 18 LICENSE | 4 MD5 | 52 - NEWS.md | 77 +- R/bunchr.R | 55 - R/earning_fun.R | 45 + R/elas_equalizer.R | 6 R/kink_estimator.R | 504 ++++++++-------- R/notch_estimator.R | 10 R/util_calc.R | 10 README.md | 55 + build/vignette.rds |binary inst/doc/bunching_with_bunchr.R | 290 ++++----- inst/doc/bunching_with_bunchr.Rmd | 846 ++++++++++++++-------------- inst/doc/bunching_with_bunchr.html | 1106 ++++++++++++++++++++++++++----------- inst/doc/notch_estimation.html | 489 ++++++++++++---- man/bunch.Rd | 31 - man/bunchApp.Rd | 1 man/bunch_viewer.Rd | 17 man/bunchr.Rd | 8 man/earning_fun.Rd | 1 man/elas_equalizer.Rd | 7 man/kink_estimator.Rd | 28 man/notch_estimator.Rd | 34 - man/util_calc.Rd | 1 man/util_equalizer.Rd | 1 vignettes/bunching_with_bunchr.Rmd | 846 ++++++++++++++-------------- 27 files changed, 2702 insertions(+), 1840 deletions(-)
Title: Dummy R APIs Used in 'Azure Synapse Analytics' for Local
Developments
Description: This is a pure dummy interfaces package which mirrors 'MsSparkUtils' APIs <https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/microsoft-spark-utilities?pivots=programming-language-r> of 'Azure Synapse Analytics' <https://learn.microsoft.com/en-us/azure/synapse-analytics/> for R users,
customer of Azure Synapse can download this package from CRAN for local development.
Author: runtimeexp [aut, cre],
Microsoft [cph]
Maintainer: runtimeexp <runtimeexpdg@microsoft.com>
Diff between notebookutils versions 1.5.3 dated 2024-04-07 and 1.6.2 dated 2026-01-26
notebookutils-1.5.3/notebookutils/R/warehouse.R |only notebookutils-1.5.3/notebookutils/R/workspace.R |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.create.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.delete.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.get.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.getDefinition.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.help.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.list.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.update.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.warehouse.updateDefinition.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.assignToCapacity.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.create.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.delete.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.get.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.help.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.list.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.listArtifacts.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.unassignFromCapacity.Rd |only notebookutils-1.5.3/notebookutils/man/notebookutils.workspace.update.Rd |only notebookutils-1.6.2/notebookutils/DESCRIPTION | 12 notebookutils-1.6.2/notebookutils/LICENSE | 4 notebookutils-1.6.2/notebookutils/MD5 | 317 +-- notebookutils-1.6.2/notebookutils/NAMESPACE | 282 +- notebookutils-1.6.2/notebookutils/R/conf.R |only notebookutils-1.6.2/notebookutils/R/connections.R |only notebookutils-1.6.2/notebookutils/R/credentials.R | 562 ++--- notebookutils-1.6.2/notebookutils/R/env.R | 304 +-- notebookutils-1.6.2/notebookutils/R/fabricClient.R | 157 - notebookutils-1.6.2/notebookutils/R/fs.R | 1006 +++++----- notebookutils-1.6.2/notebookutils/R/help.R | 64 notebookutils-1.6.2/notebookutils/R/lakehouse.R | 376 +-- notebookutils-1.6.2/notebookutils/R/notebook.R | 402 ++- notebookutils-1.6.2/notebookutils/R/runtime.R | 104 - notebookutils-1.6.2/notebookutils/R/session.R | 48 notebookutils-1.6.2/notebookutils/R/udf.R |only notebookutils-1.6.2/notebookutils/R/utils.R |only notebookutils-1.6.2/notebookutils/R/variableLibrary.R |only notebookutils-1.6.2/notebookutils/R/visualization.R | 117 - notebookutils-1.6.2/notebookutils/build/vignette.rds |binary notebookutils-1.6.2/notebookutils/inst/doc/notebookutils-tutorial.Rmd | 34 notebookutils-1.6.2/notebookutils/inst/doc/notebookutils-tutorial.html | 725 +++---- notebookutils-1.6.2/notebookutils/man/display.Rd | 52 notebookutils-1.6.2/notebookutils/man/display.config.Rd | 82 notebookutils-1.6.2/notebookutils/man/display.configCustomOptions.Rd |only notebookutils-1.6.2/notebookutils/man/displayHTML.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getConnectionStringOrCreds.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getFullConnectionString.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getPropertiesAll.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getSecret.Rd | 52 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getSecretWithLS.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.getToken.Rd | 50 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.help.Rd | 38 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.isValidToken.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.putSecret.Rd | 66 notebookutils-1.6.2/notebookutils/man/mssparkutils.credentials.putSecretWithLS.Rd | 58 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getClusterId.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getJobId.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getPoolName.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getUserId.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getUserName.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.getWorkspaceName.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.env.help.Rd | 38 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.append.Rd | 52 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.cp.Rd | 52 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.exists.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.fastcp.Rd | 58 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.getMountPath.Rd | 48 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.head.Rd | 48 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.help.Rd | 66 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.ls.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.mkdirs.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.mount.Rd | 50 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.mountToDriverNode.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.mounts.Rd | 38 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.mv.Rd | 62 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.put.Rd | 54 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.refreshMounts.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.rm.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.unmount.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.fs.unmountFromDriverNode.Rd | 34 notebookutils-1.6.2/notebookutils/man/mssparkutils.help.Rd | 44 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.create.Rd | 56 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.delete.Rd | 32 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.get.Rd | 38 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.help.Rd | 34 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.list.Rd | 38 notebookutils-1.6.2/notebookutils/man/mssparkutils.lakehouse.update.Rd | 56 notebookutils-1.6.2/notebookutils/man/mssparkutils.nbResPath.Rd |only notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.exit.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.help.Rd | 46 notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.run.Rd | 65 notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.runMultiple.Rd | 42 notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.updateNBSEndpoint.Rd | 28 notebookutils-1.6.2/notebookutils/man/mssparkutils.notebook.validateDAG.Rd |only notebookutils-1.6.2/notebookutils/man/mssparkutils.runtime.context.Rd | 36 notebookutils-1.6.2/notebookutils/man/mssparkutils.runtime.setHcReplId.Rd | 28 notebookutils-1.6.2/notebookutils/man/mssparkutils.session.stop.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.conf.get.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.conf.set.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.connections.getCredential.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.connections.getHelpString.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getConnectionStringOrCreds.Rd | 46 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getFullConnectionString.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getPropertiesAll.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getSecret.Rd | 52 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getSecretWithLS.Rd | 46 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.getToken.Rd | 50 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.help.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.isValidToken.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.putSecret.Rd | 66 notebookutils-1.6.2/notebookutils/man/notebookutils.credentials.putSecretWithLS.Rd | 58 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getClusterId.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getJobId.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getPoolName.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getUserId.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getUserName.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.getWorkspaceName.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.env.help.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.delete.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.get.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.help.Rd | 28 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.listCapacities.Rd | 34 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.patch.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.post.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fabricClient.put.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.append.Rd | 52 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.cp.Rd | 52 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.exists.Rd | 46 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.fastcp.Rd | 58 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.getMountPath.Rd | 48 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.head.Rd | 48 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.help.Rd | 66 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.ls.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.mkdirs.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.mount.Rd | 50 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.mountToDriverNode.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.mounts.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.mv.Rd | 62 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.put.Rd | 54 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.refreshMounts.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.rm.Rd | 46 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.unmount.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.fs.unmountFromDriverNode.Rd | 34 notebookutils-1.6.2/notebookutils/man/notebookutils.help.Rd | 44 notebookutils-1.6.2/notebookutils/man/notebookutils.initialize.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.create.Rd | 56 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.delete.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.get.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.getDefinition.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.getWithProperties.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.help.Rd | 34 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.list.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.listTables.Rd | 50 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.loadTable.Rd | 58 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.update.Rd | 56 notebookutils-1.6.2/notebookutils/man/notebookutils.lakehouse.updateDefinition.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.nbResPath.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.create.Rd | 68 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.delete.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.exit.Rd | 42 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.get.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.help.Rd | 46 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.list.Rd | 38 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.run.Rd | 65 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.update.Rd | 56 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.updateDefinition.Rd | 68 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.updateNBSEndpoint.Rd | 28 notebookutils-1.6.2/notebookutils/man/notebookutils.notebook.validateDAG.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.runtime.context.Rd | 36 notebookutils-1.6.2/notebookutils/man/notebookutils.runtime.help.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.runtime.setHcReplId.Rd | 28 notebookutils-1.6.2/notebookutils/man/notebookutils.session.stop.Rd | 32 notebookutils-1.6.2/notebookutils/man/notebookutils.udf.getFunctions.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.udf.getHelpString.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.udf.help.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.udf.run.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.variableLibrary.get.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.variableLibrary.getHelpString.Rd |only notebookutils-1.6.2/notebookutils/man/notebookutils.variableLibrary.getLibrary.Rd |only notebookutils-1.6.2/notebookutils/vignettes/notebookutils-tutorial.Rmd | 34 180 files changed, 5002 insertions(+), 4926 deletions(-)
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Description: Simplifies custom 'CSS' styling of both 'shiny' and
'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as
well as their various 'Bootswatch' themes. An interactive widget is
also provided for previewing themes in real time.
Author: Carson Sievert [aut, cre] ,
Joe Cheng [aut],
Garrick Aden-Buie [aut] ,
Posit Software, PBC [cph, fnd],
Bootstrap contributors [ctb] ,
Twitter, Inc [cph] ,
Javi Aguilar [ctb, cph] ,
Thomas Park [ctb, cph] ,
PayPal [ctb, cph]
Maintainer: Carson Sievert <carson@posit.co>
Diff between bslib versions 0.9.0 dated 2025-01-30 and 0.10.0 dated 2026-01-26
bslib-0.10.0/bslib/DESCRIPTION | 29 bslib-0.10.0/bslib/MD5 | 600 ++++--- bslib-0.10.0/bslib/NAMESPACE | 14 bslib-0.10.0/bslib/NEWS.md | 38 bslib-0.10.0/bslib/R/accordion.R | 5 bslib-0.10.0/bslib/R/bs-dependencies.R | 167 +- bslib-0.10.0/bslib/R/bs-theme-layers.R | 6 bslib-0.10.0/bslib/R/bs-theme-preset-bootswatch.R | 15 bslib-0.10.0/bslib/R/bs-theme-preset-brand.R | 795 --------- bslib-0.10.0/bslib/R/bs-theme-preset-builtin.R | 4 bslib-0.10.0/bslib/R/bs-theme-preset.R | 16 bslib-0.10.0/bslib/R/bs-theme-preview.R | 41 bslib-0.10.0/bslib/R/bs-theme-update.R | 21 bslib-0.10.0/bslib/R/buttons.R | 54 bslib-0.10.0/bslib/R/card.R | 14 bslib-0.10.0/bslib/R/deprecated.R | 15 bslib-0.10.0/bslib/R/files.R | 21 bslib-0.10.0/bslib/R/fill.R | 9 bslib-0.10.0/bslib/R/input-code-editor.R |only bslib-0.10.0/bslib/R/input-submit.R |only bslib-0.10.0/bslib/R/layout.R | 28 bslib-0.10.0/bslib/R/navbar_options.R | 3 bslib-0.10.0/bslib/R/navs-legacy.R | 66 bslib-0.10.0/bslib/R/page.R | 28 bslib-0.10.0/bslib/R/popover.R | 1 bslib-0.10.0/bslib/R/sidebar.R | 50 bslib-0.10.0/bslib/R/staticimports.R | 14 bslib-0.10.0/bslib/R/sysdata.rda |binary bslib-0.10.0/bslib/R/toast.R |only bslib-0.10.0/bslib/R/tooltip.R | 4 bslib-0.10.0/bslib/R/utils-shiny.R | 21 bslib-0.10.0/bslib/R/utils-tags.R | 4 bslib-0.10.0/bslib/R/utils.R | 12 bslib-0.10.0/bslib/R/value-box.R | 8 bslib-0.10.0/bslib/R/versions.R | 5 bslib-0.10.0/bslib/inst/bslib-scss/tab-fill.scss | 13 bslib-0.10.0/bslib/inst/builtin/bs5/shiny/_variables.scss | 4 bslib-0.10.0/bslib/inst/components/dist/code-editor.css |only bslib-0.10.0/bslib/inst/components/dist/code-editor.js |only bslib-0.10.0/bslib/inst/components/dist/code-editor.js.map |only bslib-0.10.0/bslib/inst/components/dist/code-editor.min.js |only bslib-0.10.0/bslib/inst/components/dist/code-editor.min.js.map |only bslib-0.10.0/bslib/inst/components/dist/components.css | 2 bslib-0.10.0/bslib/inst/components/dist/components.js | 818 +++++++++- bslib-0.10.0/bslib/inst/components/dist/components.js.map | 8 bslib-0.10.0/bslib/inst/components/dist/components.min.js | 10 bslib-0.10.0/bslib/inst/components/dist/components.min.js.map | 8 bslib-0.10.0/bslib/inst/components/dist/web-components.js | 2 bslib-0.10.0/bslib/inst/components/dist/web-components.min.js | 2 bslib-0.10.0/bslib/inst/components/scss/card.scss | 18 bslib-0.10.0/bslib/inst/components/scss/input_submit_textarea.scss |only bslib-0.10.0/bslib/inst/components/scss/page_sidebar.scss | 4 bslib-0.10.0/bslib/inst/components/scss/sidebar.scss | 122 + bslib-0.10.0/bslib/inst/components/scss/toast.scss |only bslib-0.10.0/bslib/inst/css-precompiled/3/bootstrap.min.css | 2 bslib-0.10.0/bslib/inst/css-precompiled/4/bootstrap.min.css | 2 bslib-0.10.0/bslib/inst/css-precompiled/5/bootstrap.min.css | 2 bslib-0.10.0/bslib/inst/examples-shiny/brand.yml/_brand.yml | 2 bslib-0.10.0/bslib/inst/examples-shiny/brand.yml/app.R | 108 + bslib-0.10.0/bslib/inst/examples-shiny/build-a-box/R/mod-global-controls.R | 4 bslib-0.10.0/bslib/inst/examples-shiny/build-a-box/R/mod-selextra.R | 8 bslib-0.10.0/bslib/inst/examples-shiny/build-a-box/R/random_plot.R | 4 bslib-0.10.0/bslib/inst/examples-shiny/build-a-box/R/random_values.R | 210 -- bslib-0.10.0/bslib/inst/examples-shiny/build-a-box/app.R | 4 bslib-0.10.0/bslib/inst/examples-shiny/code-editor |only bslib-0.10.0/bslib/inst/examples-shiny/flights/app.R | 10 bslib-0.10.0/bslib/inst/examples-shiny/toast |only bslib-0.10.0/bslib/inst/examples-shiny/value_box/app.R | 4 bslib-0.10.0/bslib/inst/fonts/07d40e985ad7c747025dabb9f22142c4.woff2 |binary bslib-0.10.0/bslib/inst/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/1f5e011d6aae0d98fc0518e1a303e99a.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKew72j00.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCs6KVjbNBYlgoKfw72.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2 |binary bslib-0.10.0/bslib/inst/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2 |binary bslib-0.10.0/bslib/inst/fonts/626330658504e338ee86aec8e957426b.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2 |binary bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNBeudwk.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNdeudwk.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNheudwk.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNleudwk.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2 |binary bslib-0.10.0/bslib/inst/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNteudwk.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fO0KTet_.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2 |binary bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fO8KTet_.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2 |binary bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fOMKTet_.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fOQKTet_.woff2 |only bslib-0.10.0/bslib/inst/fonts/CSR64z1Qlv-GDxkbKVQ_fOwKTet_.woff2 |only bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 |binary bslib-0.10.0/bslib/inst/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 |binary bslib-0.10.0/bslib/inst/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 |binary bslib-0.10.0/bslib/inst/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 |binary bslib-0.10.0/bslib/inst/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 |binary bslib-0.10.0/bslib/inst/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2 |only bslib-0.10.0/bslib/inst/fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2 |binary bslib-0.10.0/bslib/inst/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2 |binary bslib-0.10.0/bslib/inst/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2 |binary bslib-0.10.0/bslib/inst/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 |binary bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2 |only bslib-0.10.0/bslib/inst/fonts/XRXV3I6Li01BKofIMeaBXso.woff2 |binary bslib-0.10.0/bslib/inst/fonts/XRXV3I6Li01BKofINeaB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/XRXV3I6Li01BKofIO-aBXso.woff2 |binary bslib-0.10.0/bslib/inst/fonts/XRXV3I6Li01BKofIOOaBXso.woff2 |binary bslib-0.10.0/bslib/inst/fonts/XRXV3I6Li01BKofIOuaBXso.woff2 |binary bslib-0.10.0/bslib/inst/fonts/c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2 |binary bslib-0.10.0/bslib/inst/fonts/ee91700cdbf7ce16c054c2bb8946c736.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2 |binary bslib-0.10.0/bslib/inst/fonts/q5uGsou0JOdh94bfuQltOxU.woff2 |binary bslib-0.10.0/bslib/inst/lib/bsw3/journal/font.css | 80 bslib-0.10.0/bslib/inst/lib/bsw4/dist/journal/font.css | 90 + bslib-0.10.0/bslib/inst/lib/bsw5/dist/journal/font.css | 90 + bslib-0.10.0/bslib/inst/lib/prism-code-editor |only bslib-0.10.0/bslib/inst/package.json | 3 bslib-0.10.0/bslib/inst/rmarkdown/templates/legacy/skeleton/skeleton.Rmd | 2 bslib-0.10.0/bslib/inst/themer-demo/R/tips.R | 8 bslib-0.10.0/bslib/inst/themer-demo/app.R | 11 bslib-0.10.0/bslib/man/accordion.Rd | 3 bslib-0.10.0/bslib/man/as_fill_carrier.Rd | 3 bslib-0.10.0/bslib/man/bind_task_button.Rd | 2 bslib-0.10.0/bslib/man/bs_bundle.Rd | 2 bslib-0.10.0/bslib/man/bs_dependency.Rd | 2 bslib-0.10.0/bslib/man/bs_theme.Rd | 2 bslib-0.10.0/bslib/man/bs_theme_dependencies.Rd | 2 bslib-0.10.0/bslib/man/bs_theme_preview.Rd | 2 bslib-0.10.0/bslib/man/card.Rd | 2 bslib-0.10.0/bslib/man/card_body.Rd | 2 bslib-0.10.0/bslib/man/deprecated.Rd | 9 bslib-0.10.0/bslib/man/figures/navset-card-pill.png |binary bslib-0.10.0/bslib/man/figures/navset-card-underline.png |binary bslib-0.10.0/bslib/man/figures/navset-pill-list.png |binary bslib-0.10.0/bslib/man/figures/navset-pill.png |binary bslib-0.10.0/bslib/man/figures/navset-tab-basic.png |binary bslib-0.10.0/bslib/man/figures/navset-tab-card.png |binary bslib-0.10.0/bslib/man/figures/navset-tab.png |binary bslib-0.10.0/bslib/man/figures/navset-underline.png |binary bslib-0.10.0/bslib/man/figures/page-navbar.png |binary bslib-0.10.0/bslib/man/figures/value-box-background-color.png |binary bslib-0.10.0/bslib/man/figures/value-box-background-theme.png |binary bslib-0.10.0/bslib/man/figures/value-box-custom.png |binary bslib-0.10.0/bslib/man/figures/value-box-gradient-1.png |binary bslib-0.10.0/bslib/man/figures/value-box-named-color.png |binary bslib-0.10.0/bslib/man/figures/value-box-named-theme.png |binary bslib-0.10.0/bslib/man/figures/value-box-showcase-bottom.png |binary bslib-0.10.0/bslib/man/figures/value-box-showcase-left-center.png |binary bslib-0.10.0/bslib/man/figures/value-box-showcase-top-right.png |binary bslib-0.10.0/bslib/man/figures/value-box-text-color.png |binary bslib-0.10.0/bslib/man/figures/value-box-text-theme.png |binary bslib-0.10.0/bslib/man/figures/value-box-theme-class.png |binary bslib-0.10.0/bslib/man/input_code_editor.Rd |only bslib-0.10.0/bslib/man/input_dark_mode.Rd | 1 bslib-0.10.0/bslib/man/input_submit_textarea.Rd |only bslib-0.10.0/bslib/man/input_switch.Rd | 3 bslib-0.10.0/bslib/man/input_task_button.Rd | 50 bslib-0.10.0/bslib/man/layout_column_wrap.Rd | 2 bslib-0.10.0/bslib/man/layout_columns.Rd | 4 bslib-0.10.0/bslib/man/navset.Rd | 2 bslib-0.10.0/bslib/man/page_fillable.Rd | 3 bslib-0.10.0/bslib/man/page_navbar.Rd | 2 bslib-0.10.0/bslib/man/page_sidebar.Rd | 3 bslib-0.10.0/bslib/man/popover.Rd | 3 bslib-0.10.0/bslib/man/run_with_themer.Rd | 1 bslib-0.10.0/bslib/man/show_toast.Rd |only bslib-0.10.0/bslib/man/sidebar.Rd | 11 bslib-0.10.0/bslib/man/toast.Rd |only bslib-0.10.0/bslib/man/tooltip.Rd | 2 bslib-0.10.0/bslib/man/value_box.Rd | 2 bslib-0.10.0/bslib/tests/testthat/_snaps/bs-theme-preset-builtin.md | 2 bslib-0.10.0/bslib/tests/testthat/_snaps/bs-theme-preset.md | 6 bslib-0.10.0/bslib/tests/testthat/_snaps/card.md | 2 bslib-0.10.0/bslib/tests/testthat/_snaps/input-code-editor.md |only bslib-0.10.0/bslib/tests/testthat/_snaps/input-submit.md |only bslib-0.10.0/bslib/tests/testthat/_snaps/page/card.html | 2 bslib-0.10.0/bslib/tests/testthat/_snaps/page/modern-page.html | 2 bslib-0.10.0/bslib/tests/testthat/_snaps/toast.md |only bslib-0.10.0/bslib/tests/testthat/test-bs-theme-preset-brand.R | 130 - bslib-0.10.0/bslib/tests/testthat/test-fonts.R | 4 bslib-0.10.0/bslib/tests/testthat/test-input-code-editor.R |only bslib-0.10.0/bslib/tests/testthat/test-input-submit.R |only bslib-0.10.0/bslib/tests/testthat/test-page.R | 4 bslib-0.10.0/bslib/tests/testthat/test-rmd-skeletons.R | 1 bslib-0.10.0/bslib/tests/testthat/test-toast.R |only bslib-0.10.0/bslib/tools/yarn_install.R | 240 ++ bslib-0.9.0/bslib/inst/rmarkdown/templates/legacy/skeleton/skeleton.html |only 276 files changed, 2749 insertions(+), 1527 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-11-02 0.0.5
2025-09-30 0.0.4
2025-01-13 0.0.3
2024-12-07 0.0.2
2024-12-05 0.0.1
Title: Mongolian 'NSO' 'PXWeb' Data and Boundaries (Tidy Client)
Description: A 'tidyverse'-friendly client for the National Statistics Office of Mongolia
'PXWeb' API <https://data.1212.mn/> with helpers to discover tables, variables, and fetch
statistical data. Also includes utilities to retrieve Mongolia administrative boundaries
(ADM0-ADM2) as 'sf' objects from open sources for mapping and spatial analysis.
Author: Temuulen Enebish [aut, cre, cph]
Maintainer: Temuulen Enebish <temuulen@gmail.com>
Diff between mongolstats versions 0.1.0 dated 2026-01-18 and 0.1.1 dated 2026-01-26
DESCRIPTION | 10 LICENSE | 2 MD5 | 58 ++-- NEWS.md | 8 R/data.R | 9 README.md | 14 - inst/doc/discovery.R | 261 ------------------- inst/doc/discovery.Rmd | 22 + inst/doc/discovery.html | 133 +--------- inst/doc/environmental-surveillance.R | 356 -------------------------- inst/doc/environmental-surveillance.Rmd | 98 ++++++- inst/doc/environmental-surveillance.html | 274 +++++++++++--------- inst/doc/getting-started.R | 239 ------------------ inst/doc/getting-started.Rmd | 94 +++---- inst/doc/getting-started.html | 171 ++---------- inst/doc/mapping.R | 202 --------------- inst/doc/mapping.Rmd | 16 - inst/doc/mapping.html | 18 - inst/doc/ub-health-environment.R | 410 ------------------------------- inst/doc/ub-health-environment.Rmd | 31 +- inst/doc/ub-health-environment.html | 116 +++----- inst/extdata/air_annual_cached.csv |only inst/extdata/air_monthly_cached.csv |only inst/extdata/px_index.json | 2 man/mongolstats-package.Rd | 2 man/nso_data.Rd | 12 vignettes/discovery.Rmd | 22 + vignettes/environmental-surveillance.Rmd | 98 ++++++- vignettes/getting-started.Rmd | 94 +++---- vignettes/mapping.Rmd | 16 - vignettes/ub-health-environment.Rmd | 31 +- 31 files changed, 723 insertions(+), 2096 deletions(-)
Title: Rational Approximations of Fractional Stochastic Partial
Differential Equations
Description: Functions that compute rational approximations of fractional elliptic stochastic partial differential equations. The package also contains functions for common statistical usage of these approximations. The main references for rSPDE are Bolin, Simas and Xiong (2023) <doi:10.1080/10618600.2023.2231051> for the covariance-based method and Bolin and Kirchner (2020) <doi:10.1080/10618600.2019.1665537> for the operator-based rational approximation. These can be generated by the citation function in R.
Author: David Bolin [cre, aut],
Alexandre Simas [aut],
Finn Lindgren [ctb]
Maintainer: David Bolin <davidbolin@gmail.com>
Diff between rSPDE versions 2.5.1 dated 2025-03-21 and 2.5.2 dated 2026-01-26
rSPDE-2.5.1/rSPDE/man/figures |only rSPDE-2.5.2/rSPDE/DESCRIPTION | 8 rSPDE-2.5.2/rSPDE/MD5 | 54 - rSPDE-2.5.2/rSPDE/NAMESPACE | 23 rSPDE-2.5.2/rSPDE/NEWS.md | 8 rSPDE-2.5.2/rSPDE/R/fractional.computations.R | 5 rSPDE-2.5.2/rSPDE/R/fractional.operators.R | 427 ++++++---- rSPDE-2.5.2/rSPDE/R/inla_rspde_1d.R | 7 rSPDE-2.5.2/rSPDE/R/inla_rspde_intrinsic.R | 61 + rSPDE-2.5.2/rSPDE/R/inla_rspde_spacetime.R | 7 rSPDE-2.5.2/rSPDE/R/inlabru_rspde.R | 23 rSPDE-2.5.2/rSPDE/R/intrinsic.R | 240 +++-- rSPDE-2.5.2/rSPDE/R/rspde_lme.R | 139 ++- rSPDE-2.5.2/rSPDE/R/spacetime.R | 69 + rSPDE-2.5.2/rSPDE/build/vignette.rds |binary rSPDE-2.5.2/rSPDE/inst/doc/rSPDE_package.Rmd | 88 ++ rSPDE-2.5.2/rSPDE/inst/doc/rSPDE_package.html | 4 rSPDE-2.5.2/rSPDE/man/bru_get_mapper.intrinsic_matern.Rd |only rSPDE-2.5.2/rSPDE/man/cov_function_mesh.Rd |only rSPDE-2.5.2/rSPDE/man/covariance_mesh.Rd |only rSPDE-2.5.2/rSPDE/man/cross_validation.Rd | 3 rSPDE-2.5.2/rSPDE/man/intrinsic.matern.operators.Rd | 4 rSPDE-2.5.2/rSPDE/man/make_A.Rd |only rSPDE-2.5.2/rSPDE/man/predict.CBrSPDEobj2d.Rd | 4 rSPDE-2.5.2/rSPDE/man/predict.intrinsicCBrSPDEobj.Rd | 6 rSPDE-2.5.2/rSPDE/man/rspde.spacetime.Rd | 3 rSPDE-2.5.2/rSPDE/man/spacetime.operators.Rd | 5 rSPDE-2.5.2/rSPDE/man/spde.matern.operators.Rd | 3 rSPDE-2.5.2/rSPDE/tests/testthat/test.inlabru_rspde.R |only rSPDE-2.5.2/rSPDE/tests/testthat/test.rspde_lme_optim_errors.R |only rSPDE-2.5.2/rSPDE/tests/testthat/test.s3.operators.R |only rSPDE-2.5.2/rSPDE/vignettes/rSPDE_package.Rmd | 88 ++ 32 files changed, 934 insertions(+), 345 deletions(-)
Title: Modelling and Validation of Non Homogeneous Poisson Processes
Description: Tools for modelling, ML estimation, validation analysis and simulation of non homogeneous Poisson processes in time.
Author: Ana C. Cebrian [aut, cre]
Maintainer: Ana C. Cebrian <acebrian@unizar.es>
Diff between NHPoisson versions 3.3 dated 2020-02-19 and 3.4 dated 2026-01-26
DESCRIPTION | 16 +++++++++------- MD5 | 9 +++++---- data/BarTxTn.rda |binary inst |only man/NHPoisson-package.Rd | 4 ++-- man/graphresU.fun.Rd | 2 +- 6 files changed, 17 insertions(+), 14 deletions(-)
Title: R Port of the 'Scilab' Neldermead Module
Description: Provides several direct search optimization algorithms based on the
simplex method. The provided algorithms are direct search algorithms, i.e.
algorithms which do not use the derivative of the cost function. They are
based on the update of a simplex. The following algorithms are available: the
fixed shape simplex method of Spendley, Hext and Himsworth (unconstrained
optimization with a fixed shape simplex, 1962) <doi:10.1080/00401706.1962.10490033>,
the variable shape simplex method of Nelder and Mead (unconstrained optimization
with a variable shape simplex made, 1965) <doi:10.1093/comjnl/7.4.308>, and
Box's complex method (constrained optimization with a variable shape simplex,
1965) <doi: 10.1093/comjnl/8.1.42>.
Author: Sebastien Bihorel [aut, cre],
Michael Baudin [cph]
Maintainer: Sebastien Bihorel <sb.pmlab@gmail.com>
Diff between neldermead versions 1.0-12 dated 2022-02-01 and 1.0-13 dated 2026-01-26
neldermead-1.0-12/neldermead/inst/images |only neldermead-1.0-13/neldermead/DESCRIPTION | 8 neldermead-1.0-13/neldermead/MD5 | 114 neldermead-1.0-13/neldermead/NAMESPACE | 1 neldermead-1.0-13/neldermead/R/boxlinesearch.R | 2 neldermead-1.0-13/neldermead/R/costf.transposex.R | 2 neldermead-1.0-13/neldermead/R/fmin.gridsearch.R | 2 neldermead-1.0-13/neldermead/R/fminbnd.R | 2 neldermead-1.0-13/neldermead/R/fminbnd.function.R | 2 neldermead-1.0-13/neldermead/R/fminbnd.outputfun.R | 2 neldermead-1.0-13/neldermead/R/fminsearch.R | 2 neldermead-1.0-13/neldermead/R/fminsearch.function.R | 2 neldermead-1.0-13/neldermead/R/fminsearch.outputfun.R | 2 neldermead-1.0-13/neldermead/R/is.R | 2 neldermead-1.0-13/neldermead/R/neldermead.R | 2 neldermead-1.0-13/neldermead/R/neldermead.algo.R | 2 neldermead-1.0-13/neldermead/R/neldermead.autorestart.R | 2 neldermead-1.0-13/neldermead/R/neldermead.box.R | 2 neldermead-1.0-13/neldermead/R/neldermead.costf.R | 2 neldermead-1.0-13/neldermead/R/neldermead.destroy.R | 2 neldermead-1.0-13/neldermead/R/neldermead.fixed.R | 2 neldermead-1.0-13/neldermead/R/neldermead.function.R | 2 neldermead-1.0-13/neldermead/R/neldermead.get.R | 2 neldermead-1.0-13/neldermead/R/neldermead.interpolate.R | 2 neldermead-1.0-13/neldermead/R/neldermead.isrkelley.R | 2 neldermead-1.0-13/neldermead/R/neldermead.isroneill.R | 2 neldermead-1.0-13/neldermead/R/neldermead.istorestart.R | 2 neldermead-1.0-13/neldermead/R/neldermead.log.R | 2 neldermead-1.0-13/neldermead/R/neldermead.outputcmd.R | 2 neldermead-1.0-13/neldermead/R/neldermead.restart.R | 2 neldermead-1.0-13/neldermead/R/neldermead.scaletocenter.R | 2 neldermead-1.0-13/neldermead/R/neldermead.scaletox0.R | 2 neldermead-1.0-13/neldermead/R/neldermead.search.R | 2 neldermead-1.0-13/neldermead/R/neldermead.set.R | 2 neldermead-1.0-13/neldermead/R/neldermead.startup.R | 2 neldermead-1.0-13/neldermead/R/neldermead.storehistory.R | 2 neldermead-1.0-13/neldermead/R/neldermead.termination.R | 2 neldermead-1.0-13/neldermead/R/neldermead.termstartup.R | 2 neldermead-1.0-13/neldermead/R/neldermead.updatesimp.R | 2 neldermead-1.0-13/neldermead/R/neldermead.variable.R | 2 neldermead-1.0-13/neldermead/R/optimget.R | 2 neldermead-1.0-13/neldermead/R/optimset.R | 2 neldermead-1.0-13/neldermead/R/optimset.method.R | 2 neldermead-1.0-13/neldermead/R/print.neldermead.R | 2 neldermead-1.0-13/neldermead/R/scaleinconstraints.R | 2 neldermead-1.0-13/neldermead/R/summary.neldermead.R | 2 neldermead-1.0-13/neldermead/build/vignette.rds |binary neldermead-1.0-13/neldermead/inst/doc/fminsearch.svg |only neldermead-1.0-13/neldermead/inst/doc/manual.R | 2 neldermead-1.0-13/neldermead/inst/doc/manual.Rmd | 12 neldermead-1.0-13/neldermead/inst/doc/manual.html | 1425 ++++++++++-- neldermead-1.0-13/neldermead/inst/doc/neldermeadalgo1.svg |only neldermead-1.0-13/neldermead/inst/doc/neldermeadalgo2.svg |only neldermead-1.0-13/neldermead/inst/doc/neldermeadalgo3.svg |only neldermead-1.0-13/neldermead/inst/doc/neldermeadsearch1.svg |only neldermead-1.0-13/neldermead/inst/doc/neldermeadsearch2.svg |only neldermead-1.0-13/neldermead/man/neldermead-package.Rd | 4 neldermead-1.0-13/neldermead/man/neldermead.Rd | 4 neldermead-1.0-13/neldermead/vignettes/manual.Rmd | 12 59 files changed, 1424 insertions(+), 242 deletions(-)
Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent
access to information contained in various R models, like model
formulas, model terms, information about random effects, data that was
used to fit the model or data from response variables. 'insight'
mainly revolves around two types of functions: Functions that find
(the names of) information, starting with 'find_', and functions that
get the underlying data, starting with 'get_'. The package has a
consistent syntax and works with many different model objects, where
otherwise functions to access these information are missing.
Author: Daniel Luedecke [aut, cre] ,
Dominique Makowski [aut, ctb] ,
Indrajeet Patil [aut, ctb] ,
Philip Waggoner [aut, ctb] ,
Mattan S. Ben-Shachar [aut, ctb] ,
Brenton M. Wiernik [aut, ctb] ,
Vincent Arel-Bundock [aut, ctb] ,
Etienne Bacher [aut, ctb] ,
Ale [...truncated...]
Maintainer: Daniel Luedecke <officialeasystats@gmail.com>
Diff between insight versions 1.4.4 dated 2025-12-06 and 1.4.5 dated 2026-01-26
insight-1.4.4/insight/tests/testthat/test-panelr-asym.R |only insight-1.4.4/insight/tests/testthat/test-panelr.R |only insight-1.4.5/insight/DESCRIPTION | 16 insight-1.4.5/insight/MD5 | 44 insight-1.4.5/insight/NAMESPACE | 2 insight-1.4.5/insight/NEWS.md | 17 insight-1.4.5/insight/R/find_predictors.R | 68 + insight-1.4.5/insight/R/get_data.R | 54 + insight-1.4.5/insight/R/get_datagrid.R | 57 - insight-1.4.5/insight/R/utils_object.R | 6 insight-1.4.5/insight/inst/WORDLIST | 1 insight-1.4.5/insight/inst/doc/display.html | 468 ++++----- insight-1.4.5/insight/inst/doc/export.html | 2 insight-1.4.5/insight/inst/doc/insight.html | 10 insight-1.4.5/insight/tests/testthat/test-display.R | 40 insight-1.4.5/insight/tests/testthat/test-export_table.R | 603 +++++++++++- insight-1.4.5/insight/tests/testthat/test-feis.R | 4 insight-1.4.5/insight/tests/testthat/test-format_table.R | 169 ++- insight-1.4.5/insight/tests/testthat/test-format_table_ci.R | 12 insight-1.4.5/insight/tests/testthat/test-get_datagrid.R | 24 insight-1.4.5/insight/tests/testthat/test-lmer.R | 14 insight-1.4.5/insight/tests/testthat/test-mipo.R | 26 insight-1.4.5/insight/tests/testthat/test-plm.R | 12 insight-1.4.5/insight/tests/testthat/test-tidymodels.R | 104 ++ 24 files changed, 1365 insertions(+), 388 deletions(-)
Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Description: General purpose TIFF file I/O for R users. Currently the
only such package with read and write support for TIFF files with
floating point (real-numbered) pixels, and the only package that can
correctly import TIFF files that were saved from 'ImageJ' and write
TIFF files than can be correctly read by 'ImageJ'
<https://imagej.net/ij/>. Also supports text image I/O.
Author: Rory Nolan [aut, cre] ,
Kent Johnson [aut],
Simon Urbanek [ctb],
Sergi Padilla-Parra [ths] ,
Jeroen Ooms [rev, ctb] ,
Jon Clayden [rev]
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Diff between ijtiff versions 3.1.3 dated 2025-04-05 and 3.2.0 dated 2026-01-26
DESCRIPTION | 19 +- MD5 | 58 +++--- NEWS.md | 21 ++ R/argument-checking.R | 240 ++++++++++++++++++++------- R/read.R | 10 - R/text-io.R | 4 R/utils.R | 39 ++++ R/write.R | 141 ++++++--------- inst/WORDLIST | 7 inst/doc/reading-and-writing-images.html | 33 +-- inst/doc/text-images.html | 4 inst/doc/the-imagej-problem.html | 13 - inst/doc/tiff-tags.html | 9 - man/write_tif.Rd | 105 ++++------- src/common.c | 14 + src/common.h | 3 src/init.c | 4 src/read.c | 14 - src/tags.c | 14 - src/write.c | 23 +- tests/testthat/helper-tag-tests.R | 34 ++- tests/testthat/test-attribute-tags.R |only tests/testthat/test-bitspersample-override.R |only tests/testthat/test-compression-override.R |only tests/testthat/test-metadata-passthrough.R |only tests/testthat/test-tag-datetime.R | 3 tests/testthat/test-tag-documentname.R | 54 ------ tests/testthat/test-tag-imagedescription.R |only tests/testthat/test-tag-resolutionunit.R | 8 tests/testthat/test-tag-xposition.R | 54 ------ tests/testthat/test-tag-yposition.R | 54 ------ tests/testthat/test-tag-yresolution.R | 4 tests/testthat/test-tags-roundtrip.R |only 33 files changed, 499 insertions(+), 487 deletions(-)