Title: Assesses the Quality of Estimates Made by Complex Sample Designs
Description: Assesses the quality of estimates made by complex sample designs,
following the methodology developed by the National Institute of Statistics Chile (2020, <https://www.ine.cl/docs/default-source/institucionalidad/buenas-pr%C3%A1cticas/clasificaciones-y-estandares/est%C3%A1ndar-evaluaci%C3%B3n-de-calidad-de-estimaciones-publicaci%C3%B3n-27022020.pdf>)
and by Economic Commission for Latin America and
Caribbean (2020, <https://repositorio.cepal.org/bitstream/handle/11362/45681/1/S2000293_es.pdf>), (2024, <https://repositorio.cepal.org/server/api/core/bitstreams/f04569e6-4f38-42e7-a32b-e0b298e0ab9c/content>).
Author: Klaus Lehmann [aut, cre],
Ricardo Pizarro [aut],
Ignacio Agloni [ctb],
Andrea Lopez [ctb],
Javiera Preuss [ctb]
Maintainer: Klaus Lehmann <klehmann@fen.uchile.cl>
Diff between calidad versions 0.6.0 dated 2024-10-16 and 0.7.0 dated 2025-02-18
DESCRIPTION | 13 +- MD5 | 28 ++-- NEWS.md | 5 R/create_external.R | 14 +- R/create_internal.R | 68 +++++++--- R/data.R | 35 +++++ data/enusc_2023.rda |only inst/doc/tutorial.R | 8 + inst/doc/tutorial.Rmd | 12 + inst/doc/tutorial.html | 240 ++++++++++++++++++++------------------ man/create_prop.Rd | 5 man/create_prop_internal.Rd | 5 man/enusc.Rd | 2 man/enusc_2023.Rd |only tests/testthat/test-create_prop.R | 91 ++++++++++++++ vignettes/tutorial.Rmd | 12 + 16 files changed, 376 insertions(+), 162 deletions(-)
More information about UAHDataScienceSF at CRAN
Permanent link
Title: Manage Data from Cardiopulmonary Exercise Testing
Description: Import, process, summarize and visualize raw data from
metabolic carts. See Robergs, Dwyer, and Astorino (2010) <doi:10.2165/11319670-000000000-00000> for more details on data processing.
Author: Simon Nolte [aut, cre] ,
Manuel Ramon [rev] for rOpenSci, see
<https://github.com/ropensci/software-review/issues/541>),
James Hunter [rev] for rOpenSci, see
<https://github.com/ropensci/software-review/issues/541>)
Maintainer: Simon Nolte <s.nolte@dshs-koeln.de>
Diff between spiro versions 0.2.1 dated 2023-08-14 and 0.2.3 dated 2025-02-18
DESCRIPTION | 8 LICENSE | 2 MD5 | 67 NEWS.md | 24 R/spiro-package.R | 14 R/spiro.R | 4 R/spiro_get.R | 30 R/spiro_plot.R | 41 R/spiro_raw.R | 6 README.md | 45 build/partial.rdb |only build/vignette.rds |binary inst/WORDLIST | 1 inst/doc/import_processing.R | 90 inst/doc/import_processing.Rmd | 66 inst/doc/import_processing.html | 18 inst/doc/summarizing_plotting.R | 9 inst/doc/summarizing_plotting.Rmd | 9 inst/doc/summarizing_plotting.html | 20 man/spiro-package.Rd | 24 man/spiro.Rd | 4 tests/testthat/_snaps/spiro_plot/basic.svg | 4188 ++++++++++---------- tests/testthat/_snaps/spiro_plot/bsmooth.svg | 4188 ++++++++++---------- tests/testthat/_snaps/spiro_plot/color.svg | 5414 +++++++++++++------------- tests/testthat/_snaps/spiro_plot/grid.svg | 1468 +++---- tests/testthat/_snaps/spiro_plot/hr.svg | 5414 +++++++++++++------------- tests/testthat/_snaps/spiro_plot/style.svg | 4188 ++++++++++---------- tests/testthat/_snaps/spiro_plot/theme.svg | 4188 ++++++++++---------- tests/testthat/_snaps/spiro_plot/tsmooth.svg | 4194 ++++++++++---------- tests/testthat/_snaps/spiro_plot/vertline.svg | 4212 ++++++++++---------- tests/testthat/_snaps/spiro_summary.md | 2 tests/testthat/test-spiro_raw.R | 1 tests/testthat/test_spiro_plot.R | 3 vignettes/import_processing.Rmd | 66 vignettes/summarizing_plotting.Rmd | 9 35 files changed, 19045 insertions(+), 18972 deletions(-)
Title: Non-Interactive Spatial Tools for Raster Processing and
Visualization
Description: S3 classes and methods for manipulation with georeferenced raster data: reading/writing, processing, multi-panel visualization.
Author: Nikita Platonov [aut, cre]
Maintainer: Nikita Platonov <platonov@sev-in.ru>
Diff between ursa versions 3.11.2 dated 2025-01-14 and 3.11.3 dated 2025-02-18
DESCRIPTION | 14 -- MD5 | 181 ++++++++++++++------------- NAMESPACE | 5 NEWS.md | 31 ++++ R/classCRS.R | 77 ++++++++++- R/classRaster.Extract.R | 21 ++- R/classRaster_as.matrix.R | 6 R/classRaster_hist.R | 2 R/colorize.R | 3 R/compose_close.R | 10 + R/compose_legend.R | 2 R/conn.open_gdal.R | 3 R/conn.read_gdal.R | 3 R/cubehelix.R | 4 R/glance.R | 2 R/legend_colorbar.R | 2 R/legend_mtext.R | 2 R/panel_annotation.R | 4 R/panel_coastline.R | 2 R/panel_contour.R | 2 R/panel_graticule.R | 4 R/panel_new.R | 9 - R/panel_plot.R | 4 R/panel_raster.R | 18 +- R/panel_scalebar.R | 2 R/polygonize.R | 3 R/spatial_write.R | 18 ++ R/unix |only R/ursa_blank.R | 2 R/windows |only R/xxx.geomap.R | 18 +- R/xxx.panel_basemap.R | 4 R/xxx.panel_cluster.R | 10 + R/xxx.panel_legend.R | 2 R/xxx.spatialize.R | 3 R/yyy.cache.R | 2 R/yyy.getPrm.R | 254 +++++++++++++++++++-------------------- R/yyy.tile.R | 2 R/yyy.util.R | 96 ++++++++++++++ R/zzz.R | 2 inst/requisite/browseURL.html |only inst/requisite/coast-l.rds |binary man/Ops.band_stat.Rd | 2 man/Ops.focal_mean.Rd | 2 man/Ops.focal_special.Rd | 2 man/Ops.global_group.Rd | 2 man/Ops.local_group.Rd | 2 man/allocate.Rd | 2 man/chunk.Rd | 2 man/classCRS.Rd | 2 man/classColorTable.Rd | 2 man/classConnection.Rd | 2 man/classGrid.Rd | 2 man/classRaster.Extract.Rd | 2 man/classRaster_GroupGeneric.Rd | 2 man/classRaster_as.data.frame.Rd | 2 man/classRaster_as.table.Rd | 2 man/classRaster_c.Rd | 2 man/classRaster_is.na.Rd | 2 man/classRaster_length.Rd | 2 man/classRaster_names.Rd | 2 man/classRaster_sort.Rd | 2 man/classRaster_summary.Rd | 2 man/codec.Rd | 2 man/compose_close.Rd | 2 man/compose_design.Rd | 2 man/compose_open.Rd | 2 man/compose_panel.Rd | 2 man/conn.create_any.Rd | 2 man/conn.open_gdal.Rd | 2 man/conn.write_envi.Rd | 2 man/cubehelix.Rd | 2 man/display_rgb.Rd | 2 man/display_stack.Rd | 2 man/get_earthdata.Rd | 2 man/identify.Rd | 2 man/legend_align.Rd | 2 man/package_raster.Rd | 2 man/package_sf.Rd | 2 man/panel_coastline.Rd | 2 man/panel_contour.Rd | 2 man/panel_new.Rd | 2 man/panel_raster.Rd | 2 man/panel_scalebar.Rd | 2 man/progressBar.Rd | 2 man/regrid.Rd | 2 man/session.Rd | 2 man/temporal_mean.Rd | 2 man/trackline.Rd | 2 man/ursa_as.Rd | 2 man/ursa_blank.Rd | 2 man/ursa_crs.Rd | 2 man/ursa_new.Rd | 2 93 files changed, 591 insertions(+), 340 deletions(-)
Title: Processing Proteomics Data, Statistical Analysis and
Visualization
Description: The 'Proteomics Eye' ('ProtE') offers a comprehensive and intuitive framework for the univariate analysis of label-free proteomics data. By integrating essential data wrangling and processing steps into a single function, 'ProtE' streamlines pairwise statistical comparisons for categorical variables. It provides quality checks and generates publication-ready visualizations, enabling efficient and robust data analysis. 'ProtE' is compatible with proteomics data outputs from 'MaxQuant' (Cox & Mann, (2008) <doi:10.1038/nbt.1511>), 'DIA-NN' (Demichev et al., (2020) <doi:10.1038/s41592-019-0638-x>), and 'Proteome Discoverer' (Thermo Fisher Scientific, version 2.5). The package leverages 'ggplot2' for visualization (Wickham, (2016) <doi:10.1007/978-3-319-24277-4>) and 'limma' for statistical analysis (Ritchie et al., (2015) <doi:10.1093/nar/gkv007>).
Author: Theodoros Margelos [aut, cre, cph],
Rafael Stroggilos [ctb, cph]
Maintainer: Theodoros Margelos <ted.margelos02@gmail.com>
Diff between ProtE versions 1.0.2 dated 2025-02-17 and 1.0.3 dated 2025-02-18
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 2 ++ R/DIAnn.R | 2 +- R/new_vers_PD.R | 2 +- R/path_res.R | 2 +- 6 files changed, 13 insertions(+), 11 deletions(-)
Title: Interior Point Conic Optimization Solver
Description: A versatile interior point solver that solves linear programs (LPs), quadratic programs (QPs), second-order cone programs (SOCPs), semidefinite programs (SDPs), and problems with exponential and power cone constraints (<https://clarabel.org/stable/>). For quadratic objectives, unlike interior point solvers based on the standard homogeneous self-dual embedding (HSDE) model, Clarabel handles quadratic objective without requiring any epigraphical reformulation of its objective function. It can therefore be significantly faster than other HSDE-based solvers for problems with quadratic objective functions. Infeasible problems are detected using using a homogeneous embedding technique.
Author: Balasubramanian Narasimhan [aut, cre],
Paul Goulart [aut, cph],
Yuwen Chen [aut],
Hiroaki Yutani [ctb] ,
David Zimmermann-Kollenda [ctb] ,
Hiroaki Yutani [ctb] ,
The authors of the dependency Rust crates [ctb]
Maintainer: Balasubramanian Narasimhan <naras@stanford.edu>
Diff between clarabel versions 0.9.0.1 dated 2024-09-03 and 0.10.0 dated 2025-02-18
DESCRIPTION | 23 +++++++++++++++-------- MD5 | 27 +++++++++++++++------------ NEWS.md | 9 +++++++++ R/clarabel.R | 6 +++++- build/vignette.rds |binary configure | 6 +++++- configure.win |only inst/doc/clarabel.html | 5 +++-- man/clarabel_control.Rd | 3 +++ src/Makevars.in | 6 +++++- src/Makevars.win | 4 +--- src/rust/Cargo.lock |only src/rust/Cargo.toml | 10 +++++++--- src/rust/cargo_vendor_config.toml | 11 ++++++++++- src/rust/vendor.tar.xz |binary tools |only 16 files changed, 78 insertions(+), 32 deletions(-)
Title: Excel Connector for R
Description: Provides comprehensive functionality to read, write and format Excel data.
Author: Mirai Solutions GmbH [aut],
Martin Studer [cre],
The Apache Software Foundation [ctb, cph] ,
Graph Builder [ctb, cph] ,
Brett Woolridge [ctb, cph]
Maintainer: Martin Studer <martin.studer@mirai-solutions.com>
Diff between XLConnect versions 1.1.0 dated 2024-08-22 and 1.2.0 dated 2025-02-18
XLConnect-1.1.0/XLConnect/inst/java/XLConnect-3.0.0-SNAPSHOT.jar |only XLConnect-1.2.0/XLConnect/DESCRIPTION | 6 +- XLConnect-1.2.0/XLConnect/MD5 | 18 +++--- XLConnect-1.2.0/XLConnect/NEWS | 11 ++-- XLConnect-1.2.0/XLConnect/R/onLoad.R | 26 +++++----- XLConnect-1.2.0/XLConnect/build/vignette.rds |binary XLConnect-1.2.0/XLConnect/inst/COPYRIGHTS | 2 XLConnect-1.2.0/XLConnect/inst/doc/XLConnect.pdf |binary XLConnect-1.2.0/XLConnect/inst/doc/XLConnectImpatient.pdf |binary XLConnect-1.2.0/XLConnect/inst/java/XLConnect-3.1.0.jar |only XLConnect-1.2.0/XLConnect/inst/java/log4j2.system.properties | 3 - 11 files changed, 35 insertions(+), 31 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-02-04 1.0.0
Title: Analysis and Visualization of Multi-Omics Data
Description: A tool for comprehensive transcriptomic data analysis, with a focus on transcript-level data preprocessing, expression profiling, differential expression analysis, and functional enrichment. It enables researchers to identify key biological processes, disease biomarkers, and gene regulatory mechanisms. 'TransProR' is aimed at researchers and bioinformaticians working with RNA-Seq data, providing an intuitive framework for in-depth analysis and visualization of transcriptomic datasets. The package includes comprehensive documentation and usage examples to guide users through the entire analysis pipeline. The differential expression analysis methods incorporated in the package include 'limma' (Ritchie et al., 2015, <doi:10.1093/nar/gkv007>; Smyth, 2005, <doi:10.1007/0-387-29362-0_23>), 'edgeR' (Robinson et al., 2010, <doi:10.1093/bioinformatics/btp616>), 'DESeq2' (Love et al., 2014, <doi:10.1186/s13059-014-0550-8>), and Wilcoxon tests (Li et al., 2022, <doi:10. [...truncated...]
Author: Dongyue Yu [aut, cre, cph]
Maintainer: Dongyue Yu <yudongyue@mail.nankai.edu.cn>
Diff between TransProR versions 1.0.2 dated 2025-02-14 and 1.0.3 dated 2025-02-18
DESCRIPTION | 12 ++++++------ MD5 | 8 ++++---- NAMESPACE | 1 - R/CircosFruits.R | 3 --- inst/doc/TransProR.html | 4 ++-- 5 files changed, 12 insertions(+), 16 deletions(-)
Title: Small Area Estimation Using Model-Assisted Projection Method
Description: Combines information from two independent surveys using a model-assisted projection method. Designed for survey sampling scenarios where a large sample collects only auxiliary information (Survey 1) and a smaller sample provides data on both variables of interest and auxiliary variables (Survey 2). Implements a working model to generate synthetic values of the variable of interest by fitting the model to Survey 2 data and predicting values for Survey 1 based on its auxiliary variables (Kim & Rao, 2012) <doi:10.1093/biomet/asr063>.
Author: Ridson Al Farizal P [aut, cre, cph]
,
Azka Ubaidillah [aut] ,
Silvi Ajeng Larasati [aut]
Maintainer: Ridson Al Farizal P <ridsonalfarizal15@gmail.com>
Diff between sae.projection versions 0.1.1 dated 2025-02-15 and 0.1.2 dated 2025-02-18
sae.projection-0.1.1/sae.projection/R/Projection_rf.R |only sae.projection-0.1.1/sae.projection/R/Projection_rf_CorrectedBias.R |only sae.projection-0.1.1/sae.projection/man/Projection_rf.Rd |only sae.projection-0.1.1/sae.projection/man/Projection_rf_CorrectedBias.Rd |only sae.projection-0.1.2/sae.projection/DESCRIPTION | 6 sae.projection-0.1.2/sae.projection/MD5 | 22 sae.projection-0.1.2/sae.projection/NAMESPACE | 25 sae.projection-0.1.2/sae.projection/R/data.R | 256 +-- sae.projection-0.1.2/sae.projection/R/proj_random_forest.R |only sae.projection-0.1.2/sae.projection/R/projection.R | 688 +++++----- sae.projection-0.1.2/sae.projection/README.md | 502 +++---- sae.projection-0.1.2/sae.projection/data/df_susenas_sep2020.rda |binary sae.projection-0.1.2/sae.projection/man/df_susenas_sep2020.Rd | 2 sae.projection-0.1.2/sae.projection/man/proj_random_forest.Rd |only sae.projection-0.1.2/sae.projection/man/projection_rf.Rd |only sae.projection-0.1.2/sae.projection/man/projection_rf_CorrectedBias.Rd |only 16 files changed, 751 insertions(+), 750 deletions(-)
More information about sae.projection at CRAN
Permanent link
Title: Install and Load the 'dartRverse' Suits of Packages
Description: Provides a single function that supports the installation of all packages
belonging to the 'dartRverse'. The 'dartRverse' is a set of packages that work
together to analyse SNP (single nuclear polymorphism) data. All packages aim to have a similar 'look and feel'
and are based on the same type of data structure ('genlight'), with additional
metadata for loci and individuals (samples). For more information visit the
'GitHub' pages <https://github.com/green-striped-gecko/dartRverse>.
Author: Bernd Gruber [aut, cre],
Arthur Georges [aut],
Jose L. Mijangos [aut],
Carlo Pacioni [aut],
Peter J. Unmack [aut],
Oliver Berry [aut]
Maintainer: Bernd Gruber <bernd.gruber@canberra.edu.au>
Diff between dartRverse versions 1.0.2 dated 2024-05-24 and 1.0.6 dated 2025-02-18
DESCRIPTION | 12 +++---- MD5 | 8 +++- NAMESPACE | 28 ++++++++++------ R/gl.download.binary.r |only man/dartRverse_install.Rd | 76 +++++++++++++++++++++++----------------------- man/gl.download.binary.Rd |only 6 files changed, 66 insertions(+), 58 deletions(-)
Title: Extra Analysis Results Data Utilities
Description: Create extra Analysis Results Data (ARD) summary objects.
The package supplements the simple ARD functions from the 'cards'
package, exporting functions to put statistical results in the ARD
format. These objects are used and re-used to construct summary
tables, visualizations, and written reports.
Author: Daniel D. Sjoberg [aut, cre] ,
Abinaya Yogasekaram [aut],
Emily de la Rua [aut],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between cardx versions 0.2.2 dated 2024-11-27 and 0.2.3 dated 2025-02-18
cardx-0.2.2/cardx/tests/spelling.R |only cardx-0.2.3/cardx/DESCRIPTION | 21 cardx-0.2.3/cardx/MD5 | 57 - cardx-0.2.3/cardx/NAMESPACE | 1 cardx-0.2.3/cardx/NEWS.md | 22 cardx-0.2.3/cardx/R/ard_categorical.survey.design.R | 9 cardx-0.2.3/cardx/R/ard_categorical_ci.R | 391 ++++++++-- cardx-0.2.3/cardx/R/ard_categorical_max.R |only cardx-0.2.3/cardx/R/ard_missing.survey.design.R | 7 cardx-0.2.3/cardx/R/ard_survival_survfit.R | 20 cardx-0.2.3/cardx/R/proportion_ci.R | 21 cardx-0.2.3/cardx/README.md | 36 cardx-0.2.3/cardx/inst/WORDLIST | 2 cardx-0.2.3/cardx/man/ard_categorical_ci.Rd | 15 cardx-0.2.3/cardx/man/ard_categorical_ci.survey.design.Rd | 4 cardx-0.2.3/cardx/man/ard_categorical_max.Rd |only cardx-0.2.3/cardx/man/ard_survival_survfit.Rd | 3 cardx-0.2.3/cardx/man/cardx-package.Rd | 2 cardx-0.2.3/cardx/man/dot-strata_normal_quantile.Rd | 6 cardx-0.2.3/cardx/man/dot-update_weights_strat_wilson.Rd | 4 cardx-0.2.3/cardx/man/proportion_ci.Rd | 13 cardx-0.2.3/cardx/tests/testthat.R | 2 cardx-0.2.3/cardx/tests/testthat/_snaps/ard_categorical.survey.design.md | 16 cardx-0.2.3/cardx/tests/testthat/_snaps/ard_categorical_max.md |only cardx-0.2.3/cardx/tests/testthat/_snaps/ard_proportion_ci.md | 26 cardx-0.2.3/cardx/tests/testthat/_snaps/ard_survival_survfit.md | 24 cardx-0.2.3/cardx/tests/testthat/_snaps/proportion_ci.md | 57 + cardx-0.2.3/cardx/tests/testthat/test-ard_categorical.survey.design.R | 52 + cardx-0.2.3/cardx/tests/testthat/test-ard_categorical_ci.data.frame.R | 319 +++++++- cardx-0.2.3/cardx/tests/testthat/test-ard_categorical_max.R |only cardx-0.2.3/cardx/tests/testthat/test-ard_missing.survey.design.R | 33 cardx-0.2.3/cardx/tests/testthat/test-ard_survival_survfit.R | 9 32 files changed, 994 insertions(+), 178 deletions(-)
Title: Interpolation and Extrapolation for Three Dimensions of
Biodiversity
Description: Biodiversity is a multifaceted concept covering different levels of organization from
genes to ecosystems. 'iNEXT.3D' extends 'iNEXT' to include three dimensions (3D)
of biodiversity, i.e., taxonomic diversity (TD), phylogenetic diversity (PD) and functional
diversity (FD). This package provides functions to compute standardized 3D diversity estimates
with a common sample size or sample coverage. A unified framework based on Hill numbers
and their generalizations (Hill-Chao numbers) are used to quantify 3D. All 3D estimates
are in the same units of species/lineage equivalents and can be meaningfully compared.
The package features size- and coverage-based rarefaction and extrapolation sampling
curves to facilitate rigorous comparison of 3D diversity across individual assemblages.
Asymptotic 3D diversity estimates are also provided. See Chao et al. (2021)
<doi:10.1111/2041-210X.13682> for more details.
Author: Anne Chao [aut, cre],
KaiHsiang Hu [ctb]
Maintainer: Anne Chao <chao@stat.nthu.edu.tw>
Diff between iNEXT.3D versions 1.0.7 dated 2025-01-22 and 1.0.8 dated 2025-02-18
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS | 5 +++++ R/ChaoUtility_Fun.R | 24 ++++++++++++++++-------- R/CommonFun.R | 2 +- inst/doc/Introduction.pdf |binary 6 files changed, 30 insertions(+), 17 deletions(-)
Title: Computations on Conics
Description: Solve some conic related problems (intersection of conics with lines and conics, arc length of an ellipse, polar lines, etc.).
Author: Emanuel Huber [aut, cre]
Maintainer: Emanuel Huber <emanuel.huber@pm.me>
Diff between RConics versions 1.1.1 dated 2022-03-11 and 1.1.2 dated 2025-02-17
DESCRIPTION | 11 +++++------ MD5 | 6 +++--- R/conicMatrixToEllipse.R | 3 ++- README.md | 4 +++- 4 files changed, 13 insertions(+), 11 deletions(-)
Title: Analysis of Check-All-that-Apply (CATA) Data
Description: Package contains functions for analyzing check-all-that-apply (CATA) data from consumer and sensory tests. Cochran's Q test, McNemar's test, and Penalty-Lift analysis are provided; for details, see Meyners, Castura & Carr (2013) <doi:10.1016/j.foodqual.2013.06.010>. Cluster analysis can be performed using b-cluster analysis, then evaluated using various measures; for details, see Castura, Meyners, Varela & Næs (2022) <doi:10.1016/j.foodqual.2022.104564>. Methods are adapted to cluster consumers based on their product-related hedonic responses; for details, see Castura, Meyners, Pohjanheimo, Varela & Næs (2023) <doi:10.1111/joss.12860>.
Author: J.C. Castura [aut, cre, ctb]
Maintainer: J.C. Castura <jcastura@compusense.com>
Diff between cata versions 0.1.0.7 dated 2024-10-08 and 0.1.0.26 dated 2025-02-17
cata-0.1.0.26/cata/DESCRIPTION | 10 cata-0.1.0.26/cata/MD5 | 47 +- cata-0.1.0.26/cata/NAMESPACE | 4 cata-0.1.0.26/cata/R/cata-internal.R | 4 cata-0.1.0.26/cata/R/cata.R | 448 +++++++++++------------ cata-0.1.0.26/cata/R/evalClusterQuality.R | 40 -- cata-0.1.0.26/cata/R/ocov.R |only cata-0.1.0.26/cata/R/plift.R |only cata-0.1.0.26/cata/build/partial.rdb |binary cata-0.1.0.26/cata/data/bread.rda |binary cata-0.1.0.26/cata/man/ARI.Rd | 18 cata-0.1.0.26/cata/man/barray.Rd | 18 cata-0.1.0.26/cata/man/bcluster.Rd | 9 cata-0.1.0.26/cata/man/bcluster.h.Rd | 4 cata-0.1.0.26/cata/man/cochranQ.Rd | 30 - cata-0.1.0.26/cata/man/code.topk.Rd | 6 cata-0.1.0.26/cata/man/evaluateClusterQuality.Rd | 14 cata-0.1.0.26/cata/man/getb.Rd | 8 cata-0.1.0.26/cata/man/homogeneity.Rd | 6 cata-0.1.0.26/cata/man/mad.dist.Rd |only cata-0.1.0.26/cata/man/madperm.Rd |only cata-0.1.0.26/cata/man/mcnemarQ.Rd | 17 cata-0.1.0.26/cata/man/plift.Rd |only cata-0.1.0.26/cata/man/rv.coef.Rd | 8 cata-0.1.0.26/cata/man/toMatrix.Rd | 14 cata-0.1.0.26/cata/man/toWideMatrix.Rd | 14 cata-0.1.0.7/cata/R/pLift.R |only cata-0.1.0.7/cata/man/pLift.Rd |only 28 files changed, 364 insertions(+), 355 deletions(-)
Title: Learn Clustering Techniques Through Examples and Code
Description: A comprehensive educational package combining clustering algorithms with
detailed step-by-step explanations. Provides implementations of both traditional
(hierarchical, k-means) and modern (Density-Based Spatial Clustering of Applications with Noise (DBSCAN),
Gaussian Mixture Models (GMM), genetic k-means) clustering methods
as described in Ezugwu et. al., (2022) <doi:10.1016/j.engappai.2022.104743>.
Includes educational datasets highlighting different clustering challenges, based on
'scikit-learn' examples (Pedregosa et al., 2011)
<https://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html>. Features detailed
algorithm explanations, visualizations, and weighted distance calculations for
enhanced learning.
Author: Eduardo Ruiz Sabajanes [aut],
Roberto Alcantara [aut],
Juan Jose Cuadrado Gallego [aut]
,
Andriy Protsak Protsak [aut, cre],
Universidad de Alcala [cph]
Maintainer: Andriy Protsak Protsak <andriy.protsak@edu.uah.es>
Diff between UAHDataScienceUC versions 1.0.0 dated 2025-02-17 and 1.0.1 dated 2025-02-17
DESCRIPTION | 9 MD5 | 12 - NEWS.md | 5 R/divisive_clustering.R | 5 inst/doc/UAHDataScienceUC.html | 408 ++++++++++++++++++++--------------------- man/divisive_clustering.Rd | 5 man/gaussian_mixture.Rd | 21 -- 7 files changed, 233 insertions(+), 232 deletions(-)
More information about UAHDataScienceUC at CRAN
Permanent link
Title: Geolocalização De Endereços Brasileiros (Geocoding Brazilian
Addresses)
Description: Método simples e eficiente de geolocalizar dados no Brasil. O
pacote é baseado em conjuntos de dados espaciais abertos de endereços
brasileiros, utilizando principalmente o Cadastro Nacional de Endereços para
Fins Estatísticos (CNEFE). O CNEFE é publicado pelo Instituto Brasileiro de
Geografia e Estatística (IBGE), órgão oficial de estatísticas e geografia do
Brasil. (A simple and efficient method for geolocating data in Brazil. The
package is based on open spatial datasets of Brazilian addresses, primarily
using the Cadastro Nacional de Endereços para Fins Estatísticos (CNEFE),
published by the Instituto Brasileiro de Geografia e Estatística (IBGE),
Brazil's official statistics and geography agency.)
Author: Rafael H. M. Pereira [aut, cre]
,
Daniel Herszenhut [aut] ,
Ipea - Instituto de Pesquisa Economica Aplicada [cph, fnd]
Maintainer: Rafael H. M. Pereira <rafa.pereira.br@gmail.com>
Diff between geocodebr versions 0.1.0 dated 2025-02-12 and 0.1.1 dated 2025-02-17
DESCRIPTION | 6 - MD5 | 39 ++++----- NAMESPACE | 1 NEWS.md | 7 + R/cache.R | 36 ++++++-- R/geocodebr.R | 17 --- README.md | 13 ++- build/vignette.rds |binary inst/doc/geocodebr.R | 6 - inst/doc/geocodebr.Rmd | 12 ++ inst/doc/geocodebr.html | 112 +++++++++++++------------- man/create_index.Rd | 24 ++--- man/definir_campos.Rd | 132 +++++++++++++++---------------- man/deletar_pasta_cache.Rd | 38 ++++---- man/listar_dados_cache.Rd | 48 +++++------ man/listar_pasta_cache.Rd | 42 ++++----- man/update_input_db.Rd | 44 +++++----- tests/tests_rafa/benchmark_LIKE.R | 20 ++-- tests/tests_rafa/teste_geocodebr_1km.csv |only tests/testthat/test-cache.R | 3 vignettes/geocodebr.Rmd | 12 ++ 21 files changed, 325 insertions(+), 287 deletions(-)
Title: Elastic Functional Data Analysis
Description: Performs alignment, PCA, and modeling of multidimensional and
unidimensional functions using the square-root velocity framework
(Srivastava et al., 2011 <doi:10.48550/arXiv.1103.3817> and Tucker et al., 2014
<DOI:10.1016/j.csda.2012.12.001>). This framework allows for elastic
analysis of functional data through phase and amplitude separation.
Author: J. Derek Tucker [aut, cre] ,
Aymeric Stamm [ctb]
Maintainer: J. Derek Tucker <jdtuck@sandia.gov>
Diff between fdasrvf versions 2.3.5 dated 2025-02-11 and 2.3.6 dated 2025-02-17
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS.md | 5 ++++- R/jointfPCA.R | 6 ++++++ src/bayesian.cpp | 2 +- 5 files changed, 19 insertions(+), 10 deletions(-)
Title: Analysis Results Data
Description: Construct CDISC (Clinical Data Interchange Standards
Consortium) compliant Analysis Results Data objects. These objects are
used and re-used to construct summary tables, visualizations, and
written reports. The package also exports utilities for working with
these objects and creating new Analysis Results Data objects.
Author: Daniel D. Sjoberg [aut, cre] ,
Becca Krouse [aut],
Emily de la Rua [aut],
F. Hoffmann-La Roche AG [cph, fnd],
GlaxoSmithKline Research & Development Limited [cph]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between cards versions 0.4.0 dated 2024-11-27 and 0.5.0 dated 2025-02-17
cards-0.4.0/cards/man/label_cards.Rd |only cards-0.4.0/cards/tests/spelling.R |only cards-0.4.0/cards/tests/testthat/test-label_cards.R |only cards-0.5.0/cards/DESCRIPTION | 17 cards-0.5.0/cards/MD5 | 127 +- cards-0.5.0/cards/NAMESPACE | 3 cards-0.5.0/cards/NEWS.md | 24 cards-0.5.0/cards/R/apply_fmt_fn.R | 31 cards-0.5.0/cards/R/ard_attributes.R | 1 cards-0.5.0/cards/R/ard_categorical.R | 107 ++ cards-0.5.0/cards/R/ard_complex.R | 1 cards-0.5.0/cards/R/ard_continuous.R | 5 cards-0.5.0/cards/R/ard_hierarchical.R | 41 cards-0.5.0/cards/R/ard_stack_hierarchical.R | 1 cards-0.5.0/cards/R/ard_strata.R | 3 cards-0.5.0/cards/R/default_stat_labels.R | 2 cards-0.5.0/cards/R/deprecated.R |only cards-0.5.0/cards/R/eval_capture_conditions.R | 1 cards-0.5.0/cards/R/options.R |only cards-0.5.0/cards/R/print.R | 1 cards-0.5.0/cards/R/print_ard_conditions.R | 27 cards-0.5.0/cards/R/rename_ard_groups.R |only cards-0.5.0/cards/R/round5.R | 2 cards-0.5.0/cards/R/selectors.R | 10 cards-0.5.0/cards/R/tidy_ard_order.R | 43 cards-0.5.0/cards/R/tidy_as_ard.R | 1 cards-0.5.0/cards/README.md | 432 +++++++++- cards-0.5.0/cards/inst/WORDLIST | 5 cards-0.5.0/cards/man/ard_categorical.Rd | 33 cards-0.5.0/cards/man/ard_complex.Rd | 3 cards-0.5.0/cards/man/ard_continuous.Rd | 2 cards-0.5.0/cards/man/ard_dichotomous.Rd | 31 cards-0.5.0/cards/man/ard_hierarchical.Rd | 52 - cards-0.5.0/cards/man/ard_missing.Rd | 2 cards-0.5.0/cards/man/ard_stack_hierarchical.Rd | 5 cards-0.5.0/cards/man/ard_strata.Rd | 1 cards-0.5.0/cards/man/cards.options.Rd |only cards-0.5.0/cards/man/deprecated.Rd |only cards-0.5.0/cards/man/dot-calculate_tabulation_statistics.Rd | 10 cards-0.5.0/cards/man/dot-cli_condition_messaging.Rd | 2 cards-0.5.0/cards/man/dot-process_denominator.Rd | 6 cards-0.5.0/cards/man/dot-rename_last_group_as_variable.Rd | 4 cards-0.5.0/cards/man/eval_capture_conditions.Rd | 1 cards-0.5.0/cards/man/label_round.Rd |only cards-0.5.0/cards/man/print.card.Rd | 1 cards-0.5.0/cards/man/print_ard_conditions.Rd | 7 cards-0.5.0/cards/man/rename_ard_groups.Rd |only cards-0.5.0/cards/man/round5.Rd | 2 cards-0.5.0/cards/man/selectors.Rd | 2 cards-0.5.0/cards/man/tidy_ard_order.Rd | 12 cards-0.5.0/cards/tests/testthat/_snaps/ard_categorical.md | 79 - cards-0.5.0/cards/tests/testthat/_snaps/ard_hierarchical.md | 8 cards-0.5.0/cards/tests/testthat/_snaps/ard_stack_hierarchical.md | 24 cards-0.5.0/cards/tests/testthat/_snaps/ard_strata.md | 22 cards-0.5.0/cards/tests/testthat/_snaps/bind_ard.md | 120 -- cards-0.5.0/cards/tests/testthat/_snaps/options.md |only cards-0.5.0/cards/tests/testthat/_snaps/print.md | 14 cards-0.5.0/cards/tests/testthat/_snaps/print_ard_conditions.md | 29 cards-0.5.0/cards/tests/testthat/_snaps/rename_ard_columns.md | 47 - cards-0.5.0/cards/tests/testthat/_snaps/rename_ard_groups.md |only cards-0.5.0/cards/tests/testthat/_snaps/tidy_ard_row_order.md |only cards-0.5.0/cards/tests/testthat/test-ard_categorical.R | 253 +++++ cards-0.5.0/cards/tests/testthat/test-ard_hierarchical.R | 12 cards-0.5.0/cards/tests/testthat/test-ard_stack.R | 10 cards-0.5.0/cards/tests/testthat/test-ard_stack_hierarchical.R | 5 cards-0.5.0/cards/tests/testthat/test-bind_ard.R | 1 cards-0.5.0/cards/tests/testthat/test-label_round.R |only cards-0.5.0/cards/tests/testthat/test-options.R |only cards-0.5.0/cards/tests/testthat/test-print_ard_conditions.R | 30 cards-0.5.0/cards/tests/testthat/test-rename_ard_columns.R | 5 cards-0.5.0/cards/tests/testthat/test-rename_ard_groups.R |only cards-0.5.0/cards/tests/testthat/test-tidy_ard_column_order.R | 15 cards-0.5.0/cards/tests/testthat/test-tidy_ard_row_order.R |only 73 files changed, 1310 insertions(+), 425 deletions(-)
Title: Select an Optimal Block-Length to Bootstrap Dependent Data
(Block Bootstrap)
Description: A set of functions to select the optimal block-length for a
dependent bootstrap (block-bootstrap). Includes the Hall, Horowitz, and Jing
(1995) <doi:10.1093/biomet/82.3.561> subsampling-based cross-validation method, the
Politis and White (2004) <doi:10.1081/ETC-120028836> Spectral Density
Plug-in method, including the Patton, Politis, and White (2009)
<doi:10.1080/07474930802459016> correction, and the Lahiri, Furukawa, and Lee
(2007) <doi:10.1016/j.stamet.2006.08.002> nonparametric plug-in method, with
a corresponding set of S3 plot methods.
Author: Alec Stashevsky [aut, cre] ,
Sergio Armella [ctb]
Maintainer: Alec Stashevsky <alec@alecstashevsky.com>
Diff between blocklength versions 0.1.5 dated 2022-03-02 and 0.2.0 dated 2025-02-17
DESCRIPTION | 21 MD5 | 53 NAMESPACE | 14 NEWS.md | 95 - R/hhj.R | 750 ++++---- R/nppi.R |only R/plot.hhj.R | 130 - R/plot.nppi.R |only R/plot.pwsd.R | 156 - R/pwsd.R | 522 +++--- README.md | 531 +++--- build/partial.rdb |binary build/vignette.rds |binary inst/doc/tuning-parameters.R | 274 +-- inst/doc/tuning-parameters.Rmd | 542 +++--- inst/doc/tuning-parameters.html | 3412 +++++++++++++++++++++++++++++++++++----- man/figures/README-hhj-1.svg | 604 +++---- man/figures/README-hhj-2.svg | 604 +++---- man/figures/README-nppi-1.svg |only man/figures/README-pwsd-1.svg | 520 +++--- man/hhj.Rd | 2 man/nppi.Rd |only man/plot.nppi.Rd |only tests/testthat.R | 8 tests/testthat/Rplots.pdf |only tests/testthat/test-hhj.R | 164 - tests/testthat/test-nppi.R |only tests/testthat/test-plots.R | 70 tests/testthat/test-pwsd.R | 126 - vignettes/references.bib | 244 +- vignettes/tuning-parameters.Rmd | 542 +++--- 31 files changed, 6085 insertions(+), 3299 deletions(-)
Title: Working with Sets the Tidy Way
Description: Implements a class and methods to work with sets, doing
intersection, union, complementary sets, power sets, cartesian product
and other set operations in a "tidy" way. These set operations are
available for both classical sets and fuzzy sets. Import sets from
several formats or from other several data structures.
Author: Lluis Revilla Sancho [aut, cre, cph]
,
Zebulun Arendsee [rev],
Jennifer Chang [rev]
Maintainer: Lluis Revilla Sancho <lluis.revilla@gmail.com>
Diff between BaseSet versions 0.9.0 dated 2023-08-22 and 1.0.0 dated 2025-02-17
BaseSet-0.9.0/BaseSet/R/utils-pipe.R |only BaseSet-0.9.0/BaseSet/man/pipe.Rd |only BaseSet-0.9.0/BaseSet/man/tidy.Rd |only BaseSet-0.9.0/BaseSet/tests/testthat/test-gmt.R |only BaseSet-0.9.0/BaseSet/tests/testthat/test-toimplement.R |only BaseSet-1.0.0/BaseSet/DESCRIPTION | 42 - BaseSet-1.0.0/BaseSet/LICENSE | 2 BaseSet-1.0.0/BaseSet/MD5 | 235 ++++---- BaseSet-1.0.0/BaseSet/NAMESPACE | 13 BaseSet-1.0.0/BaseSet/NEWS.md | 11 BaseSet-1.0.0/BaseSet/R/AllGenerics.R | 26 BaseSet-1.0.0/BaseSet/R/GeneSetCollection.R | 62 +- BaseSet-1.0.0/BaseSet/R/c.R | 1 BaseSet-1.0.0/BaseSet/R/complement.R | 20 BaseSet-1.0.0/BaseSet/R/data_frame.R | 1 BaseSet-1.0.0/BaseSet/R/elements.R | 15 BaseSet-1.0.0/BaseSet/R/extract.R | 65 +- BaseSet-1.0.0/BaseSet/R/names.R | 320 +++++++----- BaseSet-1.0.0/BaseSet/R/obo.R | 11 BaseSet-1.0.0/BaseSet/R/set.R | 15 BaseSet-1.0.0/BaseSet/R/size.R | 11 BaseSet-1.0.0/BaseSet/R/tidy-set.R | 11 BaseSet-1.0.0/BaseSet/README.md | 2 BaseSet-1.0.0/BaseSet/build/vignette.rds |binary BaseSet-1.0.0/BaseSet/inst/WORDLIST | 4 BaseSet-1.0.0/BaseSet/inst/doc/BaseSet.html | 92 +-- BaseSet-1.0.0/BaseSet/inst/doc/advanced.R | 312 +++++------ BaseSet-1.0.0/BaseSet/inst/doc/advanced.Rmd | 8 BaseSet-1.0.0/BaseSet/inst/doc/advanced.html | 131 +++- BaseSet-1.0.0/BaseSet/inst/doc/fuzzy.html | 54 +- BaseSet-1.0.0/BaseSet/man/TidySet-class.Rd | 6 BaseSet-1.0.0/BaseSet/man/activate.Rd | 6 BaseSet-1.0.0/BaseSet/man/add_column.Rd | 6 BaseSet-1.0.0/BaseSet/man/add_relation.Rd | 6 BaseSet-1.0.0/BaseSet/man/arrange_.Rd | 6 BaseSet-1.0.0/BaseSet/man/cartesian.Rd | 6 BaseSet-1.0.0/BaseSet/man/complement.Rd | 24 BaseSet-1.0.0/BaseSet/man/complement_element.Rd | 8 BaseSet-1.0.0/BaseSet/man/complement_set.Rd | 8 BaseSet-1.0.0/BaseSet/man/dimnames.TidySet.Rd |only BaseSet-1.0.0/BaseSet/man/element_size.Rd | 6 BaseSet-1.0.0/BaseSet/man/elements.Rd | 19 BaseSet-1.0.0/BaseSet/man/extract-TidySet.Rd | 3 BaseSet-1.0.0/BaseSet/man/filter_.Rd | 6 BaseSet-1.0.0/BaseSet/man/group.Rd | 4 BaseSet-1.0.0/BaseSet/man/group_by_.Rd | 4 BaseSet-1.0.0/BaseSet/man/incidence.Rd | 6 BaseSet-1.0.0/BaseSet/man/intersection.Rd | 6 BaseSet-1.0.0/BaseSet/man/is.fuzzy.Rd | 6 BaseSet-1.0.0/BaseSet/man/is_nested.Rd | 6 BaseSet-1.0.0/BaseSet/man/move_to.Rd | 6 BaseSet-1.0.0/BaseSet/man/mutate_.Rd | 6 BaseSet-1.0.0/BaseSet/man/nElements.Rd | 10 BaseSet-1.0.0/BaseSet/man/nRelations.Rd | 6 BaseSet-1.0.0/BaseSet/man/nSets.Rd | 10 BaseSet-1.0.0/BaseSet/man/name_elements-set.Rd | 14 BaseSet-1.0.0/BaseSet/man/name_elements.Rd | 30 - BaseSet-1.0.0/BaseSet/man/name_sets-set.Rd | 12 BaseSet-1.0.0/BaseSet/man/name_sets.Rd | 34 - BaseSet-1.0.0/BaseSet/man/names.TidySet.Rd |only BaseSet-1.0.0/BaseSet/man/power_set.Rd | 6 BaseSet-1.0.0/BaseSet/man/pull_.Rd | 6 BaseSet-1.0.0/BaseSet/man/relations.Rd | 6 BaseSet-1.0.0/BaseSet/man/remove_column.Rd | 6 BaseSet-1.0.0/BaseSet/man/remove_element.Rd | 6 BaseSet-1.0.0/BaseSet/man/remove_relation.Rd | 6 BaseSet-1.0.0/BaseSet/man/remove_set.Rd | 6 BaseSet-1.0.0/BaseSet/man/rename_elements.Rd | 10 BaseSet-1.0.0/BaseSet/man/rename_set.Rd | 10 BaseSet-1.0.0/BaseSet/man/select_.Rd | 6 BaseSet-1.0.0/BaseSet/man/set_size.Rd | 6 BaseSet-1.0.0/BaseSet/man/sets.Rd | 21 BaseSet-1.0.0/BaseSet/man/size.Rd | 2 BaseSet-1.0.0/BaseSet/man/subtract.Rd | 10 BaseSet-1.0.0/BaseSet/man/tidySet.Rd | 31 + BaseSet-1.0.0/BaseSet/man/union.Rd | 6 BaseSet-1.0.0/BaseSet/tests/testthat.R | 8 BaseSet-1.0.0/BaseSet/tests/testthat/test-GMT.R |only BaseSet-1.0.0/BaseSet/tests/testthat/test-activate.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-add_relation.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-add_relations.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-adjacency.R | 12 BaseSet-1.0.0/BaseSet/tests/testthat/test-arrange.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-cartesian.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-complement.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-data_frame.R | 6 BaseSet-1.0.0/BaseSet/tests/testthat/test-df2TS.R | 4 BaseSet-1.0.0/BaseSet/tests/testthat/test-element_size.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-elements.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-extract.R | 51 + BaseSet-1.0.0/BaseSet/tests/testthat/test-filter.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-group.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-group_by.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-head.R |only BaseSet-1.0.0/BaseSet/tests/testthat/test-incidence.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-independent.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-intersection.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-length.R | 8 BaseSet-1.0.0/BaseSet/tests/testthat/test-move_to.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-mutate.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-name.R | 18 BaseSet-1.0.0/BaseSet/tests/testthat/test-naming.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-nested.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-operations.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-power_set.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-print.R | 1 BaseSet-1.0.0/BaseSet/tests/testthat/test-pull.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-relations.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-remove_column.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-remove_element.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-remove_relation.R | 23 BaseSet-1.0.0/BaseSet/tests/testthat/test-remove_set.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-rename.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-select.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-setAs.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-set_size.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-sets.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-size.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-subtract.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-tidy.R | 34 - BaseSet-1.0.0/BaseSet/tests/testthat/test-tidyset.R | 2 BaseSet-1.0.0/BaseSet/tests/testthat/test-union.R | 2 BaseSet-1.0.0/BaseSet/vignettes/advanced.Rmd | 8 123 files changed, 1235 insertions(+), 884 deletions(-)
Title: Sparse-Group Boosting
Description: Sparse-group boosting to be used in conjunction with the 'mboost' for modeling grouped data.
Applicable to all sparse-group lasso type problems where within-group and between-group sparsity is desired.
Interprets and visualizes individual variables and groups.
Author: Fabian Obster [aut, cre, cph]
Maintainer: Fabian Obster <fabian.obster@unibw.de>
Diff between sgboost versions 0.1.3 dated 2024-05-19 and 0.2.0 dated 2025-02-17
DESCRIPTION | 6 MD5 | 25 +-- NAMESPACE | 7 NEWS.md | 8 + R/balance.R |only R/create_formula.R | 21 +- R/get_coef.R | 6 R/plot_path.R | 278 +++++++++++++++++------------------ inst/doc/sgboost.html | 182 +++++++++++----------- man/balance.Rd |only man/create_formula.Rd | 3 tests/spelling.R | 9 - tests/testthat/test-create_formula.R | 15 + tests/testthat/test-plot_path.R | 9 - tests/testthat/test-test-balance.R |only 15 files changed, 306 insertions(+), 263 deletions(-)
Title: Nonlinear Nonparametric Statistics
Description: Nonlinear nonparametric statistics using partial moments. Partial moments are the elements of variance and asymptotically approximate the area of f(x). These robust statistics provide the basis for nonlinear analysis while retaining linear equivalences. NNS offers: Numerical integration, Numerical differentiation, Clustering, Correlation, Dependence, Causal analysis, ANOVA, Regression, Classification, Seasonality, Autoregressive modeling, Normalization, Stochastic dominance and Advanced Monte Carlo sampling. All routines based on: Viole, F. and Nawrocki, D. (2013), Nonlinear Nonparametric Statistics: Using Partial Moments (ISBN: 1490523995).
Author: Fred Viole [aut, cre],
Roberto Spadim [ctb]
Maintainer: Fred Viole <ovvo.financial.systems@gmail.com>
Diff between NNS versions 11.0 dated 2025-01-10 and 11.1 dated 2025-02-17
DESCRIPTION | 8 +++--- MD5 | 22 +++++++++-------- NAMESPACE | 3 ++ R/Causation.R | 13 ++++------ R/Numerical_Differentiation.R | 28 +++++++++++----------- R/SD_Cluster.R |only R/gvload.R | 2 - README.md | 4 +-- inst/doc/NNSvignette_Comparing_Distributions.R | 28 +++++++++++----------- inst/doc/NNSvignette_Comparing_Distributions.Rmd | 12 +++++++-- inst/doc/NNSvignette_Comparing_Distributions.html | 26 ++++++++++++++++++-- man/NNS.SD.cluster.Rd |only vignettes/NNSvignette_Comparing_Distributions.Rmd | 12 +++++++-- 13 files changed, 101 insertions(+), 57 deletions(-)
Title: Maximum Likelihood Estimation of Various Univariate and
Multivariate Distributions
Description: Several functions for maximum likelihood estimation of various univariate and multivariate distributions. The list includes more than 100 functions for univariate continuous and discrete distributions, distributions that lie on the real line, the positive line, interval restricted, circular distributions. Further, multivariate continuous and discrete distributions, distributions for compositional and directional data, etc. Some references include Johnson N. L., Kotz S. and Balakrishnan N. (1994). "Continuous Univariate Distributions, Volume 1" <ISBN:978-0-471-58495-7>, Johnson, Norman L. Kemp, Adrianne W. Kotz, Samuel (2005). "Univariate Discrete Distributions". <ISBN:978-0-471-71580-1> and Mardia, K. V. and Jupp, P. E. (2000). "Directional Statistics". <ISBN:978-0-471-95333-3>.
Author: Michail Tsagris [aut, cre],
Sofia Piperaki [aut],
Muhammad Imran [ctb],
Rafail Vargiakakis [aut],
Nikolaos Kontemeniotis [aut]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between MLE versions 1.3 dated 2024-12-16 and 1.4 dated 2025-02-17
DESCRIPTION | 16 ++-- MD5 | 44 ++++++------ R/circ.mle.R | 2 R/colcens.mle.R | 13 +++ R/colcirc.mle.R | 109 +++++++++++++++++++++++++++++++ R/coldisc.mle.R | 169 ++++++++++++++++++++++++++++++++++++++++++++++++- R/colpositive.mle.R | 133 ++++++++++++++++++++++++++++++++++++++ R/colprop.mle.R | 76 ++++++++++++++++++++++ R/colreal.mle.R | 96 +++++++++++++++++++++++++-- R/disc.mle.R | 2 R/prop.mle.R | 2 man/MLE-package.Rd | 9 +- man/circ.mle.Rd | 8 +- man/colcens.mle.Rd | 12 +-- man/colcirc.mle.Rd | 43 ++++++++++-- man/coldisc.mle.Rd | 33 +++++++-- man/colpositive.mle.Rd | 6 - man/colprop.mle.Rd | 17 ++++ man/colreal.mle.Rd | 21 ++++-- man/disc.mle.Rd | 6 - man/hspher.mle.Rd | 10 +- man/prop.mle.Rd | 2 man/real.mle.Rd | 5 + 23 files changed, 742 insertions(+), 92 deletions(-)
Title: Constrained Generalized Additive Model
Description: A constrained generalized additive model is fitted by the cgam routine. Given a set of predictors, each of which may have a shape or order restrictions, the maximum likelihood estimator for the constrained generalized additive model is found using an iteratively re-weighted cone projection algorithm. The ShapeSelect routine chooses a subset of predictor variables and describes the component relationships with the response. For each predictor, the user needs only specify a set of possible shape or order restrictions. A model selection method chooses the shapes and orderings of the relationships as well as the variables. The cone information criterion (CIC) is used to select the best combination of variables and shapes. A genetic algorithm may be used when the set of possible models is large. In addition, the cgam routine implements a two-dimensional isotonic regression using warped-plane splines without additivity assumptions. It can also fit a convex or concave regression surface with [...truncated...]
Author: Mary Meyer [aut],
Xiyue Liao [aut, cre]
Maintainer: Xiyue Liao <xliao@sdsu.edu>
Diff between cgam versions 1.21 dated 2023-08-10 and 1.22 dated 2025-02-17
ChangeLog | 7 DESCRIPTION | 14 MD5 | 20 - NAMESPACE | 2 R/cgam.R | 761 ++++++++++++++++++++++++++++++++++++++++++++-------- R/cgamm.R | 5 man/ShapeSelect.Rd | 2 man/cgam.Rd | 2 man/plotpersp.Rd | 10 man/predict.cgam.Rd | 8 man/shapes.Rd | 2 11 files changed, 698 insertions(+), 135 deletions(-)
Title: Read and Write Sparse Matrices in 'SVMLight' and 'LibSVM'
Formats
Description: Read and write labelled sparse matrices in text format as used by
software such as 'SVMLight', 'LibSVM', 'ThunderSVM', 'LibFM', 'xLearn', 'XGBoost', 'LightGBM',
and others. Supports labelled data for regression, classification (binary, multi-class, multi-label),
and ranking (with 'qid' field), and can handle header metadata and comments in files.
Author: David Cortes [aut, cre, cph]
Maintainer: David Cortes <david.cortes.rivera@gmail.com>
Diff between readsparse versions 0.1.5-6 dated 2023-11-27 and 0.1.5-8 dated 2025-02-17
DESCRIPTION | 14 +++++++++----- MD5 | 14 +++++++------- R/RcppExports.R | 4 ++++ R/read_sparse.R | 4 +++- man/read.sparse.Rd | 2 ++ src/RcppExports.cpp | 10 ++++++++++ src/Rwrapper.cpp | 10 ++++++++++ tests/testthat/test-read-write.R | 20 ++++++++++++++++++++ 8 files changed, 65 insertions(+), 13 deletions(-)
Title: Processing Proteomics Data, Statistical Analysis and
Visualization
Description: The 'Proteomics Eye' ('ProtE') offers a comprehensive and intuitive framework for the univariate analysis of label-free proteomics data. By integrating essential data wrangling and processing steps into a single function, 'ProtE' streamlines pairwise statistical comparisons for categorical variables. It provides quality checks and generates publication-ready visualizations, enabling efficient and robust data analysis. 'ProtE' is compatible with proteomics data outputs from 'MaxQuant' (Cox & Mann, (2008) <doi:10.1038/nbt.1511>), 'DIA-NN' (Demichev et al., (2020) <doi:10.1038/s41592-019-0638-x>), and 'Proteome Discoverer' (Thermo Fisher Scientific, version 2.5). The package leverages 'ggplot2' for visualization (Wickham, (2016) <doi:10.1007/978-3-319-24277-4>) and 'limma' for statistical analysis (Ritchie et al., (2015) <doi:10.1093/nar/gkv007>).
Author: Theodoros Margelos [aut, cre, cph],
Rafael Stroggilos [ctb, cph]
Maintainer: Theodoros Margelos <ted.margelos02@gmail.com>
Diff between ProtE versions 1.0.1 dated 2025-01-15 and 1.0.2 dated 2025-02-17
DESCRIPTION | 14 +- MD5 | 38 ++--- NAMESPACE | 11 - NEWS.md | 4 R/DIAnn.R | 176 ++++++++++--------------- R/max_quant.R | 103 +++++++++----- R/new_vers_PD.R | 117 ++++++++-------- R/path_res.R | 124 ++++++++++------- README.md | 18 +- inst/doc/Workflow.Rmd | 8 - inst/doc/Workflow.html | 18 +- inst/doc/informations.Rmd | 14 +- inst/doc/informations.html | 20 +- inst/extdata/report.pg_matrix.tsv | 262 +++++++++++++++++++------------------- man/dianno.Rd | 9 + man/maximum_quantum.Rd | 8 + man/pd_multi.Rd | 17 ++ man/pd_single.Rd | 7 - vignettes/Workflow.Rmd | 8 - vignettes/informations.Rmd | 14 +- 20 files changed, 525 insertions(+), 465 deletions(-)
More information about UAHDataScienceUC at CRAN
Permanent link
Title: Make PX-Files in R
Description: Create PX-files from scratch or read and modify existing ones.
Includes a function for every PX keyword, making metadata manipulation
simple and human-readable.
Author: Johan Ejstrud [cre, aut],
Lars Pedersen [aut],
Statistics Greenland [cph]
Maintainer: Johan Ejstrud <johan@ejstrud.com>
Diff between pxmake versions 0.14.2 dated 2025-01-22 and 0.15.1 dated 2025-02-17
DESCRIPTION | 12 MD5 | 80 +-- NEWS.md | 22 R/classification.R | 28 - R/data.R | 1 R/data_df.R | 30 - R/documentation.R | 4 R/excel.R | 49 +- R/helper_functions.R | 11 R/metadata_df.R | 1 R/modify_helpers.R | 44 + R/modify_languages.R | 11 R/modify_variable1.R | 4 R/note_warning_error.R | 21 R/px.R | 32 + R/px_base_tables.R | 39 + R/px_file.R | 63 +- R/r_script.R |only README.md | 484 ++++++++++---------- build/vignette.rds |binary data/px_keywords.rda |binary inst/doc/first-px-file.html | 42 - inst/doc/micro-files.R | 8 inst/doc/micro-files.html | 26 - inst/extdata |only man/convert_df_to_code.Rd |only man/convert_value_to_code.Rd |only man/px.Rd | 19 man/px_classification.Rd | 28 - man/px_keywords.Rd | 1 man/px_save.Rd | 9 man/save_px_as_r_script.Rd |only man/save_px_as_xlsx.Rd | 5 man/validate_px_arguments.Rd | 13 man/validate_px_save_arguments.Rd | 6 tests/testthat/fixtures/px/multilingual_no_codes.px |only tests/testthat/test-50-px.R | 7 tests/testthat/test-51-pxsave.R | 9 tests/testthat/test-52-px-ordering.R |only tests/testthat/test-53-pxjob-px-pxsave.R | 1 tests/testthat/test-55-modify-cells1.R | 22 tests/testthat/test-55-modify-cells2.R | 11 tests/testthat/test-74-pxsave-to-R-preserves.R |only tests/testthat/test-91-micromake.R | 6 44 files changed, 697 insertions(+), 452 deletions(-)
Title: Optimal Policy Learning
Description: Provides functions for optimal policy learning in socioeconomic applications helping users to learn the most effective policies based
on data in order to maximize empirical welfare. Specifically, 'OPL' allows to find "treatment assignment rules" that maximize the overall
welfare, defined as the sum of the policy effects estimated over all the policy beneficiaries. Documentation about 'OPL' is provided by
several international articles via Athey et al (2021, <doi:10.3982/ECTA15732>), Kitagawa et al (2018, <doi:10.3982/ECTA13288>),
Cerulli (2022, <doi:10.1080/13504851.2022.2032577>), the paper by Cerulli (2021, <doi:10.1080/13504851.2020.1820939>)
and the book by Gareth et al (2013, <doi:10.1007/978-1-4614-7138-7>).
Author: Federico Brogi [aut, cre],
Barbara Guardabascio [aut],
Giovanni Cerulli [aut]
Maintainer: Federico Brogi <federicobrogi@gmail.com>
Diff between OPL versions 1.0.0 dated 2025-02-03 and 1.0.1 dated 2025-02-17
DESCRIPTION | 8 - MD5 | 4 R/opl_lc_c.R | 400 +++++++++++++++++++++++++++++------------------------------ 3 files changed, 206 insertions(+), 206 deletions(-)
More information about UAHDataScienceSC at CRAN
Permanent link
Title: An Analyzer of International Large Scale Assessments in
Education
Description: An easy way to analyze international large-scale assessments and surveys in education or any other dataset that includes replicated weights (Balanced Repeated Replication (BRR) weights, Jackknife replicate weights,...) while also allowing for analysis with multiply imputed variables (plausible values). It supports the estimation of univariate statistics (e.g. mean, variance, standard deviation, quantiles), frequencies, correlation, linear regression and any other model already implemented in R that takes a data frame and weights as parameters. It also includes options to prepare the results for publication, following the table formatting standards of the Organization for Economic Cooperation and Development (OECD).
Author: Rodolfo Ilizaliturri [aut, cre],
Francesco Avvisati [aut],
Francois Keslair [aut]
Maintainer: Rodolfo Ilizaliturri <rodolfo.ilizaliturri@oecd.org>
Diff between Rrepest versions 1.5.2 dated 2025-02-10 and 1.5.3 dated 2025-02-17
DESCRIPTION | 16 ++++------------ MD5 | 10 ++++++---- NAMESPACE | 1 + R/average.R | 24 +++++++++++++++++++++--- R/coverage_column.R | 42 +++++++++++++++++++++++++++++++----------- R/coverage_daggers.R |only man/coverage_daggers.Rd |only 7 files changed, 63 insertions(+), 30 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-05-30 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-05-03 0.2
2021-07-09 0.1.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-04-11 1.0.7
2023-01-27 1.0.6
2022-01-05 1.0.5
2021-09-20 1.0.4
2020-01-08 1.0.3
2019-08-30 1.0.1
2019-08-30 1.0.2
2019-08-28 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-01-10 0.3.0
2023-07-09 0.2.1
2023-06-04 0.2.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-07-28 1.1.9
2015-02-10 1.1.8
2013-07-09 1.1.7
2013-04-29 1.1.6
2013-03-02 1.1.0
2012-02-20 0.99.19
2012-02-08 0.99.18
2012-01-18 0.99.17
2011-12-02 0.99.15
2011-11-17 0.99.14
2011-11-15 0.99.13
2011-11-09 0.99.12
2011-11-04 0.99.11
2011-06-15 0.99.9
2011-06-07 0.99.8
2011-06-04 0.99.7
2011-04-24 0.99.6
2011-04-14 0.99.4
2011-04-12 0.99.2
2011-03-31 0.99.0
2011-03-07 0.9.3
2010-12-08 0.9.2
2010-09-29 0.9.1
2010-09-09 0.9.0
2010-05-19 0.1.6
2009-12-14 0.1.5
2009-11-13 0.1.3
2009-10-20 0.1.2
2009-07-24 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-08-29 0.4.47
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-01-27 0.2.1
2025-01-08 0.1.3
2024-11-08 0.1.2
2024-11-02 0.1.1
2024-10-03 0.0.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-05-31 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-11-17 1.1.0
2021-09-16 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2016-12-28 0.1-7
2016-11-20 0.1-6
2016-09-04 0.1-5
2015-08-01 0.1-4
2015-07-11 0.1-3
2015-07-08 0.1-2
2014-05-13 0.1-1
2014-05-04 0.1
Title: Enrichment Analysis Utilizing Active Subnetworks
Description: Enrichment analysis enables researchers to uncover mechanisms
underlying a phenotype. However, conventional methods for enrichment
analysis do not take into account protein-protein interaction information,
resulting in incomplete conclusions. 'pathfindR' is a tool for enrichment
analysis utilizing active subnetworks. The main function identifies active
subnetworks in a protein-protein interaction network using a user-provided
list of genes and associated p values. It then performs enrichment analyses
on the identified subnetworks, identifying enriched terms (i.e. pathways or,
more broadly, gene sets) that possibly underlie the phenotype of interest.
'pathfindR' also offers functionalities to cluster the enriched terms and
identify representative terms in each cluster, to score the enriched terms
per sample and to visualize analysis results. The enrichment, clustering and
other methods implemented in 'pathfindR' are described in detail in
Ulgen E, Ozisik O, Sezerman OU. 2019. 'pathfindR [...truncated...]
Author: Ege Ulgen [cre, cph] ,
Ozan Ozisik [aut]
Maintainer: Ege Ulgen <egeulgen@gmail.com>
Diff between pathfindR versions 2.4.1 dated 2024-05-04 and 2.4.2 dated 2025-02-17
DESCRIPTION | 20 +-- MD5 | 52 ++++---- NEWS.md | 7 + R/active_snw_search.R | 2 R/data_generation.R | 6 - R/utility.R | 2 R/visualization.R | 6 - build/vignette.rds |binary inst/doc/comparing_results.R | 20 +-- inst/doc/comparing_results.html | 10 - inst/doc/intro_vignette.R | 190 +++++++++++++++---------------- inst/doc/intro_vignette.html | 194 +++++++++++++++----------------- inst/doc/manual_execution.R | 124 ++++++++++---------- inst/doc/manual_execution.html | 12 +- inst/doc/non_hs_analysis.R | 160 +++++++++++++------------- inst/doc/non_hs_analysis.html | 203 ++++++++++++++++++++++++---------- inst/doc/obtain_data.R | 64 +++++----- inst/doc/obtain_data.Rmd | 4 inst/doc/obtain_data.html | 46 ++++--- inst/doc/visualization_vignette.R | 98 ++++++++-------- inst/doc/visualization_vignette.html | 26 ++-- man/active_snw_search.Rd | 2 man/get_gene_sets_list.Rd | 4 man/get_mgsigdb_gsets.Rd | 2 man/input_processing.Rd | 2 tests/testthat/test-data_generation.R | 16 +- vignettes/obtain_data.Rmd | 4 27 files changed, 685 insertions(+), 591 deletions(-)
Title: Analysis of Spatial Stratified Heterogeneity
Description: Analyzing spatial factors and exploring spatial associations based on the concept of spatial stratified heterogeneity, while also taking into account local spatial dependencies, spatial interpretability, complex spatial interactions, and robust spatial stratification. Additionally, it supports the spatial stratified heterogeneity family established in academic literature.
Author: Wenbo Lv [aut, cre, cph] ,
Yangyang Lei [aut] ,
Fangmei Liu [aut] ,
Jianwu Yan [aut] ,
Yongze Song [aut] ,
Wufan Zhao [aut]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Diff between gdverse versions 1.3-1 dated 2024-12-14 and 1.3-2 dated 2025-02-17
gdverse-1.3-1/gdverse/R/gd_bestunidisc.R |only gdverse-1.3-1/gdverse/man/gd_bestunidisc.Rd |only gdverse-1.3-1/gdverse/man/shuffle_vector.Rd |only gdverse-1.3-2/gdverse/DESCRIPTION | 12 gdverse-1.3-2/gdverse/MD5 | 180 +- gdverse-1.3-2/gdverse/NAMESPACE | 4 gdverse-1.3-2/gdverse/NEWS.md | 173 +- gdverse-1.3-2/gdverse/R/gd.R | 178 +- gdverse-1.3-2/gdverse/R/gd_optunidisc.R |only gdverse-1.3-2/gdverse/R/geodetector.R | 35 gdverse-1.3-2/gdverse/R/gozh.R | 462 +++--- gdverse-1.3-2/gdverse/R/idsa.R | 5 gdverse-1.3-2/gdverse/R/lesh.R | 2 gdverse-1.3-2/gdverse/R/opgd.R | 266 +-- gdverse-1.3-2/gdverse/R/pid_idsa.R | 107 - gdverse-1.3-2/gdverse/R/psd_pseudop.R | 68 - gdverse-1.3-2/gdverse/R/r_interact_py.R | 3 gdverse-1.3-2/gdverse/R/rgd.R | 2 gdverse-1.3-2/gdverse/R/rid.R | 2 gdverse-1.3-2/gdverse/R/robustdisc.R | 27 gdverse-1.3-2/gdverse/R/sesu_gozh.R | 3 gdverse-1.3-2/gdverse/R/sesu_opgd.R | 3 gdverse-1.3-2/gdverse/R/spade.R | 2 gdverse-1.3-2/gdverse/R/spd_lesh.R | 239 +-- gdverse-1.3-2/gdverse/R/srs_geodetecor.R | 13 gdverse-1.3-2/gdverse/R/srsgd.R | 194 +- gdverse-1.3-2/gdverse/R/utils.R | 30 gdverse-1.3-2/gdverse/R/zzz.R | 7 gdverse-1.3-2/gdverse/build/vignette.rds |binary gdverse-1.3-2/gdverse/inst/doc/consistency.Rmd |only gdverse-1.3-2/gdverse/inst/doc/consistency.html |only gdverse-1.3-2/gdverse/inst/doc/gd.Rmd | 879 ++++++------- gdverse-1.3-2/gdverse/inst/doc/gd.html | 149 +- gdverse-1.3-2/gdverse/inst/doc/idsa.Rmd | 22 gdverse-1.3-2/gdverse/inst/doc/idsa.html | 80 - gdverse-1.3-2/gdverse/inst/doc/opgd.Rmd | 432 +++--- gdverse-1.3-2/gdverse/inst/doc/opgd.html | 112 - gdverse-1.3-2/gdverse/inst/doc/rgdrid.Rmd | 11 gdverse-1.3-2/gdverse/inst/doc/rgdrid.html | 26 gdverse-1.3-2/gdverse/inst/doc/sesu.Rmd | 18 gdverse-1.3-2/gdverse/inst/doc/sesu.html | 48 gdverse-1.3-2/gdverse/inst/doc/shegd.Rmd | 403 +++-- gdverse-1.3-2/gdverse/inst/doc/shegd.html | 87 - gdverse-1.3-2/gdverse/inst/doc/spade.Rmd | 20 gdverse-1.3-2/gdverse/inst/doc/spade.html | 78 - gdverse-1.3-2/gdverse/man/cpsd_disc.Rd | 29 gdverse-1.3-2/gdverse/man/factor_detector.Rd | 9 gdverse-1.3-2/gdverse/man/figures/gd/fd-1.png |binary gdverse-1.3-2/gdverse/man/figures/gd/gd_all-1.png |binary gdverse-1.3-2/gdverse/man/figures/idsa/idsa_modeling-1.png |binary gdverse-1.3-2/gdverse/man/figures/opgd/opgd_plot-1.png |binary gdverse-1.3-2/gdverse/man/figures/rgdrid/rgd_id-1.png |binary gdverse-1.3-2/gdverse/man/figures/rgdrid/rid_plot-1.png |binary gdverse-1.3-2/gdverse/man/figures/shegd/gozh_bi-1.png |binary gdverse-1.3-2/gdverse/man/figures/shegd/gozh_uni-1.png |binary gdverse-1.3-2/gdverse/man/figures/shegd/lesh-1.png |binary gdverse-1.3-2/gdverse/man/figures/shegd/lesh_only-1.png |binary gdverse-1.3-2/gdverse/man/figures/shegd/lesh_own-1.png |binary gdverse-1.3-2/gdverse/man/figures/spade/spade-1.png |binary gdverse-1.3-2/gdverse/man/gd.Rd | 2 gdverse-1.3-2/gdverse/man/gd_optunidisc.Rd |only gdverse-1.3-2/gdverse/man/gen_permutations.Rd |only gdverse-1.3-2/gdverse/man/geodetector.Rd | 2 gdverse-1.3-2/gdverse/man/gozh.Rd | 2 gdverse-1.3-2/gdverse/man/gozh_detector.Rd | 4 gdverse-1.3-2/gdverse/man/idsa.Rd | 5 gdverse-1.3-2/gdverse/man/lesh.Rd | 2 gdverse-1.3-2/gdverse/man/opgd.Rd | 4 gdverse-1.3-2/gdverse/man/plot.factor_detector.Rd | 4 gdverse-1.3-2/gdverse/man/rgd.Rd | 2 gdverse-1.3-2/gdverse/man/rid.Rd | 2 gdverse-1.3-2/gdverse/man/risk_detector.Rd | 5 gdverse-1.3-2/gdverse/man/robust_disc.Rd | 12 gdverse-1.3-2/gdverse/man/sesu_gozh.Rd | 3 gdverse-1.3-2/gdverse/man/sesu_opgd.Rd | 3 gdverse-1.3-2/gdverse/man/spade.Rd | 2 gdverse-1.3-2/gdverse/man/spd_lesh.Rd | 4 gdverse-1.3-2/gdverse/man/srs_geodetector.Rd | 2 gdverse-1.3-2/gdverse/man/srsgd.Rd | 2 gdverse-1.3-2/gdverse/vignettes/consistency.Rmd |only gdverse-1.3-2/gdverse/vignettes/consistency.Rmd.orig |only gdverse-1.3-2/gdverse/vignettes/gd.Rmd | 879 ++++++------- gdverse-1.3-2/gdverse/vignettes/gd.Rmd.orig | 2 gdverse-1.3-2/gdverse/vignettes/idsa.Rmd | 22 gdverse-1.3-2/gdverse/vignettes/idsa.Rmd.orig | 2 gdverse-1.3-2/gdverse/vignettes/opgd.Rmd | 432 +++--- gdverse-1.3-2/gdverse/vignettes/opgd.Rmd.orig | 17 gdverse-1.3-2/gdverse/vignettes/precompile.R | 3 gdverse-1.3-2/gdverse/vignettes/rgdrid.Rmd | 11 gdverse-1.3-2/gdverse/vignettes/rgdrid.Rmd.orig | 7 gdverse-1.3-2/gdverse/vignettes/sesu.Rmd | 18 gdverse-1.3-2/gdverse/vignettes/sesu.Rmd.orig | 2 gdverse-1.3-2/gdverse/vignettes/shegd.Rmd | 403 +++-- gdverse-1.3-2/gdverse/vignettes/shegd.Rmd.orig | 2 gdverse-1.3-2/gdverse/vignettes/spade.Rmd | 20 gdverse-1.3-2/gdverse/vignettes/spade.Rmd.orig | 2 96 files changed, 3259 insertions(+), 3045 deletions(-)
Title: Super Learner for Survival Prediction from Censored Data
Description: Several functions and S3 methods to construct a super learner in the presence of censored times-to-event and to evaluate its prognostic capacities.
Author: Yohann Foucher [aut, cre] ,
Camille Sabathe [aut]
Maintainer: Yohann Foucher <yohann.foucher@univ-poitiers.fr>
Diff between survivalSL versions 0.97 dated 2025-01-29 and 0.97.1 dated 2025-02-17
DESCRIPTION | 6 +- MD5 | 46 ++++++++--------- R/LIB_AFTgamma.R | 2 R/LIB_AFTggamma.R | 2 R/LIB_AFTllogis.R | 2 R/LIB_AFTweibull.R | 2 R/LIB_COXall.R | 2 R/LIB_PHexponential.R | 2 R/LIB_PHgompertz.R | 2 R/LIB_PHspline.R | 2 R/survivalSL.R | 131 ++++++++++++++++++++++++++++---------------------- R/tuneCOXen.R | 15 ++++- R/tuneCOXlasso.R | 17 ++++-- R/tuneCOXridge.R | 14 ++++- R/tunePHspline.R | 9 ++- R/tunePLANN.R | 8 ++- R/tuneSNN.R | 8 ++- man/survivalSL.Rd | 11 ++-- man/tuneCOXen.Rd | 11 ++-- man/tuneCOXlasso.Rd | 12 ++-- man/tuneCOXridge.Rd | 7 +- man/tunePHspline.Rd | 5 + man/tunePLANN.Rd | 5 + man/tuneSNN.Rd | 7 +- 24 files changed, 197 insertions(+), 131 deletions(-)
Title: Emax Model Analysis with 'Stan'
Description: Perform sigmoidal Emax model fit using 'Stan' in a formula notation, without writing 'Stan' model code.
Author: Kenta Yoshida [aut, cre] ,
Danielle Navarro [aut] ,
Trustees of Columbia University [cph]
Maintainer: Kenta Yoshida <yoshida.kenta.6@gmail.com>
Diff between rstanemax versions 0.1.8 dated 2025-02-05 and 0.1.9 dated 2025-02-17
DESCRIPTION | 8 +- MD5 | 34 ++++---- NAMESPACE | 7 + NEWS.md | 6 + R/log_lik.R |only R/posterior_predict.R | 62 ++++++++++------ R/rstanemax-package.R | 1 R/yyy.R | 5 + README.md | 33 +++++--- build/vignette.rds |binary inst/doc/emaxmodel.html | 108 ++++++++++++++-------------- man/figures/README-unnamed-chunk-3-1.png |binary man/log_lik.Rd |only man/posterior_predict.Rd | 12 ++- src/Makevars.win |only tests/testthat/test-log_lik.R |only tests/testthat/test-set_prior.R | 6 - tests/testthat/test-stan_emax.R | 4 + tests/testthat/test-stan_emax_binary.R | 9 ++ tests/testthat/test-tidybayes_integration.R | 16 +--- 20 files changed, 180 insertions(+), 131 deletions(-)
Title: Fit Log-Ratio Lasso Regression for Compositional Data
Description: Log-ratio Lasso regression for continuous, binary, and survival outcomes with (longitudinal) compositional features. See Fei and others (2024) <doi:10.1016/j.crmeth.2024.100899>.
Author: Teng Fei [aut, cre, cph] ,
Tyler Funnell [aut] ,
Nicholas Waters [aut] ,
Sandeep Raj [aut]
Maintainer: Teng Fei <feit1@mskcc.org>
Diff between FLORAL versions 0.3.0 dated 2024-08-20 and 0.4.0 dated 2025-02-17
DESCRIPTION | 14 MD5 | 53 NAMESPACE | 77 NEWS.md | 10 R/FLORAL.R | 2280 +++++----- R/LogRatioGEE.R | 111 R/RcppExports.R | 94 R/coxsplit.R | 43 R/simu.R | 1032 ++-- R/utils.R |only README.md | 364 - build/vignette.rds |binary inst/WORDLIST | 86 inst/doc/Using-FLORAL-for-Microbiome-Analysis.R | 162 inst/doc/Using-FLORAL-for-Microbiome-Analysis.Rmd | 322 - inst/doc/Using-FLORAL-for-Microbiome-Analysis.html | 1212 ++--- inst/doc/Using-FLORAL-for-survival-models-with-longitudinal-microbiome-data.R | 78 inst/doc/Using-FLORAL-for-survival-models-with-longitudinal-microbiome-data.html | 885 +-- inst/doc/Using-FLORAL-with-phyloseq.R |only inst/doc/Using-FLORAL-with-phyloseq.Rmd |only inst/doc/Using-FLORAL-with-phyloseq.html |only man/FLORAL.Rd | 9 man/a.FLORAL.Rd | 3 man/mcv.FLORAL.Rd | 3 man/phy_to_floral_data.Rd |only man/simu.Rd | 20 src/pgee.cpp | 34 tests/spelling.R | 6 tests/testthat/test-utils.R |only vignettes/Using-FLORAL-for-Microbiome-Analysis.Rmd | 322 - vignettes/Using-FLORAL-with-phyloseq.Rmd |only 31 files changed, 3759 insertions(+), 3461 deletions(-)
Title: Nonlinear Mixed Effects Models in Population PK/PD, Extra
Support Functions
Description: Fit and compare nonlinear mixed-effects models in
differential equations with flexible dosing information commonly seen
in pharmacokinetics and pharmacodynamics (Almquist, Leander, and
Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation
solving is by compiled C code provided in the 'rxode2' package (Wang,
Hallow, and James 2015 <doi:10.1002/psp4.12052>). This package is for
support functions like preconditioned fits
<doi:10.1208/s12248-016-9866-5>, boostrap and stepwise covariate
selection.
Author: Matthew Fidler [aut, cre] ,
Vipul Mann [aut],
Vishal Sarsani [aut] ,
Christian Bartels [ctb],
Bill Denney [aut]
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Diff between nlmixr2extra versions 3.0.1 dated 2024-10-29 and 3.0.2 dated 2025-02-17
DESCRIPTION | 6 - MD5 | 14 +-- NEWS.md | 4 R/computingutil.R | 12 ++ R/profile.R | 11 ++ README.md | 223 +++++----------------------------------------------- inst/tools/build.R | 20 +++- man/profileFixed.Rd | 3 8 files changed, 70 insertions(+), 223 deletions(-)
Title: Ergonomic Methods for Assessing Spatial Models
Description: Assessing predictive models of spatial data can be
challenging, both because these models are typically built for
extrapolating outside the original region represented by training data
and due to potential spatially structured errors, with "hot spots" of
higher than expected error clustered geographically due to spatial
structure in the underlying data. Methods are provided for assessing
models fit to spatial data, including approaches for measuring the
spatial structure of model errors, assessing model predictions at
multiple spatial scales, and evaluating where predictions can be made
safely. Methods are particularly useful for models fit using the
'tidymodels' framework. Methods include Moran's I ('Moran' (1950)
<doi:10.2307/2332142>), Geary's C ('Geary' (1954)
<doi:10.2307/2986645>), Getis-Ord's G ('Ord' and 'Getis' (1995)
<doi:10.1111/j.1538-4632.1995.tb00912.x>), agreement coefficients from
'Ji' and Gallo (2006) (<doi: 10.14358/PERS.72.7.823>), agreement
m [...truncated...]
Author: Michael Mahoney [aut, cre] ,
Lucas Johnson [ctb] ,
Virgilio Gomez-Rubio [rev] for rOpenSci, see
<https://github.com/ropensci/software-review/issues/571>),
Jakub Nowosad [rev] for
rOpenSci, see
<https://github.com/ropensci/software-review/issues/571 [...truncated...]
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Diff between waywiser versions 0.6.0 dated 2024-06-27 and 0.6.1 dated 2025-02-16
waywiser-0.6.0/waywiser/tests/testthat/_snaps/multi_scale.md |only waywiser-0.6.1/waywiser/DESCRIPTION | 8 - waywiser-0.6.1/waywiser/MD5 | 69 ++++------ waywiser-0.6.1/waywiser/NEWS.md | 6 waywiser-0.6.1/waywiser/R/multi_scale.R | 2 waywiser-0.6.1/waywiser/R/tidy_importance.R | 3 waywiser-0.6.1/waywiser/build/partial.rdb |binary waywiser-0.6.1/waywiser/build/vignette.rds |binary waywiser-0.6.1/waywiser/inst/doc/multi-scale-assessment.html | 12 - waywiser-0.6.1/waywiser/inst/doc/residual-autocorrelation.html | 6 waywiser-0.6.1/waywiser/inst/doc/waywiser.html | 56 ++++---- waywiser-0.6.1/waywiser/inst/srr_template_spatial_yardstick.R | 66 ++++++--- waywiser-0.6.1/waywiser/man/figures/README-unnamed-chunk-5-1.png |binary waywiser-0.6.1/waywiser/tests/testthat/_snaps/area_of_applicability.md | 18 +- waywiser-0.6.1/waywiser/tests/testthat/_snaps/misc.md | 9 + waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_global_geary_c.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_global_geary_pvalue.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_global_moran_i.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_global_moran_pvalue.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_geary_c.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_geary_pvalue.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_getis_ord_g.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_getis_ord_g_pvalue.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_moran_i.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/_snaps/srr-ww_local_moran_pvalue.md | 31 ++++ waywiser-0.6.1/waywiser/tests/testthat/test-multi_scale.R | 5 waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_global_geary_c.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_global_geary_pvalue.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_global_moran_i.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_global_moran_pvalue.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_geary_c.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_geary_pvalue.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_getis_ord_g.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_getis_ord_g_pvalue.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_moran_i.R | 66 ++++++--- waywiser-0.6.1/waywiser/tests/testthat/test-srr-ww_local_moran_pvalue.R | 66 ++++++--- 36 files changed, 948 insertions(+), 282 deletions(-)
Title: Determining the Number of Factors in Exploratory Factor Analysis
Description: Provides a collection of standard factor retention methods in Exploratory Factor Analysis (EFA), making it easier to determine the number of factors. Traditional methods such as the scree plot by Cattell (1966) <doi:10.1207/s15327906mbr0102_10>, Kaiser-Guttman Criterion (KGC) by Guttman (1954) <doi:10.1007/BF02289162> and Kaiser (1960) <doi:10.1177/001316446002000116>, and flexible Parallel Analysis (PA) by Horn (1965) <doi:10.1007/BF02289447> based on eigenvalues form PCA or EFA are readily available. This package also implements several newer methods, such as the Empirical Kaiser Criterion (EKC) by Braeken and van Assen (2017) <doi:10.1037/met0000074>, Comparison Data (CD) by Ruscio and Roche (2012) <doi:10.1037/a0025697>, and Hull method by Lorenzo-Seva et al. (2011) <doi:10.1080/00273171.2011.564527>, as well as some AI-based methods like Comparison Data Forest (CDF) by Goretzko and Ruscio (2024) <doi:10.3758/s13428-023-02122-4> and F [...truncated...]
Author: Haijiang Qin [aut, cre, cph] ,
Lei Guo [aut, cph]
Maintainer: Haijiang Qin <haijiang133@outlook.com>
Diff between EFAfactors versions 1.2.0 dated 2025-01-07 and 1.2.1 dated 2025-02-16
DESCRIPTION | 8 ++-- MD5 | 75 ++++++++++++++++++++-------------------- NAMESPACE | 1 NEWS.md | 6 +++ R/CD.R | 28 +++++++------- R/CDF.R | 60 +++++++++++++++++++------------- R/EFAhclust.R | 16 ++++---- R/EFAindex.R | 4 +- R/EFAkmeans.R | 16 ++++---- R/EFAscreet.R | 4 +- R/EFAvote.R | 2 - R/EKC.R | 20 +++++----- R/GenData.R | 7 ++- R/Hull.R | 20 +++++----- R/KGC.R | 16 ++++---- R/PA.R | 20 +++++----- R/extractor.feature.DNN.R | 4 +- R/extractor.feature.FF.R | 32 +++++++++++++---- R/factor.analysis.R | 26 +++++++++---- man/CD.Rd | 28 +++++++------- man/CDF.Rd | 6 ++- man/EFAhclust.Rd | 16 ++++---- man/EFAindex.Rd | 4 +- man/EFAkmeans.Rd | 16 ++++---- man/EFAscreet.Rd | 4 +- man/EFAvote.Rd | 2 - man/EKC.Rd | 20 +++++----- man/GenData.Rd | 4 +- man/Hull.Rd | 20 +++++----- man/KGC.Rd | 16 ++++---- man/PA.Rd | 20 +++++----- man/extractor.feature.DNN.Rd | 4 +- man/extractor.feature.FF.Rd | 4 +- man/factor.analysis.Rd | 16 ++++---- src/Makevars | 2 - src/Makevars.win | 2 - tests/building.R | 2 - tests/testthat/demo_simulate.R | 14 +++---- tests/testthat/demo_simulate2.R |only 39 files changed, 306 insertions(+), 259 deletions(-)
Title: Statistical Learning on Sparse Matrices
Description: Implements many algorithms for statistical learning on
sparse matrices - matrix factorizations, matrix completion,
elastic net regressions, factorization machines.
Also 'rsparse' enhances 'Matrix' package by providing methods for
multithreaded <sparse, dense> matrix products and native slicing of
the sparse matrices in Compressed Sparse Row (CSR) format.
List of the algorithms for regression problems:
1) Elastic Net regression via Follow The Proximally-Regularized Leader (FTRL)
Stochastic Gradient Descent (SGD), as per McMahan et al(, <doi:10.1145/2487575.2488200>)
2) Factorization Machines via SGD, as per Rendle (2010, <doi:10.1109/ICDM.2010.127>)
List of algorithms for matrix factorization and matrix completion:
1) Weighted Regularized Matrix Factorization (WRMF) via Alternating Least
Squares (ALS) - paper by Hu, Koren, Volinsky (2008, <doi:10.1109/ICDM.2008.22>)
2) Maximum-Margin Matrix Factorization via ALS, paper by Rennie, Srebro
(2005, <doi:10.1145/110 [...truncated...]
Author: Dmitriy Selivanov [aut, cre, cph]
,
David Cortes [ctb],
Drew Schmidt [ctb] ,
Wei-Chen Chen [ctb]
Maintainer: Dmitriy Selivanov <selivanov.dmitriy@gmail.com>
Diff between rsparse versions 0.5.2 dated 2024-06-28 and 0.5.3 dated 2025-02-16
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ R/model_LinearFlow.R | 1 - R/zzz.R | 24 ++++++++++-------------- README.md | 4 ++-- man/LinearFlow.Rd | 1 - src/utils.cpp | 4 ++-- 7 files changed, 23 insertions(+), 29 deletions(-)
Title: Bayesian Penalized Quantile Regression
Description: Bayesian regularized quantile regression utilizing sparse priors to
impose exact sparsity leads to efficient Bayesian shrinkage estimation, variable
selection and statistical inference. In this package, we have implemented robust
Bayesian variable selection with spike-and-slab priors under high-dimensional
linear regression models (Fan et al. (2024) <doi:10.3390/e26090794> and
Ren et al. (2023) <doi:10.1111/biom.13670>), and regularized quantile varying
coefficient models (Zhou et al.(2023) <doi:10.1016/j.csda.2023.107808>). In particular,
valid robust Bayesian inferences under both models in the presence of heavy-tailed errors
can be validated on finite samples. The Markov Chain Monte Carlo (MCMC) algorithms
of the proposed and alternative models are implemented in C++.
Author: Kun Fan [aut],
Cen Wu [aut, cre],
Jie Ren [aut],
Fei Zhou [aut]
Maintainer: Cen Wu <wucen@ksu.edu>
Diff between pqrBayes versions 1.0.5 dated 2025-02-05 and 1.1.0 dated 2025-02-16
pqrBayes-1.0.5/pqrBayes/R/Robust.R |only pqrBayes-1.0.5/pqrBayes/R/select.VC.R |only pqrBayes-1.0.5/pqrBayes/man/print.VCselect.Rd |only pqrBayes-1.0.5/pqrBayes/man/select.VC.Rd |only pqrBayes-1.1.0/pqrBayes/DESCRIPTION | 28 - pqrBayes-1.1.0/pqrBayes/MD5 | 68 ++- pqrBayes-1.1.0/pqrBayes/NAMESPACE | 24 - pqrBayes-1.1.0/pqrBayes/NEWS.md |only pqrBayes-1.1.0/pqrBayes/R/NonRobust.R | 150 ++++---- pqrBayes-1.1.0/pqrBayes/R/NonRobust_vc.R |only pqrBayes-1.1.0/pqrBayes/R/RcppExports.R | 16 pqrBayes-1.1.0/pqrBayes/R/Robust_vc.R |only pqrBayes-1.1.0/pqrBayes/R/coverage.R | 62 --- pqrBayes-1.1.0/pqrBayes/R/coverage_lin.R |only pqrBayes-1.1.0/pqrBayes/R/coverage_vc.R |only pqrBayes-1.1.0/pqrBayes/R/data.R | 40 +- pqrBayes-1.1.0/pqrBayes/R/estimation.R | 107 +----- pqrBayes-1.1.0/pqrBayes/R/estimation_lin.R |only pqrBayes-1.1.0/pqrBayes/R/estimation_vc.R |only pqrBayes-1.1.0/pqrBayes/R/nonrobust_lin.R |only pqrBayes-1.1.0/pqrBayes/R/pqrBayes-package.R | 120 +++--- pqrBayes-1.1.0/pqrBayes/R/pqrBayes.R | 194 ++++++----- pqrBayes-1.1.0/pqrBayes/R/pqrBayes_lin.R |only pqrBayes-1.1.0/pqrBayes/R/pqrBayes_vc.R |only pqrBayes-1.1.0/pqrBayes/R/predict.pqrBayes.R | 152 ++------ pqrBayes-1.1.0/pqrBayes/R/predict_lin.R |only pqrBayes-1.1.0/pqrBayes/R/predict_vc.R |only pqrBayes-1.1.0/pqrBayes/R/print.pqrBayes.R | 105 +++-- pqrBayes-1.1.0/pqrBayes/R/robust_lin.R |only pqrBayes-1.1.0/pqrBayes/R/select.pqrBayes.R |only pqrBayes-1.1.0/pqrBayes/R/select_lin.R |only pqrBayes-1.1.0/pqrBayes/R/select_vc.R |only pqrBayes-1.1.0/pqrBayes/README.md | 334 +++++++++++-------- pqrBayes-1.1.0/pqrBayes/data/data.rda |binary pqrBayes-1.1.0/pqrBayes/man/coverage.Rd | 18 - pqrBayes-1.1.0/pqrBayes/man/data.Rd | 36 +- pqrBayes-1.1.0/pqrBayes/man/estimation.pqrBayes.Rd | 20 - pqrBayes-1.1.0/pqrBayes/man/pqrBayes-package.Rd | 24 - pqrBayes-1.1.0/pqrBayes/man/pqrBayes.Rd | 76 ++-- pqrBayes-1.1.0/pqrBayes/man/predict.pqrBayes.Rd | 33 - pqrBayes-1.1.0/pqrBayes/man/print.pqrBayes.Rd | 6 pqrBayes-1.1.0/pqrBayes/man/print.pqrBayes.select.Rd |only pqrBayes-1.1.0/pqrBayes/man/select.pqrBayes.Rd |only pqrBayes-1.1.0/pqrBayes/src/BL.cpp |only pqrBayes-1.1.0/pqrBayes/src/BLSS.cpp |only pqrBayes-1.1.0/pqrBayes/src/BQL.cpp |only pqrBayes-1.1.0/pqrBayes/src/BQLSS.cpp |only pqrBayes-1.1.0/pqrBayes/src/RcppExports.cpp | 114 ++++++ 48 files changed, 907 insertions(+), 820 deletions(-)
Title: Model Evaluation and Analysis
Description: Analyses species distribution models and evaluates their performance. It includes functions for variation partitioning, extracting variable importance, computing several metrics of model discrimination and calibration performance, optimizing prediction thresholds based on a number of criteria, performing multivariate environmental similarity surface (MESS) analysis, and displaying various analytical plots. Initially described in Barbosa et al. (2013) <doi:10.1111/ddi.12100>.
Author: A. Marcia Barbosa [aut, cre],
Jennifer A. Brown [aut],
Alberto Jimenez-Valverde [aut],
Raimundo Real [aut],
Oswald van Ginkel [ctb],
Jurica Levatic [ctb],
Victoria Formoso-Freire [ctb],
Andres Baselga [ctb],
Carola Gomez-Rodriguez [ctb],
Jose Carlos [...truncated...]
Maintainer: A. Marcia Barbosa <ana.marcia.barbosa@gmail.com>
Diff between modEvA versions 3.23 dated 2024-11-24 and 3.29 dated 2025-02-16
DESCRIPTION | 8 - MD5 | 48 +++++----- NAMESPACE | 5 - NEWS | 118 +++++++++++++++++++++++++ R/AUC.R | 70 ++++++++------- R/Boyce.R | 231 +++++++++++++++++++++++++------------------------- R/MillerCalib.R | 88 +++++++++---------- R/RsqGLM.R | 7 - R/lollipop.R | 93 ++++++++++++++------ R/optiPair.R | 141 +++++++++++++++--------------- R/optiThresh.R | 22 +--- R/plotCoeffs.R |only R/similarity.R | 4 R/threshMeasures.R | 6 - R/varImp.R | 151 +++++++++++++++++--------------- man/AUC.Rd | 4 man/Boyce.Rd | 160 +++++++++++++++++----------------- man/MillerCalib.Rd | 186 ++++++++++++++++++++-------------------- man/RMSE.Rd | 114 ++++++++++++------------ man/evaluate.Rd | 10 +- man/lollipop.Rd | 42 +++++---- man/modEvA-package.Rd | 4 man/optiPair.Rd | 165 ++++++++++++++++++----------------- man/optiThresh.Rd | 178 +++++++++++++++++++------------------- man/plotCoeffs.Rd |only man/varImp.Rd | 4 26 files changed, 1028 insertions(+), 831 deletions(-)
Title: Construct and Visualize TDA Mapper Graphs
Description: Topological data analysis (TDA) is a method of data analysis that
uses techniques from topology to analyze high-dimensional data. Here we
implement Mapper, an algorithm from this area developed by Singh, Mémoli and
Carlsson (2007) which generalizes the concept of a
Reeb graph <https://en.wikipedia.org/wiki/Reeb_graph>.
Author: George Clare Kennedy [aut, cre]
Maintainer: George Clare Kennedy <george-clarekennedy@uiowa.edu>
Diff between mappeR versions 1.3.0 dated 2024-10-30 and 2.0.0 dated 2025-02-16
mappeR-1.3.0/mappeR/R/stats_hub.R |only mappeR-1.3.0/mappeR/man/run_cluster_machine.Rd |only mappeR-1.3.0/mappeR/man/run_mapper.Rd |only mappeR-2.0.0/mappeR/DESCRIPTION | 6 mappeR-2.0.0/mappeR/LICENSE | 4 mappeR-2.0.0/mappeR/MD5 | 95 - mappeR-2.0.0/mappeR/NAMESPACE | 45 mappeR-2.0.0/mappeR/NEWS.md | 93 + mappeR-2.0.0/mappeR/R/art_studio.R | 112 +- mappeR-2.0.0/mappeR/R/baskin_robbins.R | 294 +++--- mappeR-2.0.0/mappeR/R/cartography_chamber.R | 530 +++++----- mappeR-2.0.0/mappeR/R/cluster_factory.R | 421 ++++---- mappeR-2.0.0/mappeR/R/clusterer_farm.R |only mappeR-2.0.0/mappeR/R/mappeR-package.R | 36 mappeR-2.0.0/mappeR/R/quilting_hut.R | 278 ++--- mappeR-2.0.0/mappeR/R/viewmaster-library.R | 56 - mappeR-2.0.0/mappeR/README.md | 586 ++++++------ mappeR-2.0.0/mappeR/man/assemble_mapper_object.Rd |only mappeR-2.0.0/mappeR/man/check_in_interval.Rd | 34 mappeR-2.0.0/mappeR/man/compute_tightness.Rd | 44 mappeR-2.0.0/mappeR/man/convert_to_clusters.Rd | 34 mappeR-2.0.0/mappeR/man/create_1D_mapper_object.Rd | 91 - mappeR-2.0.0/mappeR/man/create_ball_mapper_object.Rd | 58 - mappeR-2.0.0/mappeR/man/create_balls.Rd | 72 - mappeR-2.0.0/mappeR/man/create_bins.Rd | 42 mappeR-2.0.0/mappeR/man/create_clusterball_mapper_object.Rd | 83 - mappeR-2.0.0/mappeR/man/create_mapper_object.Rd | 112 +- mappeR-2.0.0/mappeR/man/create_single_bin.Rd | 42 mappeR-2.0.0/mappeR/man/create_width_balanced_cover.Rd | 70 - mappeR-2.0.0/mappeR/man/cut_dendrogram.Rd | 44 mappeR-2.0.0/mappeR/man/eccentricity_filter.Rd | 60 - mappeR-2.0.0/mappeR/man/get_bin_vector.Rd | 34 mappeR-2.0.0/mappeR/man/get_cluster_sizes.Rd | 34 mappeR-2.0.0/mappeR/man/get_cluster_tightness_vector.Rd | 38 mappeR-2.0.0/mappeR/man/get_clustered_data.Rd | 34 mappeR-2.0.0/mappeR/man/get_clusters.Rd | 44 mappeR-2.0.0/mappeR/man/get_edge_weights.Rd | 48 mappeR-2.0.0/mappeR/man/get_hierarchical_clusters.Rd | 40 mappeR-2.0.0/mappeR/man/get_raw_clusters.Rd |only mappeR-2.0.0/mappeR/man/get_tallest_branch.Rd | 34 mappeR-2.0.0/mappeR/man/hierarchical_clusterer.Rd |only mappeR-2.0.0/mappeR/man/is_in_ball.Rd | 34 mappeR-2.0.0/mappeR/man/mappeR-package.Rd | 46 mappeR-2.0.0/mappeR/man/mapper_object_to_igraph.Rd | 56 - mappeR-2.0.0/mappeR/man/process_dendrograms.Rd | 44 mappeR-2.0.0/mappeR/man/run_link.Rd | 38 mappeR-2.0.0/mappeR/man/subset_dists.Rd | 38 mappeR-2.0.0/mappeR/tests/testthat.R | 24 mappeR-2.0.0/mappeR/tests/testthat/test-binning.R | 50 - mappeR-2.0.0/mappeR/tests/testthat/test-covering.R | 176 +-- mappeR-2.0.0/mappeR/tests/testthat/test-igraph.R | 12 mappeR-2.0.0/mappeR/tests/testthat/test-inputs.R | 112 +- 52 files changed, 2143 insertions(+), 2135 deletions(-)
Title: Read and Write 'jamovi' Files ('.omv')
Description: The free and open a statistical spreadsheet 'jamovi'
(<https://www.jamovi.org>) aims to make statistical analyses easy and
intuitive. 'jamovi' produces syntax that can directly be used in R (in
connection with the R-package 'jmv'). Having import / export routines for
the data files 'jamovi' produces ('.omv') permits an easy transfer of
data and analyses between 'jamovi' and R.
Author: Sebastian Jentschke [aut, cre, cph]
Maintainer: Sebastian Jentschke <sebastian.jentschke@uib.no>
Diff between jmvReadWrite versions 0.4.9 dated 2025-01-16 and 0.4.10 dated 2025-02-16
DESCRIPTION | 6 MD5 | 24 +-- NEWS.md | 12 + R/describe_omv.R | 195 ++++++++++++++------------- R/globals.R | 94 ++++++++++--- R/read_omv.R | 279 +++++++++++++++++++--------------------- R/write_omv.R | 147 +++++++++------------ README.md | 4 inst/CITATION | 2 inst/doc/jmvReadWrite.html | 8 - tests/testthat/test-globals.R | 39 ++++- tests/testthat/test-read_omv.R | 163 +++++++++++++++++------ tests/testthat/test-write_omv.R | 94 ++++++++++++- 13 files changed, 653 insertions(+), 414 deletions(-)
Title: Antarctic Spatial Data Manipulation
Description: Loads and creates spatial data, including layers and tools that are relevant
to the activities of the Commission for the Conservation of Antarctic Marine Living
Resources. Provides two categories of functions: load functions and create functions.
Load functions are used to import existing spatial layers from the online CCAMLR GIS
such as the ASD boundaries. Create functions are used to create layers from user data
such as polygons and grids.
Author: Stephane Thanassekos [aut, cre],
Keith Reid [aut],
Lucy Robinson [aut],
Michael D. Sumner [ctb],
Roger Bivand [ctb]
Maintainer: Stephane Thanassekos <stephane.thanassekos@ccamlr.org>
Diff between CCAMLRGIS versions 4.2.0 dated 2024-10-15 and 4.2.1 dated 2025-02-16
DESCRIPTION | 8 ++++---- MD5 | 28 ++++++++++++++-------------- NEWS.md | 7 +++++++ R/add_Cscale.R | 2 +- R/add_col.R | 4 ++-- R/add_labels.R | 2 +- R/create_Arrow.R | 5 +++++ R/load.R | 1 + README.md | 2 +- build/vignette.rds |binary data/Coast.RData |binary inst/doc/CCAMLRGIS.html | 4 ++-- man/add_Cscale.Rd | 2 +- man/add_col.Rd | 4 ++-- man/add_labels.Rd | 2 +- 15 files changed, 42 insertions(+), 29 deletions(-)
Title: Assessment Tools for Regression Models with Discrete and
Semicontinuous Outcomes
Description: Provides assessment tools for regression models with discrete and semicontinuous outcomes proposed in Yang (2023) <doi:10.48550/arXiv.2308.15596>. It calculates the double probability integral transform (DPIT) residuals, constructs QQ plots of residuals and the ordered curve for assessing mean structures.
Author: Lu Yang [aut],
Jeonghwan Lee [cre, aut]
Maintainer: Jeonghwan Lee <lee03938@umn.edu>
Diff between assessor versions 1.1.0 dated 2024-04-03 and 1.1.1 dated 2025-02-16
assessor-1.1.0/assessor/LICENSE |only assessor-1.1.1/assessor/DESCRIPTION | 12 ++++++------ assessor-1.1.1/assessor/MD5 | 6 ++++-- assessor-1.1.1/assessor/R/bballHR.R |only assessor-1.1.1/assessor/data/bballHR.rda |only assessor-1.1.1/assessor/man/bballHR.Rd |only 6 files changed, 10 insertions(+), 8 deletions(-)
Title: Augments 'ASReml-R' in Fitting Mixed Models and Packages
Generally in Exploring Prediction Differences
Description: Assists in automating the selection of terms to include in mixed models when
'asreml' is used to fit the models. Procedures are available for choosing models that
conform to the hierarchy or marginality principle, for fitting and choosing between
two-dimensional spatial models using correlation, natural cubic smoothing spline and
P-spline models. A history of the fitting of a sequence of models is kept in a data frame.
Also used to compute functions and contrasts of, to investigate differences between and
to plot predictions obtained using any model fitting function. The content falls into
the following natural groupings: (i) Data, (ii) Model modification functions, (iii) Model
selection and description functions, (iv) Model diagnostics and simulation functions,
(v) Prediction production and presentation functions, (vi) Response transformation
functions, (vii) Object manipulation functions, and (viii) Miscellaneous functions
(for further details see 'asremlPlus-package' in help). The [...truncated...]
Author: Chris Brien [aut, cre]
Maintainer: Chris Brien <chris.brien@adelaide.edu.au>
Diff between asremlPlus versions 4.4.43 dated 2024-12-10 and 4.4.46 dated 2025-02-16
asremlPlus-4.4.43/asremlPlus/R/reml4.v11.r |only asremlPlus-4.4.43/asremlPlus/R/spatial.funcs.v10.r |only asremlPlus-4.4.43/asremlPlus/R/spatial.utilities.v3.r |only asremlPlus-4.4.46/asremlPlus/DESCRIPTION | 8 asremlPlus-4.4.46/asremlPlus/MD5 | 52 +-- asremlPlus-4.4.46/asremlPlus/R/REMLRTIC.v4.r | 14 asremlPlus-4.4.46/asremlPlus/R/asremlPlusObjUtils.r | 3 asremlPlus-4.4.46/asremlPlus/R/asremlPlusUtilities.r | 93 ++++- asremlPlus-4.4.46/asremlPlus/R/choose.r | 2 asremlPlus-4.4.46/asremlPlus/R/psplineUtilities.v2.R | 2 asremlPlus-4.4.46/asremlPlus/R/reml4.v13.r |only asremlPlus-4.4.46/asremlPlus/R/spatial.funcs.v11.r |only asremlPlus-4.4.46/asremlPlus/R/spatial.utilities.v4.r |only asremlPlus-4.4.46/asremlPlus/build/partial.rdb |binary asremlPlus-4.4.46/asremlPlus/inst/NEWS.Rd | 18 + asremlPlus-4.4.46/asremlPlus/inst/doc/LadybirdEMMs.asreml.pdf |binary asremlPlus-4.4.46/asremlPlus/inst/doc/LadybirdEMMs.lm.pdf |binary asremlPlus-4.4.46/asremlPlus/inst/doc/Wheat.analysis.pdf |binary asremlPlus-4.4.46/asremlPlus/inst/doc/Wheat.infoCriteria.pdf |binary asremlPlus-4.4.46/asremlPlus/inst/doc/WheatSpatialModels.pdf |binary asremlPlus-4.4.46/asremlPlus/inst/doc/asremlPlus-manual.pdf |binary asremlPlus-4.4.46/asremlPlus/man/newfit.asreml.Rd | 16 asremlPlus-4.4.46/asremlPlus/man/setvarianceterms.call.Rd | 28 + asremlPlus-4.4.46/asremlPlus/tests/testthat/data/summ703.rda |binary asremlPlus-4.4.46/asremlPlus/tests/testthat/test42EstimateV.r | 36 +- asremlPlus-4.4.46/asremlPlus/tests/testthat/test42GeneticCane.R | 19 - asremlPlus-4.4.46/asremlPlus/tests/testthat/test42REMLRTIC.r | 2 asremlPlus-4.4.46/asremlPlus/tests/testthat/test42Selection.r | 117 +++++- asremlPlus-4.4.46/asremlPlus/tests/testthat/test42SpatialModels.r | 172 +++++++--- asremlPlus-4.4.46/asremlPlus/tests/testthat/test42WheatSpatialVignette.r | 6 30 files changed, 426 insertions(+), 162 deletions(-)
Title: Assess Study Cohorts Using a Common Data Model
Description: Phenotype study cohorts in data mapped to the
Observational Medical Outcomes Partnership Common Data Model. Diagnostics
are run at the database, code list, cohort, and population level to assess
whether study cohorts are ready for research.
Author: Edward Burn [aut, cre] ,
Marti Catala [aut] ,
Xihang Chen [aut] ,
Marta Alcalde-Herraiz [aut] ,
Albert Prats-Uribe [aut]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between PhenotypeR versions 0.1.2 dated 2025-02-05 and 0.1.3 dated 2025-02-16
DESCRIPTION | 8 - MD5 | 40 ++--- inst/doc/a01_DatabaseDiagnostics.R | 2 inst/doc/a01_DatabaseDiagnostics.Rmd | 2 inst/doc/a01_DatabaseDiagnostics.html | 224 +++++++++++++++---------------- inst/doc/a02_CodelistDiagnostics.R | 2 inst/doc/a02_CodelistDiagnostics.Rmd | 2 inst/doc/a02_CodelistDiagnostics.html | 228 ++++++++++++++++---------------- inst/doc/a03_CohortDiagnostics.R | 2 inst/doc/a03_CohortDiagnostics.Rmd | 2 inst/doc/a03_CohortDiagnostics.html | 220 +++++++++++++++--------------- inst/doc/a04_MatchedDiagnostics.R | 2 inst/doc/a04_MatchedDiagnostics.Rmd | 2 inst/doc/a05_PopulationDiagnostics.R | 2 inst/doc/a05_PopulationDiagnostics.Rmd | 2 inst/doc/a05_PopulationDiagnostics.html | 226 +++++++++++++++---------------- vignettes/a01_DatabaseDiagnostics.Rmd | 2 vignettes/a02_CodelistDiagnostics.Rmd | 2 vignettes/a03_CohortDiagnostics.Rmd | 2 vignettes/a04_MatchedDiagnostics.Rmd | 2 vignettes/a05_PopulationDiagnostics.Rmd | 2 21 files changed, 488 insertions(+), 488 deletions(-)
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library for reliable, high-performance messaging over in-process,
IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
Protocols', a standard for common communications patterns including
publish/subscribe, request/reply and service discovery. As its own threaded
concurrency framework, provides a toolkit for asynchronous programming and
distributed computing. Intuitive 'aio' objects resolve automatically when
asynchronous operations complete, and synchronisation primitives allow R to
wait upon events signalled by concurrent threads.
Author: Charlie Gao [aut, cre] ,
Hibiki AI Limited [cph],
R Consortium [fnd]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Diff between nanonext versions 1.5.0 dated 2025-01-27 and 1.5.1 dated 2025-02-16
nanonext-1.5.0/nanonext/cleanup.ucrt |only nanonext-1.5.0/nanonext/configure.ucrt |only nanonext-1.5.0/nanonext/src/Makevars.ucrt |only nanonext-1.5.0/nanonext/src/Makevars.win |only nanonext-1.5.1/nanonext/DESCRIPTION | 8 - nanonext-1.5.1/nanonext/MD5 | 64 +++++----- nanonext-1.5.1/nanonext/NAMESPACE | 1 nanonext-1.5.1/nanonext/NEWS.md | 10 + nanonext-1.5.1/nanonext/R/aio.R | 4 nanonext-1.5.1/nanonext/R/context.R | 4 nanonext-1.5.1/nanonext/R/listdial.R | 8 - nanonext-1.5.1/nanonext/R/nanonext-package.R | 10 + nanonext-1.5.1/nanonext/R/stream.R | 16 ++ nanonext-1.5.1/nanonext/R/sync.R | 60 --------- nanonext-1.5.1/nanonext/README.md | 20 +-- nanonext-1.5.1/nanonext/cleanup.win |only nanonext-1.5.1/nanonext/configure | 6 nanonext-1.5.1/nanonext/configure.win |only nanonext-1.5.1/nanonext/man/dial.Rd | 4 nanonext-1.5.1/nanonext/man/listen.Rd | 4 nanonext-1.5.1/nanonext/man/lock.Rd | 48 ------- nanonext-1.5.1/nanonext/man/pipe_notify.Rd | 14 -- nanonext-1.5.1/nanonext/man/recv_aio.Rd | 4 nanonext-1.5.1/nanonext/man/reply.Rd | 4 nanonext-1.5.1/nanonext/man/stream.Rd | 18 ++ nanonext-1.5.1/nanonext/src/aio.c | 26 ++-- nanonext-1.5.1/nanonext/src/comms.c | 34 ++--- nanonext-1.5.1/nanonext/src/init.c | 4 nanonext-1.5.1/nanonext/src/nanonext.h | 11 - nanonext-1.5.1/nanonext/src/ncurl.c | 10 - nanonext-1.5.1/nanonext/src/nng-110.tar.xz |binary nanonext-1.5.1/nanonext/src/proto.c | 21 +-- nanonext-1.5.1/nanonext/src/sync.c | 163 +++------------------------ nanonext-1.5.1/nanonext/src/thread.c | 6 nanonext-1.5.1/nanonext/src/utils.c | 34 ++--- nanonext-1.5.1/nanonext/tests/tests.R | 35 ----- 36 files changed, 217 insertions(+), 434 deletions(-)
Title: Regularized Joint Assignment Forest with Treatment Arm
Clustering
Description: Personalized assignment to one of many treatment arms via regularized and clustered joint assignment forests as described in Ladhania, Spiess, Ungar, and Wu (2023) <doi:10.48550/arXiv.2311.00577>. The algorithm pools information across treatment arms: it considers a regularized forest-based assignment algorithm based on greedy recursive partitioning that shrinks effect estimates across arms; and it incorporates a clustering scheme that combines treatment arms with consistently similar outcomes.
Author: Wenbo Wu [aut, cph] ,
Xinyi Zhang [aut, cre, cph] ,
Jann Spiess [aut, cph] ,
Rahul Ladhania [aut, cph]
Maintainer: Xinyi Zhang <zhang.xinyi@nyu.edu>
Diff between rjaf versions 0.1.1 dated 2024-12-08 and 0.1.2 dated 2025-02-16
DESCRIPTION | 6 +++--- MD5 | 16 ++++++++-------- NAMESPACE | 1 + R/residualize.R | 9 +++++---- R/rjaf.R | 40 +++++++++++++++++++++++++++------------- man/residualize.Rd | 7 ++++--- man/rjaf.Rd | 15 +++++++++------ src/rjaf.cpp | 10 ++++++++-- tests/testthat/test-rjaf.R | 2 +- 9 files changed, 66 insertions(+), 40 deletions(-)
Title: R Wrapper for the 'Bit.ly' and 'Is.gd'/'v.gd' URL Shortening
Services
Description: Allows using two URL shortening services, which also provide
expanding and analytic functions. Specifically developed for 'Bit.ly' (which requires OAuth 2.0) and 'is.gd' (no API key).
Author: John Malc [aut, cre] ,
Andrea Dodet [ctb] ,
Stephen Synchronicity [ctb]
Maintainer: John Malc <cincenko@outlook.com>
Diff between urlshorteneR versions 1.5.7 dated 2022-08-22 and 1.6.0 dated 2025-02-16
urlshorteneR-1.5.7/urlshorteneR/tests/testthat/test-GitHubIssue9.R |only urlshorteneR-1.6.0/urlshorteneR/DESCRIPTION | 24 - urlshorteneR-1.6.0/urlshorteneR/MD5 | 9 urlshorteneR-1.6.0/urlshorteneR/NEWS | 2 urlshorteneR-1.6.0/urlshorteneR/build/vignette.rds |binary urlshorteneR-1.6.0/urlshorteneR/inst/doc/Tutorial.html | 208 +++++----- 6 files changed, 125 insertions(+), 118 deletions(-)
Title: Access to Global Sub-National Income Data
Description: Provides access to granular sub-national income data from the
MCC-PIK Database Of Sub-national Economic Output (DOSE). The package
downloads and processes the data from its open repository on 'Zenodo'
(<https://zenodo.org/records/13773040>). Functions are provided to
fetch data at multiple geographic levels, match coordinates to
administrative regions, and access associated geometries.
Author: Pablo Garcia Guzman [aut, cre, cph]
Maintainer: Pablo Garcia Guzman <garciagp@ebrd.com>
Diff between subincomeR versions 0.2.2 dated 2024-12-19 and 0.3.0 dated 2025-02-16
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 8 ++++++++ R/getDOSE.R | 4 ++-- README.md | 13 ++++++++++++- inst/doc/regional-convergence.html | 8 ++++---- man/figures/map.png |binary 7 files changed, 35 insertions(+), 16 deletions(-)
Title: Build and Manipulate Study Cohorts Using a Common Data Model
Description: Create and manipulate study cohorts in data mapped to the
Observational Medical Outcomes Partnership Common Data Model.
Author: Edward Burn [aut, cre] ,
Marti Catala [aut] ,
Nuria Mercade-Besora [aut] ,
Marta Alcalde-Herraiz [aut] ,
Mike Du [aut] ,
Yuchen Guo [aut] ,
Xihang Chen [aut] ,
Kim Lopez-Guell [aut] ,
Elin Rowlands [aut]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between CohortConstructor versions 0.3.4 dated 2025-01-17 and 0.3.5 dated 2025-02-16
DESCRIPTION | 10 MD5 | 118 - NAMESPACE | 2 R/benchmark.R |only R/collapseCohorts.R | 207 +-- R/conceptCohort.R | 1182 ++++++++--------- R/copyCohorts.R |only R/demographicsCohort.R | 139 +- R/exitAtColumnDate.R | 580 ++++---- R/exitAtDate.R | 444 +++--- R/intersectCohorts.R | 1086 ++++++++-------- R/matchCohorts.R | 863 ++++++------ R/measurementCohort.R | 566 ++++---- R/padCohortDate.R | 646 ++++----- R/requireCohortIntersect.R | 355 ++--- R/requireConceptIntersect.R | 43 R/requireDateRange.R | 430 +++--- R/requireDeathFlag.R | 246 +-- R/requireDemographics.R | 1305 +++++++++---------- R/requireIsEntry.R | 443 +++--- R/requireMinCohortCount.R | 146 +- R/requireTableIntersect.R | 289 ++-- R/sampleCohorts.R | 167 +- R/stratifyCohorts.R | 491 +++---- R/subsetCohorts.R | 125 - R/sysdata.rda |binary R/trimDemographics.R | 833 ++++++------ R/unionCohorts.R | 208 +-- R/yearCohorts.R | 404 +++--- README.md | 4 inst/doc/a02_cohort_table_requirements.html | 20 inst/doc/a03_require_demographics.html | 20 inst/doc/a04_require_intersections.html | 20 inst/doc/a06_concatanate_cohorts.R | 13 inst/doc/a06_concatanate_cohorts.Rmd | 177 +- inst/doc/a06_concatanate_cohorts.html | 1746 +++++++------------------- inst/doc/a07_filter_cohorts.html | 24 inst/doc/a08_split_cohorts.R | 20 inst/doc/a08_split_cohorts.Rmd | 26 inst/doc/a08_split_cohorts.html | 88 - inst/doc/a09_combine_cohorts.R | 16 inst/doc/a09_combine_cohorts.Rmd | 19 inst/doc/a11_benchmark.R | 1 inst/doc/a11_benchmark.Rmd | 1 inst/doc/a11_benchmark.html | 440 +++--- man/benchmarkCohortConstructor.Rd |only man/copyCohorts.Rd |only man/measurementCohort.Rd | 2 tests/testthat/test-benchmark.R |only tests/testthat/test-collapseCohorts.R | 540 ++++---- tests/testthat/test-conceptCohort.R | 3 tests/testthat/test-copyCohorts.R |only tests/testthat/test-exitAtDate.R | 431 +++--- tests/testthat/test-measurementCohort.R | 16 tests/testthat/test-requireCohortIntersect.R | 724 +++++----- tests/testthat/test-requireConceptIntersect.R | 734 +++++----- tests/testthat/test-requireDateRange.R | 6 tests/testthat/test-requireIsEntry.R | 539 ++++---- tests/testthat/test-sampleCohorts.R | 30 vignettes/a06_concatanate_cohorts.Rmd | 177 +- vignettes/a08_split_cohorts.Rmd | 26 vignettes/a09_combine_cohorts.Rmd | 19 vignettes/a11_benchmark.Rmd | 1 63 files changed, 8334 insertions(+), 8877 deletions(-)
More information about CohortConstructor at CRAN
Permanent link
Title: Generalized Network-Based Dimensionality Reduction and Analysis
Description: Non-parametric dimensionality reduction function. Reduction with and without feature selection. Plot functions. Automated feature selections. Kosztyan et. al. (2024) <doi:10.1016/j.eswa.2023.121779>.
Author: Zsolt T. Kosztyan [aut, cre],
Marcell T. Kurbucz [aut],
Attila I. Katona [aut],
Zahid Khan [aut]
Maintainer: Zsolt T. Kosztyan <kosztyan.zsolt@gtk.uni-pannon.hu>
Diff between nda versions 0.1.15 dated 2024-10-14 and 0.2.4 dated 2025-02-16
DESCRIPTION | 8 MD5 | 42 - NAMESPACE | 8 R/biplot.nda.R | 14 R/fitted.ndrlm.R |only R/nda.R | 1431 +++++++++++++++++++++++++++++++++++++++++++++++-- R/ndr.R | 65 +- R/ndrlm.R |only R/plot.nda.R | 170 ++--- R/plot.ndrlm.R |only R/predict.nda.R |only R/predict.ndrlm.R |only R/print.nda.R | 8 R/print.ndrlm.R |only R/residuals.ndrlm.R |only R/summary.nda.R | 8 R/summary.ndrlm.R |only inst/NEWS | 24 man/fitted.ndrlm.Rd |only man/fs.dmred.Rd | 4 man/nda.Rd | 5 man/ndr.Rd | 211 ++++--- man/ndrlm.Rd |only man/plot.nda.Rd | 125 ++-- man/plot.ndrlm.Rd |only man/predict.nda.Rd |only man/predict.ndrlm.Rd |only man/print.ndrlm.Rd |only man/residuals.ndrlm.Rd |only man/summary.ndrlm.Rd |only 30 files changed, 1761 insertions(+), 362 deletions(-)
Title: An Alternative 'Rcpp' Wrapper of 'MeCab'
Description: A plain 'Rcpp' wrapper for 'MeCab' that can segment Chinese,
Japanese, and Korean text into tokens. The main goal of this package
is to provide an alternative to 'tidytext' using morphological
analysis.
Author: Akiru Kato [aut, cre],
Shogo Ichinose [aut],
Taku Kudo [aut],
Jorge Nocedal [ctb],
Nippon Telegraph and Telephone Corporation [cph]
Maintainer: Akiru Kato <paithiov909@gmail.com>
Diff between gibasa versions 1.1.1 dated 2024-07-05 and 1.1.2 dated 2025-02-16
DESCRIPTION | 19 +++++----- MD5 | 42 +++++++++++----------- NEWS.md | 5 ++ R/RcppExports.R | 73 ++++++++++++++++++++++++++++---------- R/bind_tf_idf2.R | 8 ++-- R/mute_tokens.R | 2 - R/prettify.R | 2 - R/tokenize.R | 33 ++++++++++++----- R/utils.R | 11 +++-- README.md | 77 ++++++++++++----------------------------- build/partial.rdb |binary man/dictionary_info.Rd | 35 ++++++++++++++++-- man/get_transition_cost.Rd | 15 ++++--- man/gibasa-package.Rd | 2 - man/is_blank.Rd | 4 +- man/mute_tokens.Rd | 2 - man/posDebugRcpp.Rd | 12 +++--- man/posParallelRcpp.Rd | 15 ++++--- man/transition_cost.Rd | 14 ++++--- src/posDebug.cpp | 60 +++++++++++++++++++++++++------ src/posParallel.cpp | 17 +++++---- tests/testthat/test-tokenize.R | 24 +++++++++--- 22 files changed, 292 insertions(+), 180 deletions(-)
Title: Access Colombia's Public Data via 'API-Colombia'
Description: Provides a seamless interface to access diverse public data about
Colombia through the 'API-Colombia', a RESTful API. The package enables users
to explore various aspects of Colombia, including general information,
geography, and cultural insights. It includes five API-related functions to
retrieve data on topics such as Colombia's general information, airports,
departments, regions, and presidents. Additionally, 'ColombiAPI' offers a
built-in function to view the datasets available within the package. The
package also includes curated datasets covering Bogota air stations,
business and holiday dates, public schools, Colombian coffee exports,
cannabis licenses, Medellin rainfall, and malls in Bogota, making it a
comprehensive tool for exploring Colombia's data. For more details on the
'API-Colombia', see <https://api-colombia.com/>.
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between ColombiAPI versions 0.1.0 dated 2025-01-09 and 0.1.1 dated 2025-02-16
DESCRIPTION | 8 +-- MD5 | 50 +++++++++++----------- R/colombiapi-package.R | 2 R/data-documentation.R | 2 R/get_Colombia_info.R | 2 R/get_airports_list.R | 12 ++++- R/get_departments_list.R | 2 R/get_presidents_list.R | 2 R/get_regions_list.R | 2 R/utils.R | 2 R/view_datasets.R | 2 inst/CITATION | 2 tests/testthat/test-Bogota_airstations_df.R | 2 tests/testthat/test-Bogota_business_Date.R | 2 tests/testthat/test-Bogota_holidays_Date.R | 2 tests/testthat/test-Bogota_malls_tbl_df.R | 2 tests/testthat/test-Cannabis_Licenses_tbl_df.R | 2 tests/testthat/test-Colombia_coffee_tbl_df.R | 2 tests/testthat/test-Medellin_rain_tbl_df.R | 2 tests/testthat/test-Tulua_Public_Schools_tbl_df.R | 2 tests/testthat/test-get_Colombia_info.R | 2 tests/testthat/test-get_airports_list.R | 6 +- tests/testthat/test-get_departments_list.R | 2 tests/testthat/test-get_presidents_list.R | 2 tests/testthat/test-get_regions_list.R | 2 tests/testthat/test-view_datasets.R | 2 26 files changed, 64 insertions(+), 56 deletions(-)
Title: Tools for Analysis of Diversity and Similarity in Biological
Systems
Description: A set of tools for empirical analysis of diversity (a number
and frequency of different types in a population) and similarity
(a number and frequency of shared types in two populations) in
biological or ecological systems.
Author: Christoph Sadee [aut],
Maciej Pietrzak [aut, cre],
Michal Seweryn [aut],
Cankun Wang [aut],
Grzegorz Rempala [aut]
Maintainer: Maciej Pietrzak <pietrzak.20@osu.edu>
Diff between divo versions 1.0.1 dated 2019-12-16 and 1.0.2 dated 2025-02-15
DESCRIPTION | 38 +++++++++++++++++++++++++++++++------- MD5 | 22 +++++++++++----------- build/vignette.rds |binary inst/doc/divo-Manual.Rnw | 3 ++- inst/doc/divo-Manual.pdf |binary inst/doc/divo-Vignette.Rnw | 4 ++-- inst/doc/divo-Vignette.pdf |binary man/TCR.Data.Rd | 24 ++++++++++++++++-------- man/li.Rd | 32 ++++++++++++++++++++++++-------- src/OL_read.c | 1 + vignettes/divo-Manual.Rnw | 3 ++- vignettes/divo-Vignette.Rnw | 4 ++-- 12 files changed, 91 insertions(+), 40 deletions(-)
Title: Fixing Data Made Easy for Statistical Analysis
Description: A set of functions that facilitate basic data manipulation and cleaning for statistical analysis including functions for finding and fixing duplicate rows and columns, missing values, outliers, and special characters in column and row names and functions for checking data consistency, distribution, quality, reliability, and structure.
Author: Ambu Vijayan [aut, cre] ,
J. Sreekumar [aut]
Maintainer: Ambu Vijayan <ambuvjyn@gmail.com>
Diff between fixr versions 0.1.0 dated 2023-04-20 and 0.2.0 dated 2025-02-15
fixr-0.1.0/fixr/man/find_duplicate_cols.Rd |only fixr-0.2.0/fixr/DESCRIPTION | 14 ++--- fixr-0.2.0/fixr/MD5 | 8 +-- fixr-0.2.0/fixr/NAMESPACE | 1 fixr-0.2.0/fixr/NEWS.md |only fixr-0.2.0/fixr/R/find_duplicate_cols.R | 75 +++++++++++------------------ 6 files changed, 40 insertions(+), 58 deletions(-)
Title: Algorithms for Quantitative Pedology
Description: The Algorithms for Quantitative Pedology (AQP) project was started in 2009 to organize a loosely-related set of concepts and source code on the topic of soil profile visualization, aggregation, and classification into this package (aqp). Over the past 8 years, the project has grown into a suite of related R packages that enhance and simplify the quantitative analysis of soil profile data. Central to the AQP project is a new vocabulary of specialized functions and data structures that can accommodate the inherent complexity of soil profile information; freeing the scientist to focus on ideas rather than boilerplate data processing tasks <doi:10.1016/j.cageo.2012.10.020>. These functions and data structures have been extensively tested and documented, applied to projects involving hundreds of thousands of soil profiles, and deeply integrated into widely used tools such as SoilWeb <https://casoilresource.lawr.ucdavis.edu/soilweb-apps>. Components of the AQP project (aqp, soilD [...truncated...]
Author: Dylan Beaudette [aut, cre],
Pierre Roudier [aut, ctb],
Andrew Brown [aut, ctb]
Maintainer: Dylan Beaudette <dylan.beaudette@usda.gov>
Diff between aqp versions 2.1.0 dated 2024-10-19 and 2.2 dated 2025-02-15
aqp-2.1.0/aqp/R/profile_compare.R |only aqp-2.1.0/aqp/man/profile_compare.Rd |only aqp-2.1.0/aqp/tests/testthat/test-profile_compare.R |only aqp-2.2/aqp/DESCRIPTION | 16 aqp-2.2/aqp/MD5 | 196 +-- aqp-2.2/aqp/NAMESPACE | 13 aqp-2.2/aqp/NEWS.md | 11 aqp-2.2/aqp/R/NCSP.R | 7 aqp-2.2/aqp/R/SoilProfileCollection-coercion.R | 6 aqp-2.2/aqp/R/SoilProfileCollection-methods.R | 3 aqp-2.2/aqp/R/SoilProfileCollection-slice-methods.R | 1 aqp-2.2/aqp/R/accumulateDepths.R | 3 aqp-2.2/aqp/R/accuracy_uncertainty.R | 23 aqp-2.2/aqp/R/addBracket.R | 14 aqp-2.2/aqp/R/aggregateColor.R | 72 - aqp-2.2/aqp/R/aggregateColorPlot.R |only aqp-2.2/aqp/R/aqp-package.R | 15 aqp-2.2/aqp/R/colorChart.R | 124 +- aqp-2.2/aqp/R/colorContrast.R | 5 aqp-2.2/aqp/R/colorContrastPlot.R | 5 aqp-2.2/aqp/R/colorQuantiles.R | 12 aqp-2.2/aqp/R/combine.R | 133 +- aqp-2.2/aqp/R/data-documentation.R | 43 aqp-2.2/aqp/R/dice.R | 2 aqp-2.2/aqp/R/equivalentMunsellChips.R | 1 aqp-2.2/aqp/R/evalGenHz.R | 20 aqp-2.2/aqp/R/generalize.hz.R | 14 aqp-2.2/aqp/R/huePositionCircle.R | 15 aqp-2.2/aqp/R/hzTransitionProbabilities.R | 35 aqp-2.2/aqp/R/invertLabelColor.R | 2 aqp-2.2/aqp/R/munsell2rgb.R | 10 aqp-2.2/aqp/R/parseMunsell.R | 5 aqp-2.2/aqp/R/plotMultipleSPC.R | 2 aqp-2.2/aqp/R/plotProfileDendrogram.R |only aqp-2.2/aqp/R/plotSPC.R | 27 aqp-2.2/aqp/R/plot_distance_graph.R | 2 aqp-2.2/aqp/R/previewColors.R | 7 aqp-2.2/aqp/R/quickSPC.R | 15 aqp-2.2/aqp/R/random_profile.R | 9 aqp-2.2/aqp/R/segment.R | 2 aqp-2.2/aqp/R/slab.R | 1 aqp-2.2/aqp/R/soilColorSignature.R | 6 aqp-2.2/aqp/R/soilPalette.R | 14 aqp-2.2/aqp/R/spec2Munsell.R | 42 aqp-2.2/aqp/R/texture.R | 235 ++-- aqp-2.2/aqp/build/partial.rdb |binary aqp-2.2/aqp/build/vignette.rds |binary aqp-2.2/aqp/data/wilson2022.rda |binary aqp-2.2/aqp/demo/aqp.R | 2 aqp-2.2/aqp/inst/WORDLIST | 2 aqp-2.2/aqp/inst/doc/Introduction-to-SoilProfileCollection-Objects.R | 256 ++-- aqp-2.2/aqp/inst/doc/Introduction-to-SoilProfileCollection-Objects.Rmd | 144 +- aqp-2.2/aqp/inst/doc/Introduction-to-SoilProfileCollection-Objects.html | 294 ++--- aqp-2.2/aqp/inst/doc/Munsell-color-conversion.R | 2 aqp-2.2/aqp/inst/doc/Munsell-color-conversion.Rmd | 2 aqp-2.2/aqp/inst/doc/Munsell-color-conversion.html | 2 aqp-2.2/aqp/inst/doc/NCSP.R | 10 aqp-2.2/aqp/inst/doc/NCSP.Rmd | 14 aqp-2.2/aqp/inst/doc/NCSP.html | 57 - aqp-2.2/aqp/inst/doc/aqp-overview.R | 2 aqp-2.2/aqp/inst/doc/aqp-overview.Rmd | 2 aqp-2.2/aqp/inst/doc/label-placement.R | 94 - aqp-2.2/aqp/inst/doc/label-placement.Rmd | 11 aqp-2.2/aqp/inst/doc/label-placement.html | 521 ++++------ aqp-2.2/aqp/inst/doc/missing-data.R | 6 aqp-2.2/aqp/inst/doc/missing-data.Rmd | 8 aqp-2.2/aqp/inst/doc/missing-data.html | 38 aqp-2.2/aqp/inst/doc/new-in-aqp-2.R | 2 aqp-2.2/aqp/inst/doc/new-in-aqp-2.Rmd | 2 aqp-2.2/aqp/man/accumulateDepths.Rd | 3 aqp-2.2/aqp/man/addDiagnosticBracket.Rd | 2 aqp-2.2/aqp/man/aggregateColor.Rd | 58 - aqp-2.2/aqp/man/aggregateColorPlot.Rd |only aqp-2.2/aqp/man/colorChart.Rd | 112 +- aqp-2.2/aqp/man/evalGenHZ.Rd | 7 aqp-2.2/aqp/man/generalize.hz.Rd | 7 aqp-2.2/aqp/man/hzTransitionProbabilities.Rd | 35 aqp-2.2/aqp/man/jacobs2000.Rd | 13 aqp-2.2/aqp/man/munsell2rgb.Rd | 6 aqp-2.2/aqp/man/parseMunsell.Rd | 4 aqp-2.2/aqp/man/plotMultipleSPC.Rd | 2 aqp-2.2/aqp/man/plotProfileDendrogram.Rd |only aqp-2.2/aqp/man/plot_distance_graph.Rd | 2 aqp-2.2/aqp/man/previewColors.Rd | 2 aqp-2.2/aqp/man/random_profile.Rd | 7 aqp-2.2/aqp/man/soilPalette.Rd | 3 aqp-2.2/aqp/man/soilTextureColorPal.Rd | 70 - aqp-2.2/aqp/man/sp3.Rd | 2 aqp-2.2/aqp/man/spec2Munsell.Rd | 44 aqp-2.2/aqp/man/wilson2022.Rd | 148 +- aqp-2.2/aqp/tests/testthat/Rplots.pdf |binary aqp-2.2/aqp/tests/testthat/test-DT-tbl.R | 6 aqp-2.2/aqp/tests/testthat/test-aggregateColor.R | 2 aqp-2.2/aqp/tests/testthat/test-color-signature.R | 6 aqp-2.2/aqp/tests/testthat/test-genhz.R | 1 aqp-2.2/aqp/tests/testthat/test-plotProfileDendrogram.R |only aqp-2.2/aqp/vignettes/Introduction-to-SoilProfileCollection-Objects.Rmd | 144 +- aqp-2.2/aqp/vignettes/Munsell-color-conversion.Rmd | 2 aqp-2.2/aqp/vignettes/NCSP.Rmd | 14 aqp-2.2/aqp/vignettes/aqp-overview.Rmd | 2 aqp-2.2/aqp/vignettes/label-placement.Rmd | 11 aqp-2.2/aqp/vignettes/missing-data.Rmd | 8 aqp-2.2/aqp/vignettes/new-in-aqp-2.Rmd | 2 103 files changed, 1551 insertions(+), 1813 deletions(-)
Title: Bifurcation Analysis of Ordinary Differential Equation Systems
Description: Shiny application that performs bifurcation and phaseplane analysis of systems of ordinary
differential equations. The package allows for computation of equilibrium curves as a function of
a single free parameter, detection of transcritical, saddle-node and hopf bifurcation points along
these curves, and computation of curves representing these transcritical, saddle-node and hopf
bifurcation points as a function of two free parameters. The shiny-based GUI allows visualization
of the results in both 2D- and 3D-plots. The implemented methods for solution localisation and curve
continuation are based on the book "Elements of applied bifurcation theory" (Kuznetsov, Y. A., 1995;
ISBN: 0-387-94418-4).
Author: Andre M. de Roos [aut, cre]
Maintainer: Andre M. de Roos <A.M.deRoos@uva.nl>
Diff between deBif versions 0.1.8 dated 2023-12-04 and 0.1.9 dated 2025-02-15
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS.md | 8 +++++++- R/bif1parplot.R | 22 +++++++++++----------- build/vignette.rds |binary 5 files changed, 26 insertions(+), 20 deletions(-)
Title: Vector Summaries of Persistence Diagrams
Description: Provides tools for computing various vector summaries of persistence diagrams studied in Topological Data Analysis. For improved computational efficiency,
all code for the vector summaries is written in 'C++' using the 'Rcpp' and 'RcppArmadillo' packages.
Author: Umar Islambekov [aut],
Aleksei Luchinsky [aut, cre]
Maintainer: Aleksei Luchinsky <aluchi@bgsu.edu>
Diff between TDAvec versions 0.1.3 dated 2022-10-31 and 0.1.4 dated 2025-02-15
TDAvec-0.1.3/TDAvec/NEWS.md |only TDAvec-0.1.3/TDAvec/man/computeECC.Rd |only TDAvec-0.1.3/TDAvec/man/computeNL.Rd |only TDAvec-0.1.3/TDAvec/man/computePES.Rd |only TDAvec-0.1.3/TDAvec/man/computePI.Rd |only TDAvec-0.1.3/TDAvec/man/computePL.Rd |only TDAvec-0.1.3/TDAvec/man/computePS.Rd |only TDAvec-0.1.3/TDAvec/man/computeVAB.Rd |only TDAvec-0.1.3/TDAvec/man/computeVPB.Rd |only TDAvec-0.1.3/TDAvec/src/ECC.cpp |only TDAvec-0.1.3/TDAvec/src/NL.cpp |only TDAvec-0.1.3/TDAvec/src/PES.cpp |only TDAvec-0.1.3/TDAvec/src/PI.cpp |only TDAvec-0.1.3/TDAvec/src/PL.cpp |only TDAvec-0.1.3/TDAvec/src/PS.cpp |only TDAvec-0.1.3/TDAvec/src/VAB.cpp |only TDAvec-0.1.3/TDAvec/src/VPB.cpp |only TDAvec-0.1.4/TDAvec/DESCRIPTION | 37 - TDAvec-0.1.4/TDAvec/MD5 | 66 + TDAvec-0.1.4/TDAvec/NAMESPACE | 7 TDAvec-0.1.4/TDAvec/R/RcppExports.R | 56 + TDAvec-0.1.4/TDAvec/README.md | 57 - TDAvec-0.1.4/TDAvec/build/vignette.rds |binary TDAvec-0.1.4/TDAvec/inst/doc/TDAvec_vignette.R | 115 --- TDAvec-0.1.4/TDAvec/inst/doc/TDAvec_vignette.Rmd | 206 ++--- TDAvec-0.1.4/TDAvec/inst/doc/TDAvec_vignette.html | 581 +++++++--------- TDAvec-0.1.4/TDAvec/man/computeAlgebraicFunctions.Rd |only TDAvec-0.1.4/TDAvec/man/computeBettiCurve.Rd |only TDAvec-0.1.4/TDAvec/man/computeComplexPolynomial.Rd |only TDAvec-0.1.4/TDAvec/man/computeEulerCharacteristic.Rd |only TDAvec-0.1.4/TDAvec/man/computeLimits.Rd |only TDAvec-0.1.4/TDAvec/man/computeNormalizedLife.Rd |only TDAvec-0.1.4/TDAvec/man/computePersistenceBlock.Rd |only TDAvec-0.1.4/TDAvec/man/computePersistenceImage.Rd |only TDAvec-0.1.4/TDAvec/man/computePersistenceLandscape.Rd |only TDAvec-0.1.4/TDAvec/man/computePersistenceSilhouette.Rd |only TDAvec-0.1.4/TDAvec/man/computePersistentEntropy.Rd |only TDAvec-0.1.4/TDAvec/man/computeStats.Rd |only TDAvec-0.1.4/TDAvec/man/computeTemplateFunction.Rd |only TDAvec-0.1.4/TDAvec/man/computeTropicalCoordinates.Rd |only TDAvec-0.1.4/TDAvec/src/AlgebraicFunctions.cpp |only TDAvec-0.1.4/TDAvec/src/BettiCurve.cpp |only TDAvec-0.1.4/TDAvec/src/ComplexPolynomial.cpp |only TDAvec-0.1.4/TDAvec/src/EulerCharacteristic.cpp |only TDAvec-0.1.4/TDAvec/src/Limits.cpp |only TDAvec-0.1.4/TDAvec/src/Makevars |only TDAvec-0.1.4/TDAvec/src/NormalizedLife.cpp |only TDAvec-0.1.4/TDAvec/src/PersistenceBlock.cpp |only TDAvec-0.1.4/TDAvec/src/PersistenceImage.cpp |only TDAvec-0.1.4/TDAvec/src/PersistenceLandscape.cpp |only TDAvec-0.1.4/TDAvec/src/PersistenceSilhouette.cpp |only TDAvec-0.1.4/TDAvec/src/PersistentEntropy.cpp |only TDAvec-0.1.4/TDAvec/src/RcppExports.cpp | 235 ++++-- TDAvec-0.1.4/TDAvec/src/Stats.cpp |only TDAvec-0.1.4/TDAvec/src/TemplateFunction.cpp |only TDAvec-0.1.4/TDAvec/src/TropicalCoordinates.cpp |only TDAvec-0.1.4/TDAvec/vignettes/TDAvec_vignette.Rmd | 206 ++--- 57 files changed, 718 insertions(+), 848 deletions(-)
Title: Read, Write and Edit 'xlsx' Files
Description: Simplifies the creation of 'xlsx' files by
providing a high level interface to writing, styling and editing
worksheets.
Author: Jordan Mark Barbone [aut] ,
Jan Marvin Garbuszus [aut, cre],
Olivier Roy [ctb],
openxlsx authors [cph] ,
Arseny Kapoulkine [ctb, cph]
Maintainer: Jan Marvin Garbuszus <jan.garbuszus@ruhr-uni-bochum.de>
Diff between openxlsx2 versions 1.12 dated 2024-12-19 and 1.13 dated 2025-02-15
openxlsx2-1.12/openxlsx2/man/figures/badge.png |only openxlsx2-1.12/openxlsx2/man/figures/badge.svg |only openxlsx2-1.13/openxlsx2/DESCRIPTION | 6 openxlsx2-1.13/openxlsx2/LICENSE | 2 openxlsx2-1.13/openxlsx2/MD5 | 181 openxlsx2-1.13/openxlsx2/NAMESPACE | 1 openxlsx2-1.13/openxlsx2/NEWS.md | 30 openxlsx2-1.13/openxlsx2/R/RcppExports.R | 12 openxlsx2-1.13/openxlsx2/R/asserts.R | 11 openxlsx2-1.13/openxlsx2/R/baseXML.R | 24 openxlsx2-1.13/openxlsx2/R/class-comment.R | 4 openxlsx2-1.13/openxlsx2/R/class-sheet-data.R | 13 openxlsx2-1.13/openxlsx2/R/class-workbook-wrappers.R | 5 openxlsx2-1.13/openxlsx2/R/class-workbook.R | 542 openxlsx2-1.13/openxlsx2/R/class-worksheet.R | 10 openxlsx2-1.13/openxlsx2/R/converters.R | 2 openxlsx2-1.13/openxlsx2/R/helper-functions.R | 399 openxlsx2-1.13/openxlsx2/R/openxlsx2-package.R | 2 openxlsx2-1.13/openxlsx2/R/pugixml.R | 6 openxlsx2-1.13/openxlsx2/R/read.R | 23 openxlsx2-1.13/openxlsx2/R/utils.R | 28 openxlsx2-1.13/openxlsx2/R/wb_functions.R | 76 openxlsx2-1.13/openxlsx2/R/wb_load.R | 50 openxlsx2-1.13/openxlsx2/R/wb_styles.R | 523 openxlsx2-1.13/openxlsx2/R/write.R | 61 openxlsx2-1.13/openxlsx2/R/write_xlsx.R | 31 openxlsx2-1.13/openxlsx2/R/xl_open.R | 7 openxlsx2-1.13/openxlsx2/README.md | 6 openxlsx2-1.13/openxlsx2/build/vignette.rds |binary openxlsx2-1.13/openxlsx2/inst/AUTHORS | 5 openxlsx2-1.13/openxlsx2/inst/WORDLIST | 138 openxlsx2-1.13/openxlsx2/inst/doc/conditional-formatting.R | 34 openxlsx2-1.13/openxlsx2/inst/doc/conditional-formatting.Rmd | 40 openxlsx2-1.13/openxlsx2/inst/doc/conditional-formatting.html | 118 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_charts_manual.Rmd | 2 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_charts_manual.html | 5 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_formulas_manual.R | 2 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_formulas_manual.Rmd | 2 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_formulas_manual.html | 12 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_read_to_df.Rmd | 4 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_read_to_df.html | 4 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_style_manual.R | 8 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_style_manual.Rmd | 8 openxlsx2-1.13/openxlsx2/inst/doc/openxlsx2_style_manual.html | 235 openxlsx2-1.13/openxlsx2/inst/extdata/hex_icon.R |only openxlsx2-1.13/openxlsx2/inst/include/pugixml/pugiconfig.hpp | 11 openxlsx2-1.13/openxlsx2/inst/include/pugixml/pugixml.cpp | 829 - openxlsx2-1.13/openxlsx2/inst/include/pugixml/pugixml.hpp | 121 openxlsx2-1.13/openxlsx2/man/create_border.Rd | 50 openxlsx2-1.13/openxlsx2/man/create_cell_style.Rd | 67 openxlsx2-1.13/openxlsx2/man/create_dxfs_style.Rd | 7 openxlsx2-1.13/openxlsx2/man/create_fill.Rd | 31 openxlsx2-1.13/openxlsx2/man/create_font.Rd | 48 openxlsx2-1.13/openxlsx2/man/create_numfmt.Rd | 17 openxlsx2-1.13/openxlsx2/man/create_shape.Rd |only openxlsx2-1.13/openxlsx2/man/dims_helper.Rd | 2 openxlsx2-1.13/openxlsx2/man/figures/logo.png |only openxlsx2-1.13/openxlsx2/man/fmt_txt.Rd | 5 openxlsx2-1.13/openxlsx2/man/openxlsx2-package.Rd | 2 openxlsx2-1.13/openxlsx2/man/wb_add_border.Rd | 3 openxlsx2-1.13/openxlsx2/man/wb_add_formula.Rd | 2 openxlsx2-1.13/openxlsx2/man/wb_dims.Rd | 2 openxlsx2-1.13/openxlsx2/man/write_xlsx.Rd | 8 openxlsx2-1.13/openxlsx2/man/xl_open.Rd | 4 openxlsx2-1.13/openxlsx2/src/RcppExports.cpp | 35 openxlsx2-1.13/openxlsx2/src/helper_functions.cpp | 352 openxlsx2-1.13/openxlsx2/src/load_workbook.cpp | 115 openxlsx2-1.13/openxlsx2/src/openxlsx2.h | 192 openxlsx2-1.13/openxlsx2/src/openxlsx2_types.h | 94 openxlsx2-1.13/openxlsx2/src/pugi.cpp | 212 openxlsx2-1.13/openxlsx2/src/strings_xml.cpp | 36 openxlsx2-1.13/openxlsx2/src/styles_xml.cpp | 312 openxlsx2-1.13/openxlsx2/src/write_file.cpp | 175 openxlsx2-1.13/openxlsx2/src/xlsb.cpp | 6789 +++++----- openxlsx2-1.13/openxlsx2/src/xlsb_defines.h | 1866 +- openxlsx2-1.13/openxlsx2/src/xlsb_funs.h | 2166 +-- openxlsx2-1.13/openxlsx2/tests/testthat/test-class-workbook.R | 4 openxlsx2-1.13/openxlsx2/tests/testthat/test-conditional_formatting.R | 4 openxlsx2-1.13/openxlsx2/tests/testthat/test-date_time_conversion.R | 4 openxlsx2-1.13/openxlsx2/tests/testthat/test-formulas.R | 42 openxlsx2-1.13/openxlsx2/tests/testthat/test-helper-functions.R | 30 openxlsx2-1.13/openxlsx2/tests/testthat/test-pugi_cpp.R | 20 openxlsx2-1.13/openxlsx2/tests/testthat/test-read_from_created_wb.R | 11 openxlsx2-1.13/openxlsx2/tests/testthat/test-read_xlsb.R | 37 openxlsx2-1.13/openxlsx2/tests/testthat/test-save.R | 53 openxlsx2-1.13/openxlsx2/tests/testthat/test-utils.R | 13 openxlsx2-1.13/openxlsx2/tests/testthat/test-wb_functions.R | 6 openxlsx2-1.13/openxlsx2/tests/testthat/test-wb_styles.R | 6 openxlsx2-1.13/openxlsx2/tests/testthat/test-write.R | 50 openxlsx2-1.13/openxlsx2/vignettes/conditional-formatting.Rmd | 40 openxlsx2-1.13/openxlsx2/vignettes/openxlsx2_charts_manual.Rmd | 2 openxlsx2-1.13/openxlsx2/vignettes/openxlsx2_formulas_manual.Rmd | 2 openxlsx2-1.13/openxlsx2/vignettes/openxlsx2_read_to_df.Rmd | 4 openxlsx2-1.13/openxlsx2/vignettes/openxlsx2_style_manual.Rmd | 8 94 files changed, 8938 insertions(+), 7623 deletions(-)
Title: Pattern Causality Algorithm
Description: A comprehensive package for detecting and analyzing causal relationships in complex systems using pattern-based approaches. Key features include state space reconstruction, pattern identification, and causality strength evaluation.
Author: Stavros Stavroglou [aut] ,
Athanasios Pantelous [aut] ,
Hui Wang [aut, cre]
Maintainer: Hui Wang <huiw1128@gmail.com>
Diff between patterncausality versions 0.2.0 dated 2025-01-09 and 0.2.1 dated 2025-02-15
DESCRIPTION | 6 MD5 | 56 +++---- R/PC.Mk.II.Full.Details.R | 3 R/PC.Mk.II.Lightweight.R | 3 R/natureOfCausality.R | 13 + R/optimalParametersSearch.R | 5 R/pcAccuracy.R | 7 R/pcCV.R | 71 ++++++--- R/pcCrossMatrix.R | 10 - R/pcMatrix.R | 9 - R/pc_full_details_utils.R | 5 R/pc_lightweight_utils.R | 69 ++++---- R/signatureSpace.R | 22 ++ README.md | 81 +++++++--- inst/doc/advanced.html | 20 +- inst/doc/dynamic.html | 6 inst/doc/matrix.html | 6 inst/doc/patterncausality.R | 6 inst/doc/patterncausality.Rmd | 32 +++- inst/doc/patterncausality.html | 53 +++++- inst/doc/series.html | 318 ++++++++++++++++++++--------------------- man/optimalParametersSearch.Rd | 3 man/pcAccuracy.Rd | 3 man/pcCrossMatrix.Rd | 3 man/pcCrossValidation.Rd | 5 man/pcFullDetails.Rd | 3 man/pcLightweight.Rd | 3 man/pcMatrix.Rd | 3 vignettes/patterncausality.Rmd | 32 +++- 29 files changed, 517 insertions(+), 339 deletions(-)
More information about patterncausality at CRAN
Permanent link
Title: Small Area Estimation Using Model-Assisted Projection Method
Description: Combines information from two independent surveys using a model-assisted projection method. Designed for survey sampling scenarios where a large sample collects only auxiliary information (Survey 1) and a smaller sample provides data on both variables of interest and auxiliary variables (Survey 2). Implements a working model to generate synthetic values of the variable of interest by fitting the model to Survey 2 data and predicting values for Survey 1 based on its auxiliary variables (Kim & Rao, 2012) <doi:10.1093/biomet/asr063>.
Author: Ridson Al Farizal P [aut, cre, cph]
,
Azka Ubaidillah [aut] ,
Silvi Ajeng Larasati [aut]
Maintainer: Ridson Al Farizal P <ridsonalfarizal15@gmail.com>
Diff between sae.projection versions 0.1.0 dated 2024-12-19 and 0.1.1 dated 2025-02-15
DESCRIPTION | 14 +++-- MD5 | 18 +++++-- NAMESPACE | 6 ++ R/Projection_rf.R |only R/Projection_rf_CorrectedBias.R |only R/data.R | 88 +++++++++++++++++++++++++++++++++++++ R/projection.R | 10 +++- data/df_susenas_mar2020.rda |only data/df_susenas_sep2020.rda |only man/Projection_rf.Rd |only man/Projection_rf_CorrectedBias.Rd |only man/df_susenas_mar2020.Rd |only man/df_susenas_sep2020.Rd |only man/projection.Rd | 12 ++--- 14 files changed, 129 insertions(+), 19 deletions(-)
More information about sae.projection at CRAN
Permanent link
Title: Reproducible Data Science Environments with 'Nix'
Description: Simplifies the creation of reproducible data science environments
using the 'Nix' package manager, as described in
Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()`
function generates a complete description of the environment as a
`default.nix` file, which can then be built using 'Nix'. This results in
project specific software environments with pinned versions of R, packages,
linked system dependencies, and other tools. Additional helpers make it easy
to run R code in 'Nix' software environments for testing and production.
Author: Bruno Rodrigues [aut, cre] ,
Philipp Baumann [aut] ,
David Watkins [rev] for
rOpenSci, see
<https://github.com/ropensci/software-review/issues/625>),
Jacob Wujiciak-Jens [rev] for rOpenSci, see
<https://github.com/ropensci/software-review/issues/62 [...truncated...]
Maintainer: Bruno Rodrigues <bruno@brodrigues.co>
Diff between rix versions 0.14.4 dated 2025-01-21 and 0.15.2 dated 2025-02-15
rix-0.14.4/rix/inst/doc/e-interactive-use.R |only rix-0.14.4/rix/inst/doc/e-interactive-use.Rmd |only rix-0.14.4/rix/inst/doc/e-interactive-use.html |only rix-0.14.4/rix/vignettes/e-interactive-use.Rmd |only rix-0.15.2/rix/DESCRIPTION | 6 rix-0.15.2/rix/MD5 | 166 ++-- rix-0.15.2/rix/NAMESPACE | 2 rix-0.15.2/rix/NEWS.md | 42 + rix-0.15.2/rix/R/fetchers.R | 371 +++++++++- rix-0.15.2/rix/R/ga_cachix.R | 6 rix-0.15.2/rix/R/make_launcher.R |only rix-0.15.2/rix/R/nix_build.R | 10 rix-0.15.2/rix/R/nix_build_helpers.R | 2 rix-0.15.2/rix/R/nix_hash.R | 32 rix-0.15.2/rix/R/renv_helpers.R | 2 rix-0.15.2/rix/R/rix.R | 174 +++- rix-0.15.2/rix/R/rix_helpers.R | 49 - rix-0.15.2/rix/R/rix_init.R | 44 - rix-0.15.2/rix/R/setup_cachix.R | 11 rix-0.15.2/rix/R/tar_nix_ga.R | 6 rix-0.15.2/rix/R/with_nix.R | 16 rix-0.15.2/rix/README.md | 40 - rix-0.15.2/rix/build/vignette.rds |binary rix-0.15.2/rix/inst/doc/a-getting-started.R | 6 rix-0.15.2/rix/inst/doc/a-getting-started.Rmd | 14 rix-0.15.2/rix/inst/doc/a-getting-started.html | 10 rix-0.15.2/rix/inst/doc/b1-setting-up-and-using-rix-on-linux-and-windows.R | 4 rix-0.15.2/rix/inst/doc/b1-setting-up-and-using-rix-on-linux-and-windows.Rmd | 4 rix-0.15.2/rix/inst/doc/b1-setting-up-and-using-rix-on-linux-and-windows.html | 4 rix-0.15.2/rix/inst/doc/b2-setting-up-and-using-rix-on-macos.Rmd | 21 rix-0.15.2/rix/inst/doc/b2-setting-up-and-using-rix-on-macos.html | 21 rix-0.15.2/rix/inst/doc/c-using-rix-to-build-project-specific-environments.R | 2 rix-0.15.2/rix/inst/doc/c-using-rix-to-build-project-specific-environments.Rmd | 8 rix-0.15.2/rix/inst/doc/c-using-rix-to-build-project-specific-environments.html | 8 rix-0.15.2/rix/inst/doc/d1-installing-r-packages-in-a-nix-environment.R | 8 rix-0.15.2/rix/inst/doc/d1-installing-r-packages-in-a-nix-environment.Rmd | 10 rix-0.15.2/rix/inst/doc/d1-installing-r-packages-in-a-nix-environment.html | 8 rix-0.15.2/rix/inst/doc/d2-installing-system-tools-and-texlive-packages-in-a-nix-environment.R | 8 rix-0.15.2/rix/inst/doc/d2-installing-system-tools-and-texlive-packages-in-a-nix-environment.Rmd | 10 rix-0.15.2/rix/inst/doc/d2-installing-system-tools-and-texlive-packages-in-a-nix-environment.html | 8 rix-0.15.2/rix/inst/doc/e-configuring-ide.R |only rix-0.15.2/rix/inst/doc/e-configuring-ide.Rmd |only rix-0.15.2/rix/inst/doc/e-configuring-ide.html |only rix-0.15.2/rix/inst/doc/z-advanced-topic-building-an-environment-for-literate-programming.R | 6 rix-0.15.2/rix/inst/doc/z-advanced-topic-building-an-environment-for-literate-programming.Rmd | 6 rix-0.15.2/rix/inst/doc/z-advanced-topic-building-an-environment-for-literate-programming.html | 6 rix-0.15.2/rix/inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.R | 2 rix-0.15.2/rix/inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.Rmd | 291 ++++--- rix-0.15.2/rix/inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.html | 249 ++++-- rix-0.15.2/rix/inst/doc/z-advanced-topic-reproducible-analytical-pipelines-with-nix.R | 4 rix-0.15.2/rix/inst/doc/z-advanced-topic-reproducible-analytical-pipelines-with-nix.Rmd | 4 rix-0.15.2/rix/inst/doc/z-advanced-topic-reproducible-analytical-pipelines-with-nix.html | 4 rix-0.15.2/rix/inst/doc/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.R | 2 rix-0.15.2/rix/inst/doc/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd | 2 rix-0.15.2/rix/inst/doc/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.html | 2 rix-0.15.2/rix/inst/doc/z-advanced-topic-using-nix-inside-docker.R | 4 rix-0.15.2/rix/inst/doc/z-advanced-topic-using-nix-inside-docker.Rmd | 4 rix-0.15.2/rix/inst/doc/z-advanced-topic-using-nix-inside-docker.html | 4 rix-0.15.2/rix/inst/extdata/available_df.csv | 5 rix-0.15.2/rix/inst/extdata/default.nix | 27 rix-0.15.2/rix/inst/extdata/result |only rix-0.15.2/rix/man/make_launcher.Rd |only rix-0.15.2/rix/man/renv2nix.Rd | 35 rix-0.15.2/rix/man/renv_lock_r_ver.Rd | 3 rix-0.15.2/rix/man/rix.Rd | 106 +- rix-0.15.2/rix/tests/testthat/_snaps/make_launcher |only rix-0.15.2/rix/tests/testthat/_snaps/renv_helpers/default_datathin.nix | 2 rix-0.15.2/rix/tests/testthat/_snaps/rix/code_default.nix | 3 rix-0.15.2/rix/tests/testthat/_snaps/rix/codium_default.nix |only rix-0.15.2/rix/tests/testthat/_snaps/rix/dups-entries_default.nix |only rix-0.15.2/rix/tests/testthat/_snaps/rix/positron_default.nix |only rix-0.15.2/rix/tests/testthat/_snaps/rix/skip-dups-entries_default.nix |only rix-0.15.2/rix/tests/testthat/_snaps/rix_init/append_Rprofile.txt | 15 rix-0.15.2/rix/tests/testthat/_snaps/rix_init/golden_Rprofile.txt | 15 rix-0.15.2/rix/tests/testthat/test-fetchers.R | 217 +++++ rix-0.15.2/rix/tests/testthat/test-get_sri_hash_deps.R | 33 rix-0.15.2/rix/tests/testthat/test-make_launcher.R |only rix-0.15.2/rix/tests/testthat/test-renv_helpers.R | 21 rix-0.15.2/rix/tests/testthat/test-rix.R | 121 ++- rix-0.15.2/rix/tests/testthat/testdata/default-nix_samples |only rix-0.15.2/rix/tests/testthat/testdata/remote-pkgs |only rix-0.15.2/rix/vignettes/a-getting-started.Rmd | 14 rix-0.15.2/rix/vignettes/b1-setting-up-and-using-rix-on-linux-and-windows.Rmd | 4 rix-0.15.2/rix/vignettes/b2-setting-up-and-using-rix-on-macos.Rmd | 21 rix-0.15.2/rix/vignettes/c-using-rix-to-build-project-specific-environments.Rmd | 8 rix-0.15.2/rix/vignettes/d1-installing-r-packages-in-a-nix-environment.Rmd | 10 rix-0.15.2/rix/vignettes/d2-installing-system-tools-and-texlive-packages-in-a-nix-environment.Rmd | 10 rix-0.15.2/rix/vignettes/e-configuring-ide.Rmd |only rix-0.15.2/rix/vignettes/z-advanced-topic-building-an-environment-for-literate-programming.Rmd | 6 rix-0.15.2/rix/vignettes/z-advanced-topic-handling-packages-with-remote-dependencies.Rmd | 291 ++++--- rix-0.15.2/rix/vignettes/z-advanced-topic-reproducible-analytical-pipelines-with-nix.Rmd | 4 rix-0.15.2/rix/vignettes/z-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmd | 2 rix-0.15.2/rix/vignettes/z-advanced-topic-using-nix-inside-docker.Rmd | 4 93 files changed, 1876 insertions(+), 824 deletions(-)
Title: Interact with Data Type Registries and Create Machine-Readable
Data
Description: You can load a schema from a DTR (data type registry) as an R
object. Use this schema to write your data in JSON-LD (JavaScript
Object Notation for Linked Data) format to make it machine readable.
Author: Olga Lezhnina [aut, cre] ,
Manuel Prinz [aut] ,
Markus Stocker [aut] ,
Open Research Knowledge Graph Project and Contributors [cph]
Maintainer: Olga Lezhnina <olga.lezhnina@tib.eu>
Diff between dtreg versions 1.1.0 dated 2024-12-02 and 1.1.1 dated 2025-02-15
DESCRIPTION | 7 MD5 | 62 +-- NEWS.md | 6 R/helpers.R | 4 R/load_datatype.R | 2 R/to_jsonld.R | 6 README.md | 18 inst/doc/dtreg.R | 200 +++++---- inst/doc/dtreg.Rmd | 274 ++++++++----- inst/doc/dtreg.html | 362 +++++++++++------- inst/extdata/ePIC-21-T11909-286991b26f02d58ee490.json | 2 inst/extdata/ePIC-21-T11909-37182ecfb4474942e255.json | 2 inst/extdata/ePIC-21-T11909-3f64a93eef69d721518f.json | 2 inst/extdata/ePIC-21-T11909-437807f8d1a81b5138a3.json | 2 inst/extdata/ePIC-21-T11909-5b66cb584b974b186f37.json | 2 inst/extdata/ePIC-21-T11909-5e782e67e70d0b2a022a.json | 2 inst/extdata/ePIC-21-T11909-6e3e29ce3ba5a0b9abfe.json | 2 inst/extdata/ePIC-21-T11909-abef9f1c0d48853f3e51.json | 2 inst/extdata/ePIC-21-T11909-b9335ce2c99ed87735a6.json | 2 inst/extdata/ePIC-21-T11909-c6b413ba96ba477b5dca.json | 2 inst/extdata/ePIC-21-T11909-c6e19df3b52ab8d855a9.json | 2 inst/extdata/ePIC-21-T11909-feeb33ad3e4440682a4d.json |only man/load_datatype.Rd | 2 man/show_fields.Rd | 4 man/to_jsonld.Rd | 4 tests/testthat/helper-mocked.R |only tests/testthat/test-extract_epic.R | 23 - tests/testthat/test-extract_orkg.R | 3 tests/testthat/test-helpers.R | 6 tests/testthat/test-load_datatype.R | 5 tests/testthat/test-request_dtr.R | 8 tests/testthat/test-to_jsonld.R | 7 vignettes/dtreg.Rmd | 274 ++++++++----- 33 files changed, 763 insertions(+), 536 deletions(-)
Title: Query 'SWI'-'Prolog' from R
Description: This R package connects to SWI-Prolog, <https://www.swi-prolog.org/>, so that R can send deterministic and non-deterministic queries to prolog (consult, query/submit, once, findall).
Author: Matthias Gondan [aut, com, cre] ,
European Commission [fnd]
Maintainer: Matthias Gondan <Matthias.Gondan-Rochon@uibk.ac.at>
Diff between rolog versions 0.9.18 dated 2024-07-09 and 0.9.20 dated 2025-02-15
rolog-0.9.18/rolog/tests |only rolog-0.9.20/rolog/DESCRIPTION | 12 rolog-0.9.20/rolog/MD5 | 18 rolog-0.9.20/rolog/NEWS.md | 9 rolog-0.9.20/rolog/README.md | 111 +---- rolog-0.9.20/rolog/build/vignette.rds |binary rolog-0.9.20/rolog/inst/doc/rolog.html | 717 ++++++++++++++++----------------- rolog-0.9.20/rolog/src/Makevars | 4 rolog-0.9.20/rolog/src/Makevars.win | 2 rolog-0.9.20/rolog/src/crolog.cpp | 153 ++++++- 10 files changed, 571 insertions(+), 455 deletions(-)
Title: ICESat-2 Altimeter Data using R
Description: Programmatic connection to the 'OpenAltimetry API' <https://openaltimetry.earthdatacloud.nasa.gov/data/openapi/swagger-ui/index.html/> to download and process 'ATL03' (Global Geolocated Photon Data), 'ATL06' (Land Ice Height), 'ATL07' (Sea Ice Height), 'ATL08' (Land and Vegetation Height), 'ATL10' (Sea Ice Freeboard), 'ATL12' (Ocean Surface Height) and 'ATL13' (Inland Water Surface Height) 'ICESat-2' Altimeter Data. The user has the option to download the data by selecting a bounding box from a 1- or 5-degree grid globally utilizing a shiny application. The 'ICESat-2' mission collects altimetry data of the Earth's surface. The sole instrument on 'ICESat-2' is the Advanced Topographic Laser Altimeter System (ATLAS) instrument that measures ice sheet elevation change and sea ice thickness, while also generating an estimate of global vegetation biomass. 'ICESat-2' continues the important observations of ice-sheet elevation change, sea-ice freeboard, and vegetation canopy height begu [...truncated...]
Author: Lampros Mouselimis [aut, cre] ,
OpenAltimetry.org [cph]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Diff between IceSat2R versions 1.0.6 dated 2024-08-17 and 1.0.7 dated 2025-02-15
DESCRIPTION | 10 +-- MD5 | 28 ++++---- NEWS.md | 7 ++ R/mission_orbits.R | 34 ++++++++++ README.md | 13 ++-- build/vignette.rds |binary data/RGT_cycle_14.rda |binary data/ne_10m_glaciated_areas.rda |binary inst/data_files/technical_specs_urls.csv | 60 +++++++++---------- inst/doc/IceSat-2_Atlas_products_PDF.pdf |binary inst/doc/IceSat-2_Mission_Orbits_PDF.pdf |binary inst/doc/IceSat-2_Virtual_File_System_Orbits_PDF.pdf |binary tests/testthat/test-API_utils.R | 8 ++ tests/testthat/test-get_Atlas_data.R | 10 ++- tests/testthat/test-mission_orbits.R | 17 +++-- 15 files changed, 122 insertions(+), 65 deletions(-)
Title: Flexible Parametric Cure Models
Description: Flexible parametric mixture and non-mixture cure models for time-to-event data.
Author: Jordan Amdahl [aut, cre]
Maintainer: Jordan Amdahl <jrdnmdhl@gmail.com>
Diff between flexsurvcure versions 1.3.1 dated 2022-11-01 and 1.3.3 dated 2025-02-15
DESCRIPTION | 10 +- MD5 | 18 ++-- NEWS.md | 6 + R/flexsurvcure.R | 12 +- R/mixture.r | 2 R/nonmixture.R | 4 build/vignette.rds |binary inst/doc/flexsurvcure.R | 10 +- inst/doc/flexsurvcure.html | 198 +++++++++++++++++++++++---------------------- man/flexsurvcure.Rd | 10 +- 10 files changed, 141 insertions(+), 129 deletions(-)
Title: Topological Data Analysis: Mapper Algorithm
Description: The Mapper algorithm from Topological Data Analysis, the steps are as follows 1. Define a filter (lens) function on the data. 2. Perform clustering within each level set. 3. Generate a complex from the clustering results.
Author: ChiChien Wang [aut, cre, trl],
Paul Pearson [ctb],
Daniel Muellner [ctb],
Gurjeet Singh [ctb]
Maintainer: ChiChien Wang <kennywang2003@gmail.com>
Diff between MapperAlgo versions 1.0.1 dated 2024-12-08 and 1.0.2 dated 2025-02-15
DESCRIPTION | 9 +- MD5 | 16 ++-- NAMESPACE | 4 + R/Cluster.R | 158 ++++++++++++++++++++++--------------------- R/MapperAlgo.R | 92 ++++++++++++++++--------- README.md | 33 ++++++-- man/MapperAlgo.Rd | 10 +- man/figures/Performance1.png |only man/figures/Performance2.png |only man/perform_clustering.Rd | 3 10 files changed, 189 insertions(+), 136 deletions(-)
Title: R2 Statistic
Description: R2 statistic for significance test. Variance and covariance of R2 values used to assess the 95% CI and p-value of the R2 difference.
Author: Hong Lee [aut, cph],
Moksedul Momin [aut, cre, cph]
Maintainer: Moksedul Momin <cvasu.momin@gmail.com>
Diff between r2redux versions 1.0.17 dated 2023-11-28 and 1.0.18 dated 2025-02-15
r2redux-1.0.17/r2redux/tests |only r2redux-1.0.18/r2redux/DESCRIPTION | 6 +++--- r2redux-1.0.18/r2redux/MD5 | 6 ++---- r2redux-1.0.18/r2redux/R/r_diff.r | 14 +++++--------- 4 files changed, 10 insertions(+), 16 deletions(-)
Title: Estimates OIPP and OIZTNB Regression Models
Description: Estimates one-inflated positive Poisson (OIPP) and
one-inflated zero-truncated negative binomial (OIZTNB) regression
models. A suite of ancillary statistical tools are also provided,
including: estimation of positive Poisson (PP) and zero-truncated
negative binomial (ZTNB) models; marginal effects and their standard
errors; diagnostic likelihood ratio and Wald tests; plotting;
predicted counts and expected responses; and random variate
generation. The models and tools, as well as four applications, are
shown in Godwin, R. T. (2024). "One-inflated zero-truncated count
regression models" arXiv preprint <doi:10.48550/arXiv.2402.02272>.
Author: Ryan T. Godwin [aut, cre]
Maintainer: Ryan T. Godwin <ryan.godwin@umanitoba.ca>
Diff between oneinfl versions 1.0.0 dated 2025-02-06 and 1.0.1 dated 2025-02-15
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 7 +++++++ R/dEdq_nb.R | 5 +++-- R/dEdq_pois.R | 5 +++-- R/margins.R | 10 +++++----- R/summary-oneinfl.R | 4 ++-- 7 files changed, 29 insertions(+), 20 deletions(-)
Title: Influence Function Based Estimate Objects
Description: Implements an S7 class for estimates based on influence functions.
Standard arithmetic operations are defined for the class.
Author: Nicholas Williams [aut, cre, cph]
Maintainer: Nicholas Williams <ntwilliams.personal@gmail.com>
Diff between ife versions 0.1.0 dated 2024-11-08 and 0.1.12 dated 2025-02-14
DESCRIPTION | 6 +++--- MD5 | 15 ++++++++------- NAMESPACE | 2 ++ NEWS.md |only R/ife.R | 7 +++++-- R/influence_func_estimand.R | 20 ++++++++++++++++---- README.md | 22 +++++++++++++--------- man/ife_constructor.Rd | 14 ++++++++++++-- tests/testthat/test-validator.R | 4 ++++ 9 files changed, 63 insertions(+), 27 deletions(-)
Title: Encapsulated Classes with Reference Semantics
Description: Creates classes with reference semantics, similar to R's
built-in reference classes. Compared to reference classes, R6 classes
are simpler and lighter-weight, and they are not built on S4 classes
so they do not require the methods package. These classes allow public
and private members, and they support inheritance, even when the
classes are defined in different packages.
Author: Winston Chang [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Winston Chang <winston@posit.co>
Diff between R6 versions 2.6.0 dated 2025-02-12 and 2.6.1 dated 2025-02-14
DESCRIPTION | 6 +++--- MD5 | 7 ++++--- NEWS.md | 8 ++++++-- R/r6_class.R | 5 +++-- tests/testthat/test-dollarnames.R |only 5 files changed, 16 insertions(+), 10 deletions(-)
Title: Automated Estimation of Sigmoidal and Piecewise Linear Mixed
Models
Description: Estimation of relatively complex nonlinear mixed-effects models, including the Sigmoidal Mixed Model and the Piecewise Linear Mixed Model with abrupt or smooth transition, through a single intuitive line of code and with automated generation of starting values.
Author: Maude Wagner [aut, cre] ,
Ana W. Capuano [aut],
Emmanuelle Comets [ctb]
Maintainer: Maude Wagner <maude_wagner@rush.edu>
Diff between nlive versions 0.6.0 dated 2024-05-26 and 0.7.0 dated 2025-02-14
DESCRIPTION | 10 +++++----- MD5 | 8 +++++--- NAMESPACE | 12 ++++++++++++ R/globals.R | 5 ++++- R/nlive.splines.R |only man/nlive.splines.Rd |only 6 files changed, 26 insertions(+), 9 deletions(-)
Title: Automatic Shift Detection using a Phylogenetic EM
Description: Implementation of the automatic shift detection method for
Brownian Motion (BM) or Ornstein–Uhlenbeck (OU) models of trait evolution on
phylogenies. Some tools to handle equivalent shifts configurations are also
available. See Bastide et al. (2017) <doi:10.1111/rssb.12206> and
Bastide et al. (2018) <doi:10.1093/sysbio/syy005>.
Author: Paul Bastide [aut, cre],
Mahendra Mariadassou [ctb]
Maintainer: Paul Bastide <paul.bastide@m4x.org>
Diff between PhylogeneticEM versions 1.7.0 dated 2024-01-31 and 1.8.0 dated 2025-02-14
DESCRIPTION | 11 MD5 | 46 +-- NAMESPACE | 1 NEWS.md | 8 R/estimateEM.R | 301 ++++++++++++++------- R/generic_functions.R | 1 R/model_selection.R | 1 R/plot_functions.R | 2 build/vignette.rds |binary inst/doc/monkeys.R | 36 +- inst/doc/monkeys.Rmd | 2 inst/doc/monkeys.html | 400 +--------------------------- inst/doc/tutorial.R | 28 - inst/doc/tutorial.Rmd | 2 inst/doc/tutorial.html | 72 ----- man/PhyloEM.Rd | 6 man/estimateEM.Rd | 2 man/merge_alpha_grids.Rd |only man/plot.PhyloEM.Rd | 2 man/plot.equivalent_shifts.Rd | 2 man/plot.params_process.Rd | 2 tests/testthat/test-utilities-merge_alpha.R |only tests/testthat/test-utilities-rotations.R | 65 ++++ vignettes/monkeys.Rmd | 2 vignettes/tutorial.Rmd | 2 25 files changed, 388 insertions(+), 606 deletions(-)
More information about PhylogeneticEM at CRAN
Permanent link
Title: NHDPlus Tools
Description: Tools for traversing and working with National Hydrography Dataset Plus (NHDPlus) data. All methods implemented in 'nhdplusTools' are available in the NHDPlus documentation available from the US Environmental Protection Agency <https://www.epa.gov/waterdata/basic-information>.
Author: David Blodgett [aut, cre] ,
Mike Johnson [aut] ,
Marc Weber [ctb] ,
Josh Erickson [ctb],
Lauren Koenig [ctb]
Maintainer: David Blodgett <dblodgett@usgs.gov>
Diff between nhdplusTools versions 1.3.0 dated 2024-12-18 and 1.3.1 dated 2025-02-14
nhdplusTools-1.3.0/nhdplusTools/man/discover_nldi_characteristics.Rd |only nhdplusTools-1.3.0/nhdplusTools/man/get_nldi_characteristics.Rd |only nhdplusTools-1.3.1/nhdplusTools/DESCRIPTION | 8 nhdplusTools-1.3.1/nhdplusTools/MD5 | 44 nhdplusTools-1.3.1/nhdplusTools/NAMESPACE | 3 nhdplusTools-1.3.1/nhdplusTools/NEWS.md | 6 nhdplusTools-1.3.1/nhdplusTools/R/A_nhdplusTools.R | 1050 +-- nhdplusTools-1.3.1/nhdplusTools/R/arcrest_tools.R | 462 - nhdplusTools-1.3.1/nhdplusTools/R/downloading_tools.R | 3 nhdplusTools-1.3.1/nhdplusTools/R/get_hydro.R | 67 nhdplusTools-1.3.1/nhdplusTools/R/get_nldi.R | 78 nhdplusTools-1.3.1/nhdplusTools/inst/doc/get_3dhp_data.html | 95 nhdplusTools-1.3.1/nhdplusTools/inst/doc/get_data_overview.html | 3397 +++++++++- nhdplusTools-1.3.1/nhdplusTools/inst/doc/nhdplusTools.html | 3012 ++++++++ nhdplusTools-1.3.1/nhdplusTools/inst/doc/nhdplushr.html | 4 nhdplusTools-1.3.1/nhdplusTools/inst/doc/plot_nhdplus.html | 87 nhdplusTools-1.3.1/nhdplusTools/man/download_nhdplushr.Rd | 3 nhdplusTools-1.3.1/nhdplusTools/man/get_3dhp.Rd | 4 nhdplusTools-1.3.1/nhdplusTools/man/get_huc.Rd | 2 nhdplusTools-1.3.1/nhdplusTools/man/get_nhdphr.Rd |only nhdplusTools-1.3.1/nhdplusTools/man/query_usgs_arcrest.Rd | 8 nhdplusTools-1.3.1/nhdplusTools/tests/testthat/test_01_get_nldi.R | 36 nhdplusTools-1.3.1/nhdplusTools/tests/testthat/test_arcrest.R | 8 nhdplusTools-1.3.1/nhdplusTools/tests/testthat/test_geoconnex.R | 4 nhdplusTools-1.3.1/nhdplusTools/tests/testthat/test_get_nhdphr.R |only 25 files changed, 7253 insertions(+), 1128 deletions(-)
Title: Tensors and Neural Networks with 'GPU' Acceleration
Description: Provides functionality to define and train neural networks similar to
'PyTorch' by Paszke et al (2019) <doi:10.48550/arXiv.1912.01703> but written entirely in R
using the 'libtorch' library. Also supports low-level tensor operations and
'GPU' acceleration.
Author: Daniel Falbel [aut, cre, cph],
Javier Luraschi [aut],
Dmitriy Selivanov [ctb],
Athos Damiani [ctb],
Christophe Regouby [ctb],
Krzysztof Joachimiak [ctb],
Hamada S. Badr [ctb],
Sebastian Fischer [ctb],
Maximilian Pichler [ctb],
RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Diff between torch versions 0.14.1 dated 2025-02-03 and 0.14.2 dated 2025-02-14
DESCRIPTION | 6 +- MD5 | 16 ++--- NEWS.md | 4 + R/install.R | 2 build/partial.rdb |binary configure.win | 2 inst/doc/tensor-creation.html | 8 +- inst/doc/torchscript.html | 112 ++++++++++++++++++++--------------------- inst/include/lantern/lantern.h | 28 ---------- 9 files changed, 78 insertions(+), 100 deletions(-)
Title: Tree Taper Curves and Sorting Based on 'TapeR'
Description: Providing new german-wide 'TapeR' Models and functions for their
evaluation. Included are the most common tree species in Germany (Norway
spruce, Scots pine, European larch, Douglas fir, Silver fir as well as
European beech, Common/Sessile oak and Red oak). Many other species are mapped
to them so that 36 tree species / groups can be processed. Single trees are
defined by species code, one or multiple diameters in arbitrary measuring
height and tree height. The functions then provide information on diameters
along the stem, bark thickness, height of diameters, volume of the total or
parts of the trunk and total and component above-ground biomass. It is also
possible to calculate assortments from the taper curves. Uncertainty
information is provided for diameter, volume and component biomass estimation.
Author: Christian Vonderach [aut, cre],
Edgar Kublin [aut],
Gerald Kaendler [aut]
Maintainer: Christian Vonderach <christian.vonderach@forst.bwl.de>
Diff between TapeS versions 0.13.2 dated 2025-01-22 and 0.13.3 dated 2025-02-14
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 4 ++++ R/sysdata.rda |binary build/partial.rdb |binary inst/doc/tapes.R | 14 +++++++------- inst/doc/tapes.html | 4 ++-- 7 files changed, 22 insertions(+), 18 deletions(-)
Title: The Official SolveBio API Client
Description: R language bindings for SolveBio's API.
SolveBio is a biomedical knowledge hub that enables life science
organizations to collect and harmonize the complex, disparate
"multi-omic" data essential for today's R&D and BI needs.
Author: Tobi Guennel [aut, cre]
Maintainer: Tobi Guennel <tobi.guennel@precisionformedicine.com>
Diff between solvebio versions 2.15.0 dated 2024-08-16 and 2.15.1 dated 2025-02-14
DESCRIPTION | 15 +++++++-------- MD5 | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-)
Title: Run Interruptible Code Asynchronously
Description: Takes an R expression and returns a Job object with a $stop() method
which can be called to terminate the background job. Also provides timeouts
and other mechanisms for automatically terminating a background job. The
result of the expression is available synchronously via $result or
asynchronously with callbacks or through the 'promises' package framework.
Author: Daniel P. Smith [aut, cre] ,
Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith <dansmith01@gmail.com>
Diff between jobqueue versions 1.3.0 dated 2025-02-13 and 1.3.1 dated 2025-02-14
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- NEWS.md | 3 +-- tests/testthat/test-job.r | 2 +- tests/testthat/test-queue.r | 12 ++++++------ tests/testthat/test-worker.r | 17 +++++++++-------- 6 files changed, 26 insertions(+), 26 deletions(-)
Title: Bootstrap for State Space Models
Description: Provides a streamlined and user-friendly framework
for bootstrapping in state space models,
particularly when the number of subjects/units (n) exceeds one,
a scenario commonly encountered in social and behavioral sciences.
For an introduction to state space models in social and behavioral sciences,
refer to Chow, Ho, Hamaker, and Dolan (2010) <doi:10.1080/10705511003661553>.
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Diff between bootStateSpace versions 1.0.1 dated 2025-01-22 and 1.0.2 dated 2025-02-14
DESCRIPTION | 6 - MD5 | 108 +++++++++--------- NEWS.md | 8 + R/bootStateSpace-coef-fit-dynr-dot.R | 4 R/bootStateSpace-dynr-data-dot.R | 2 R/bootStateSpace-dynr-dynamics-dot.R | 20 +-- R/bootStateSpace-dynr-initial-dot.R | 12 -- R/bootStateSpace-dynr-measurement-dot.R | 16 +- R/bootStateSpace-dynr-noise-dot.R | 14 +- R/bootStateSpace-formula-lin-sde-dot.R | 41 ++---- R/bootStateSpace-formula-ou-dot.R | 97 +++++++--------- R/bootStateSpace-formula-var-dot.R | 41 ++---- R/bootStateSpace-label-full-dot.R | 28 ++-- R/bootStateSpace-label-sym-dot.R | 46 +++---- R/bootStateSpace-lambda-label-dot.R | 14 +- R/bootStateSpace-methods.R | 32 +---- R/bootStateSpace-pb-ci-dot.R | 4 R/bootStateSpace-pb-coef-dynr-dot.R | 24 +--- R/bootStateSpace-pb-ssm-fixed-fork-dot.R | 8 - R/bootStateSpace-pb-ssm-fixed-prep-dynr-dot.R | 14 +- R/bootStateSpace-pb-ssm-fixed-serial-dot.R | 8 - R/bootStateSpace-pb-ssm-fixed-socket-dot.R | 8 - R/bootStateSpace-pb-ssm-fixed.R | 24 +++- R/bootStateSpace-pb-ssm-lin-sde-fixed-fork-dot.R | 8 - R/bootStateSpace-pb-ssm-lin-sde-fixed-prep-dynr-dot.R | 14 +- R/bootStateSpace-pb-ssm-lin-sde-fixed-serial-dot.R | 8 - R/bootStateSpace-pb-ssm-lin-sde-fixed-socket-dot.R | 8 - R/bootStateSpace-pb-ssm-lin-sde-fixed.R | 21 ++- R/bootStateSpace-pb-ssm-ou-fixed-fork-dot.R | 8 - R/bootStateSpace-pb-ssm-ou-fixed-prep-dynr-dot.R | 14 +- R/bootStateSpace-pb-ssm-ou-fixed-serial-dot.R | 8 - R/bootStateSpace-pb-ssm-ou-fixed-socket-dot.R | 8 - R/bootStateSpace-pb-ssm-ou-fixed.R | 21 ++- R/bootStateSpace-pb-ssm-var-fixed-fork-dot.R | 8 - R/bootStateSpace-pb-ssm-var-fixed-prep-dynr-dot.R | 14 +- R/bootStateSpace-pb-ssm-var-fixed-serial-dot.R | 8 - R/bootStateSpace-pb-ssm-var-fixed-socket-dot.R | 8 - R/bootStateSpace-pb-ssm-var-fixed.R | 21 ++- R/bootStateSpace-vec-2-full-mat-dot.R | 2 R/bootStateSpace-vec-2-mat-dot.R | 27 ++-- R/bootStateSpace-vec-2-sym-mat-dot.R | 2 R/linearAlgebra-vec-dot.R | 2 R/linearAlgebra-vech-dot.R | 14 +- R/nBootstrap-bc-ci-dot.R | 12 -- R/nBootstrap-bc-probs-dot.R | 6 - R/nBootstrap-ci-format-dot.R | 2 R/nBootstrap-pc-ci-dot.R | 12 -- R/nBootstrap-pc-probs-dot.R | 8 - R/nBootstrap-z0-dot.R | 10 - R/nBootstrap-z1-dot.R | 4 R/simStateSpace-long-dot.R | 10 - man/PBSSMFixed.Rd | 7 + man/PBSSMLinSDEFixed.Rd | 7 + man/PBSSMOUFixed.Rd | 7 + man/PBSSMVARFixed.Rd | 7 + 55 files changed, 431 insertions(+), 464 deletions(-)
More information about bootStateSpace at CRAN
Permanent link
Title: Bayesian Methods for Change Points Analysis
Description: Perform change points detection on univariate and multivariate time series according to the methods presented by Asael Fabian Martínez and Ramsés H. Mena (2014) <doi:10.1214/14-BA878> and Corradin, Danese and Ongaro (2022) <doi:10.1016/j.ijar.2021.12.019>. It also clusters different types of time dependent data with common change points, see "Model-based clustering of time-dependent observations with common structural changes" (Corradin,Danese,KhudaBukhsh and Ongaro, 2024) <doi:10.48550/arXiv.2410.09552> for details.
Author: Luca Danese [aut, cre, cph] ,
Riccardo Corradin [aut],
Andrea Ongaro [aut]
Maintainer: Luca Danese <l.danese1@campus.unimib.it>
Diff between BayesChange versions 1.1.0 dated 2025-02-13 and 1.1.1 dated 2025-02-14
DESCRIPTION | 6 - MD5 | 26 ++--- NEWS.md | 2 inst/doc/tutorial.R | 134 ++++++++++++++--------------- inst/doc/tutorial.Rmd | 38 ++++---- inst/doc/tutorial.html | 112 +++--------------------- src/Makevars | 11 +- src/code.cpp | 21 +--- tests/testthat/test-test-clust_cp_epi.R | 7 - tests/testthat/test-test-clust_cp_multi.R | 41 ++------ tests/testthat/test-test-clust_cp_uni.R | 25 +---- tests/testthat/test-test-detect_cp_multi.R | 18 +-- tests/testthat/test-test-detect_cp_uni.R | 21 +--- vignettes/tutorial.Rmd | 38 ++++---- 14 files changed, 183 insertions(+), 317 deletions(-)
Title: Simulate Data from State Space Models
Description: Provides a streamlined and user-friendly framework
for simulating data in state space models,
particularly when the number of subjects/units (n) exceeds one,
a scenario commonly encountered in social and behavioral sciences.
For an introduction to state space models in social and behavioral sciences,
refer to Chow, Ho, Hamaker, and Dolan (2010) <doi:10.1080/10705511003661553>.
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Diff between simStateSpace versions 1.2.8 dated 2025-01-23 and 1.2.9 dated 2025-02-14
simStateSpace-1.2.8/simStateSpace/R/linearAlgebra-vec-dot.R |only simStateSpace-1.2.8/simStateSpace/R/linearAlgebra-vech-dot.R |only simStateSpace-1.2.9/simStateSpace/DESCRIPTION | 6 simStateSpace-1.2.9/simStateSpace/MD5 | 82 +++++----- simStateSpace-1.2.9/simStateSpace/NAMESPACE | 2 simStateSpace-1.2.9/simStateSpace/NEWS.md | 6 simStateSpace-1.2.9/simStateSpace/R/RcppExports.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-lin-sde-cov.R |only simStateSpace-1.2.9/simStateSpace/R/simStateSpace-lin-sde-mean.R |only simStateSpace-1.2.9/simStateSpace/R/simStateSpace-long-dot.R | 10 - simStateSpace-1.2.9/simStateSpace/R/simStateSpace-methods-simstatespace.R | 14 - simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-fixed.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-i-vary.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-lin-growth-i-vary.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-lin-growth.R | 12 - simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-lin-sde-fixed.R | 2 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-lin-sde-i-vary.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-ou-fixed.R | 2 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-ou-i-vary.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-var-fixed.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-sim-ssm-var-i-vary.R | 4 simStateSpace-1.2.9/simStateSpace/R/simStateSpace-wide-dot.R | 2 simStateSpace-1.2.9/simStateSpace/man/LinSDE2SSM.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/LinSDECov.Rd |only simStateSpace-1.2.9/simStateSpace/man/LinSDEMean.Rd |only simStateSpace-1.2.9/simStateSpace/man/SimBetaN.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimPhiN.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMFixed.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMIVary.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMLinGrowth.Rd | 10 - simStateSpace-1.2.9/simStateSpace/man/SimSSMLinGrowthIVary.Rd | 4 simStateSpace-1.2.9/simStateSpace/man/SimSSMLinSDEFixed.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMLinSDEIVary.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMOUFixed.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMOUIVary.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMVARFixed.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/SimSSMVARIVary.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/TestPhi.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/TestStability.Rd | 2 simStateSpace-1.2.9/simStateSpace/man/TestStationarity.Rd | 2 simStateSpace-1.2.9/simStateSpace/src/RcppExports.cpp | 14 + simStateSpace-1.2.9/simStateSpace/src/source.cpp | 13 + simStateSpace-1.2.9/simStateSpace/tests/testthat/test-simStateSpace-lin-sde-cov.R |only simStateSpace-1.2.9/simStateSpace/tests/testthat/test-simStateSpace-lin-sde-mean.R |only simStateSpace-1.2.9/simStateSpace/tests/testthat/test-simStateSpace-sim-ssm-lin-growth.R | 8 simStateSpace-1.2.9/simStateSpace/tests/testthat/test-simStateSpace-sim-ssm-lin-sde-i-vary.R | 62 +++++++ 46 files changed, 210 insertions(+), 99 deletions(-)
Title: (Kernel) Isotope Niche Estimation
Description: Applies methods used to estimate animal homerange, but
instead of geospatial coordinates, we use isotopic coordinates. The estimation
methods include: 1) 2-dimensional bivariate normal kernel utilization density
estimator, 2) bivariate normal ellipse estimator, and 3) minimum convex polygon
estimator, all applied to stable isotope data. Additionally, functions to
determine niche area, polygon overlap between groups and levels (confidence
contours) and plotting capabilities.
Author: Shannon E Albeke [aut, cre]
Maintainer: Shannon E Albeke <salbeke@uwyo.edu>
Diff between rKIN versions 1.0.2 dated 2023-10-02 and 1.0.3 dated 2025-02-14
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- R/plotKIN.R | 2 +- build/vignette.rds |binary 4 files changed, 9 insertions(+), 9 deletions(-)
Title: 'parsnip' Engines for Survival Models
Description: Engines for survival models from the 'parsnip' package. These
include parametric models (e.g., Jackson (2016)
<doi:10.18637/jss.v070.i08>), semi-parametric (e.g., Simon et al
(2011) <doi:10.18637/jss.v039.i05>), and tree-based models (e.g.,
Buehlmann and Hothorn (2007) <doi:10.1214/07-STS242>).
Author: Emil Hvitfeldt [aut] ,
Hannah Frick [aut, cre] ,
Posit Software, PBC [cph, fnd]
Maintainer: Hannah Frick <hannah@posit.co>
Diff between censored versions 0.3.2 dated 2024-06-11 and 0.3.3 dated 2025-02-14
DESCRIPTION | 15 ++- MD5 | 43 ++++++---- NEWS.md | 7 + R/censored-package.R | 30 ++++++- R/survival_reg-data.R | 51 ++++++------ R/survival_reg-flexsurv.R | 43 ++++++++++ R/survival_reg-survival.R | 42 ++-------- README.md | 26 +++--- tests/testthat/_snaps/bag_tree-rpart.md | 8 ++ tests/testthat/_snaps/boost_tree-mboost.md |only tests/testthat/_snaps/decision_tree-partykit.md |only tests/testthat/_snaps/decision_tree-rpart.md |only tests/testthat/_snaps/proportional_hazards-survival.md | 8 ++ tests/testthat/_snaps/rand_forest-aorsf.md |only tests/testthat/_snaps/rand_forest-partykit.md |only tests/testthat/test-bag_tree-rpart.R | 31 +++++-- tests/testthat/test-boost_tree-mboost.R | 34 ++++++-- tests/testthat/test-decision_tree-partykit.R | 32 ++++++-- tests/testthat/test-decision_tree-rpart.R | 46 ++++++++--- tests/testthat/test-proportional_hazards-survival.R | 40 +++++++--- tests/testthat/test-rand_forest-aorsf.R | 47 +++++++++-- tests/testthat/test-rand_forest-partykit.R | 32 +++++--- tests/testthat/test-survival_reg-flexsurv.R | 67 ++++++++--------- tests/testthat/test-survival_reg-flexsurvspline.R | 58 ++++++-------- tests/testthat/test-survival_reg-survival.R | 39 +++++++-- 25 files changed, 458 insertions(+), 241 deletions(-)
Title: EcoPhyloMapper
Description: Facilitates the aggregation of species' geographic ranges from vector or raster spatial data, and that enables the calculation of various morphological and phylogenetic community metrics across geography. Citation: Title, PO, DL Swiderski and ML Zelditch (2022) <doi:10.1111/2041-210X.13914>.
Author: Pascal Title [aut, cre] ,
Donald Swiderski [aut],
Miriam Zelditch [aut]
Maintainer: Pascal Title <pascal.title@stonybrook.edu>
Diff between epm versions 1.1.3 dated 2024-09-13 and 1.1.4 dated 2025-02-14
DESCRIPTION | 6 +++--- MD5 | 18 +++++++++--------- R/addTraits.R | 12 +++++++++++- R/plot.epmGrid.R | 6 +++++- R/plotDispersionField.R | 6 +++++- R/plotSpRange.R | 6 +++++- build/partial.rdb |binary man/plot.Rd | 2 +- man/plotDispersionField.Rd | 2 +- man/plotSpRange.Rd | 2 +- 10 files changed, 41 insertions(+), 19 deletions(-)
Title: Support Many Languages in R
Description: An object model for source text and translations. Find and extract
translatable strings. Provide translations and seamlessly retrieve them at
runtime.
Author: Jean-Mathieu Potvin [aut, cre, cph],
Jerome Lavoue [ctb, fnd, rev]
Maintainer: Jean-Mathieu Potvin <jeanmathieupotvin@ununoctium.dev>
Diff between transltr versions 0.0.1 dated 2025-01-24 and 0.1.0 dated 2025-02-14
transltr-0.0.1/transltr/R/constants.R |only transltr-0.0.1/transltr/R/translate-is-call.R |only transltr-0.0.1/transltr/R/translate.R |only transltr-0.0.1/transltr/man/translate-is-call.Rd |only transltr-0.0.1/transltr/man/translate.Rd |only transltr-0.0.1/transltr/tests/testthat/_snaps/constants.md |only transltr-0.0.1/transltr/tests/testthat/_snaps/normalize.md |only transltr-0.0.1/transltr/tests/testthat/_snaps/translate.md |only transltr-0.0.1/transltr/tests/testthat/test-constants.R |only transltr-0.0.1/transltr/tests/testthat/test-translate-is-call.R |only transltr-0.0.1/transltr/tests/testthat/test-translate.R |only transltr-0.1.0/transltr/DESCRIPTION | 26 transltr-0.1.0/transltr/MD5 | 155 ++--- transltr-0.1.0/transltr/NAMESPACE | 2 transltr-0.1.0/transltr/NEWS.md | 73 ++ transltr-0.1.0/transltr/R/aaa.R |only transltr-0.1.0/transltr/R/assert.R | 34 - transltr-0.1.0/transltr/R/class-location.R | 32 - transltr-0.1.0/transltr/R/class-text.R | 133 ++-- transltr-0.1.0/transltr/R/class-translator.R | 245 +++----- transltr-0.1.0/transltr/R/find-source-in-exprs.R | 122 ++-- transltr-0.1.0/transltr/R/find-source.R | 210 ++++-- transltr-0.1.0/transltr/R/flat.R | 26 transltr-0.1.0/transltr/R/hash.R | 35 + transltr-0.1.0/transltr/R/language.R | 5 transltr-0.1.0/transltr/R/normalize.R | 93 +-- transltr-0.1.0/transltr/R/serialize.R | 98 +-- transltr-0.1.0/transltr/R/text-io.R | 3 transltr-0.1.0/transltr/R/translator-io.R | 36 - transltr-0.1.0/transltr/R/transltr-package.R | 21 transltr-0.1.0/transltr/R/utils-format-vector.R | 48 - transltr-0.1.0/transltr/R/utils-strings.R | 31 - transltr-0.1.0/transltr/R/zzz.R | 16 transltr-0.1.0/transltr/README.md | 44 + transltr-0.1.0/transltr/inst |only transltr-0.1.0/transltr/man/assert.Rd | 40 - transltr-0.1.0/transltr/man/class-location-ranges.Rd | 6 transltr-0.1.0/transltr/man/class-location.Rd | 11 transltr-0.1.0/transltr/man/class-text.Rd | 107 +-- transltr-0.1.0/transltr/man/class-translator.Rd | 301 +++++----- transltr-0.1.0/transltr/man/constants.Rd | 43 - transltr-0.1.0/transltr/man/find-source-in-file.Rd | 81 +- transltr-0.1.0/transltr/man/find-source.Rd | 201 ++++-- transltr-0.1.0/transltr/man/flat.Rd | 20 transltr-0.1.0/transltr/man/hash.Rd | 13 transltr-0.1.0/transltr/man/language.Rd | 8 transltr-0.1.0/transltr/man/normalize.Rd | 48 - transltr-0.1.0/transltr/man/serialize.Rd | 39 - transltr-0.1.0/transltr/man/text-io.Rd | 11 transltr-0.1.0/transltr/man/translator-io.Rd | 44 - transltr-0.1.0/transltr/man/transltr-package.Rd | 18 transltr-0.1.0/transltr/man/utils-format-vector.Rd | 55 - transltr-0.1.0/transltr/man/utils-strings.Rd | 25 transltr-0.1.0/transltr/tests/testthat/_mocks/find-source/r-script1.R | 35 - transltr-0.1.0/transltr/tests/testthat/_mocks/find-source/r-script2.R | 34 - transltr-0.1.0/transltr/tests/testthat/_mocks/find-source/r-script3 | 11 transltr-0.1.0/transltr/tests/testthat/_mocks/find-source/r-script4.R |only transltr-0.1.0/transltr/tests/testthat/_snaps/class-text.md | 44 - transltr-0.1.0/transltr/tests/testthat/_snaps/class-translator.md | 54 + transltr-0.1.0/transltr/tests/testthat/_snaps/find-source.md | 27 transltr-0.1.0/transltr/tests/testthat/_snaps/serialize.md | 73 ++ transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io.md | 6 transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io/translations-write-el.txt | 4 transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io/translator-write-el.txt | 4 transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io/translator-write-es.txt | 4 transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io/translator-write-fr.txt | 4 transltr-0.1.0/transltr/tests/testthat/_snaps/translator-io/translator-write-translator.yml | 6 transltr-0.1.0/transltr/tests/testthat/_snaps/utils-strings.md | 26 transltr-0.1.0/transltr/tests/testthat/test-aaa.R |only transltr-0.1.0/transltr/tests/testthat/test-assert.R | 40 - transltr-0.1.0/transltr/tests/testthat/test-class-location.R | 18 transltr-0.1.0/transltr/tests/testthat/test-class-text.R | 77 -- transltr-0.1.0/transltr/tests/testthat/test-class-translator.R | 86 +- transltr-0.1.0/transltr/tests/testthat/test-find-source-in-exprs.R | 123 ++-- transltr-0.1.0/transltr/tests/testthat/test-find-source.R | 88 +- transltr-0.1.0/transltr/tests/testthat/test-flat.R | 10 transltr-0.1.0/transltr/tests/testthat/test-language.R | 8 transltr-0.1.0/transltr/tests/testthat/test-normalize.R | 179 ++--- transltr-0.1.0/transltr/tests/testthat/test-serialize.R | 186 +++--- transltr-0.1.0/transltr/tests/testthat/test-text-io.R | 4 transltr-0.1.0/transltr/tests/testthat/test-translator-io.R | 55 - transltr-0.1.0/transltr/tests/testthat/test-utils-map.R | 8 transltr-0.1.0/transltr/tests/testthat/test-utils-stop.R | 3 transltr-0.1.0/transltr/tests/testthat/test-utils-strings.R | 50 + transltr-0.1.0/transltr/tests/testthat/test-uuid.R | 6 transltr-0.1.0/transltr/tests/testthat/test-zzz.R | 22 86 files changed, 2051 insertions(+), 1803 deletions(-)
Title: MR Spectroscopy Analysis Tools
Description: Tools for reading, visualising and processing Magnetic Resonance
Spectroscopy data. The package includes methods for spectral fitting: Wilson
(2021) <DOI:10.1002/mrm.28385> and spectral alignment: Wilson (2018)
<DOI:10.1002/mrm.27605>.
Author: Martin Wilson [cre, aut] ,
Yong Wang [ctb],
John Muschelli [ctb]
Maintainer: Martin Wilson <martin@pipegrep.co.uk>
Diff between spant versions 3.1.0 dated 2024-12-17 and 3.2.0 dated 2025-02-14
DESCRIPTION | 13 +- MD5 | 42 ++++---- NAMESPACE | 3 NEWS.md | 8 + R/amp_scaling.R | 6 + R/cli_utils.R |only R/fit_display.R | 2 R/fit_svs.R | 179 ++++++++++++++++++++++++++++++-------- R/fitting.R | 16 ++- R/fmrs.R | 12 +- R/interactive_plotting.R | 2 R/mrs_read_dicom.R | 9 + R/qm_simulation.R | 2 inst/cli_scripts |only inst/doc/spant-intro.html | 130 +++++++++++++-------------- inst/doc/spant-preprocessing.html | 4 inst/rmd/dyn_svs_report.Rmd | 23 ++++ inst/rmd/svs_report.Rmd | 118 +++++++++++++++++++------ man/fit_svs.Rd | 33 +++++-- man/get_hrf.Rd |only man/install_cli.Rd |only man/one_page_pdf.Rd | 2 man/ortho3.Rd | 2 man/sim_basis.Rd | 2 24 files changed, 427 insertions(+), 181 deletions(-)
Title: Facilities for Simulating from ODE-Based Models
Description: Facilities for running simulations from ordinary
differential equation ('ODE') models, such as pharmacometrics and other
compartmental models. A compilation manager translates the ODE model
into C, compiles it, and dynamically loads the object code into R for
improved computational efficiency. An event table object facilitates
the specification of complex dosing regimens (optional) and sampling
schedules. NB: The use of this package requires both C and
Fortran compilers, for details on their use with R please see
Section 6.3, Appendix A, and Appendix D in the "R Administration and
Installation" manual. Also the code is mostly released under GPL. The
'VODE' and 'LSODA' are in the public domain. The information is available
in the inst/COPYRIGHTS.
Author: Matthew L. Fidler [aut, cre] ,
Wenping Wang [aut],
Alan Hindmarsh [ctb],
Arun Srinivasan [ctb],
Awad H. Al-Mohy [ctb],
Bill Denney [ctb] ,
Cleve Moler [ctb],
David Cooley [ctb],
Drew Schmidt [ctb],
Ernst Hairer [ctb],
Gabriel Staples [ctb],
Gerhard W [...truncated...]
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Diff between rxode2 versions 3.0.3 dated 2024-12-15 and 3.0.4 dated 2025-02-14
DESCRIPTION | 6 MD5 | 56 +-- NAMESPACE | 4 NEWS.md | 10 R/CTS.R | 4 R/rxUiGet.R | 39 ++ R/rxode-options.R | 4 R/rxode2_md5.R | 2 R/rxrandom.R | 61 +++ data/rxReservedKeywords.rda |binary data/rxResidualError.rda |binary data/rxSyntaxFunctions.rda |binary inst/doc/rxode2-syntax.html | 712 ++++++++++++++++++++++++++---------------- inst/include/rxode2parseVer.h | 4 man/rxUdfUi.Rd | 5 man/rxUiGet.Rd | 6 man/rxnbinom.Rd | 6 man/rxode2.Rd | 77 +--- src/RcppExports.cpp | 4 src/codegen.h | 4 src/cvPost.cpp | 1 src/expandGrid.cpp | 2 src/init.c | 2 src/rxData.cpp | 2 src/rxnbinom.h |only src/rxthreefry.cpp | 52 +-- src/rxthreefry.h | 1 tests/testthat/test-nesting.R |only tests/testthat/test-random.R | 93 +++++ tests/testthat/test-udf.R | 3 30 files changed, 771 insertions(+), 389 deletions(-)
Title: Download Overture Maps Data in R
Description: Overture Maps offers free and open geospatial map data sourced from various providers and standardized to a common schema. This tool allows you to download Overture Maps data for a specific region of interest and convert it to several different file formats. For more information, visit <https://overturemaps.org/download/>.
Author: Dennis Irorere [aut, cre, cph]
Maintainer: Dennis Irorere <denironyx@gmail.com>
Diff between overturemapsr versions 0.0.4 dated 2024-06-24 and 0.1.0 dated 2025-02-14
overturemapsr-0.0.4/overturemapsr/man/get_all_overture_types.Rd |only overturemapsr-0.1.0/overturemapsr/DESCRIPTION | 9 overturemapsr-0.1.0/overturemapsr/MD5 | 21 - overturemapsr-0.1.0/overturemapsr/NAMESPACE | 7 overturemapsr-0.1.0/overturemapsr/NEWS.md | 22 + overturemapsr-0.1.0/overturemapsr/R/core.R | 116 ++++++++-- overturemapsr-0.1.0/overturemapsr/R/utils.R | 6 overturemapsr-0.1.0/overturemapsr/README.md | 23 + overturemapsr-0.1.0/overturemapsr/man/dataset_path.Rd | 13 - overturemapsr-0.1.0/overturemapsr/man/get_all_overture_schema_types.Rd |only overturemapsr-0.1.0/overturemapsr/man/get_dataset_metadata.Rd |only overturemapsr-0.1.0/overturemapsr/man/record_batch_reader.Rd | 11 overturemapsr-0.1.0/overturemapsr/tests/testthat/test-1-core.R | 6 13 files changed, 173 insertions(+), 61 deletions(-)
Title: Routines for Performing Empirical Calibration of Observational
Study Estimates
Description: Routines for performing empirical calibration of observational
study estimates. By using a set of negative control hypotheses we can
estimate the empirical null distribution of a particular observational
study setup. This empirical null distribution can be used to compute a
calibrated p-value, which reflects the probability of observing an
estimated effect size when the null hypothesis is true taking both random
and systematic error into account. A similar approach can be used to
calibrate confidence intervals, using both negative and positive controls.
For more details, see Schuemie et al. (2013) <doi:10.1002/sim.5925> and
Schuemie et al. (2018) <doi:10.1073/pnas.1708282114>.
Author: Martijn Schuemie [aut, cre] ,
Marc Suchard [aut]
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Diff between EmpiricalCalibration versions 3.1.3 dated 2024-09-30 and 3.1.4 dated 2025-02-14
DESCRIPTION | 8 MD5 | 46 +-- NEWS.md | 13 R/ConfidenceIntervalCalibration.R | 2 R/Data.R | 2 R/EmpiricalCalibration.R | 2 R/EmpiricalCalibrationUsingAsymptotics.R | 11 R/EmpiricalCalibrationUsingMcmc.R | 9 R/Evaluation.R | 2 R/ExpectedSystematicError.R | 30 +- R/Likelihoods.R | 2 R/LlrCalibration.R | 2 R/MaxSprtCriticalValues.R | 2 R/Plots.R | 2 R/Simulation.R | 2 inst/doc/EmpiricalCiCalibrationVignette.pdf |binary inst/doc/EmpiricalMaxSprtCalibrationVignette.R | 176 ++++++------- inst/doc/EmpiricalMaxSprtCalibrationVignette.pdf |binary inst/doc/EmpiricalPCalibrationVignette.pdf |binary src/RcppWrapper.cpp | 2 tests/testthat/test-EmpiricalCalibrationUsingAsymptotics.R | 11 tests/testthat/test-LlrCalibration.R | 110 ++++---- tests/testthat/test-asymptoticNull.R | 5 tests/testthat/test-empiricalCalibrationUsingMcmc.R | 3 24 files changed, 238 insertions(+), 204 deletions(-)
More information about EmpiricalCalibration at CRAN
Permanent link
Title: Statistical Evaluation of UMAP Dimensionality Reductions
Description: A metric expressing the quality of a UMAP layout. This is a
package that contains the Saturn_coefficient() function that reads an
input matrix, its dimensionality reduction produced by UMAP, and
evaluates the quality of this dimensionality reduction by producing a
real value in the [0; 1] interval. We call this real value Saturn
coefficient. A higher value means better dimensionality reduction; a
lower value means worse dimensionality reduction.
Reference: Davide Chicco et al. "The Saturn coefficient for evaluating
the quality of UMAP dimensionality reduction results" (2025, in preparation).
Author: Davide Chicco [aut, cre]
Maintainer: Davide Chicco <davidechicco@davidechicco.it>
Diff between SaturnCoefficient versions 1.3 dated 2024-12-17 and 1.4 dated 2025-02-14
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/Saturn_coefficient.r | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-)
More information about SaturnCoefficient at CRAN
Permanent link
Title: Tools to Match Corporate Lending Portfolios with Climate Data
Description: These tools implement in R a fundamental part of the software
'PACTA' (Paris Agreement Capital Transition Assessment), which is a
free tool that calculates the alignment between financial portfolios
and climate scenarios (<https://www.transitionmonitor.com/>). Financial
institutions use 'PACTA' to study how their capital allocation
decisions align with climate change mitigation goals. This package
matches data from corporate lending portfolios to asset level data
from market-intelligence databases (e.g. power plant capacities,
emission factors, etc.). This is the first step to assess if a
financial portfolio aligns with climate goals.
Author: Jacob Kastl [aut, cre, ctr] ,
Alex Axthelm [aut, ctr] ,
Jackson Hoffart [aut, ctr] ,
Mauro Lepore [aut, ctr] ,
Klaus Hagedorn [aut],
Florence Palandri [aut],
Evgeny Petrovsky [aut],
RMI [cph, fnd]
Maintainer: Jacob Kastl <jacob.kastl@gmail.com>
Diff between r2dii.match versions 0.3.0 dated 2024-12-04 and 0.4.0 dated 2025-02-14
DESCRIPTION | 29 +++++++++++++++-------------- MD5 | 17 ++++++++++------- NEWS.md | 6 ++++++ R/data_dictionary.R |only README.md | 2 +- data |only man/data_dictionary.Rd |only man/r2dii.match-package.Rd | 4 ++-- tests/testthat.R | 2 ++ tests/testthat/test-match_name.R | 27 +++++++++++++++++++++++++++ tests/testthat/test-prioritize.R | 39 +++++++++++++++++++++++++++++++++++++++ 11 files changed, 102 insertions(+), 24 deletions(-)
Title: Nonlinear Mixed Effects Models in Population PK/PD, Plot
Functions
Description: Fit and compare nonlinear mixed-effects models in
differential equations with flexible dosing information commonly seen
in pharmacokinetics and pharmacodynamics (Almquist, Leander, and
Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation
solving is by compiled C code provided in the 'rxode2' package (Wang,
Hallow, and James 2015 <doi:10.1002/psp4.12052>). This package is for
'ggplot2' plotting methods for 'nlmixr2' objects.
Author: Matthew Fidler [aut, cre] ,
Bill Denney [ctb] ,
Wenping Wang [aut],
Vipul Mann [aut]
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Diff between nlmixr2plot versions 3.0.0 dated 2024-09-18 and 3.0.1 dated 2025-02-14
DESCRIPTION | 8 ++++---- MD5 | 9 +++++---- NAMESPACE | 1 + NEWS.md | 4 ++++ R/nlmixr2PlotList.R | 37 +++++++++++++++++++++++++++++++++++++ tests/testthat/test-add.R |only 6 files changed, 51 insertions(+), 8 deletions(-)
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.5 dated 2024-06-24 and 0.1.6 dated 2025-02-14
DESCRIPTION | 6 +-- MD5 | 41 +++++++++++++-------------- NEWS.md | 19 ++++++++++++ R/databricks-utils.R | 20 +++++++++---- R/dplyr.R | 6 +-- R/ide-connections-pane.R | 6 +-- R/python-install.R | 3 - R/python-use-envname.R | 2 - R/sparklyr-spark-apply.R | 13 +++++--- R/sparklyr-spark-connect.R | 31 ++++++++++++-------- R/start-stop-service.R | 4 ++ tests/testthat/_snaps/databricks-utils.md |only tests/testthat/_snaps/dplyr.md | 4 +- tests/testthat/_snaps/python-install.md | 11 +++---- tests/testthat/helper-databricks.R | 16 ++++++++++ tests/testthat/helper-init.R | 1 tests/testthat/helper-utils.R | 2 - tests/testthat/test-databricks-utils.R | 8 +++-- tests/testthat/test-dplyr.R | 13 +++++--- tests/testthat/test-ml-pipeline.R | 2 + tests/testthat/test-sparklyr-spark-apply.R | 1 tests/testthat/test-sparklyr-spark-connect.R | 18 +++++++++++ 22 files changed, 157 insertions(+), 70 deletions(-)
Title: Analysis of Ecological Data: Exploratory and Euclidean Methods
in Environmental Sciences
Description: Tools for multivariate data analysis. Several methods are provided for the analysis (i.e., ordination) of one-table (e.g., principal component analysis, correspondence analysis), two-table (e.g., coinertia analysis, redundancy analysis), three-table (e.g., RLQ analysis) and K-table (e.g., STATIS, multiple coinertia analysis). The philosophy of the package is described in Dray and Dufour (2007) <doi:10.18637/jss.v022.i04>.
Author: Stephane Dray [aut] ,
Anne-Beatrice Dufour [aut] ,
Jean Thioulouse [aut] ,
Daniel Chessel [ant],
Thibaut Jombart [ctb],
Sandrine Pavoine [ctb],
Jean R. Lobry [ctb],
Sebastien Ollier [ctb],
Daniel Borcard [ctb],
Pierre Legendre [ctb],
Stephanie Bougea [...truncated...]
Maintainer: Aurelie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>
Diff between ade4 versions 1.7-22 dated 2023-02-06 and 1.7-23 dated 2025-02-14
ade4-1.7-22/ade4/R/multispati.R |only ade4-1.7-22/ade4/R/multispati.randtest.R |only ade4-1.7-22/ade4/R/multispati.rtest.R |only ade4-1.7-22/ade4/man/multispati.Rd |only ade4-1.7-22/ade4/man/multispati.randtest.Rd |only ade4-1.7-22/ade4/man/multispati.rtest.Rd |only ade4-1.7-23/ade4/DESCRIPTION | 49 ++- ade4-1.7-23/ade4/MD5 | 350 ++++++++++----------- ade4-1.7-23/ade4/NAMESPACE | 11 ade4-1.7-23/ade4/NEWS.md |only ade4-1.7-23/ade4/R/add.scatter.R | 18 - ade4-1.7-23/ade4/R/ade4-deprecated.R | 302 ++++++++++++++++++ ade4-1.7-23/ade4/R/amova.R | 6 ade4-1.7-23/ade4/R/apqe.R | 200 ++++++------ ade4-1.7-23/ade4/R/area.plot.R | 18 - ade4-1.7-23/ade4/R/as.taxo.R | 2 ade4-1.7-23/ade4/R/bca.R | 8 ade4-1.7-23/ade4/R/bca.coinertia.R | 8 ade4-1.7-23/ade4/R/bca.rlq.R | 8 ade4-1.7-23/ade4/R/betwitdpcoa.R | 20 - ade4-1.7-23/ade4/R/cailliez.R | 4 ade4-1.7-23/ade4/R/coinertia.R | 10 ade4-1.7-23/ade4/R/combine.4thcorner.R | 37 +- ade4-1.7-23/ade4/R/corkdist.R | 22 - ade4-1.7-23/ade4/R/dagnelie.test.R | 8 ade4-1.7-23/ade4/R/disc.R | 6 ade4-1.7-23/ade4/R/discrimin.R | 8 ade4-1.7-23/ade4/R/dist.binary.R | 2 ade4-1.7-23/ade4/R/dist.dudi.R | 4 ade4-1.7-23/ade4/R/dist.ktab.R | 40 +- ade4-1.7-23/ade4/R/dist.neig.R | 2 ade4-1.7-23/ade4/R/dist.quant.R | 4 ade4-1.7-23/ade4/R/divc.R | 4 ade4-1.7-23/ade4/R/dotchart.phylog.R | 26 - ade4-1.7-23/ade4/R/dotcircle.R | 26 - ade4-1.7-23/ade4/R/dpcoa.R | 8 ade4-1.7-23/ade4/R/dudi.R | 311 +++++++++---------- ade4-1.7-23/ade4/R/dudi.acm.R | 8 ade4-1.7-23/ade4/R/dudi.mix.R | 4 ade4-1.7-23/ade4/R/dudi.pco.R | 6 ade4-1.7-23/ade4/R/foucart.R | 16 ade4-1.7-23/ade4/R/fourthcorner.R | 8 ade4-1.7-23/ade4/R/fourthcorner.rlq.R | 4 ade4-1.7-23/ade4/R/is.euclid.R | 2 ade4-1.7-23/ade4/R/kdist.R | 4 ade4-1.7-23/ade4/R/kplot.foucart.R | 10 ade4-1.7-23/ade4/R/kplot.mcoa.R | 20 - ade4-1.7-23/ade4/R/kplot.mfa.R | 12 ade4-1.7-23/ade4/R/kplot.pta.R | 14 ade4-1.7-23/ade4/R/kplot.sepan.R | 22 - ade4-1.7-23/ade4/R/kplot.statis.R | 10 ade4-1.7-23/ade4/R/krandboot.R | 4 ade4-1.7-23/ade4/R/krandtest.R | 28 - ade4-1.7-23/ade4/R/krandxval.R | 4 ade4-1.7-23/ade4/R/lingoes.R | 2 ade4-1.7-23/ade4/R/loocv.R | 14 ade4-1.7-23/ade4/R/mantel.rtest.R | 10 ade4-1.7-23/ade4/R/mbpcaiv.R | 10 ade4-1.7-23/ade4/R/mbpls.R | 6 ade4-1.7-23/ade4/R/mcoa.R | 32 - ade4-1.7-23/ade4/R/mdpcoa.R | 452 ++++++++++++++-------------- ade4-1.7-23/ade4/R/mfa.R | 14 ade4-1.7-23/ade4/R/mld.R | 46 +- ade4-1.7-23/ade4/R/newick2phylog.R | 2 ade4-1.7-23/ade4/R/niche.R | 8 ade4-1.7-23/ade4/R/nipals.R | 6 ade4-1.7-23/ade4/R/orthobasis.R | 4 ade4-1.7-23/ade4/R/p.adjust.4thcorner.R | 10 ade4-1.7-23/ade4/R/pcaiv.R | 26 - ade4-1.7-23/ade4/R/pcaivortho.R | 8 ade4-1.7-23/ade4/R/plot.4thcorner.R | 38 +- ade4-1.7-23/ade4/R/plot.phylog.R | 66 ++-- ade4-1.7-23/ade4/R/print.4thcorner.R | 2 ade4-1.7-23/ade4/R/procuste.R | 8 ade4-1.7-23/ade4/R/pta.R | 14 ade4-1.7-23/ade4/R/quasieuclid.R | 2 ade4-1.7-23/ade4/R/randboot.R | 4 ade4-1.7-23/ade4/R/randtest.R | 14 ade4-1.7-23/ade4/R/randtest.pcaiv.R | 10 ade4-1.7-23/ade4/R/randtest.pcaivortho.R | 10 ade4-1.7-23/ade4/R/randxval.R | 4 ade4-1.7-23/ade4/R/rlq.R | 8 ade4-1.7-23/ade4/R/s.arrow.R | 18 - ade4-1.7-23/ade4/R/s.chull.R | 10 ade4-1.7-23/ade4/R/s.class.R | 10 ade4-1.7-23/ade4/R/s.corcircle.R | 44 +- ade4-1.7-23/ade4/R/s.distri.R | 10 ade4-1.7-23/ade4/R/s.hist.R | 94 ++--- ade4-1.7-23/ade4/R/s.image.R | 20 - ade4-1.7-23/ade4/R/s.kde2d.R | 10 ade4-1.7-23/ade4/R/s.label.R | 14 ade4-1.7-23/ade4/R/s.logo.R | 20 - ade4-1.7-23/ade4/R/s.match.R | 16 ade4-1.7-23/ade4/R/s.match.class.R | 18 - ade4-1.7-23/ade4/R/s.multinom.R | 16 ade4-1.7-23/ade4/R/s.traject.R | 20 - ade4-1.7-23/ade4/R/s.value.R | 26 - ade4-1.7-23/ade4/R/scalewt.R | 50 --- ade4-1.7-23/ade4/R/scatter.acm.R | 14 ade4-1.7-23/ade4/R/scatter.dudi.R | 6 ade4-1.7-23/ade4/R/scatter.fca.R | 6 ade4-1.7-23/ade4/R/scatterutil.R | 308 +++++++++---------- ade4-1.7-23/ade4/R/sco.boxplot.R | 44 +- ade4-1.7-23/ade4/R/sco.class.R | 28 - ade4-1.7-23/ade4/R/sco.distri.R | 36 +- ade4-1.7-23/ade4/R/sco.gauss.R | 20 - ade4-1.7-23/ade4/R/sco.label.R | 28 - ade4-1.7-23/ade4/R/sco.match.R | 52 +-- ade4-1.7-23/ade4/R/sco.quant.R | 14 ade4-1.7-23/ade4/R/score.R | 58 +-- ade4-1.7-23/ade4/R/score.acm.R | 20 - ade4-1.7-23/ade4/R/score.coa.R | 78 ++-- ade4-1.7-23/ade4/R/score.mix.R | 46 +- ade4-1.7-23/ade4/R/score.pca.R | 20 - ade4-1.7-23/ade4/R/sepan.R | 12 ade4-1.7-23/ade4/R/statis.R | 16 ade4-1.7-23/ade4/R/summary.4thcorner.R | 2 ade4-1.7-23/ade4/R/symbols.phylog.R | 42 +- ade4-1.7-23/ade4/R/table.cont.R | 26 - ade4-1.7-23/ade4/R/table.dist.R | 6 ade4-1.7-23/ade4/R/table.paint.R | 8 ade4-1.7-23/ade4/R/table.phylog.R | 52 +-- ade4-1.7-23/ade4/R/table.value.R | 96 ++--- ade4-1.7-23/ade4/R/triangle.class.R | 32 - ade4-1.7-23/ade4/R/triangle.plot.R | 94 ++--- ade4-1.7-23/ade4/R/utilities.R | 9 ade4-1.7-23/ade4/R/variance.phylog.R | 12 ade4-1.7-23/ade4/R/varipart.R | 12 ade4-1.7-23/ade4/R/wca.R | 8 ade4-1.7-23/ade4/R/wca.coinertia.R | 8 ade4-1.7-23/ade4/R/wca.rlq.R | 8 ade4-1.7-23/ade4/R/witwitsepan.R | 12 ade4-1.7-23/ade4/build/partial.rdb |binary ade4-1.7-23/ade4/build/vignette.rds |only ade4-1.7-23/ade4/data/atya.rda |binary ade4-1.7-23/ade4/data/buech.rda |binary ade4-1.7-23/ade4/data/elec88.rda |binary ade4-1.7-23/ade4/data/kcponds.rda |binary ade4-1.7-23/ade4/data/mafragh.rda |binary ade4-1.7-23/ade4/data/sarcelles.rda |binary ade4-1.7-23/ade4/data/tintoodiel.rda |binary ade4-1.7-23/ade4/data/zealand.rda |binary ade4-1.7-23/ade4/inst/WORDLIST |only ade4-1.7-23/ade4/inst/doc |only ade4-1.7-23/ade4/man/abouheif.eg.Rd | 2 ade4-1.7-23/ade4/man/ade4-deprecated.Rd | 8 ade4-1.7-23/ade4/man/adegraphicsLoaded.Rd | 14 ade4-1.7-23/ade4/man/aminoacyl.Rd | 3 ade4-1.7-23/ade4/man/apis108.Rd | 2 ade4-1.7-23/ade4/man/area.plot.Rd | 4 ade4-1.7-23/ade4/man/arrival.Rd | 2 ade4-1.7-23/ade4/man/atya.Rd | 3 ade4-1.7-23/ade4/man/avijons.Rd | 5 ade4-1.7-23/ade4/man/bacteria.Rd | 2 ade4-1.7-23/ade4/man/banque.Rd | 2 ade4-1.7-23/ade4/man/buech.Rd | 7 ade4-1.7-23/ade4/man/chatcat.Rd | 2 ade4-1.7-23/ade4/man/dist.neig.Rd | 2 ade4-1.7-23/ade4/man/ecomor.Rd | 4 ade4-1.7-23/ade4/man/elec88.Rd | 3 ade4-1.7-23/ade4/man/figures |only ade4-1.7-23/ade4/man/fourthcorner.Rd | 54 +-- ade4-1.7-23/ade4/man/gearymoran.Rd | 2 ade4-1.7-23/ade4/man/kcponds.Rd | 14 ade4-1.7-23/ade4/man/mafragh.Rd | 6 ade4-1.7-23/ade4/man/meau.Rd | 2 ade4-1.7-23/ade4/man/meaudret.Rd | 2 ade4-1.7-23/ade4/man/newick.eg.Rd | 3 ade4-1.7-23/ade4/man/newick2phylog.Rd | 4 ade4-1.7-23/ade4/man/orthobasis.Rd | 2 ade4-1.7-23/ade4/man/presid2002.Rd | 2 ade4-1.7-23/ade4/man/s.label.Rd | 2 ade4-1.7-23/ade4/man/sarcelles.Rd | 1 ade4-1.7-23/ade4/man/scatter.coa.Rd | 2 ade4-1.7-23/ade4/man/skulls.Rd | 2 ade4-1.7-23/ade4/man/tintoodiel.Rd | 22 - ade4-1.7-23/ade4/man/varipart.Rd | 5 ade4-1.7-23/ade4/man/vegtf.Rd | 4 ade4-1.7-23/ade4/man/westafrica.Rd | 4 ade4-1.7-23/ade4/man/zealand.Rd | 13 ade4-1.7-23/ade4/vignettes |only 181 files changed, 2325 insertions(+), 2043 deletions(-)
Title: Analysis of Basketball Data
Description: Collection of tools to work with European basketball data. Functions available are related to friendly
web scraping, data management and visualization. Data were obtained from <https://www.euroleaguebasketball.net/euroleague/>,
<https://www.euroleaguebasketball.net/eurocup/> and <https://www.acb.com/>, following the instructions
of their respectives robots.txt files, when available. Box score data are available for the three leagues.
Play-by-play data are also available for the Spanish league. Methods for analysis include a population pyramid,
2D plots, circular plots of players' percentiles, plots of players' monthly/yearly stats, team heatmaps,
team shooting plots, team four factors plots, cross-tables with the results of regular season games,
maps of nationalities, combinations of lineups, possessions-related variables, timeouts,
performance by periods, personal fouls and offensive rebounds.
Please see Vinue (2020) <doi:10.1089/big.2018.0124> and Vinue (2024) [...truncated...]
Author: Guillermo Vinue [aut, cre]
Maintainer: Guillermo Vinue <guillermo.vinue@uv.es>
Diff between BAwiR versions 1.3.3 dated 2025-01-21 and 1.3.4 dated 2025-02-14
DESCRIPTION | 8 ++-- MD5 | 30 +++++++++--------- NAMESPACE | 1 NEWS | 4 ++ R/get_barplot_monthly_stats.R | 19 +++++++---- R/get_heatmap_bb.R | 6 +-- R/get_pop_pyramid.R | 7 +--- inst/doc/BAwiR.R | 20 +++++++----- inst/doc/BAwiR.Rmd | 20 +++++++----- inst/doc/BAwiR.html | 64 ++++++++++++++++++++------------------- inst/doc/BAwiR_pbp.R | 4 +- inst/doc/BAwiR_pbp.Rmd | 6 +-- inst/doc/BAwiR_pbp.html | 12 +++---- man/get_barplot_monthly_stats.Rd | 19 +++++++---- vignettes/BAwiR.Rmd | 20 +++++++----- vignettes/BAwiR_pbp.Rmd | 6 +-- 16 files changed, 138 insertions(+), 108 deletions(-)
Title: Edit an 'Antares' Simulation
Description: Edit an 'Antares' simulation before running it : create new areas, links, thermal
clusters or binding constraints or edit existing ones. Update 'Antares' general & optimization settings.
'Antares' is an open source power system generator, more information available here : <https://antares-simulator.org/>.
Author: Tatiana Vargas [aut, cre],
Frederic Breant [ctb],
Victor Perrier [ctb],
Baptiste Seguinot [ctb],
Benoit Thieurmel [ctb],
Titouan Robert [ctb],
Jalal-Edine Zawam [ctb],
Etienne Sanchez [ctb],
Janus De Bondt [ctb],
Assil Mansouri [ctb],
Abdallah Mahoud [...truncated...]
Maintainer: Tatiana Vargas <tatiana.vargas@rte-france.com>
Diff between antaresEditObject versions 0.7.1 dated 2024-09-27 and 0.9.0 dated 2025-02-14
antaresEditObject-0.7.1/antaresEditObject/vignettes/figures |only antaresEditObject-0.9.0/antaresEditObject/DESCRIPTION | 6 antaresEditObject-0.9.0/antaresEditObject/MD5 | 50 ++-- antaresEditObject-0.9.0/antaresEditObject/NEWS.md | 32 ++ antaresEditObject-0.9.0/antaresEditObject/R/API-utils.R | 38 ++- antaresEditObject-0.9.0/antaresEditObject/R/createStudy.R | 75 +++++- antaresEditObject-0.9.0/antaresEditObject/R/editBindingConstraint.R | 23 + antaresEditObject-0.9.0/antaresEditObject/R/playlist.R | 7 antaresEditObject-0.9.0/antaresEditObject/R/updateAdequacySettings.R | 125 +++++----- antaresEditObject-0.9.0/antaresEditObject/R/updateGeneralSettings.R | 23 - antaresEditObject-0.9.0/antaresEditObject/R/updateOutputSettings.R | 24 - antaresEditObject-0.9.0/antaresEditObject/R/utils.R | 32 ++ antaresEditObject-0.9.0/antaresEditObject/README.md | 4 antaresEditObject-0.9.0/antaresEditObject/inst/doc/Antares_new_features_v860.html | 4 antaresEditObject-0.9.0/antaresEditObject/inst/doc/api-variant-management.R | 3 antaresEditObject-0.9.0/antaresEditObject/inst/doc/api-variant-management.Rmd | 4 antaresEditObject-0.9.0/antaresEditObject/inst/doc/api-variant-management.html | 2 antaresEditObject-0.9.0/antaresEditObject/inst/doc/scenario-builder.html | 6 antaresEditObject-0.9.0/antaresEditObject/man/create-study.Rd | 17 + antaresEditObject-0.9.0/antaresEditObject/man/dicoAdequacySettings.Rd |only antaresEditObject-0.9.0/antaresEditObject/man/dot-is_version_9.Rd |only antaresEditObject-0.9.0/antaresEditObject/man/playlist.Rd | 5 antaresEditObject-0.9.0/antaresEditObject/man/updateGeneralSettings.Rd | 2 antaresEditObject-0.9.0/antaresEditObject/man/updateOutputSettings.Rd | 2 antaresEditObject-0.9.0/antaresEditObject/man/update_generaldata_by_section.Rd |only antaresEditObject-0.9.0/antaresEditObject/tests/testthat/test-createStudy.R | 35 ++ antaresEditObject-0.9.0/antaresEditObject/tests/testthat/test-editBindingConstraint.R | 52 ++++ antaresEditObject-0.9.0/antaresEditObject/vignettes/api-variant-management.Rmd | 4 28 files changed, 405 insertions(+), 170 deletions(-)
More information about antaresEditObject at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-10-19 0.0.6
2023-12-03 0.0.5
2023-01-08 0.0.4
2021-09-23 0.0.3
2020-09-22 0.0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-06-05 0.1.2
2024-03-25 0.1.1
2024-01-25 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-01-19 0.6.9
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-06-05 2.0.2
2024-03-11 2.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-09-01 0.1.4
2020-06-24 0.1.3
2020-06-23 0.1.2
Title: Group Lasso and Elastic Net Solver for Generalized Linear Models
Description: Extremely efficient procedures for fitting the entire group lasso and group elastic net regularization path for GLMs, multinomial, the Cox model and multi-task Gaussian models. Similar to the R package 'glmnet' in scope of models, and in computational speed. This package provides R bindings to the C++ code underlying the corresponding Python package 'adelie'. These bindings offer a general purpose group elastic net solver,
a wide range of matrix classes that can exploit special structure
to allow large-scale inputs, and an assortment of
generalized linear model classes for fitting various types of data.
The package is an implementation of Yang, J. and Hastie, T. (2024) <doi:10.48550/arXiv.2405.08631>.
Author: James Yang [aut, cph],
Trevor Hastie [aut, cph, cre],
Balasubramanian Narasimhan [aut]
Maintainer: Trevor Hastie <hastie@stanford.edu>
Diff between adelie versions 1.0.2 dated 2024-09-03 and 1.0.6 dated 2025-02-14
adelie-1.0.2/adelie/inst/adelie/adelie/src/adelie_core.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/bcd.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/configs.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/constraint.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/decl.hpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/glm.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/include/adelie_core/bcd/constrained |only adelie-1.0.2/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_lower_upper.hpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/nnqp_low_rank.hpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/io.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/matrix.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/matrix_utils.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/matrx_utils_blas.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/optimization.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/solver.cpp |only adelie-1.0.2/adelie/inst/adelie/adelie/src/state.cpp |only adelie-1.0.6/adelie/DESCRIPTION | 16 adelie-1.0.6/adelie/MD5 | 388 ++- adelie-1.0.6/adelie/NAMESPACE | 13 adelie-1.0.6/adelie/R/adelie-package.R | 1 adelie-1.0.6/adelie/R/glintnet.R |only adelie-1.0.6/adelie/R/glm.R | 24 adelie-1.0.6/adelie/R/matrix.R | 155 + adelie-1.0.6/adelie/R/onAttach.R |only adelie-1.0.6/adelie/R/solver.R | 93 adelie-1.0.6/adelie/R/state.R | 43 adelie-1.0.6/adelie/R/utilities.R | 18 adelie-1.0.6/adelie/R/wrappers.R | 123 - adelie-1.0.6/adelie/build/partial.rdb |binary adelie-1.0.6/adelie/build/vignette.rds |binary adelie-1.0.6/adelie/inst/adelie/adelie/__init__.py | 20 adelie-1.0.6/adelie/inst/adelie/adelie/bcd.py | 76 adelie-1.0.6/adelie/inst/adelie/adelie/configs.py | 2 adelie-1.0.6/adelie/inst/adelie/adelie/constraint.py | 506 ++++ adelie-1.0.6/adelie/inst/adelie/adelie/cv.py | 63 adelie-1.0.6/adelie/inst/adelie/adelie/diagnostic.py | 334 +-- adelie-1.0.6/adelie/inst/adelie/adelie/glm.py | 166 + adelie-1.0.6/adelie/inst/adelie/adelie/io.py | 10 adelie-1.0.6/adelie/inst/adelie/adelie/matrix.py | 562 +++-- adelie-1.0.6/adelie/inst/adelie/adelie/optimization.py | 4 adelie-1.0.6/adelie/inst/adelie/adelie/sklearn.py |only adelie-1.0.6/adelie/inst/adelie/adelie/solver.py | 693 ++++-- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/bcd/unconstrained/newton.hpp | 61 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/configs.hpp | 4 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_base.hpp | 176 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_box.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_box.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_linear.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_linear.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_one_sided.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/constraint_one_sided.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/constraint/utils.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_base.hpp | 231 +- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_binomial.hpp | 157 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_binomial.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_cox.hpp | 595 +---- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_cox.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_gaussian.hpp | 47 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_gaussian.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multibase.hpp | 264 +- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multibase.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multigaussian.hpp | 52 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multigaussian.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multinomial.hpp | 92 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_multinomial.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_poisson.hpp | 48 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/glm/glm_poisson.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_base.hpp | 190 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_phased_ancestry.hpp | 348 --- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_phased_ancestry.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_unphased.hpp | 301 -- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/io/io_snp_unphased.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_base.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_dense.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_dense.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_sparse.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_constraint_sparse.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_base.hpp | 157 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_block_diag.hpp | 192 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_block_diag.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_dense.hpp | 74 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_dense.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_lazy_cov.hpp | 138 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_lazy_cov.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_sparse.hpp | 82 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_cov_sparse.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_base.hpp | 333 ++- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_block_diag.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_block_diag.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_concatenate.hpp | 444 ---- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_concatenate.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_convex_gated_relu.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_convex_gated_relu.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_convex_relu.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_convex_relu.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_dense.hpp | 177 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_dense.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_interaction.hpp | 635 ----- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_interaction.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_kronecker_eye.hpp | 495 ---- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_kronecker_eye.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_one_hot.hpp | 392 --- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_one_hot.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_snp_phased_ancestry.hpp | 335 --- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_snp_phased_ancestry.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_snp_unphased.hpp | 225 -- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_snp_unphased.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_sparse.hpp | 216 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_sparse.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_standardize.hpp | 205 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_standardize.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_subset.hpp | 382 --- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/matrix_naive_subset.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/matrix/utils.hpp | 137 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/lasso_full.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/linqp_full.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/newton.hpp | 8 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/nnls.hpp | 183 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/nnqp_full.hpp | 186 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/pinball.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/optimization/pinball_full.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_base.hpp | 275 ++ adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_bvls.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_css_cov.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_gaussian_cov.hpp | 183 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_gaussian_naive.hpp | 215 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_gaussian_pin_base.hpp | 28 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_gaussian_pin_cov.hpp | 162 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_gaussian_pin_naive.hpp | 78 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_glm_naive.hpp | 170 + adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_multigaussian_naive.hpp | 14 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_multiglm_naive.hpp | 17 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/solver/solver_pinball.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_base.hpp | 333 --- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_bvls.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_bvls.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_css_cov.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_css_cov.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_cov.hpp | 204 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_cov.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_naive.hpp | 222 -- adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_naive.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_base.hpp | 72 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_base.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_cov.hpp | 127 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_cov.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_naive.hpp | 61 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_gaussian_pin_naive.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_glm_naive.hpp | 143 - adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_glm_naive.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_multigaussian_naive.hpp | 74 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_multigaussian_naive.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_multiglm_naive.hpp | 74 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_multiglm_naive.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_pinball.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/state/state_pinball.ipp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/util/algorithm.hpp | 1 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/util/functional.hpp | 2 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/util/queue.hpp | 3 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/util/tqdm.hpp | 4 adelie-1.0.6/adelie/inst/adelie/adelie/src/include/adelie_core/util/types.hpp | 52 adelie-1.0.6/adelie/inst/adelie/adelie/src/py_adelie_core.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_bcd.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_configs.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_constraint.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_decl.hpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_glm.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_io.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_matrix.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_matrix_utils.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_matrix_utils_blas.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_optimization.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_sklearn.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_solver.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/py_state.cpp |only adelie-1.0.6/adelie/inst/adelie/adelie/src/src |only adelie-1.0.6/adelie/inst/adelie/adelie/state.py | 896 ++++++-- adelie-1.0.6/adelie/inst/doc/adelie.R | 174 + adelie-1.0.6/adelie/inst/doc/adelie.Rmd | 569 ++++- adelie-1.0.6/adelie/inst/doc/adelie.html | 1092 +++++++--- adelie-1.0.6/adelie/man/cv.glintnet.Rd |only adelie-1.0.6/adelie/man/cv.grpnet.Rd | 19 adelie-1.0.6/adelie/man/gaussian_cov.Rd | 4 adelie-1.0.6/adelie/man/glintnet.Rd |only adelie-1.0.6/adelie/man/glm.binomial.Rd | 2 adelie-1.0.6/adelie/man/glm.cox.Rd | 12 adelie-1.0.6/adelie/man/grpnet.Rd | 40 adelie-1.0.6/adelie/man/matrix.block_diag.Rd | 11 adelie-1.0.6/adelie/man/matrix.concatenate.Rd | 1 adelie-1.0.6/adelie/man/matrix.convex_relu.Rd |only adelie-1.0.6/adelie/man/matrix.dense.Rd | 6 adelie-1.0.6/adelie/man/matrix.interaction.Rd | 2 adelie-1.0.6/adelie/man/matrix.one_hot.Rd | 5 adelie-1.0.6/adelie/man/matrix.sparse.Rd | 6 adelie-1.0.6/adelie/man/matrix.standardize.Rd | 1 adelie-1.0.6/adelie/man/plot.cv.grpnet.Rd | 33 adelie-1.0.6/adelie/man/predict.cv.glintnet.Rd |only adelie-1.0.6/adelie/man/predict.cv.grpnet.Rd | 2 adelie-1.0.6/adelie/man/predict.glintnet.Rd |only adelie-1.0.6/adelie/man/predict.grpnet.Rd | 26 adelie-1.0.6/adelie/man/print.glintnet.Rd |only adelie-1.0.6/adelie/man/print.grpnet.Rd | 5 adelie-1.0.6/adelie/src/rcpp_constraint.cpp | 76 adelie-1.0.6/adelie/src/rcpp_constraint.h | 101 adelie-1.0.6/adelie/src/rcpp_glm.cpp | 27 adelie-1.0.6/adelie/src/rcpp_glm.h | 85 adelie-1.0.6/adelie/src/rcpp_io.cpp | 18 adelie-1.0.6/adelie/src/rcpp_io.h | 5 adelie-1.0.6/adelie/src/rcpp_matrix.cpp | 157 + adelie-1.0.6/adelie/src/rcpp_matrix.h | 428 +++ adelie-1.0.6/adelie/src/rcpp_state.cpp | 47 adelie-1.0.6/adelie/src/rcpp_state.h | 15 adelie-1.0.6/adelie/vignettes/adelie.Rmd | 569 ++++- adelie-1.0.6/adelie/vignettes/assets/grpnet_refs.bib | 13 221 files changed, 9315 insertions(+), 8518 deletions(-)
Title: Logging Setup for the 'teal' Family of Packages
Description: Utilizing the 'logger' framework to record events within a
package, specific to 'teal' family of packages. Supports logging
namespaces, hierarchical logging, various log destinations,
vectorization, and more.
Author: Dawid Kaledkowski [aut, cre],
Konrad Pagacz [aut],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Dawid Kaledkowski <dawid.kaledkowski@roche.com>
Diff between teal.logger versions 0.3.1 dated 2025-01-22 and 0.3.2 dated 2025-02-14
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- NEWS.md | 4 ++++ R/register_handlers.R | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-)
Title: Code Storage and Execution Class for 'teal' Applications
Description: Introduction of 'qenv' S4 class, that facilitates code
execution and reproducibility in 'teal' applications.
Author: Dawid Kaledkowski [aut, cre],
Aleksander Chlebowski [aut],
Marcin Kosinski [aut],
Pawel Rucki [aut],
Nikolas Burkoff [aut],
Mahmoud Hallal [aut],
Maciej Nasinski [aut],
Konrad Pagacz [aut],
Junlue Zhao [aut],
Chendi Liao [rev],
Dony Unardi [rev],
F. [...truncated...]
Maintainer: Dawid Kaledkowski <dawid.kaledkowski@roche.com>
Diff between teal.code versions 0.6.0 dated 2025-01-27 and 0.6.1 dated 2025-02-14
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- NEWS.md | 6 ++++++ R/utils-get_code_dependency.R | 18 ++++++++++-------- inst/doc/qenv.html | 12 ++++++------ tests/testthat/test-qenv_get_code.R | 7 +++++++ 6 files changed, 38 insertions(+), 23 deletions(-)
Title: Interface Between 'GRASS' Geographical Information System and
'R'
Description: An interface between the 'GRASS' geographical information system ('GIS') and 'R', based on starting 'R' from within the 'GRASS' 'GIS' environment, or running a free-standing 'R' session in a temporary 'GRASS' location; the package provides facilities for using all 'GRASS' commands from the 'R' command line. The original interface package for 'GRASS 5' (2000-2010) is described in Bivand (2000) <doi:10.1016/S0098-3004(00)00057-1> and Bivand (2001) <https://www.r-project.org/conferences/DSC-2001/Proceedings/Bivand.pdf>. This was succeeded by 'spgrass6' for 'GRASS 6' (2006-2016) and 'rgrass7' for 'GRASS 7' (2015-present). The 'rgrass' package modernizes the interface for 'GRASS 8' while still permitting the use of 'GRASS 7'.
Author: Roger Bivand [aut] ,
Sebastian Jeworutzki [ctb] ,
Rainer Krug [ctb] ,
Robin Lovelace [ctb] ,
Markus Neteler [ctb] ,
Steven Pawley [cre, aut] ,
Floris Vanderhaeghe [ctb]
Maintainer: Steven Pawley <dr.stevenpawley@gmail.com>
Diff between rgrass versions 0.5-1 dated 2025-02-03 and 0.5-2 dated 2025-02-14
DESCRIPTION | 10 +++++----- MD5 | 25 +++++++++++++------------ NEWS.md | 4 ++++ build/vignette.rds |binary inst/doc/coerce.html | 14 +++++++------- inst/doc/use.html | 15 +++++++-------- tests/testthat/helper.R | 7 ++----- tests/testthat/setup.R |only tests/testthat/test-execGRASS.R | 5 ----- tests/testthat/test-gmeta.R | 5 ----- tests/testthat/test-initGRASS.R | 5 ----- tests/testthat/test-options.R | 5 ----- tests/testthat/test-read_RAST.R | 5 ----- tests/testthat/test-read_VECT.R | 5 ----- 14 files changed, 38 insertions(+), 67 deletions(-)
Title: A Common API to Modeling and Analysis Functions
Description: A common interface is provided to allow users to specify a
model without having to remember the different argument names across
different functions or computational engines (e.g. 'R', 'Spark',
'Stan', 'H2O', etc).
Author: Max Kuhn [aut, cre],
Davis Vaughan [aut],
Emil Hvitfeldt [ctb],
Posit Software, PBC [cph, fnd]
Maintainer: Max Kuhn <max@posit.co>
Diff between parsnip versions 1.2.1 dated 2024-03-22 and 1.3.0 dated 2025-02-13
parsnip-1.2.1/parsnip/R/contr_one_hot.R |only parsnip-1.2.1/parsnip/R/grouped_binomial.R |only parsnip-1.2.1/parsnip/build/parsnip.pdf |only parsnip-1.2.1/parsnip/man/contr_one_hot.Rd |only parsnip-1.2.1/parsnip/man/rmd/one-hot.Rmd |only parsnip-1.2.1/parsnip/man/rmd/one-hot.md |only parsnip-1.2.1/parsnip/man/rpart_train.Rd |only parsnip-1.2.1/parsnip/tests/testthat/_snaps/boost_tree_C50.md |only parsnip-1.2.1/parsnip/tests/testthat/_snaps/poisson_reg.md |only parsnip-1.2.1/parsnip/tests/testthat/_snaps/proportional_hazards.md |only parsnip-1.2.1/parsnip/tests/testthat/_snaps/survival_reg.md |only parsnip-1.2.1/parsnip/tests/testthat/test_aaaa.R |only parsnip-1.2.1/parsnip/tests/testthat/test_adds.R |only parsnip-1.2.1/parsnip/tests/testthat/test_args_and_modes.R |only parsnip-1.2.1/parsnip/tests/testthat/test_augment.R |only parsnip-1.2.1/parsnip/tests/testthat/test_boost_tree.R |only parsnip-1.2.1/parsnip/tests/testthat/test_boost_tree_C50.R |only parsnip-1.2.1/parsnip/tests/testthat/test_boost_tree_xgboost.R |only parsnip-1.2.1/parsnip/tests/testthat/test_condense_control.R |only parsnip-1.2.1/parsnip/tests/testthat/test_convert_data.R |only parsnip-1.2.1/parsnip/tests/testthat/test_decision_tree.R |only parsnip-1.2.1/parsnip/tests/testthat/test_default_engines.R |only parsnip-1.2.1/parsnip/tests/testthat/test_descriptors.R |only parsnip-1.2.1/parsnip/tests/testthat/test_extract.R |only parsnip-1.2.1/parsnip/tests/testthat/test_failed_models.R |only parsnip-1.2.1/parsnip/tests/testthat/test_fit_interfaces.R |only parsnip-1.2.1/parsnip/tests/testthat/test_gen_additive_model.R |only parsnip-1.2.1/parsnip/tests/testthat/test_grouped_glm.R |only parsnip-1.2.1/parsnip/tests/testthat/test_linear_reg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_linear_reg_keras.R |only parsnip-1.2.1/parsnip/tests/testthat/test_logistic_reg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_logistic_reg_keras.R |only parsnip-1.2.1/parsnip/tests/testthat/test_mars.R |only parsnip-1.2.1/parsnip/tests/testthat/test_misc.R |only parsnip-1.2.1/parsnip/tests/testthat/test_mlp.R |only parsnip-1.2.1/parsnip/tests/testthat/test_mlp_keras.R |only parsnip-1.2.1/parsnip/tests/testthat/test_mlp_nnet.R |only parsnip-1.2.1/parsnip/tests/testthat/test_model_basics.R |only parsnip-1.2.1/parsnip/tests/testthat/test_multinom_reg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_multinom_reg_keras.R |only parsnip-1.2.1/parsnip/tests/testthat/test_multinom_reg_nnet.R |only parsnip-1.2.1/parsnip/tests/testthat/test_nearest_neighbor.R |only parsnip-1.2.1/parsnip/tests/testthat/test_nearest_neighbor_kknn.R |only parsnip-1.2.1/parsnip/tests/testthat/test_nullmodel.R |only parsnip-1.2.1/parsnip/tests/testthat/test_packages.R |only parsnip-1.2.1/parsnip/tests/testthat/test_partykit.R |only parsnip-1.2.1/parsnip/tests/testthat/test_predict_formats.R |only parsnip-1.2.1/parsnip/tests/testthat/test_print.R |only parsnip-1.2.1/parsnip/tests/testthat/test_proportional_hazards.R |only parsnip-1.2.1/parsnip/tests/testthat/test_rand_forest.R |only parsnip-1.2.1/parsnip/tests/testthat/test_rand_forest_ranger.R |only parsnip-1.2.1/parsnip/tests/testthat/test_re_registration.R |only parsnip-1.2.1/parsnip/tests/testthat/test_registration.R |only parsnip-1.2.1/parsnip/tests/testthat/test_surv_reg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_surv_reg_flexsurv.R |only parsnip-1.2.1/parsnip/tests/testthat/test_surv_reg_survreg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_survival_reg.R |only parsnip-1.2.1/parsnip/tests/testthat/test_svm_linear.R |only parsnip-1.2.1/parsnip/tests/testthat/test_svm_poly.R |only parsnip-1.2.1/parsnip/tests/testthat/test_svm_rbf.R |only parsnip-1.2.1/parsnip/tests/testthat/test_translate.R |only parsnip-1.2.1/parsnip/tests/testthat/test_update.R |only parsnip-1.2.1/parsnip/tests/testthat/test_varying.R |only parsnip-1.2.1/parsnip/vignettes/articles |only parsnip-1.3.0/parsnip/DESCRIPTION | 33 parsnip-1.3.0/parsnip/MD5 | 782 +++++----- parsnip-1.3.0/parsnip/NAMESPACE | 33 parsnip-1.3.0/parsnip/NEWS.md | 52 parsnip-1.3.0/parsnip/R/aaa-import-standalone-obj-type.R |only parsnip-1.3.0/parsnip/R/aaa-import-standalone-types-check.R |only parsnip-1.3.0/parsnip/R/aaa_models.R | 360 ++-- parsnip-1.3.0/parsnip/R/aaa_multi_predict.R | 22 parsnip-1.3.0/parsnip/R/aaa_quantiles.R |only parsnip-1.3.0/parsnip/R/add_in.R | 2 parsnip-1.3.0/parsnip/R/adds.R | 2 parsnip-1.3.0/parsnip/R/arguments.R | 66 parsnip-1.3.0/parsnip/R/augment.R | 9 parsnip-1.3.0/parsnip/R/autoplot.R | 28 parsnip-1.3.0/parsnip/R/bag_tree.R | 4 parsnip-1.3.0/parsnip/R/bart.R | 46 parsnip-1.3.0/parsnip/R/boost_tree.R | 72 parsnip-1.3.0/parsnip/R/c5_rules.R | 31 parsnip-1.3.0/parsnip/R/case_weights.R | 13 parsnip-1.3.0/parsnip/R/condense_control.R | 24 parsnip-1.3.0/parsnip/R/control_parsnip.R | 18 parsnip-1.3.0/parsnip/R/convert_data.R | 115 + parsnip-1.3.0/parsnip/R/cubist_rules.R | 54 parsnip-1.3.0/parsnip/R/decision_tree.R | 85 - parsnip-1.3.0/parsnip/R/descriptors.R | 38 parsnip-1.3.0/parsnip/R/discrim_flexible.R | 17 parsnip-1.3.0/parsnip/R/discrim_linear.R | 6 parsnip-1.3.0/parsnip/R/discrim_regularized.R | 13 parsnip-1.3.0/parsnip/R/engine_docs.R | 7 parsnip-1.3.0/parsnip/R/engines.R | 29 parsnip-1.3.0/parsnip/R/extract.R | 32 parsnip-1.3.0/parsnip/R/fit.R | 161 +- parsnip-1.3.0/parsnip/R/fit_helpers.R | 118 - parsnip-1.3.0/parsnip/R/gen_additive_mod.R | 18 parsnip-1.3.0/parsnip/R/glm_grouped.R |only parsnip-1.3.0/parsnip/R/glmnet-engines.R | 56 parsnip-1.3.0/parsnip/R/install_packages.R | 17 parsnip-1.3.0/parsnip/R/linear_reg.R | 32 parsnip-1.3.0/parsnip/R/linear_reg_data.R | 48 parsnip-1.3.0/parsnip/R/linear_reg_quantreg.R |only parsnip-1.3.0/parsnip/R/logistic_reg.R | 37 parsnip-1.3.0/parsnip/R/mars.R | 31 parsnip-1.3.0/parsnip/R/misc.R | 196 +- parsnip-1.3.0/parsnip/R/mlp.R | 63 parsnip-1.3.0/parsnip/R/mlp_brulee_two_layer.R |only parsnip-1.3.0/parsnip/R/mlp_data.R | 166 ++ parsnip-1.3.0/parsnip/R/model_object_docs.R | 45 parsnip-1.3.0/parsnip/R/multinom_reg.R | 8 parsnip-1.3.0/parsnip/R/nearest_neighbor.R | 18 parsnip-1.3.0/parsnip/R/nearest_neighbor_data.R | 18 parsnip-1.3.0/parsnip/R/nullmodel.R | 45 parsnip-1.3.0/parsnip/R/parsnip-package.R | 4 parsnip-1.3.0/parsnip/R/partykit.R | 10 parsnip-1.3.0/parsnip/R/pls.R | 6 parsnip-1.3.0/parsnip/R/poisson_reg.R | 10 parsnip-1.3.0/parsnip/R/predict.R | 144 + parsnip-1.3.0/parsnip/R/predict_class.R | 22 parsnip-1.3.0/parsnip/R/predict_classprob.R | 39 parsnip-1.3.0/parsnip/R/predict_hazard.R | 2 parsnip-1.3.0/parsnip/R/predict_interval.R | 4 parsnip-1.3.0/parsnip/R/predict_linear_pred.R | 2 parsnip-1.3.0/parsnip/R/predict_numeric.R | 27 parsnip-1.3.0/parsnip/R/predict_quantile.R | 73 parsnip-1.3.0/parsnip/R/predict_raw.R | 2 parsnip-1.3.0/parsnip/R/predict_survival.R | 2 parsnip-1.3.0/parsnip/R/predict_time.R | 24 parsnip-1.3.0/parsnip/R/print.R | 4 parsnip-1.3.0/parsnip/R/rand_forest.R | 15 parsnip-1.3.0/parsnip/R/rand_forest_aorsf.R | 2 parsnip-1.3.0/parsnip/R/rand_forest_data.R | 20 parsnip-1.3.0/parsnip/R/reexports.R | 7 parsnip-1.3.0/parsnip/R/repair_call.R | 10 parsnip-1.3.0/parsnip/R/req_pkgs.R | 2 parsnip-1.3.0/parsnip/R/required_pkgs.R | 6 parsnip-1.3.0/parsnip/R/sparsevctrs.R |only parsnip-1.3.0/parsnip/R/standalone-survival.R | 13 parsnip-1.3.0/parsnip/R/surv_reg.R | 2 parsnip-1.3.0/parsnip/R/surv_reg_data.R | 38 parsnip-1.3.0/parsnip/R/survival-censoring-model.R | 4 parsnip-1.3.0/parsnip/R/survival-censoring-weights.R | 40 parsnip-1.3.0/parsnip/R/survival_reg.R | 2 parsnip-1.3.0/parsnip/R/svm_linear.R | 19 parsnip-1.3.0/parsnip/R/svm_poly.R | 2 parsnip-1.3.0/parsnip/R/svm_rbf.R | 2 parsnip-1.3.0/parsnip/R/svm_rbf_data.R | 8 parsnip-1.3.0/parsnip/R/tidy_glmnet.R | 13 parsnip-1.3.0/parsnip/R/tidy_liblinear.R | 4 parsnip-1.3.0/parsnip/R/translate.R | 16 parsnip-1.3.0/parsnip/R/tunable.R | 118 - parsnip-1.3.0/parsnip/R/tune_args.R | 5 parsnip-1.3.0/parsnip/R/update.R | 11 parsnip-1.3.0/parsnip/R/varying.R | 8 parsnip-1.3.0/parsnip/README.md | 4 parsnip-1.3.0/parsnip/build/stage23.rdb |binary parsnip-1.3.0/parsnip/build/vignette.rds |binary parsnip-1.3.0/parsnip/inst/add-in/gadget.R | 9 parsnip-1.3.0/parsnip/inst/doc/parsnip.R | 18 parsnip-1.3.0/parsnip/inst/doc/parsnip.Rmd | 10 parsnip-1.3.0/parsnip/inst/doc/parsnip.html | 32 parsnip-1.3.0/parsnip/inst/models.tsv | 13 parsnip-1.3.0/parsnip/man/add_on_exports.Rd | 16 parsnip-1.3.0/parsnip/man/augment.Rd | 2 parsnip-1.3.0/parsnip/man/bart-internal.Rd | 11 parsnip-1.3.0/parsnip/man/case_weights.Rd | 4 parsnip-1.3.0/parsnip/man/case_weights_allowed.Rd | 2 parsnip-1.3.0/parsnip/man/condense_control.Rd | 7 parsnip-1.3.0/parsnip/man/convert_helpers.Rd | 11 parsnip-1.3.0/parsnip/man/details_boost_tree_lightgbm.Rd | 33 parsnip-1.3.0/parsnip/man/details_boost_tree_xgboost.Rd | 18 parsnip-1.3.0/parsnip/man/details_discrim_linear_sparsediscrim.Rd | 2 parsnip-1.3.0/parsnip/man/details_discrim_quad_sparsediscrim.Rd | 2 parsnip-1.3.0/parsnip/man/details_linear_reg_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_linear_reg_glmnet.Rd | 8 parsnip-1.3.0/parsnip/man/details_linear_reg_lm.Rd | 4 parsnip-1.3.0/parsnip/man/details_linear_reg_lme.Rd | 2 parsnip-1.3.0/parsnip/man/details_linear_reg_lmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_linear_reg_quantreg.Rd |only parsnip-1.3.0/parsnip/man/details_linear_reg_stan_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_logistic_reg_LiblineaR.Rd | 8 parsnip-1.3.0/parsnip/man/details_logistic_reg_glm.Rd | 4 parsnip-1.3.0/parsnip/man/details_logistic_reg_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_logistic_reg_glmnet.Rd | 8 parsnip-1.3.0/parsnip/man/details_logistic_reg_stan_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_mars_earth.Rd | 5 parsnip-1.3.0/parsnip/man/details_mlp_brulee.Rd | 22 parsnip-1.3.0/parsnip/man/details_mlp_brulee_two_layer.Rd |only parsnip-1.3.0/parsnip/man/details_multinom_reg_glmnet.Rd | 8 parsnip-1.3.0/parsnip/man/details_nearest_neighbor_kknn.Rd | 3 parsnip-1.3.0/parsnip/man/details_poisson_reg_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_poisson_reg_stan_glmer.Rd | 2 parsnip-1.3.0/parsnip/man/details_rand_forest_aorsf.Rd | 75 parsnip-1.3.0/parsnip/man/details_rand_forest_ranger.Rd | 12 parsnip-1.3.0/parsnip/man/details_survival_reg_flexsurv.Rd | 2 parsnip-1.3.0/parsnip/man/details_survival_reg_flexsurvspline.Rd | 2 parsnip-1.3.0/parsnip/man/details_svm_linear_LiblineaR.Rd | 10 parsnip-1.3.0/parsnip/man/details_svm_linear_kernlab.Rd | 2 parsnip-1.3.0/parsnip/man/details_svm_poly_kernlab.Rd | 2 parsnip-1.3.0/parsnip/man/details_svm_rbf_kernlab.Rd | 2 parsnip-1.3.0/parsnip/man/dot-get_prediction_column_names.Rd |only parsnip-1.3.0/parsnip/man/dot-model_param_name_key.Rd | 1 parsnip-1.3.0/parsnip/man/eval_args.Rd | 2 parsnip-1.3.0/parsnip/man/extract-parsnip.Rd | 14 parsnip-1.3.0/parsnip/man/fit.Rd | 5 parsnip-1.3.0/parsnip/man/format-internals.Rd | 7 parsnip-1.3.0/parsnip/man/glm_grouped.Rd | 2 parsnip-1.3.0/parsnip/man/glmnet_helpers.Rd | 9 parsnip-1.3.0/parsnip/man/keras_activations.Rd |only parsnip-1.3.0/parsnip/man/knit_engine_docs.Rd | 6 parsnip-1.3.0/parsnip/man/matrix_to_quantile_pred.Rd |only parsnip-1.3.0/parsnip/man/model_fit.Rd | 11 parsnip-1.3.0/parsnip/man/model_spec.Rd | 33 parsnip-1.3.0/parsnip/man/multi_predict.Rd | 2 parsnip-1.3.0/parsnip/man/null_model.Rd | 16 parsnip-1.3.0/parsnip/man/other_predict.Rd | 12 parsnip-1.3.0/parsnip/man/parsnip_addin.Rd | 2 parsnip-1.3.0/parsnip/man/parsnip_update.Rd | 2 parsnip-1.3.0/parsnip/man/predict.model_fit.Rd | 2 parsnip-1.3.0/parsnip/man/reexports.Rd | 4 parsnip-1.3.0/parsnip/man/repair_call.Rd | 6 parsnip-1.3.0/parsnip/man/req_pkgs.Rd | 2 parsnip-1.3.0/parsnip/man/required_pkgs.model_spec.Rd | 2 parsnip-1.3.0/parsnip/man/rmd/C5_rules_C5.0.md | 2 parsnip-1.3.0/parsnip/man/rmd/aaa.Rmd | 8 parsnip-1.3.0/parsnip/man/rmd/auto_ml_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/bag_mars_earth.md | 4 parsnip-1.3.0/parsnip/man/rmd/bag_mlp_nnet.md | 4 parsnip-1.3.0/parsnip/man/rmd/bag_tree_C5.0.md | 2 parsnip-1.3.0/parsnip/man/rmd/bag_tree_rpart.md | 6 parsnip-1.3.0/parsnip/man/rmd/bart_dbarts.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/boost_tree_C5.0.md | 2 parsnip-1.3.0/parsnip/man/rmd/boost_tree_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/boost_tree_lightgbm.Rmd | 10 parsnip-1.3.0/parsnip/man/rmd/boost_tree_lightgbm.md | 32 parsnip-1.3.0/parsnip/man/rmd/boost_tree_mboost.md | 2 parsnip-1.3.0/parsnip/man/rmd/boost_tree_spark.md | 4 parsnip-1.3.0/parsnip/man/rmd/boost_tree_xgboost.Rmd | 10 parsnip-1.3.0/parsnip/man/rmd/boost_tree_xgboost.md | 20 parsnip-1.3.0/parsnip/man/rmd/cubist_rules_Cubist.md | 2 parsnip-1.3.0/parsnip/man/rmd/decision_tree_C5.0.md | 2 parsnip-1.3.0/parsnip/man/rmd/decision_tree_partykit.md | 6 parsnip-1.3.0/parsnip/man/rmd/decision_tree_rpart.md | 6 parsnip-1.3.0/parsnip/man/rmd/decision_tree_spark.md | 4 parsnip-1.3.0/parsnip/man/rmd/discrim_flexible_earth.md | 2 parsnip-1.3.0/parsnip/man/rmd/discrim_linear_MASS.md | 2 parsnip-1.3.0/parsnip/man/rmd/discrim_linear_mda.md | 2 parsnip-1.3.0/parsnip/man/rmd/discrim_linear_sda.md | 2 parsnip-1.3.0/parsnip/man/rmd/discrim_linear_sparsediscrim.md | 4 parsnip-1.3.0/parsnip/man/rmd/discrim_quad_MASS.md | 2 parsnip-1.3.0/parsnip/man/rmd/discrim_quad_sparsediscrim.md | 4 parsnip-1.3.0/parsnip/man/rmd/discrim_regularized_klaR.md | 2 parsnip-1.3.0/parsnip/man/rmd/gen_additive_mod_mgcv.md | 8 parsnip-1.3.0/parsnip/man/rmd/glmnet-details.md | 18 parsnip-1.3.0/parsnip/man/rmd/linear_reg_brulee.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_gee.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_glm.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_glmnet.Rmd | 5 parsnip-1.3.0/parsnip/man/rmd/linear_reg_glmnet.md | 7 parsnip-1.3.0/parsnip/man/rmd/linear_reg_gls.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_h2o.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_keras.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_lm.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_lm.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_lme.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_lmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/linear_reg_quantreg.Rmd |only parsnip-1.3.0/parsnip/man/rmd/linear_reg_quantreg.md |only parsnip-1.3.0/parsnip/man/rmd/linear_reg_spark.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_stan.md | 2 parsnip-1.3.0/parsnip/man/rmd/linear_reg_stan_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_LiblineaR.Rmd | 5 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_LiblineaR.md | 7 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_brulee.md | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_gee.html |only parsnip-1.3.0/parsnip/man/rmd/logistic_reg_gee.md | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_glm.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_glm.md | 8 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_glmnet.Rmd | 5 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_glmnet.md | 7 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_keras.md | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_spark.md | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_stan.md | 2 parsnip-1.3.0/parsnip/man/rmd/logistic_reg_stan_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/mars_earth.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/mars_earth.md | 6 parsnip-1.3.0/parsnip/man/rmd/mlp_brulee.Rmd | 30 parsnip-1.3.0/parsnip/man/rmd/mlp_brulee.md | 28 parsnip-1.3.0/parsnip/man/rmd/mlp_brulee_two_layer.Rmd |only parsnip-1.3.0/parsnip/man/rmd/mlp_brulee_two_layer.md |only parsnip-1.3.0/parsnip/man/rmd/mlp_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/mlp_keras.md | 4 parsnip-1.3.0/parsnip/man/rmd/mlp_nnet.md | 4 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_brulee.md | 2 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_glmnet.Rmd | 5 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_glmnet.md | 7 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_h2o.md | 2 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_keras.md | 2 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_nnet.md | 2 parsnip-1.3.0/parsnip/man/rmd/multinom_reg_spark.md | 2 parsnip-1.3.0/parsnip/man/rmd/naive_Bayes_h2o.md | 2 parsnip-1.3.0/parsnip/man/rmd/naive_Bayes_klaR.md | 2 parsnip-1.3.0/parsnip/man/rmd/naive_Bayes_naivebayes.md | 2 parsnip-1.3.0/parsnip/man/rmd/nearest-neighbor.md | 2 parsnip-1.3.0/parsnip/man/rmd/nearest_neighbor_kknn.Rmd | 3 parsnip-1.3.0/parsnip/man/rmd/nearest_neighbor_kknn.md | 7 parsnip-1.3.0/parsnip/man/rmd/null-model.md | 4 parsnip-1.3.0/parsnip/man/rmd/pls_mixOmics.md | 6 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_gee.md | 2 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_glm.md | 2 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_glmnet.md | 2 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_h2o.md | 2 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_hurdle.md | 6 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_stan.md | 2 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_stan_glmer.md | 4 parsnip-1.3.0/parsnip/man/rmd/poisson_reg_zeroinfl.md | 6 parsnip-1.3.0/parsnip/man/rmd/proportional_hazards_glmnet.md | 4 parsnip-1.3.0/parsnip/man/rmd/proportional_hazards_survival.md | 4 parsnip-1.3.0/parsnip/man/rmd/rand_forest_aorsf.Rmd | 33 parsnip-1.3.0/parsnip/man/rmd/rand_forest_aorsf.md | 59 parsnip-1.3.0/parsnip/man/rmd/rand_forest_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/rand_forest_partykit.md | 6 parsnip-1.3.0/parsnip/man/rmd/rand_forest_randomForest.md | 4 parsnip-1.3.0/parsnip/man/rmd/rand_forest_ranger.Rmd | 7 parsnip-1.3.0/parsnip/man/rmd/rand_forest_ranger.md | 11 parsnip-1.3.0/parsnip/man/rmd/rand_forest_spark.md | 4 parsnip-1.3.0/parsnip/man/rmd/rule_fit_h2o.md | 4 parsnip-1.3.0/parsnip/man/rmd/rule_fit_xrf.md | 4 parsnip-1.3.0/parsnip/man/rmd/survival_reg_flexsurv.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/survival_reg_flexsurv.md | 4 parsnip-1.3.0/parsnip/man/rmd/survival_reg_flexsurvspline.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/survival_reg_flexsurvspline.md | 4 parsnip-1.3.0/parsnip/man/rmd/survival_reg_survival.md | 4 parsnip-1.3.0/parsnip/man/rmd/svm_linear_LiblineaR.Rmd | 7 parsnip-1.3.0/parsnip/man/rmd/svm_linear_LiblineaR.md | 11 parsnip-1.3.0/parsnip/man/rmd/svm_linear_kernlab.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/svm_linear_kernlab.md | 6 parsnip-1.3.0/parsnip/man/rmd/svm_poly_kernlab.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/svm_poly_kernlab.md | 6 parsnip-1.3.0/parsnip/man/rmd/svm_rbf_kernlab.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/svm_rbf_kernlab.md | 6 parsnip-1.3.0/parsnip/man/rmd/template-no-pooling.Rmd | 2 parsnip-1.3.0/parsnip/man/rmd/template-uses-sparse-data.Rmd |only parsnip-1.3.0/parsnip/man/set_args.Rd | 15 parsnip-1.3.0/parsnip/man/set_engine.Rd | 4 parsnip-1.3.0/parsnip/man/set_new_model.Rd | 4 parsnip-1.3.0/parsnip/man/show_engines.Rd | 4 parsnip-1.3.0/parsnip/man/sparse_data.Rd |only parsnip-1.3.0/parsnip/man/tidy._LiblineaR.Rd | 4 parsnip-1.3.0/parsnip/man/tidy._elnet.Rd | 4 parsnip-1.3.0/parsnip/man/translate.Rd | 6 parsnip-1.3.0/parsnip/tests/testthat/_snaps/adds.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/args_and_modes.md | 53 parsnip-1.3.0/parsnip/tests/testthat/_snaps/arguments.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/augment.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/boost_tree.md | 63 parsnip-1.3.0/parsnip/tests/testthat/_snaps/boost_tree_C5.0.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/boost_tree_xgboost.md | 73 parsnip-1.3.0/parsnip/tests/testthat/_snaps/condense_control.md | 16 parsnip-1.3.0/parsnip/tests/testthat/_snaps/convert_data.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/decision_tree.md | 22 parsnip-1.3.0/parsnip/tests/testthat/_snaps/descriptors.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/engines.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/extract.md | 36 parsnip-1.3.0/parsnip/tests/testthat/_snaps/failed_models.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/fit_interfaces.md | 44 parsnip-1.3.0/parsnip/tests/testthat/_snaps/gen_additive_model.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/linear_reg.md | 208 ++ parsnip-1.3.0/parsnip/tests/testthat/_snaps/linear_reg_quantreg.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/logistic_reg.md | 158 ++ parsnip-1.3.0/parsnip/tests/testthat/_snaps/mars.md | 47 parsnip-1.3.0/parsnip/tests/testthat/_snaps/misc.md | 70 parsnip-1.3.0/parsnip/tests/testthat/_snaps/mlp.md | 115 + parsnip-1.3.0/parsnip/tests/testthat/_snaps/mlp_keras.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/mlp_nnet.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/model_basics.md | 2 parsnip-1.3.0/parsnip/tests/testthat/_snaps/multinom_reg.md | 104 + parsnip-1.3.0/parsnip/tests/testthat/_snaps/nearest_neighbor.md | 28 parsnip-1.3.0/parsnip/tests/testthat/_snaps/nearest_neighbor_kknn.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/nullmodel.md | 28 parsnip-1.3.0/parsnip/tests/testthat/_snaps/packages.md | 8 parsnip-1.3.0/parsnip/tests/testthat/_snaps/partykit.md | 4 parsnip-1.3.0/parsnip/tests/testthat/_snaps/predict_formats.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/rand_forest.md | 25 parsnip-1.3.0/parsnip/tests/testthat/_snaps/rand_forest_ranger.md | 56 parsnip-1.3.0/parsnip/tests/testthat/_snaps/re_registration.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/registration.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/sparsevctrs.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/surv_reg.md | 39 parsnip-1.3.0/parsnip/tests/testthat/_snaps/surv_reg_flexsurv.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/surv_reg_survreg.md |only parsnip-1.3.0/parsnip/tests/testthat/_snaps/svm_linear.md | 48 parsnip-1.3.0/parsnip/tests/testthat/_snaps/svm_poly.md | 16 parsnip-1.3.0/parsnip/tests/testthat/_snaps/svm_rbf.md | 16 parsnip-1.3.0/parsnip/tests/testthat/_snaps/translate.md | 72 parsnip-1.3.0/parsnip/tests/testthat/_snaps/update.md | 18 parsnip-1.3.0/parsnip/tests/testthat/helper-objects.R | 51 parsnip-1.3.0/parsnip/tests/testthat/test-aaaa.R |only parsnip-1.3.0/parsnip/tests/testthat/test-adds.R |only parsnip-1.3.0/parsnip/tests/testthat/test-args_and_modes.R |only parsnip-1.3.0/parsnip/tests/testthat/test-arguments.R |only parsnip-1.3.0/parsnip/tests/testthat/test-augment.R |only parsnip-1.3.0/parsnip/tests/testthat/test-bag_mars.R |only parsnip-1.3.0/parsnip/tests/testthat/test-bag_mlp.R |only parsnip-1.3.0/parsnip/tests/testthat/test-bag_tree.R |only parsnip-1.3.0/parsnip/tests/testthat/test-bart.R |only parsnip-1.3.0/parsnip/tests/testthat/test-boost_tree.R |only parsnip-1.3.0/parsnip/tests/testthat/test-boost_tree_C5.0.R |only parsnip-1.3.0/parsnip/tests/testthat/test-boost_tree_xgboost.R |only parsnip-1.3.0/parsnip/tests/testthat/test-c5_rules.R |only parsnip-1.3.0/parsnip/tests/testthat/test-case-weights.R | 31 parsnip-1.3.0/parsnip/tests/testthat/test-condense_control.R |only parsnip-1.3.0/parsnip/tests/testthat/test-convert_data.R |only parsnip-1.3.0/parsnip/tests/testthat/test-cubist_rules.R |only parsnip-1.3.0/parsnip/tests/testthat/test-decision_tree.R |only parsnip-1.3.0/parsnip/tests/testthat/test-default_engines.R |only parsnip-1.3.0/parsnip/tests/testthat/test-descriptors.R |only parsnip-1.3.0/parsnip/tests/testthat/test-discrim_flexible.R |only parsnip-1.3.0/parsnip/tests/testthat/test-discrim_linear.R |only parsnip-1.3.0/parsnip/tests/testthat/test-discrim_quad.R |only parsnip-1.3.0/parsnip/tests/testthat/test-discrim_regularized.R |only parsnip-1.3.0/parsnip/tests/testthat/test-engines.R |only parsnip-1.3.0/parsnip/tests/testthat/test-extract.R |only parsnip-1.3.0/parsnip/tests/testthat/test-failed_models.R |only parsnip-1.3.0/parsnip/tests/testthat/test-fit_interfaces.R |only parsnip-1.3.0/parsnip/tests/testthat/test-gen_additive_model.R |only parsnip-1.3.0/parsnip/tests/testthat/test-glm_grouped.R |only parsnip-1.3.0/parsnip/tests/testthat/test-linear_reg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-linear_reg_keras.R |only parsnip-1.3.0/parsnip/tests/testthat/test-linear_reg_quantreg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-logistic_reg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-logistic_reg_keras.R |only parsnip-1.3.0/parsnip/tests/testthat/test-mars.R |only parsnip-1.3.0/parsnip/tests/testthat/test-misc.R |only parsnip-1.3.0/parsnip/tests/testthat/test-mlp.R |only parsnip-1.3.0/parsnip/tests/testthat/test-mlp_keras.R |only parsnip-1.3.0/parsnip/tests/testthat/test-mlp_nnet.R |only parsnip-1.3.0/parsnip/tests/testthat/test-model_basics.R |only parsnip-1.3.0/parsnip/tests/testthat/test-multinom_reg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-multinom_reg_keras.R |only parsnip-1.3.0/parsnip/tests/testthat/test-multinom_reg_nnet.R |only parsnip-1.3.0/parsnip/tests/testthat/test-naive_Bayes.R |only parsnip-1.3.0/parsnip/tests/testthat/test-nearest_neighbor.R |only parsnip-1.3.0/parsnip/tests/testthat/test-nearest_neighbor_kknn.R |only parsnip-1.3.0/parsnip/tests/testthat/test-nullmodel.R |only parsnip-1.3.0/parsnip/tests/testthat/test-packages.R |only parsnip-1.3.0/parsnip/tests/testthat/test-partykit.R |only parsnip-1.3.0/parsnip/tests/testthat/test-pls.R |only parsnip-1.3.0/parsnip/tests/testthat/test-poisson_reg.R | 17 parsnip-1.3.0/parsnip/tests/testthat/test-predict_formats.R |only parsnip-1.3.0/parsnip/tests/testthat/test-print.R |only parsnip-1.3.0/parsnip/tests/testthat/test-proportional_hazards.R |only parsnip-1.3.0/parsnip/tests/testthat/test-rand_forest.R |only parsnip-1.3.0/parsnip/tests/testthat/test-rand_forest_ranger.R |only parsnip-1.3.0/parsnip/tests/testthat/test-re_registration.R |only parsnip-1.3.0/parsnip/tests/testthat/test-registration.R |only parsnip-1.3.0/parsnip/tests/testthat/test-rule_fit.R |only parsnip-1.3.0/parsnip/tests/testthat/test-sparsevctrs.R |only parsnip-1.3.0/parsnip/tests/testthat/test-surv_reg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-surv_reg_flexsurv.R |only parsnip-1.3.0/parsnip/tests/testthat/test-surv_reg_survreg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-survival_reg.R |only parsnip-1.3.0/parsnip/tests/testthat/test-svm_linear.R |only parsnip-1.3.0/parsnip/tests/testthat/test-svm_poly.R |only parsnip-1.3.0/parsnip/tests/testthat/test-svm_rbf.R |only parsnip-1.3.0/parsnip/tests/testthat/test-translate.R |only parsnip-1.3.0/parsnip/tests/testthat/test-tunable.R |only parsnip-1.3.0/parsnip/tests/testthat/test-update.R |only parsnip-1.3.0/parsnip/tests/testthat/test-varying.R |only parsnip-1.3.0/parsnip/vignettes/parsnip.Rmd | 10 476 files changed, 4381 insertions(+), 2131 deletions(-)
Title: Methods and Classes for the OMOP Common Data Model
Description: Provides definitions of core classes and methods used by analytic
pipelines that query the OMOP (Observational Medical Outcomes Partnership)
common data model.
Author: Marti Catala [aut, cre] ,
Edward Burn [aut] ,
Mike Du [ctb] ,
Yuchen Guo [ctb] ,
Adam Black [ctb] ,
Marta Alcalde-Herraiz [ctb]
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>
Diff between omopgenerics versions 0.4.1 dated 2024-12-05 and 1.0.0 dated 2025-02-13
omopgenerics-0.4.1/omopgenerics/man/validateResultArguemnt.Rd |only omopgenerics-1.0.0/omopgenerics/DESCRIPTION | 10 omopgenerics-1.0.0/omopgenerics/MD5 | 118 - omopgenerics-1.0.0/omopgenerics/NAMESPACE | 19 omopgenerics-1.0.0/omopgenerics/R/classAchillesTable.R | 59 omopgenerics-1.0.0/omopgenerics/R/classCdmSource.R | 27 omopgenerics-1.0.0/omopgenerics/R/classCdmTable.R | 57 omopgenerics-1.0.0/omopgenerics/R/classCodelist.R | 87 omopgenerics-1.0.0/omopgenerics/R/classCohortTable.R | 53 omopgenerics-1.0.0/omopgenerics/R/classOmopTable.R | 47 omopgenerics-1.0.0/omopgenerics/R/classSummarisedResult.R | 13 omopgenerics-1.0.0/omopgenerics/R/cohortCodelist.R | 11 omopgenerics-1.0.0/omopgenerics/R/combineStrata.R | 22 omopgenerics-1.0.0/omopgenerics/R/importSummarisedResult.R | 16 omopgenerics-1.0.0/omopgenerics/R/methodCdmDisconnect.R |only omopgenerics-1.0.0/omopgenerics/R/methodDropSourceTable.R | 9 omopgenerics-1.0.0/omopgenerics/R/methodDropTable.R | 68 omopgenerics-1.0.0/omopgenerics/R/methodInsertCdmTo.R |only omopgenerics-1.0.0/omopgenerics/R/methodInsertTable.R | 19 omopgenerics-1.0.0/omopgenerics/R/methodListSourceTables.R | 5 omopgenerics-1.0.0/omopgenerics/R/methodReadSourceTable.R | 23 omopgenerics-1.0.0/omopgenerics/R/methodSuppress.R | 7 omopgenerics-1.0.0/omopgenerics/R/overwriteClasses.R | 1 omopgenerics-1.0.0/omopgenerics/R/recordCohortAttrition.R | 55 omopgenerics-1.0.0/omopgenerics/R/sysdata.rda |binary omopgenerics-1.0.0/omopgenerics/R/unite.R | 12 omopgenerics-1.0.0/omopgenerics/R/utilities.R | 72 omopgenerics-1.0.0/omopgenerics/R/validate.R | 494 ++++- omopgenerics-1.0.0/omopgenerics/inst/doc/codelists.html | 4 omopgenerics-1.0.0/omopgenerics/inst/doc/cohorts.html | 2 omopgenerics-1.0.0/omopgenerics/inst/doc/reexport.Rmd | 6 omopgenerics-1.0.0/omopgenerics/inst/doc/reexport.html | 4 omopgenerics-1.0.0/omopgenerics/inst/doc/summarised_result.html | 880 +++++----- omopgenerics-1.0.0/omopgenerics/man/cdmDisconnect.Rd |only omopgenerics-1.0.0/omopgenerics/man/cohortCodelist.Rd | 2 omopgenerics-1.0.0/omopgenerics/man/combineStrata.Rd | 12 omopgenerics-1.0.0/omopgenerics/man/dropTable.Rd | 41 omopgenerics-1.0.0/omopgenerics/man/insertCdmTo.Rd |only omopgenerics-1.0.0/omopgenerics/man/isResultSuppressed.Rd | 25 omopgenerics-1.0.0/omopgenerics/man/numberRecords.Rd |only omopgenerics-1.0.0/omopgenerics/man/numberSubjects.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateAchillesTable.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateAgeGroupArgument.Rd | 14 omopgenerics-1.0.0/omopgenerics/man/validateCdmArgument.Rd | 30 omopgenerics-1.0.0/omopgenerics/man/validateCdmTable.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateCohortArgument.Rd | 32 omopgenerics-1.0.0/omopgenerics/man/validateCohortIdArgument.Rd | 34 omopgenerics-1.0.0/omopgenerics/man/validateColumn.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateConceptSetArgument.Rd | 16 omopgenerics-1.0.0/omopgenerics/man/validateNameArgument.Rd | 16 omopgenerics-1.0.0/omopgenerics/man/validateNameStyle.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateNewColumn.Rd | 9 omopgenerics-1.0.0/omopgenerics/man/validateOmopTable.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateResultArgument.Rd | 25 omopgenerics-1.0.0/omopgenerics/man/validateStrataArgument.Rd |only omopgenerics-1.0.0/omopgenerics/man/validateWindowArgument.Rd | 13 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-classCdmSource.R | 57 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-classCodelist.R | 14 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-classCohortTable.R | 21 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-combineStrata.R | 2 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-methodCdmDisconnect.R |only omopgenerics-1.0.0/omopgenerics/tests/testthat/test-methodReadSourceTable.R | 3 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-recordCohortAttrition.R | 39 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-unite.R | 30 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-utilities.R | 30 omopgenerics-1.0.0/omopgenerics/tests/testthat/test-validate.R | 31 omopgenerics-1.0.0/omopgenerics/vignettes/reexport.Rmd | 6 67 files changed, 1827 insertions(+), 875 deletions(-)
Title: Analysis of Omics Data in Observational Studies
Description: A collection of fast and flexible functions for analyzing
omics data in observational studies. Multiple different approaches for
integrating multiple environmental/genetic factors, omics data, and/or
phenotype data are implemented. This includes functions for performing
omics wide association studies with one or more variables of interest
as the exposure or outcome; a function for performing a meet in the
middle analysis for linking exposures, omics, and outcomes (as
described by Chadeau-Hyam et al., (2010)
<doi:10.3109/1354750X.2010.533285>); and a function for performing a
mixtures analysis across all omics features using quantile-based
g-Computation (as described by Keil et al., (2019)
<doi:10.1289/EHP5838>).
Author: Jesse Goodrich [aut, cre]
Maintainer: Jesse Goodrich <jagoodri@usc.edu>
Diff between epiomics versions 1.1.0 dated 2024-02-26 and 1.2.0 dated 2025-02-13
epiomics-1.1.0/epiomics/R/depreciated |only epiomics-1.2.0/epiomics/DESCRIPTION | 12 epiomics-1.2.0/epiomics/MD5 | 33 epiomics-1.2.0/epiomics/NAMESPACE | 74 - epiomics-1.2.0/epiomics/NEWS.md | 5 epiomics-1.2.0/epiomics/R/coef_plot_from_owas.R | 255 +-- epiomics-1.2.0/epiomics/R/meet_in_middle.R | 166 +- epiomics-1.2.0/epiomics/R/owas.R | 490 +++---- epiomics-1.2.0/epiomics/R/owas_clogit.R | 298 ++-- epiomics-1.2.0/epiomics/R/owas_qgcomp.R | 335 ++--- epiomics-1.2.0/epiomics/R/volcano_owas.R | 96 - epiomics-1.2.0/epiomics/README.md | 283 ++-- epiomics-1.2.0/epiomics/build/partial.rdb |binary epiomics-1.2.0/epiomics/man/owas.Rd | 7 epiomics-1.2.0/epiomics/man/owas_clogit.Rd | 7 epiomics-1.2.0/epiomics/man/owas_qgcomp.Rd | 7 epiomics-1.2.0/epiomics/tests/testthat/depreciated/test-owas_mixed_effects.R | 650 +++++----- epiomics-1.2.0/epiomics/tests/testthat/test-owas.R | 542 ++++---- 18 files changed, 1694 insertions(+), 1566 deletions(-)
Title: Measure Climate Scenario Alignment of Corporate Loans
Description: These tools help you to assess if a corporate lending
portfolio aligns with climate goals. They summarize key climate
indicators attributed to the portfolio (e.g. production, emission
factors), and calculate alignment targets based on climate scenarios.
They implement in R the last step of the free software 'PACTA' (Paris
Agreement Capital Transition Assessment;
<https://www.transitionmonitor.com/>). Financial institutions use 'PACTA'
to study how their capital allocation decisions align with climate
change mitigation goals.
Author: Jacob Kastl [aut, cre, ctr] ,
Alex Axthelm [aut, ctr] ,
Jackson Hoffart [aut, ctr] ,
Mauro Lepore [aut, ctr] ,
Klaus Hogedorn [aut],
Nicky Halterman [aut],
RMI [cph, fnd]
Maintainer: Jacob Kastl <jacob.kastl@gmail.com>
Diff between r2dii.analysis versions 0.4.0 dated 2024-03-26 and 0.5.0 dated 2025-02-13
DESCRIPTION | 33 +- MD5 | 31 +- NEWS.md | 282 +++++++++++--------- R/data_dictionary.R |only R/join_abcd_scenario.R | 16 - R/summarize_weighted_production.R | 14 R/target_market_share.R | 2 README.md | 66 ---- data |only inst/WORDLIST | 7 man/data_dictionary.Rd |only man/join_abcd_scenario.Rd | 8 man/r2dii.analysis-package.Rd | 7 man/summarize_weighted_production.Rd | 10 tests/testthat/test-join_abcd_scenario.R | 14 tests/testthat/test-summarize_weighted_production.R | 18 + tests/testthat/test-target_market_share.R | 130 +++++++++ tests/testthat/test-target_sda.R | 23 + 18 files changed, 434 insertions(+), 227 deletions(-)
More information about r2dii.analysis at CRAN
Permanent link
Title: Kinetic Evaluation of Chemical Degradation Data
Description: Calculation routines based on the FOCUS Kinetics Report (2006,
2014). Includes a function for conveniently defining differential equation
models, model solution based on eigenvalues if possible or using numerical
solvers. If a C compiler (on windows: 'Rtools') is installed, differential
equation models are solved using automatically generated C functions.
Non-constant errors can be taken into account using variance by variable or
two-component error models <doi:10.3390/environments6120124>. Hierarchical
degradation models can be fitted using nonlinear mixed-effects model packages
as a back end <doi:10.3390/environments8080071>. Please
note that no warranty is implied for correctness of results or fitness for a
particular purpose.
Author: Johannes Ranke [aut, cre, cph]
,
Katrin Lindenberger [ctb] ),
Rene Lehmann [ctb] and invilr),
Eurofins Regulatory AG [cph]
Maintainer: Johannes Ranke <johannes.ranke@jrwb.de>
Diff between mkin versions 1.2.6 dated 2023-10-14 and 1.2.9 dated 2025-02-13
DESCRIPTION | 21 MD5 | 95 +- NAMESPACE | 1 NEWS.md | 20 R/create_deg_func.R | 38 - R/illparms.R | 10 R/mhmkin.R | 28 R/mkinfit.R | 6 R/mkinpredict.R | 4 R/multistart.R | 4 R/nlme.R | 2 R/parplot.R | 19 R/plot.mixed.mmkin.R | 2 R/status.R | 18 README.md | 26 build/partial.rdb |binary build/vignette.rds |binary inst/WORDLIST | 310 ++++++--- inst/doc/FOCUS_D.R | 2 inst/doc/FOCUS_D.html | 16 inst/doc/FOCUS_L.R | 2 inst/doc/FOCUS_L.html | 163 ++-- inst/doc/cyan_pathway_2022_prebuilt.pdf |only inst/doc/cyan_pathway_2022_prebuilt.rnw |only inst/doc/dmta_parent_2022_prebuilt.pdf |binary inst/doc/dmta_pathway_2022_prebuilt.pdf |binary inst/doc/mesotrione_parent_2023_prebuilt.pdf |binary inst/doc/mkin.R | 4 inst/doc/mkin.html | 4 inst/doc/twa.html | 2 inst/testdata/active_substance_medium_source_year.xlsx |only man/check_failed.Rd |only man/hierarchical_kinetics.Rd | 6 man/mkinfit.Rd | 3 man/mkinpredict.Rd | 4 man/multistart.Rd | 4 man/nlme.Rd | 2 man/plot.mixed.mmkin.Rd | 2 tests/testthat/Rplots.pdf |only tests/testthat/_snaps/multistart/parplot-for-dfop-sfo-fit.svg | 339 +++++----- tests/testthat/print_dfop_saem_1.txt | 2 tests/testthat/summary_hfit_sfo_tc.txt | 4 tests/testthat/summary_saem_dfop_sfo_s.txt | 2 tests/testthat/test_mixed.R | 2 tests/testthat/test_multistart.R | 9 tests/testthat/test_saemix_parent.R | 27 tests/testthat/test_water-sediment.R |only vignettes/cyan_pathway_2022_prebuilt.rnw |only vignettes/prebuilt/2022_cyan_pathway.pdf |binary vignettes/prebuilt/2022_cyan_pathway.rmd | 23 vignettes/prebuilt/2022_dmta_parent.pdf |binary vignettes/prebuilt/2022_dmta_pathway.pdf |binary 52 files changed, 732 insertions(+), 494 deletions(-)
Title: Automatic Interpolation Package
Description: An automatic interpolation is done by automatically estimating the variogram and then calling gstat. An overview is given by Hiemstra et al (2008) <doi:10.1016/j.cageo.2008.10.011>.
Author: Paul Hiemstra [aut],
Jon Olav Skoien [aut, cre]
Maintainer: Jon Olav Skoien <jon.skoien@gmail.com>
Diff between automap versions 1.1-12 dated 2024-09-03 and 1.1-16 dated 2025-02-13
DESCRIPTION | 8 MD5 | 10 R/summary.autoKrige.r | 2 tests/autoKrige.cv.Rout.save | 4 tests/automap.R | 3 tests/automap.Rout.save | 606 +++++++++++++++++++++---------------------- 6 files changed, 321 insertions(+), 312 deletions(-)
Title: Linked Micromap Plots for U. S. and Other Geographic Areas
Description: Provides the users with the ability to quickly create
linked micromap plots for a collection of geographic areas.
Linked micromap plots are visualizations of geo-referenced data
that link statistical graphics to an organized series of small
maps or graphic images. The Help description contains examples
of how to use the 'micromapST' function. Contained in this
package are border group datasets to support creating linked
micromap plots for the 50 U.S. states and District of Columbia
(51 areas), the U. S. 20 Seer Registries, the 105 counties in
the state of Kansas, the 62 counties of New York, the 24
counties of Maryland, the 29 counties of Utah, the 32
administrative areas in China, the 218 administrative areas in
the UK and Ireland (for testing only), the 25 districts in the
city of Seoul South Korea, and the 52 counties on the Africa
continent.
A border group dataset contains the boundaries related to the
data level areas, a second layer boundaries, a top or third
layer boundary, a pa [...truncated...]
Author: Jim Pearson [aut, cre, cph],
Dan Carr [aut, cph],
Linda Pickle [ctb, cph]
Maintainer: Jim Pearson <jbpearson353@gmail.com>
Diff between micromapST versions 3.0.4 dated 2024-10-26 and 3.1.0 dated 2025-02-13
micromapST-3.0.4/micromapST/inst/doc/NEWS |only micromapST-3.1.0/micromapST/DESCRIPTION | 11 micromapST-3.1.0/micromapST/MD5 | 108 - micromapST-3.1.0/micromapST/NAMESPACE | 6 micromapST-3.1.0/micromapST/NEWS |only micromapST-3.1.0/micromapST/R/BuildBorderGroup.r | 10 micromapST-3.1.0/micromapST/R/globals.r | 38 micromapST-3.1.0/micromapST/R/micromapDefSets.r | 73 - micromapST-3.1.0/micromapST/R/micromapST.r | 1027 ++++++++++------ micromapST-3.1.0/micromapST/R/panelFunctions.r | 12 micromapST-3.1.0/micromapST/build/vignette.rds |binary micromapST-3.1.0/micromapST/data/AfricaBG.rda |binary micromapST-3.1.0/micromapST/data/AfricaPopData.rda |binary micromapST-3.1.0/micromapST/data/ChinaBG.rda |binary micromapST-3.1.0/micromapST/data/Educ8thData.rda |binary micromapST-3.1.0/micromapST/data/KansPopInc.rda |binary micromapST-3.1.0/micromapST/data/KansasBG.rda |binary micromapST-3.1.0/micromapST/data/LOWESSData.rda |only micromapST-3.1.0/micromapST/data/MarylandBG.rda |binary micromapST-3.1.0/micromapST/data/NewYorkBG.rda |binary micromapST-3.1.0/micromapST/data/Seer18Area.rda |binary micromapST-3.1.0/micromapST/data/SeoulPopData.rda |binary micromapST-3.1.0/micromapST/data/SeoulSKoreaBG.rda |binary micromapST-3.1.0/micromapST/data/SynTable.rda |binary micromapST-3.1.0/micromapST/data/TSdata.rda |binary micromapST-3.1.0/micromapST/data/UKIrelandBG.rda |binary micromapST-3.1.0/micromapST/data/UKIrelandPopData.rda |binary micromapST-3.1.0/micromapST/data/UKIrelandPopData2.rda |binary micromapST-3.1.0/micromapST/data/USSeerBG.rda |binary micromapST-3.1.0/micromapST/data/USStatesBG.rda |binary micromapST-3.1.0/micromapST/data/UtahBG.rda |binary micromapST-3.1.0/micromapST/data/UtahPopData.rda |binary micromapST-3.1.0/micromapST/data/cnPopData.rda |binary micromapST-3.1.0/micromapST/data/detailsVariables.rda |binary micromapST-3.1.0/micromapST/data/mdPopData.rda |binary micromapST-3.1.0/micromapST/data/nyPopData.rda |binary micromapST-3.1.0/micromapST/data/statePop2010.rda |binary micromapST-3.1.0/micromapST/data/wflung00and95.rda |binary micromapST-3.1.0/micromapST/data/wflung00and95US.rda |binary micromapST-3.1.0/micromapST/data/wflung00cnty.rda |binary micromapST-3.1.0/micromapST/data/wmlung5070.rda |binary micromapST-3.1.0/micromapST/data/wmlung5070US.rda |binary micromapST-3.1.0/micromapST/man/LOWESSData.Rd |only micromapST-3.1.0/micromapST/man/X-Axis.Rd |only micromapST-3.1.0/micromapST/man/glyph-TS.Rd |only micromapST-3.1.0/micromapST/man/glyph-arrow.rd |only micromapST-3.1.0/micromapST/man/glyph-bar.rd |only micromapST-3.1.0/micromapST/man/glyph-boxplot.rd |only micromapST-3.1.0/micromapST/man/glyph-ctrbar.rd |only micromapST-3.1.0/micromapST/man/glyph-dot.rd |only micromapST-3.1.0/micromapST/man/glyph-dotconf.rd |only micromapST-3.1.0/micromapST/man/glyph-dotse.rd |only micromapST-3.1.0/micromapST/man/glyph-dotsignif.rd |only micromapST-3.1.0/micromapST/man/glyph-id.rd |only micromapST-3.1.0/micromapST/man/glyph-mapXXXX.rd |only micromapST-3.1.0/micromapST/man/glyph-normbar.Rd |only micromapST-3.1.0/micromapST/man/glyph-rank.Rd |only micromapST-3.1.0/micromapST/man/glyph-scatdot.Rd |only micromapST-3.1.0/micromapST/man/glyph-segbar.Rd |only micromapST-3.1.0/micromapST/man/messages-MM.Rd | 219 ++- micromapST-3.1.0/micromapST/man/micromapGSetPanelDef.Rd | 8 micromapST-3.1.0/micromapST/man/micromapSEER.Rd | 4 micromapST-3.1.0/micromapST/man/micromapST-package.Rd | 9 micromapST-3.1.0/micromapST/man/micromapST.Rd | 26 micromapST-3.1.0/micromapST/man/panelDesc.Rd | 12 65 files changed, 1025 insertions(+), 538 deletions(-)
Title: Light Gradient Boosting Machine
Description: Tree based algorithms can be improved by introducing boosting frameworks.
'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>.
This package offers an R interface to work with it.
It is designed to be distributed and efficient with the following advantages:
1. Faster training speed and higher efficiency.
2. Lower memory usage.
3. Better accuracy.
4. Parallel learning supported.
5. Capable of handling large-scale data.
In recognition of these advantages, 'LightGBM' has been widely-used in many winning solutions of machine learning competitions.
Comparison experiments on public datasets suggest that 'LightGBM' can outperform existing boosting frameworks on both efficiency and accuracy, with significantly lower memory consumption. In addition, parallel experiments suggest that in certain circumstances, 'LightGBM' can achieve a linear speed-up in training time by using multiple m [...truncated...]
Author: Yu Shi [aut],
Guolin Ke [aut],
Damien Soukhavong [aut],
James Lamb [aut, cre],
Qi Meng [aut],
Thomas Finley [aut],
Taifeng Wang [aut],
Wei Chen [aut],
Weidong Ma [aut],
Qiwei Ye [aut],
Tie-Yan Liu [aut],
Nikita Titov [aut],
Yachen Yan [ctb],
Microsof [...truncated...]
Maintainer: James Lamb <jaylamb20@gmail.com>
Diff between lightgbm versions 4.5.0 dated 2024-07-26 and 4.6.0 dated 2025-02-13
lightgbm-4.5.0/lightgbm/src/treelearner/kernels |only lightgbm-4.6.0/lightgbm/DESCRIPTION | 8 lightgbm-4.6.0/lightgbm/MD5 | 207 lightgbm-4.6.0/lightgbm/R/callback.R | 2 lightgbm-4.6.0/lightgbm/R/lgb.Booster.R | 4 lightgbm-4.6.0/lightgbm/R/lgb.Dataset.R | 2 lightgbm-4.6.0/lightgbm/R/lgb.convert_with_rules.R | 2 lightgbm-4.6.0/lightgbm/R/lgb.cv.R | 67 lightgbm-4.6.0/lightgbm/R/lgb.importance.R | 2 lightgbm-4.6.0/lightgbm/R/lgb.model.dt.tree.R | 2 lightgbm-4.6.0/lightgbm/R/lgb.train.R | 40 lightgbm-4.6.0/lightgbm/R/lightgbm.R | 2 lightgbm-4.6.0/lightgbm/R/utils.R | 24 lightgbm-4.6.0/lightgbm/README.md | 20 lightgbm-4.6.0/lightgbm/build/vignette.rds |binary lightgbm-4.6.0/lightgbm/configure | 26 lightgbm-4.6.0/lightgbm/configure.ac | 10 lightgbm-4.6.0/lightgbm/demo/cross_validation.R | 2 lightgbm-4.6.0/lightgbm/demo/early_stopping.R | 2 lightgbm-4.6.0/lightgbm/inst/doc/basic_walkthrough.Rmd | 2 lightgbm-4.6.0/lightgbm/inst/doc/basic_walkthrough.html | 2 lightgbm-4.6.0/lightgbm/man/lgb.configure_fast_predict.Rd | 4 lightgbm-4.6.0/lightgbm/man/lgb.cv.Rd | 20 lightgbm-4.6.0/lightgbm/man/lgb.importance.Rd | 2 lightgbm-4.6.0/lightgbm/man/lgb.model.dt.tree.Rd | 2 lightgbm-4.6.0/lightgbm/man/lgb.train.Rd | 14 lightgbm-4.6.0/lightgbm/man/lightgbm.Rd | 2 lightgbm-4.6.0/lightgbm/src/boosting/bagging.hpp | 95 lightgbm-4.6.0/lightgbm/src/boosting/gbdt.cpp | 19 lightgbm-4.6.0/lightgbm/src/boosting/gbdt.h | 13 lightgbm-4.6.0/lightgbm/src/boosting/gbdt_model_text.cpp | 6 lightgbm-4.6.0/lightgbm/src/boosting/rf.hpp | 2 lightgbm-4.6.0/lightgbm/src/c_api.cpp | 17 lightgbm-4.6.0/lightgbm/src/include/LightGBM/bin.h | 1 lightgbm-4.6.0/lightgbm/src/include/LightGBM/c_api.h | 4 lightgbm-4.6.0/lightgbm/src/include/LightGBM/config.h | 73 lightgbm-4.6.0/lightgbm/src/include/LightGBM/cuda/cuda_algorithms.hpp | 6 lightgbm-4.6.0/lightgbm/src/include/LightGBM/cuda/cuda_column_data.hpp | 1 lightgbm-4.6.0/lightgbm/src/include/LightGBM/cuda/cuda_objective_function.hpp | 5 lightgbm-4.6.0/lightgbm/src/include/LightGBM/cuda/cuda_row_data.hpp | 1 lightgbm-4.6.0/lightgbm/src/include/LightGBM/cuda/cuda_tree.hpp | 2 lightgbm-4.6.0/lightgbm/src/include/LightGBM/dataset.h | 3 lightgbm-4.6.0/lightgbm/src/include/LightGBM/feature_group.h | 1 lightgbm-4.6.0/lightgbm/src/include/LightGBM/objective_function.h | 11 lightgbm-4.6.0/lightgbm/src/include/LightGBM/sample_strategy.h | 4 lightgbm-4.6.0/lightgbm/src/include/LightGBM/train_share_states.h | 1 lightgbm-4.6.0/lightgbm/src/include/LightGBM/tree.h | 6 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/common.h | 4 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fast_double_parser.h | 18 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/args.h | 172 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/base.h |only lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/chrono.h | 1402 ++-- lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/color.h | 264 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/compile.h | 169 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/core.h | 2925 -------- lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/format-inl.h | 527 + lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/format.h | 3256 ++++------ lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/os.h | 294 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/ostream.h | 189 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/printf.h | 424 - lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/ranges.h | 615 + lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/std.h | 587 + lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/fmt/xchar.h | 273 lightgbm-4.6.0/lightgbm/src/include/LightGBM/utils/random.h | 4 lightgbm-4.6.0/lightgbm/src/io/config.cpp | 11 lightgbm-4.6.0/lightgbm/src/io/config_auto.cpp | 8 lightgbm-4.6.0/lightgbm/src/io/cuda/cuda_column_data.cpp | 2 lightgbm-4.6.0/lightgbm/src/io/cuda/cuda_tree.cpp | 5 lightgbm-4.6.0/lightgbm/src/io/cuda/cuda_tree.cu | 4 lightgbm-4.6.0/lightgbm/src/io/json11.cpp | 1 lightgbm-4.6.0/lightgbm/src/io/metadata.cpp | 6 lightgbm-4.6.0/lightgbm/src/io/tree.cpp | 21 lightgbm-4.6.0/lightgbm/src/network/linker_topo.cpp | 4 lightgbm-4.6.0/lightgbm/src/network/linkers_socket.cpp | 3 lightgbm-4.6.0/lightgbm/src/objective/rank_objective.hpp | 22 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_best_split_finder.cpp | 2 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_data_partition.cu | 18 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_data_partition.hpp | 18 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_histogram_constructor.cpp | 2 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_histogram_constructor.hpp | 2 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_leaf_splits.cpp | 15 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_leaf_splits.cu | 16 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_leaf_splits.hpp | 10 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_single_gpu_tree_learner.cpp | 26 lightgbm-4.6.0/lightgbm/src/treelearner/cuda/cuda_single_gpu_tree_learner.hpp | 4 lightgbm-4.6.0/lightgbm/src/treelearner/data_parallel_tree_learner.cpp | 6 lightgbm-4.6.0/lightgbm/src/treelearner/feature_histogram.hpp | 6 lightgbm-4.6.0/lightgbm/src/treelearner/gpu_tree_learner.cpp | 2 lightgbm-4.6.0/lightgbm/src/treelearner/linear_tree_learner.cpp | 112 lightgbm-4.6.0/lightgbm/src/treelearner/linear_tree_learner.h | 16 lightgbm-4.6.0/lightgbm/src/treelearner/ocl/histogram16.cl | 4 lightgbm-4.6.0/lightgbm/src/treelearner/ocl/histogram256.cl | 2 lightgbm-4.6.0/lightgbm/src/treelearner/ocl/histogram64.cl | 2 lightgbm-4.6.0/lightgbm/src/treelearner/parallel_tree_learner.h | 10 lightgbm-4.6.0/lightgbm/src/treelearner/serial_tree_learner.cpp | 20 lightgbm-4.6.0/lightgbm/src/treelearner/split_info.hpp | 2 lightgbm-4.6.0/lightgbm/src/treelearner/tree_learner.cpp | 8 lightgbm-4.6.0/lightgbm/src/treelearner/voting_parallel_tree_learner.cpp | 12 lightgbm-4.6.0/lightgbm/tests/testthat/test_basic.R | 14 lightgbm-4.6.0/lightgbm/tests/testthat/test_custom_objective.R | 2 lightgbm-4.6.0/lightgbm/tests/testthat/test_lgb.Booster.R | 12 lightgbm-4.6.0/lightgbm/tests/testthat/test_lgb.interprete.R | 2 lightgbm-4.6.0/lightgbm/tests/testthat/test_lgb.plot.interpretation.R | 4 lightgbm-4.6.0/lightgbm/tests/testthat/test_parameters.R | 63 lightgbm-4.6.0/lightgbm/vignettes/basic_walkthrough.Rmd | 2 105 files changed, 5042 insertions(+), 7323 deletions(-)
Title: 'CASMI'-Based Functions
Description: Contains Coverage Adjusted Standardized Mutual Information ('CASMI')-based functions. 'CASMI' is a fundamental concept of a series of methods. For more information about 'CASMI' and 'CASMI'-related methods, please refer to the corresponding publications (e.g., a feature selection method, Shi, J., Zhang, J., & Ge, Y. (2019) <doi:10.3390/e21121179>, and a dataset quality measurement method, Shi, J., Zhang, J., & Ge, Y. (2019) <doi:10.1109/ICHI.2019.8904553>) or contact the package author for the latest updates.
Author: Jingyi Shi [aut, cre, cph, ctb],
Shirli Arndt [aut],
Jialin Zhang [ctb]
Maintainer: Jingyi (Catherine) Shi <jshi@math.msstate.edu>
Diff between CASMI versions 1.2.2 dated 2024-02-16 and 2.0.0 dated 2025-02-13
DESCRIPTION | 12 - MD5 | 19 +- NAMESPACE | 4 R/AQI.R | 16 - R/AutoBin_Binary.R | 80 ++++++-- R/CombinationMining.R |only R/CommonFunctions.R |only R/FeatureSelection.R | 388 ++++++++++++------------------------------- man/AQI.Rd | 12 - man/CASMI.mineCombination.Rd |only man/CASMI.selectFeatures.Rd | 98 ++++++---- man/autoBin.binary.Rd | 32 ++- 12 files changed, 288 insertions(+), 373 deletions(-)
Title: Tidy Analysis of Wikipedia
Description: Access 'Wikipedia' through the several 'MediaWiki' APIs
(<https://www.mediawiki.org/wiki/API>), as well as through the
'XTools' API (<https://www.mediawiki.org/wiki/XTools/API>). Ensure
your API calls are correct, and receive results in tidy tibbles.
Author: Michael Falk [aut, cre, cph]
Maintainer: Michael Falk <michaelgfalk@gmail.com>
Diff between wikkitidy versions 0.1.13 dated 2024-08-17 and 0.1.14 dated 2025-02-13
wikkitidy-0.1.13/wikkitidy/R/wiki-xml.R |only wikkitidy-0.1.13/wikkitidy/inst/extdata/akwiki-20230301-pages-articles-multistream-index.txt.bz2 |only wikkitidy-0.1.13/wikkitidy/inst/extdata/akwiki-20230301-pages-articles-multistream.xml.bz2 |only wikkitidy-0.1.13/wikkitidy/tests/testthat/test-wiki-xml.R |only wikkitidy-0.1.14/wikkitidy/DESCRIPTION | 13 +- wikkitidy-0.1.14/wikkitidy/MD5 | 55 +++++---- wikkitidy-0.1.14/wikkitidy/NAMESPACE | 2 wikkitidy-0.1.14/wikkitidy/NEWS.md | 8 + wikkitidy-0.1.14/wikkitidy/R/aa_setup.R |only wikkitidy-0.1.14/wikkitidy/R/get-history-count.R | 17 ++ wikkitidy-0.1.14/wikkitidy/R/get-page-data.R | 58 +++------- wikkitidy-0.1.14/wikkitidy/R/get-rest-resource.R | 10 + wikkitidy-0.1.14/wikkitidy/R/request-gracefully.R | 2 wikkitidy-0.1.14/wikkitidy/R/wikkitidy-example.R | 7 - wikkitidy-0.1.14/wikkitidy/R/xml-collect-pages.R |only wikkitidy-0.1.14/wikkitidy/R/xml-filter-pages.R |only wikkitidy-0.1.14/wikkitidy/R/xml-generate-pages.R |only wikkitidy-0.1.14/wikkitidy/R/xml-get-articles-by-title.R |only wikkitidy-0.1.14/wikkitidy/R/xml-verify-file.R |only wikkitidy-0.1.14/wikkitidy/R/xtools-page-api.R | 4 wikkitidy-0.1.14/wikkitidy/README.md | 16 +- wikkitidy-0.1.14/wikkitidy/inst/extdata/fatwiki-20240920-pages-articles-multistream-index.txt |only wikkitidy-0.1.14/wikkitidy/inst/extdata/fatwiki-20240920-pages-articles-multistream-index.txt.bz2 |only wikkitidy-0.1.14/wikkitidy/inst/extdata/fatwiki-20240920-pages-articles-multistream.xml.bz2 |only wikkitidy-0.1.14/wikkitidy/man/get_history_count.Rd | 15 ++ wikkitidy-0.1.14/wikkitidy/man/get_rest_resource.Rd | 7 + wikkitidy-0.1.14/wikkitidy/man/gracefully.Rd | 1 wikkitidy-0.1.14/wikkitidy/man/page_vector_functions.Rd | 32 +---- wikkitidy-0.1.14/wikkitidy/man/verify_xml_integrity.Rd | 3 wikkitidy-0.1.14/wikkitidy/man/wikkitidy_example.Rd | 3 wikkitidy-0.1.14/wikkitidy/man/xtools_page.Rd | 8 - wikkitidy-0.1.14/wikkitidy/tests/testthat/test-get-page-data.R | 4 wikkitidy-0.1.14/wikkitidy/tests/testthat/test-rest-request.R | 7 - wikkitidy-0.1.14/wikkitidy/tests/testthat/test-wikkitidy-example.R | 8 - wikkitidy-0.1.14/wikkitidy/tests/testthat/test-xml-get-articles-by-title.R |only wikkitidy-0.1.14/wikkitidy/tests/testthat/test-xml-verify-file.R |only 36 files changed, 140 insertions(+), 140 deletions(-)
Title: Connect to Your 'Revenera' (Formerly 'Revulytics') Data
Description: Facilitates making a connection to the 'Revenera'
API and executing various queries. You can use it to get
event data and metadata. The 'Revenera' documentation
is available at <https://rui-api.redoc.ly/>. This package is
not supported by 'Flexera' (owner of the software).
Author: Chris Umphlett [aut, cre],
Avinash Panigrahi [aut]
Maintainer: Chris Umphlett <christopher.umphlett@gmail.com>
Diff between reveneraR versions 0.1.2 dated 2022-08-06 and 1.0.0 dated 2025-02-13
reveneraR-0.1.2/reveneraR/R/get_active_users.R |only reveneraR-0.1.2/reveneraR/R/get_new_users.R |only reveneraR-0.1.2/reveneraR/man/get_active_users.Rd |only reveneraR-0.1.2/reveneraR/man/get_new_users.Rd |only reveneraR-1.0.0/reveneraR/DESCRIPTION | 27 - reveneraR-1.0.0/reveneraR/MD5 | 44 -- reveneraR-1.0.0/reveneraR/NAMESPACE | 14 reveneraR-1.0.0/reveneraR/NEWS.md | 15 reveneraR-1.0.0/reveneraR/R/get_categories_and_events.R | 55 +- reveneraR-1.0.0/reveneraR/R/get_client_metadata.R | 207 ++++----- reveneraR-1.0.0/reveneraR/R/get_daily_client_properties.R | 241 ++++------- reveneraR-1.0.0/reveneraR/R/get_product_properties.R | 52 -- reveneraR-1.0.0/reveneraR/R/get_raw_data_files.R | 87 +-- reveneraR-1.0.0/reveneraR/R/get_users.R | 69 +-- reveneraR-1.0.0/reveneraR/R/logout.R |only reveneraR-1.0.0/reveneraR/R/revenera_auth.R | 43 + reveneraR-1.0.0/reveneraR/R/utils.R | 12 reveneraR-1.0.0/reveneraR/README.md | 24 - reveneraR-1.0.0/reveneraR/man/get_categories_and_events.Rd | 13 reveneraR-1.0.0/reveneraR/man/get_client_metadata.Rd | 23 - reveneraR-1.0.0/reveneraR/man/get_daily_client_properties.Rd | 34 - reveneraR-1.0.0/reveneraR/man/get_product_properties.Rd | 16 reveneraR-1.0.0/reveneraR/man/get_raw_data_files.Rd | 25 - reveneraR-1.0.0/reveneraR/man/get_users.Rd | 17 reveneraR-1.0.0/reveneraR/man/logout.Rd |only reveneraR-1.0.0/reveneraR/man/revenera_auth.Rd | 14 26 files changed, 484 insertions(+), 548 deletions(-)
Title: Web Interface to 'IsoplotR'
Description: Provides a graphical user interface to the 'IsoplotR' package for radiometric geochronology. The GUI runs in an internet browser and can either be used offline, or hosted on a server to provide online access to the 'IsoplotR' toolbox.
Author: Pieter Vermeesch [aut, cre],
Tim Band [ctb]
Maintainer: Pieter Vermeesch <p.vermeesch@ucl.ac.uk>
Diff between IsoplotRgui versions 6.4 dated 2024-10-19 and 6.5 dated 2025-02-13
DESCRIPTION | 10 ++--- MD5 | 18 +++++----- R/IsoplotR.R | 19 +++++++--- inst/www/home/news.html | 55 +++++++++++++++---------------- inst/www/js/IsoplotR.js | 14 +++---- inst/www/locales/en/contextual_help.json | 2 - inst/www/locales/en/dictionary_id.json | 6 +-- inst/www/locales/en/home_id.json | 2 - inst/www/options/concordia.html | 27 ++++++++++++++- inst/www/version.txt | 2 - 10 files changed, 94 insertions(+), 61 deletions(-)
Title: qPCR Data Analysis
Description: Various methods are employed for statistical analysis and graphical presentation of real-time PCR (quantitative PCR or qPCR) data. 'rtpcr' handles amplification efficiency calculation, statistical analysis and graphical representation of real-time PCR data based on up to two reference genes. By accounting for amplification efficiency values, 'rtpcr' was developed using a general calculation method described by Ganger et al. (2017) <doi:10.1186/s12859-017-1949-5> and Taylor et al. (2019) <doi:10.1016/j.tibtech.2018.12.002>, covering both the Livak and Pfaffl methods. Based on the experimental conditions, the functions of the 'rtpcr' package use t-test (for experiments with a two-level factor), analysis of variance (ANOVA), analysis of covariance (ANCOVA) or analysis of repeated measure data to calculate the fold change (FC, Delta Delta Ct method) or relative expression (RE, Delta Ct method). The functions further provide standard errors and confidence intervals for means, a [...truncated...]
Author: Ghader Mirzaghaderi [aut, cre, cph]
Maintainer: Ghader Mirzaghaderi <gh.mirzaghaderi@uok.ac.ir>
Diff between rtpcr versions 2.0.0 dated 2024-07-07 and 2.0.1 dated 2025-02-13
COPYING |only DESCRIPTION | 6 +++--- MD5 | 16 +++++++++------- R/qpcrANOVAFC.r | 16 ++++++++-------- inst/doc/vignette.R | 2 +- inst/doc/vignette.Rmd | 12 ++++++------ inst/doc/vignette.html | 18 +++++++++--------- man/figures |only man/qpcrANOVAFC.Rd | 16 ++++++++-------- vignettes/vignette.Rmd | 12 ++++++------ 10 files changed, 50 insertions(+), 48 deletions(-)
Title: Functions to Support Extension Education Program Evaluation
Description: Functions and datasets to support Summary and Analysis of
Extension Program Evaluation in R, and An R
Companion for the Handbook of Biological Statistics.
Vignettes are available at <https://rcompanion.org>.
Author: Salvatore Mangiafico [aut, cre]
Maintainer: Salvatore Mangiafico <mangiafico@njaes.rutgers.edu>
Diff between rcompanion versions 2.4.36 dated 2024-05-27 and 2.5.0 dated 2025-02-13
DESCRIPTION | 18 +++++++++--------- MD5 | 30 ++++++++++++++++-------------- NAMESPACE | 5 +++++ NEWS.md | 8 ++++++++ R/blom.r | 6 ++++++ R/correlation.r |only R/epsilonSquared.r | 6 ++++++ R/groupwiseMean.r | 8 ++++---- R/groupwisePercentile.r | 8 ++++---- R/ordinalEtaSquared.r | 15 ++++++++++----- inst/CITATION | 8 ++++---- man/blom.Rd | 7 +++++++ man/correlation.Rd |only man/epsilonSquared.Rd | 7 +++++++ man/groupwiseMean.Rd | 8 ++++---- man/groupwisePercentile.Rd | 8 ++++---- man/ordinalEtaSquared.Rd | 16 +++++++++++----- 17 files changed, 105 insertions(+), 53 deletions(-)
Title: "Risk Model Regression and Analysis with Complex Non-Linear
Models"
Description: Performs survival analysis using general non-linear models. Risk models can be the sum or product of terms. Each term is the product of exponential/linear functions of covariates. Additionally sub-terms can be defined as a sum of exponential, linear threshold, and step functions. Cox Proportional hazards <https://en.wikipedia.org/wiki/Proportional_hazards_model>, Poisson <https://en.wikipedia.org/wiki/Poisson_regression>, and Fine-Gray competing risks <https://www.publichealth.columbia.edu/research/population-health-methods/competing-risk-analysis> regression are supported. This work was sponsored by NASA Grant 80NSSC19M0161 through a subcontract from the National Council on Radiation Protection and Measurements (NCRP). The computing for this project was performed on the Beocat Research Cluster at Kansas State University, which is funded in part by NSF grants CNS-1006860, EPS-1006860, EPS-0919443, ACI-1440548, CHE-1726332, and NIH P20GM113109.
Author: Eric Giunta [aut, cre] ,
Amir Bahadori [ctb] ,
Dan Andresen [ctb],
Linda Walsh [ctb] ,
Benjamin French [ctb] ,
Lawrence Dauer [ctb],
John Boice Jr [ctb] ,
Kansas State University [cph],
NASA [fnd],
NCRP [fnd],
NRC [fnd]
Maintainer: Eric Giunta <egiunta@ksu.edu>
Diff between Colossus versions 1.1.4.2 dated 2024-10-21 and 1.2 dated 2025-02-13
Colossus-1.1.4.2/Colossus/man/RunCoxRegression_STRATA.Rd |only Colossus-1.1.4.2/Colossus/man/RunPoissonRegression_STRATA.Rd |only Colossus-1.1.4.2/Colossus/tests/testthat/test-assigned.R |only Colossus-1.1.4.2/Colossus/tests/testthat/test-for_coverage.R |only Colossus-1.1.4.2/Colossus/tests/testthat/test-joint.R |only Colossus-1.1.4.2/Colossus/tests/testthat/test-logbound.R |only Colossus-1.1.4.2/Colossus/tests/testthat/test-multidose.R |only Colossus-1.1.4.2/Colossus/tests/testthat/test-omnibus.R |only Colossus-1.2/Colossus/DESCRIPTION | 12 Colossus-1.2/Colossus/MD5 | 242 Colossus-1.2/Colossus/NAMESPACE | 27 Colossus-1.2/Colossus/NEWS.md | 40 Colossus-1.2/Colossus/R/Cox_Regression.R | 332 Colossus-1.2/Colossus/R/PlotTypes.R | 16 Colossus-1.2/Colossus/R/Poisson_Regression.R | 223 Colossus-1.2/Colossus/R/RcppExports.R | 698 - Colossus-1.2/Colossus/R/Utility.R | 1118 ++ Colossus-1.2/Colossus/R/utils-roxygen.R | 13 Colossus-1.2/Colossus/README.md | 103 Colossus-1.2/Colossus/build/vignette.rds |binary Colossus-1.2/Colossus/inst/WORDLIST | 73 Colossus-1.2/Colossus/inst/doc/Alt_Run_Opt.R | 140 Colossus-1.2/Colossus/inst/doc/Alt_Run_Opt.Rmd | 38 Colossus-1.2/Colossus/inst/doc/Alt_Run_Opt.html | 157 Colossus-1.2/Colossus/inst/doc/Control_Options.Rmd | 9 Colossus-1.2/Colossus/inst/doc/Control_Options.html | 12 Colossus-1.2/Colossus/inst/doc/Equation_Expression.R |only Colossus-1.2/Colossus/inst/doc/Equation_Expression.Rmd |only Colossus-1.2/Colossus/inst/doc/Equation_Expression.html |only Colossus-1.2/Colossus/inst/doc/Excess_and_Predicted_Cases.R | 35 Colossus-1.2/Colossus/inst/doc/Excess_and_Predicted_Cases.Rmd | 5 Colossus-1.2/Colossus/inst/doc/Excess_and_Predicted_Cases.html | 19 Colossus-1.2/Colossus/inst/doc/Grad_Hess.R |only Colossus-1.2/Colossus/inst/doc/Grad_Hess.Rmd |only Colossus-1.2/Colossus/inst/doc/Grad_Hess.html |only Colossus-1.2/Colossus/inst/doc/Multi_Realization.R | 11 Colossus-1.2/Colossus/inst/doc/Multi_Realization.Rmd | 17 Colossus-1.2/Colossus/inst/doc/Multi_Realization.html | 19 Colossus-1.2/Colossus/inst/doc/Plotting_And_Analysis.R | 23 Colossus-1.2/Colossus/inst/doc/Plotting_And_Analysis.Rmd | 23 Colossus-1.2/Colossus/inst/doc/Plotting_And_Analysis.html | 101 Colossus-1.2/Colossus/inst/doc/SMR_Analysis.R |only Colossus-1.2/Colossus/inst/doc/SMR_Analysis.Rmd |only Colossus-1.2/Colossus/inst/doc/SMR_Analysis.html |only Colossus-1.2/Colossus/inst/doc/Script_Comparison_Epicure.R | 54 Colossus-1.2/Colossus/inst/doc/Script_Comparison_Epicure.Rmd | 16 Colossus-1.2/Colossus/inst/doc/Script_Comparison_Epicure.html | 32 Colossus-1.2/Colossus/inst/doc/Starting-Description.R | 11 Colossus-1.2/Colossus/inst/doc/Starting-Description.Rmd | 44 Colossus-1.2/Colossus/inst/doc/Starting-Description.html | 195 Colossus-1.2/Colossus/inst/doc/Wald_and_Log_Bound.R | 210 Colossus-1.2/Colossus/inst/doc/Wald_and_Log_Bound.Rmd | 323 Colossus-1.2/Colossus/inst/doc/Wald_and_Log_Bound.html | 345 Colossus-1.2/Colossus/inst/doc/count_time_tables.R |only Colossus-1.2/Colossus/inst/doc/count_time_tables.Rmd |only Colossus-1.2/Colossus/inst/doc/count_time_tables.html |only Colossus-1.2/Colossus/man/Check_Dupe_Columns.Rd | 3 Colossus-1.2/Colossus/man/Check_Trunc.Rd | 3 Colossus-1.2/Colossus/man/Check_Verbose.Rd | 3 Colossus-1.2/Colossus/man/Convert_Model_Eq.Rd |only Colossus-1.2/Colossus/man/Correct_Formula_Order.Rd | 3 Colossus-1.2/Colossus/man/CoxCurveSolver.Rd |only Colossus-1.2/Colossus/man/Date_Shift.Rd | 3 Colossus-1.2/Colossus/man/Def_Control.Rd | 3 Colossus-1.2/Colossus/man/Def_Control_Guess.Rd | 3 Colossus-1.2/Colossus/man/Def_model_control.Rd | 3 Colossus-1.2/Colossus/man/Def_modelform_fix.Rd | 5 Colossus-1.2/Colossus/man/Event_Count_Gen.Rd |only Colossus-1.2/Colossus/man/Event_Time_Gen.Rd |only Colossus-1.2/Colossus/man/Gather_Guesses_CPP.Rd | 1 Colossus-1.2/Colossus/man/Interpret_Output.Rd |only Colossus-1.2/Colossus/man/Joint_Multiple_Events.Rd | 3 Colossus-1.2/Colossus/man/Model_Results_Log.Rd |only Colossus-1.2/Colossus/man/PoissonCurveSolver.Rd |only Colossus-1.2/Colossus/man/Replace_Missing.Rd | 3 Colossus-1.2/Colossus/man/RunCoxNull.Rd | 3 Colossus-1.2/Colossus/man/RunCoxPlots.Rd | 2 Colossus-1.2/Colossus/man/RunCoxRegression.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_Basic.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_CR.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_Guesses_CPP.Rd | 4 Colossus-1.2/Colossus/man/RunCoxRegression_Omnibus.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_Omnibus_Multidose.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_Single.Rd | 3 Colossus-1.2/Colossus/man/RunCoxRegression_Strata.Rd |only Colossus-1.2/Colossus/man/RunCoxRegression_Tier_Guesses.Rd | 6 Colossus-1.2/Colossus/man/RunPoissonEventAssignment.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonEventAssignment_bound.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression_Guesses_CPP.Rd | 4 Colossus-1.2/Colossus/man/RunPoissonRegression_Joint_Omnibus.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression_Omnibus.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression_Residual.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression_Single.Rd | 3 Colossus-1.2/Colossus/man/RunPoissonRegression_Strata.Rd |only Colossus-1.2/Colossus/man/RunPoissonRegression_Tier_Guesses.Rd | 6 Colossus-1.2/Colossus/man/System_Version.Rd | 6 Colossus-1.2/Colossus/man/Time_Since.Rd | 3 Colossus-1.2/Colossus/man/factorize.Rd | 3 Colossus-1.2/Colossus/man/factorize_par.Rd | 3 Colossus-1.2/Colossus/man/gen_time_dep.Rd | 3 Colossus-1.2/Colossus/man/interact_them.Rd | 3 Colossus-1.2/Colossus/src/Calc_Repeated.cpp | 1167 +- Colossus-1.2/Colossus/src/Calc_Repeated.h | 66 Colossus-1.2/Colossus/src/Main_Functions.cpp | 5307 +++++----- Colossus-1.2/Colossus/src/Main_Functions.h | 22 Colossus-1.2/Colossus/src/Omnibus_Pieces.cpp | 1709 +-- Colossus-1.2/Colossus/src/Omnibus_Pieces.h | 32 Colossus-1.2/Colossus/src/Plot_Extensions.cpp | 275 Colossus-1.2/Colossus/src/Plot_Extensions.h | 12 Colossus-1.2/Colossus/src/R_Interface.cpp | 725 - Colossus-1.2/Colossus/src/R_Interface.h | 24 Colossus-1.2/Colossus/src/RcppExports.cpp | 1710 ++- Colossus-1.2/Colossus/src/Step_Calc.cpp | 148 Colossus-1.2/Colossus/src/Step_Calc.h | 12 Colossus-1.2/Colossus/src/Subterms_Risk.cpp | 495 Colossus-1.2/Colossus/src/Subterms_Risk.h | 26 Colossus-1.2/Colossus/tests/testthat/test-Assigned.R |only Colossus-1.2/Colossus/tests/testthat/test-Cox_Plot.R | 61 Colossus-1.2/Colossus/tests/testthat/test-Cox_Regression.R | 162 Colossus-1.2/Colossus/tests/testthat/test-Gradient.R |only Colossus-1.2/Colossus/tests/testthat/test-Guess.R |only Colossus-1.2/Colossus/tests/testthat/test-Joint.R |only Colossus-1.2/Colossus/tests/testthat/test-Logbound.R |only Colossus-1.2/Colossus/tests/testthat/test-Multidose.R |only Colossus-1.2/Colossus/tests/testthat/test-Omnibus.R |only Colossus-1.2/Colossus/tests/testthat/test-Poisson_Regression.R | 124 Colossus-1.2/Colossus/tests/testthat/test-Poisson_Residual.R | 8 Colossus-1.2/Colossus/tests/testthat/test-Simplify.R |only Colossus-1.2/Colossus/tests/testthat/test-Table.R |only Colossus-1.2/Colossus/tests/testthat/test-Utility.R | 623 + Colossus-1.2/Colossus/vignettes/Alt_Run_Opt.Rmd | 38 Colossus-1.2/Colossus/vignettes/Control_Options.Rmd | 9 Colossus-1.2/Colossus/vignettes/Equation_Expression.Rmd |only Colossus-1.2/Colossus/vignettes/Excess_and_Predicted_Cases.Rmd | 5 Colossus-1.2/Colossus/vignettes/Grad_Hess.Rmd |only Colossus-1.2/Colossus/vignettes/Multi_Realization.Rmd | 17 Colossus-1.2/Colossus/vignettes/Plotting_And_Analysis.Rmd | 23 Colossus-1.2/Colossus/vignettes/SMR_Analysis.Rmd |only Colossus-1.2/Colossus/vignettes/Script_Comparison_Epicure.Rmd | 16 Colossus-1.2/Colossus/vignettes/Starting-Description.Rmd | 44 Colossus-1.2/Colossus/vignettes/Wald_and_Log_Bound.Rmd | 323 Colossus-1.2/Colossus/vignettes/count_time_tables.Rmd |only 143 files changed, 12087 insertions(+), 5953 deletions(-)
Title: Models of Decision Confidence and Measures of Metacognition
Description: Provides fitting functions and other tools for decision confidence
and metacognition researchers, including meta-d'/d', often considered to be
the gold standard to measure metacognitive efficiency, and information-theoretic measures of metacognition.
Also allows to fit several static models of decision making and confidence.
Author: Manuel Rausch [aut, cre] ,
Sascha Meyen [aut] ,
Sebastian Hellmann [aut]
Maintainer: Manuel Rausch <manuel.rausch@hochschule-rhein-waal.de>
Diff between statConfR versions 0.1.1 dated 2024-04-25 and 0.2.0 dated 2025-02-13
DESCRIPTION | 34 MD5 | 50 + NAMESPACE | 8 R/MaskOri-data.R | 6 R/estimateMetaI.R |only R/fitConf.R | 89 +- R/fitConfModels.R | 135 +-- R/fitMetaDprime.R | 70 +- R/int_estimate_RMI.R |only R/int_estimate_contingency_table.R |only R/int_estimate_meta_I.R |only R/int_estimate_meta_Ir1.R |only R/int_estimate_meta_Ir1_acc.R |only R/int_estimate_meta_Ir2.R |only R/int_estimate_sensitivity.R |only R/int_get_accuracy.R |only R/int_get_analytic_information_bounds.R |only R/int_get_bias_reduced_meta_measure.R |only R/int_get_binary_entropy.R |only R/int_get_entropy.R |only R/int_get_information.R |only R/int_get_normal_noise_classifier.R |only R/int_get_normal_noise_information.R |only R/int_get_pointwise_binary_transmitted_information.R |only R/int_get_pointwise_transmitted_information.R |only R/int_simulateConf.R | 2 R/plotConfModelFit.R |only R/simulateConf.R | 71 +- README.md | 663 ++++++++++++++++--- inst |only man/MaskOri.Rd | 7 man/estimateMetaI.Rd |only man/fitConf.Rd | 68 + man/fitConfModels.Rd | 93 +- man/fitMetaDprime.Rd | 197 +++-- man/plotConfModelFit.Rd |only man/simConf.Rd | 138 ++- 37 files changed, 1141 insertions(+), 490 deletions(-)
Title: A Coding Assistant using the Fast AI Inference 'Groq'
Description: A comprehensive suite of functions and 'RStudio' Add-ins leveraging the capabilities of open-source Large Language Models (LLMs) to support R developers. These functions offer a range of utilities, including text rewriting, translation, and general query capabilities. Additionally, the programming-focused functions provide assistance with debugging, translating, commenting, documenting, and unit testing code, as well as suggesting variable and function names, thereby streamlining the development process.
Author: Gabriel Kaiser [aut, cre]
Maintainer: Gabriel Kaiser <quantresearch.gk@gmail.com>
Diff between groqR versions 0.0.1 dated 2024-09-20 and 0.0.3 dated 2025-02-13
groqR-0.0.1/groqR/man/server.Rd |only groqR-0.0.1/groqR/man/ui.Rd |only groqR-0.0.3/groqR/DESCRIPTION | 6 groqR-0.0.3/groqR/MD5 | 32 ++- groqR-0.0.3/groqR/NAMESPACE | 96 +++++------ groqR-0.0.3/groqR/NEWS.md | 12 + groqR-0.0.3/groqR/R/APIcall.R | 4 groqR-0.0.3/groqR/R/addins.R | 20 -- groqR-0.0.3/groqR/R/coder.R | 5 groqR-0.0.3/groqR/R/groqR-package.R | 1 groqR-0.0.3/groqR/R/zzz.R | 285 ++++++++++++++++++--------------- groqR-0.0.3/groqR/man/coder.Rd | 4 groqR-0.0.3/groqR/man/figures |only groqR-0.0.3/groqR/man/groqR-package.Rd | 2 groqR-0.0.3/groqR/man/modelCall.Rd |only groqR-0.0.3/groqR/man/on_startup.Rd | 9 - groqR-0.0.3/groqR/man/serverInit.Rd |only groqR-0.0.3/groqR/man/uiInit.Rd |only 18 files changed, 264 insertions(+), 212 deletions(-)
Title: An API Wrapper for 'DAWA' - 'The Danish Address Web API'
Description: Functions for interacting with all sections of
the official 'Danish Address Web API' (also known as 'DAWA')
<https://api.dataforsyningen.dk>. The development of this package is
completely independent from the government agency, Klimadatastyrelsen,
who maintains the API.
Author: Aleksander Bang-Larsen [aut, cre, cph]
,
Agency of Climate Data [ctb]
Maintainer: Aleksander Bang-Larsen <contact@aleksanderbl.dk>
Diff between dawaR versions 0.2.7 dated 2024-12-07 and 0.3.0 dated 2025-02-13
dawaR-0.2.7/dawaR/inst/[SDFI]_Ang.-_VS-_Timeline_for_udfasning_af_DAWA.eml |only dawaR-0.3.0/dawaR/DESCRIPTION | 10 dawaR-0.3.0/dawaR/MD5 | 103 dawaR-0.3.0/dawaR/NEWS.md | 8 dawaR-0.3.0/dawaR/R/utils.R | 7 dawaR-0.3.0/dawaR/inst/doc/dawaR.R | 40 dawaR-0.3.0/dawaR/inst/doc/dawaR.Rmd | 10 dawaR-0.3.0/dawaR/inst/doc/dawaR.html | 45 dawaR-0.3.0/dawaR/inst/doc/renv-issues.html | 5 dawaR-0.3.0/dawaR/inst/doc/status.html | 5 dawaR-0.3.0/dawaR/tests/fixtures/afstemningsomraader_autocomplete_returns_the_right_answer_1.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/afstemningsomraader_autocomplete_returns_the_right_answer_2.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/afstemningsomraader_autocomplete_returns_the_right_answer_3.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/afstemningsomraader_autocomplete_returns_the_right_answer_4.yml | 22 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_afstemningsomraader_aebel.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_afstemningsomraader_broender.yml | 22 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_afstemningsomraader_dok.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_afstemningsomraader_roeddi.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_kommuner_aebel.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_kommuner_broender.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_kommuner_dok.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_kommuner_roeddi.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_politikredse_aebel.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_politikredse_broender.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_politikredse_dok.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_politikredse_roeddi.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_regioner_aebel.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_regioner_broender.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_regioner_dok.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/autocomplete_returns_the_right_answer_regioner_roeddi.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/get_data_kommuner_snapshot.yml | 150 dawaR-0.3.0/dawaR/tests/fixtures/get_data_politikredse_snapshot.yml | 36 dawaR-0.3.0/dawaR/tests/fixtures/get_data_regioner_snapshot.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/regioner_api_default.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/regioner_api_no_cache.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/regioner_get_data.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/regioner_get_data_list.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/regioner_get_data_no_list.yml | 24 dawaR-0.3.0/dawaR/tests/fixtures/reverse_geocode_afstemningsomraader.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/reverse_geocode_politikredse.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/reverse_geocode_regioner_1.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/reverse_geocode_regioner_2.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/voting_reverse_geocode_returns_information_in_different_formats_1.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/voting_reverse_geocode_returns_information_in_different_formats_2.yml | 8 dawaR-0.3.0/dawaR/tests/fixtures/voting_reverse_geocode_returns_information_in_different_formats_3.yml | 8 dawaR-0.3.0/dawaR/tests/testthat/_snaps/autocomplete.md | 14 dawaR-0.3.0/dawaR/tests/testthat/_snaps/base_api.md | 28 dawaR-0.3.0/dawaR/tests/testthat/_snaps/get_data.md | 3010 +++++----- dawaR-0.3.0/dawaR/tests/testthat/_snaps/get_map_data-kommuner.md | 50 dawaR-0.3.0/dawaR/tests/testthat/_snaps/get_map_data-politikredse.md | 110 dawaR-0.3.0/dawaR/tests/testthat/_snaps/get_map_data-regioner.md | 40 dawaR-0.3.0/dawaR/tests/testthat/test-status_check.R | 1 dawaR-0.3.0/dawaR/vignettes/dawaR.Rmd | 10 53 files changed, 2040 insertions(+), 2030 deletions(-)
Title: Classes and Methods for Spatio-Temporal Data
Description: Classes and methods for spatio-temporal data, including space-time regular lattices, sparse lattices, irregular data, and trajectories; utility functions for plotting data as map sequences (lattice or animation) or multiple time series; methods for spatial and temporal selection and subsetting, as well as for spatial/temporal/spatio-temporal matching or aggregation, retrieving coordinates, print, summary, etc.
Author: Edzer Pebesma [aut, cre] ,
Benedikt Graeler [ctb],
Tom Gottfried [ctb],
Robert J. Hijmans [ctb]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>
Diff between spacetime versions 1.3-2 dated 2024-09-04 and 1.3-3 dated 2025-02-13
DESCRIPTION | 12 ++++++------ MD5 | 22 +++++++++++----------- build/vignette.rds |binary data/air.rda |binary data/fires.rda |binary inst/doc/jss816.pdf |binary inst/doc/sto.Rnw | 2 +- inst/doc/sto.pdf |binary inst/doc/stpg.pdf |binary inst/doc/stsubs.pdf |binary tests/stconstruct.R | 2 +- vignettes/sto.Rnw | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-)
Title: Process Digital Images of a Vegetation Cover
Description: A collection of functions to process digital images, depict greenness index trajectories and extract relevant phenological stages.
Author: Gianluca Filippa [aut, cre],
Edoardo Cremonese [aut],
Mirco Migliavacca [aut],
Marta Galvagno [aut],
Matthias Folker [aut],
Andrew D. Richardson [aut],
Enrico Tomelleri [aut]
Maintainer: Gianluca Filippa <gian.filippa@gmail.com>
Diff between phenopix versions 2.4.4 dated 2024-01-19 and 2.4.5 dated 2025-02-13
DESCRIPTION | 41 +++++++++++++++++++++++++++++++++++------ MD5 | 20 ++++++++++---------- NAMESPACE | 1 + R/DrawMULTIROI.R | 2 +- R/PrintROI.R | 2 +- R/convertROI.R | 2 +- R/editExposure.R | 2 +- R/extractVIs.R | 4 ++-- R/plotSpatial.R | 4 ++-- R/resizeImage.R | 2 +- man/PhenoBP.Rd | 2 +- 11 files changed, 56 insertions(+), 26 deletions(-)
Title: Ecosystem Gas Fluxes Calculations for Closed Loop Chamber Setup
Description: Processes the raw data from closed loop flux chamber (or tent)
setups into ecosystem gas fluxes usable for analysis. It goes from a
data frame of gas concentration over time (which can contain several
measurements) and a meta data file indicating which measurement was done
when, to a data frame of ecosystem gas fluxes including quality diagnostics.
Functions provided include different models (exponential as described in
Zhao et al (2018) <doi:10.1016/j.agrformet.2018.08.022>, quadratic and
linear) to estimate the fluxes from the raw data, quality assessment,
plotting for visual check and calculation of fluxes based on the setup
specific parameters (chamber size, plot area, ...).
Author: Joseph Gaudard [aut, cre] ,
Paul Efren Santos-Andrade [aut],
Richard James Telford [aut]
Maintainer: Joseph Gaudard <joseph.gaudard@pm.me>
Diff between fluxible versions 0.0.1 dated 2024-08-27 and 1.0.0 dated 2025-02-13
fluxible-0.0.1/fluxible/R/data-slopes0_vol_tube.R |only fluxible-0.0.1/fluxible/data/slopes0_vol_tube.rda |only fluxible-0.0.1/fluxible/inst/doc/fluxible_practical_example.R |only fluxible-0.0.1/fluxible/inst/doc/fluxible_practical_example.Rmd |only fluxible-0.0.1/fluxible/inst/doc/fluxible_practical_example.html |only fluxible-0.0.1/fluxible/man/slopes0_vol_tube.Rd |only fluxible-0.0.1/fluxible/vignettes/fluxible_practical_example.Rmd |only fluxible-1.0.0/fluxible/DESCRIPTION | 25 fluxible-1.0.0/fluxible/MD5 | 308 fluxible-1.0.0/fluxible/NAMESPACE | 19 fluxible-1.0.0/fluxible/NEWS.md | 54 fluxible-1.0.0/fluxible/R/data-co2_conc.R | 12 fluxible-1.0.0/fluxible/R/data-co2_conc_missing.R | 12 fluxible-1.0.0/fluxible/R/data-co2_fluxes.R | 10 fluxible-1.0.0/fluxible/R/data-conc_poster.R |only fluxible-1.0.0/fluxible/R/data-raw_twogases.R |only fluxible-1.0.0/fluxible/R/data-record_liahovden.R | 1 fluxible-1.0.0/fluxible/R/data-slopes0.R | 44 fluxible-1.0.0/fluxible/R/data-slopes0_flag.R | 37 fluxible-1.0.0/fluxible/R/data-slopes0_temp.R | 40 fluxible-1.0.0/fluxible/R/data-slopes0_vol.R | 46 fluxible-1.0.0/fluxible/R/data-slopes0lin.R | 28 fluxible-1.0.0/fluxible/R/data-slopes0lin_flag.R | 28 fluxible-1.0.0/fluxible/R/data-slopes30.R | 44 fluxible-1.0.0/fluxible/R/data-slopes30_flag.R | 51 fluxible-1.0.0/fluxible/R/data-slopes30lin.R | 34 fluxible-1.0.0/fluxible/R/data-slopes30lin_flag.R | 28 fluxible-1.0.0/fluxible/R/data-slopes30qua.R | 38 fluxible-1.0.0/fluxible/R/data-slopes30qua_flag.R | 44 fluxible-1.0.0/fluxible/R/data-slopes60.R | 40 fluxible-1.0.0/fluxible/R/data-slopes60lin.R | 40 fluxible-1.0.0/fluxible/R/data-twogases_record.R |only fluxible-1.0.0/fluxible/R/flux_calc.R | 306 fluxible-1.0.0/fluxible/R/flux_check_item.R |only fluxible-1.0.0/fluxible/R/flux_cut.R | 7 fluxible-1.0.0/fluxible/R/flux_fit_type.R | 4 fluxible-1.0.0/fluxible/R/flux_fitting.R | 160 fluxible-1.0.0/fluxible/R/flux_fitting_exp.R | 363 fluxible-1.0.0/fluxible/R/flux_fitting_lin.R | 136 fluxible-1.0.0/fluxible/R/flux_fitting_quadratic.R | 164 fluxible-1.0.0/fluxible/R/flux_flag_count.R | 41 fluxible-1.0.0/fluxible/R/flux_fun_check.R |only fluxible-1.0.0/fluxible/R/flux_gep.R |only fluxible-1.0.0/fluxible/R/flux_match.R | 133 fluxible-1.0.0/fluxible/R/flux_param_exp.R | 25 fluxible-1.0.0/fluxible/R/flux_param_lm.R | 21 fluxible-1.0.0/fluxible/R/flux_plot.R | 188 fluxible-1.0.0/fluxible/R/flux_plot_exp.R | 55 fluxible-1.0.0/fluxible/R/flux_plot_flag.R | 11 fluxible-1.0.0/fluxible/R/flux_plot_lin.R | 37 fluxible-1.0.0/fluxible/R/flux_plot_quadratic.R | 46 fluxible-1.0.0/fluxible/R/flux_quality.R | 185 fluxible-1.0.0/fluxible/R/flux_quality_exp.R | 116 fluxible-1.0.0/fluxible/R/flux_quality_lm.R | 94 fluxible-1.0.0/fluxible/README.md | 943 - fluxible-1.0.0/fluxible/build/partial.rdb |binary fluxible-1.0.0/fluxible/build/vignette.rds |binary fluxible-1.0.0/fluxible/data/co2_conc.rda |binary fluxible-1.0.0/fluxible/data/co2_conc_missing.rda |binary fluxible-1.0.0/fluxible/data/co2_df_missing.rda |binary fluxible-1.0.0/fluxible/data/co2_df_short.rda |binary fluxible-1.0.0/fluxible/data/co2_fluxes.rda |binary fluxible-1.0.0/fluxible/data/co2_liahovden.rda |binary fluxible-1.0.0/fluxible/data/conc_poster.rda |only fluxible-1.0.0/fluxible/data/raw_twogases.rda |only fluxible-1.0.0/fluxible/data/record_liahovden.rda |binary fluxible-1.0.0/fluxible/data/record_short.rda |binary fluxible-1.0.0/fluxible/data/slopes0.rda |binary fluxible-1.0.0/fluxible/data/slopes0_flag.rda |binary fluxible-1.0.0/fluxible/data/slopes0_temp.rda |binary fluxible-1.0.0/fluxible/data/slopes0_vol.rda |binary fluxible-1.0.0/fluxible/data/slopes0lin.rda |binary fluxible-1.0.0/fluxible/data/slopes0lin_flag.rda |binary fluxible-1.0.0/fluxible/data/slopes30.rda |binary fluxible-1.0.0/fluxible/data/slopes30_flag.rda |binary fluxible-1.0.0/fluxible/data/slopes30lin.rda |binary fluxible-1.0.0/fluxible/data/slopes30lin_flag.rda |binary fluxible-1.0.0/fluxible/data/slopes30qua.rda |binary fluxible-1.0.0/fluxible/data/slopes30qua_flag.rda |binary fluxible-1.0.0/fluxible/data/slopes60.rda |binary fluxible-1.0.0/fluxible/data/slopes60lin.rda |binary fluxible-1.0.0/fluxible/data/twogases_record.rda |only fluxible-1.0.0/fluxible/inst/doc/data-prep.R |only fluxible-1.0.0/fluxible/inst/doc/data-prep.Rmd |only fluxible-1.0.0/fluxible/inst/doc/data-prep.html |only fluxible-1.0.0/fluxible/inst/doc/fluxible.R |only fluxible-1.0.0/fluxible/inst/doc/fluxible.Rmd |only fluxible-1.0.0/fluxible/inst/doc/fluxible.html |only fluxible-1.0.0/fluxible/inst/doc/two-gases.R |only fluxible-1.0.0/fluxible/inst/doc/two-gases.Rmd |only fluxible-1.0.0/fluxible/inst/doc/two-gases.html |only fluxible-1.0.0/fluxible/man/co2_conc.Rd | 12 fluxible-1.0.0/fluxible/man/co2_conc_missing.Rd | 12 fluxible-1.0.0/fluxible/man/co2_fluxes.Rd | 10 fluxible-1.0.0/fluxible/man/conc_poster.Rd |only fluxible-1.0.0/fluxible/man/figures/README-plot_exp_cut-1.png |binary fluxible-1.0.0/fluxible/man/figures/README-plot_exp_qua_lin-1.png |binary fluxible-1.0.0/fluxible/man/figures/README-plot_exp_qua_lin-2.png |binary fluxible-1.0.0/fluxible/man/figures/README-plot_exp_qua_lin-3.png |binary fluxible-1.0.0/fluxible/man/figures/README-plot_lin_cut-1.png |binary fluxible-1.0.0/fluxible/man/figures/README-plot_qua_cut-1.png |binary fluxible-1.0.0/fluxible/man/figures/README-short-example-1.png |only fluxible-1.0.0/fluxible/man/figures/README-short-exemple-1.png |only fluxible-1.0.0/fluxible/man/figures/f_qrcode.svg | 993 - fluxible-1.0.0/fluxible/man/flux_calc.Rd | 87 fluxible-1.0.0/fluxible/man/flux_check_item.Rd |only fluxible-1.0.0/fluxible/man/flux_fitting.Rd | 44 fluxible-1.0.0/fluxible/man/flux_fitting_exp.Rd | 46 fluxible-1.0.0/fluxible/man/flux_fitting_lin.Rd | 32 fluxible-1.0.0/fluxible/man/flux_fitting_quadratic.Rd | 34 fluxible-1.0.0/fluxible/man/flux_flag_count.Rd | 20 fluxible-1.0.0/fluxible/man/flux_fun_check.Rd |only fluxible-1.0.0/fluxible/man/flux_gep.Rd |only fluxible-1.0.0/fluxible/man/flux_match.Rd | 34 fluxible-1.0.0/fluxible/man/flux_param_exp.Rd | 4 fluxible-1.0.0/fluxible/man/flux_param_lm.Rd | 4 fluxible-1.0.0/fluxible/man/flux_plot.Rd | 56 fluxible-1.0.0/fluxible/man/flux_plot_exp.Rd | 6 fluxible-1.0.0/fluxible/man/flux_plot_flag.Rd | 4 fluxible-1.0.0/fluxible/man/flux_plot_lin.Rd | 8 fluxible-1.0.0/fluxible/man/flux_plot_quadratic.Rd | 8 fluxible-1.0.0/fluxible/man/flux_quality.Rd | 96 fluxible-1.0.0/fluxible/man/flux_quality_exp.Rd | 39 fluxible-1.0.0/fluxible/man/flux_quality_lm.Rd | 40 fluxible-1.0.0/fluxible/man/fluxible-package.Rd | 6 fluxible-1.0.0/fluxible/man/raw_twogases.Rd |only fluxible-1.0.0/fluxible/man/record_liahovden.Rd | 1 fluxible-1.0.0/fluxible/man/slopes0.Rd | 44 fluxible-1.0.0/fluxible/man/slopes0_flag.Rd | 37 fluxible-1.0.0/fluxible/man/slopes0_temp.Rd | 40 fluxible-1.0.0/fluxible/man/slopes0_vol.Rd | 46 fluxible-1.0.0/fluxible/man/slopes0lin.Rd | 28 fluxible-1.0.0/fluxible/man/slopes0lin_flag.Rd | 28 fluxible-1.0.0/fluxible/man/slopes30.Rd | 44 fluxible-1.0.0/fluxible/man/slopes30_flag.Rd | 51 fluxible-1.0.0/fluxible/man/slopes30lin.Rd | 34 fluxible-1.0.0/fluxible/man/slopes30lin_flag.Rd | 28 fluxible-1.0.0/fluxible/man/slopes30qua.Rd | 38 fluxible-1.0.0/fluxible/man/slopes30qua_flag.Rd | 44 fluxible-1.0.0/fluxible/man/slopes60.Rd | 40 fluxible-1.0.0/fluxible/man/slopes60lin.Rd | 40 fluxible-1.0.0/fluxible/man/twogases_record.Rd |only fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_calc.md | 259 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_fitting.md | 176 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_fitting_exp.md | 140 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_fitting_lin.md |only fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_fitting_quadratic.md | 37 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_flag_count.md | 6 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_gep.md |only fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_match.md | 134 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_plot.md | 7 fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_plot/plot-as-an-object.svg | 7107 ++-------- fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_plot/plot-for-linear-fit.svg | 7107 ++-------- fluxible-1.0.0/fluxible/tests/testthat/_snaps/flux_quality.md | 108 fluxible-1.0.0/fluxible/tests/testthat/test-flux_calc.R | 322 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fit_type.R | 8 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fitting.R | 96 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fitting_exp.R | 71 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fitting_lin.R | 77 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fitting_quadratic.R | 12 fluxible-1.0.0/fluxible/tests/testthat/test-flux_fun_check.R |only fluxible-1.0.0/fluxible/tests/testthat/test-flux_gep.R |only fluxible-1.0.0/fluxible/tests/testthat/test-flux_match.R | 106 fluxible-1.0.0/fluxible/tests/testthat/test-flux_plot.R | 8 fluxible-1.0.0/fluxible/tests/testthat/test-flux_quality.R | 20 fluxible-1.0.0/fluxible/vignettes/biblio_phd_zot.bib | 310 fluxible-1.0.0/fluxible/vignettes/data-prep.Rmd |only fluxible-1.0.0/fluxible/vignettes/ex_data |only fluxible-1.0.0/fluxible/vignettes/fluxible.Rmd |only fluxible-1.0.0/fluxible/vignettes/squirrel_head.png |only fluxible-1.0.0/fluxible/vignettes/squirrel_nohead.png |only fluxible-1.0.0/fluxible/vignettes/tricky.png |only fluxible-1.0.0/fluxible/vignettes/two-gases.Rmd |only 173 files changed, 7643 insertions(+), 14624 deletions(-)
Title: Deep Learning with 'mlr3'
Description: Deep Learning library that extends the mlr3 framework by building
upon the 'torch' package. It allows to conveniently build, train,
and evaluate deep learning models without having to worry about low level
details. Custom architectures can be created using the graph language
defined in 'mlr3pipelines'.
Author: Sebastian Fischer [cre, aut] ,
Bernd Bischl [ctb] ,
Lukas Burk [ctb] ,
Martin Binder [aut],
Florian Pfisterer [ctb] ,
Carson Zhang [ctb]
Maintainer: Sebastian Fischer <sebf.fischer@gmail.com>
Diff between mlr3torch versions 0.2.0 dated 2025-02-07 and 0.2.1 dated 2025-02-13
DESCRIPTION | 6 ++-- MD5 | 40 ++++++++++++++--------------- NEWS.md | 13 +++++++-- R/LearnerTorchModel.R | 20 +++++--------- R/PipeOpTorch.R | 2 - R/PipeOpTorchModel.R | 4 ++ R/utils.R | 10 +++++-- README.md | 2 + man/mlr3torch_callbacks.Rd | 2 - man/mlr3torch_losses.Rd | 2 - man/mlr3torch_optimizers.Rd | 2 - man/mlr_learners.mlp.Rd | 2 + man/mlr_learners.tab_resnet.Rd | 2 + man/mlr_learners.torch_featureless.Rd | 4 ++ man/mlr_learners.torchvision.Rd | 2 + man/mlr_learners_torch.Rd | 2 + man/mlr_learners_torch_image.Rd | 2 + man/mlr_learners_torch_model.Rd | 6 +--- man/mlr_pipeops_torch.Rd | 18 +++++++++++++ tests/testthat/test_LearnerTorchModel.R | 19 +++++++++++++ tests/testthat/test_PipeOpTorchBatchNorm.R | 13 +++++++++ 21 files changed, 124 insertions(+), 49 deletions(-)
Title: Modeling Group Differences and Moderation Effects in Statistical
Network Models
Description: A toolbox for modeling manifest and latent group differences and moderation effects in various statistical network models.
Author: Jonas Haslbeck [aut, cre]
Maintainer: Jonas Haslbeck <jonashaslbeck@protonmail.com>
Diff between mnet versions 0.1.2 dated 2023-06-07 and 0.1.4 dated 2025-02-13
DESCRIPTION | 6 - MD5 | 23 ++-- NAMESPACE | 3 NEWS | 7 + R/Process_mlVAR.R | 33 ++++- R/VAR_GC.R |only R/f_pdb.R |only R/mlVAR_GC.R | 221 +++++++++++++++++++++++++++++++++------- build/vignette.rds |binary inst/doc/Vignette_mlVAR_GC.R | 4 inst/doc/Vignette_mlVAR_GC.html | 221 ++++++++++++++++++++-------------------- man/VAR_GC.Rd |only man/mlVAR_GC.Rd | 19 ++- man/mnet-internal.Rd | 1 14 files changed, 367 insertions(+), 171 deletions(-)
Title: US College Scorecard Data
Description: Provides a tidied subset of the US College Scorecard dataset,
containing institutional characteristics, enrollment, student aid,
costs, and student outcomes at institutions of higher education in the
United States.
Author: Garrick Aden-Buie [aut, cre, cph]
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Diff between collegeScorecard versions 0.1.0 dated 2024-07-29 and 0.2.0 dated 2025-02-13
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 4 ++++ README.md | 29 +++++++++++++++-------------- data/school.rda |binary data/scorecard.rda |binary 6 files changed, 27 insertions(+), 22 deletions(-)
More information about collegeScorecard at CRAN
Permanent link
Title: A Simple Interface for Interacting with 'WebDAV' Servers
Description: An easy-to-use interface for interacting with 'WebDAV' servers,
including 'OwnCloud'. It simplifies the use of 'WebDAV' methods such as COPY, MKCOL, MOVE, and others.
With built-in authentication and request handling, it allows for easy
management of files and directories over the 'WebDAV' protocol.
Author: Andre Leite [aut, cre],
Hugo Vaconcelos [aut],
Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>
Diff between webdav versions 0.1.3 dated 2025-01-08 and 0.1.4 dated 2025-02-13
DESCRIPTION | 13 ++++--- LICENSE |only MD5 | 27 ++++++++-------- NEWS.md | 14 +++++--- R/webdav.R | 69 +++++++++++++++++++++++++++-------------- README.md | 3 + inst/doc/env_variables.html | 4 +- inst/doc/webdav.html | 4 +- man/webdav_copy_file.Rd | 18 ---------- man/webdav_create_directory.Rd | 2 - man/webdav_create_request.Rd | 2 - man/webdav_delete_resource.Rd | 2 - man/webdav_download_file.Rd | 2 - man/webdav_list_files.Rd | 3 + man/webdav_upload_file.Rd | 2 - 15 files changed, 90 insertions(+), 75 deletions(-)
Title: Cross-Validation for Multi-Population Mortality Models
Description: Implementation of cross-validation method for testing the forecasting accuracy of several multi-population mortality models. The family of multi-population includes several multi-population mortality models proposed through the actuarial and demography literature. The package includes functions for fitting and forecast the mortality rates of several populations. Additionally, we include functions for testing the forecasting accuracy of different multi-population models.
References.
Atance, D., Debon, A., and Navarro, E. (2020) <doi:10.3390/math8091550>.
Bergmeir, C. & Benitez, J.M. (2012) <doi:10.1016/j.ins.2011.12.028>.
Debon, A., Montes, F., & Martinez-Ruiz, F. (2011) <doi:10.1007/s13385-011-0043-z>.
Lee, R.D. & Carter, L.R. (1992) <doi:10.1080/01621459.1992.10475265>.
Russolillo, M., Giordano, G., & Haberman, S. (2011) <doi:10.1080/03461231003611933>.
Santolino, M. (2023) <doi:10.3390/risks11100170>.
Author: David Atance [aut, cre] ,
Ana Debon [aut]
Maintainer: David Atance <david.atance@uah.es>
Diff between CvmortalityMult versions 1.0.8 dated 2025-02-06 and 1.0.9 dated 2025-02-13
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- R/SpainMap.R | 1 + R/fitLCmulti.R | 2 -- README.md | 3 ++- man/SpainMap.Rd | 1 + 6 files changed, 13 insertions(+), 12 deletions(-)
More information about CvmortalityMult at CRAN
Permanent link
Title: Relative Quantification of Gene Expression using Delta Ct
Methods
Description: The commonly used methods for relative quantification of gene expression levels obtained in real-time PCR (Polymerase Chain Reaction) experiments are the delta Ct methods, encompassing 2^-dCt and 2^-ddCt methods, originally proposed by Kenneth J. Livak and Thomas D. Schmittgen (2001) <doi:10.1006/meth.2001.1262>. The main idea is to normalise gene expression values using endogenous control gene, present gene expression levels in linear form by using the 2^-(value)^ transformation, and calculate differences in gene expression levels between groups of samples (or technical replicates of a single sample). The 'RQdeltaCT' package offers functions that cover both methods for comparison of either independent groups of samples or groups with paired samples, together with importing expression datasets, performing multi-step quality control of data, enabling numerous data visualisations, enrichment of the standard workflow with additional useful analyses (correlation analysis, Receiver Op [...truncated...]
Author: Daniel Zalewski [aut, cre]
Maintainer: Daniel Zalewski <daniel.piotr.zalewski@gmail.com>
Diff between RQdeltaCT versions 1.3.0 dated 2024-04-17 and 1.3.2 dated 2025-02-13
DESCRIPTION | 6 MD5 | 97 NAMESPACE | 1 R/RQdeltaCT.R | 508 ++- R/data.Ct.10vs10.R |only R/data.Ct.3groups.R |only R/data.Ct.R | 4 README.md | 19 data/data.Ct.10vs10.rda |only data/data.Ct.3groups.rda |only data/data.Ct.rda |binary inst/doc/my-vignette.R | 1376 ++++++++-- inst/doc/my-vignette.Rmd | 1940 ++++++++++++-- inst/doc/my-vignette.html | 4537 ++++++++++++++++++++++------------- inst/extdata/data_Ct_long.txt | 2576 +++++++++---------- inst/extdata/data_Ct_wide.txt | 40 inst/extdata/data_design.txt | 80 man/FCh_plot.Rd | 11 man/ROCh.Rd | 8 man/RQ_dCt.Rd | 6 man/RQ_ddCt.Rd | 6 man/control_boxplot_gene.Rd | 4 man/control_boxplot_sample.Rd | 4 man/control_cluster_gene.Rd | 4 man/control_cluster_sample.Rd | 4 man/control_heatmap.Rd |only man/control_pca_gene.Rd | 4 man/control_pca_sample.Rd | 4 man/corr_gene.Rd | 4 man/corr_sample.Rd | 4 man/data.Ct.10vs10.Rd |only man/data.Ct.3groups.Rd |only man/data.Ct.Rd | 4 man/delta_Ct.Rd | 6 man/filter_Ct.Rd | 2 man/filter_transformed_data.Rd | 4 man/find_ref_gene.Rd | 14 man/log_reg.Rd | 15 man/make_Ct_ready.Rd | 2 man/norm_finder.Rd | 9 man/pca_kmeans.Rd | 6 man/results_barplot.Rd | 12 man/results_boxplot.Rd | 16 man/results_heatmap.Rd | 8 man/results_volcano.Rd | 7 man/single_pair_gene.Rd | 6 man/single_pair_sample.Rd | 6 vignettes/ROC_plot_3groups.png |only vignettes/ROC_plot_ind.png |binary vignettes/data.Ct.wide.vign.txt | 82 vignettes/data/data.Ct.wide.vign.txt | 82 vignettes/data3groups.txt |only vignettes/figure1ok.png |binary vignettes/my-vignette.Rmd | 1940 ++++++++++++-- 54 files changed, 9253 insertions(+), 4215 deletions(-)
Title: Genotype Calling for Bi-Allelic Marker Assays
Description: Genotyping assays for bi-allelic markers (e.g. SNPs) produce
signal intensities for the two alleles. 'fitPoly' assigns genotypes
(allele dosages) to a collection of polyploid samples based on these
signal intensities. 'fitPoly' replaces the older package 'fitTetra' that was
limited (a.o.) to only tetraploid populations whereas 'fitPoly' accepts any
ploidy level. Reference: Voorrips RE, Gort G, Vosman B (2011)
<doi:10.1186/1471-2105-12-172>.
New functions added on conversion of data from SNP array software formats,
drawing of XY-scatterplots with or without genotype colors,
checking against expected F1 segregation patterns,
comparing results from two different assays (probes) for the same SNP,
recovery from a saveMarkerModels() crash.
Author: Roeland E. Voorrips [aut],
Gerrit Gort [aut],
Alejandro Therese Navarro [aut],
Giorgio Tumino [aut, cre]
Maintainer: Giorgio Tumino <giorgio.tumino@wur.nl>
Diff between fitPoly versions 3.0.0 dated 2018-03-16 and 4.0.0 dated 2025-02-13
DESCRIPTION | 43 +++++-- MD5 | 67 ++++++++++- NAMESPACE | 119 +++++++++++++-------- R/fitPoly.r | 142 ++++++++++++++----------- R/fitPolyTools.R |only README.md |only build |only data/XYdat.RData |only data/datalist |only data/scores.RData |only inst |only man/F1Dosages2Matrix.Rd |only man/XY_plot.Rd |only man/XYdat.Rd |only man/calcRstats.Rd |only man/calcSegtypeInfo.Rd |only man/checkF1.Rd |only man/checkFilename.Rd |only man/combineFiles.Rd |only man/compareProbes.Rd |only man/concatbatch.Rd |only man/correctDosages.Rd |only man/drawXYplots.Rd |only man/expandUnknownParents.Rd |only man/fitMarkers.Rd |only man/fitOneMarker.Rd | 4 man/fitPoly.Rd | 2 man/fitPolyTools.Rd |only man/get.genocol.Rd |only man/getBatchFiles.Rd |only man/leftstr.Rd |only man/listSegtypes.Rd |only man/makeFitPolyFiles.Rd |only man/readAxiomSummary.Rd |only man/readDatfile.Rd |only man/readFullDataTable.Rd |only man/removeRedundant.Rd |only man/rightstr.Rd |only man/samplestats.Rd |only man/saveMarkerModels.Rd | 249 +------------------------------------------- man/scores.Rd |only man/scores2wide.Rd |only man/segtypeInfoSummary.Rd |only man/selMarkers_byR.Rd |only man/selMarkers_qall.Rd |only man/selSegtypeInfo.Rd |only man/splitNrenameSamples.Rd |only man/writeDatfile.Rd |only man/writeDosagefile.Rd |only vignettes |only 50 files changed, 266 insertions(+), 360 deletions(-)
Title: Statistical Toolbox for Radiometric Geochronology
Description: Plots U-Pb data on Wetherill and Tera-Wasserburg concordia diagrams. Calculates concordia and discordia ages. Performs linear regression of measurements with correlated errors using 'York', 'Titterington', 'Ludwig' and Omnivariant Generalised Least-Squares ('OGLS') approaches. Generates Kernel Density Estimates (KDEs) and Cumulative Age Distributions (CADs). Produces Multidimensional Scaling (MDS) configurations and Shepard plots of multi-sample detrital datasets using the Kolmogorov-Smirnov distance as a dissimilarity measure. Calculates 40Ar/39Ar ages, isochrons, and age spectra. Computes weighted means accounting for overdispersion. Calculates U-Th-He (single grain and central) ages, logratio plots and ternary diagrams. Processes fission track data using the external detector method and LA-ICP-MS, calculates central ages and plots fission track and other data on radial (a.k.a. 'Galbraith') plots. Constructs total Pb-U, Pb-Pb, Th-Pb, K-Ca, Re-Os, Sm-Nd, Lu-Hf, Rb-Sr and 230Th-U isoch [...truncated...]
Author: Pieter Vermeesch [aut, cre]
Maintainer: Pieter Vermeesch <p.vermeesch@ucl.ac.uk>
Diff between IsoplotR versions 6.4 dated 2024-10-19 and 6.5 dated 2025-02-13
DESCRIPTION | 8 +- MD5 | 21 +++--- R/UPb.R | 10 --- R/concordia.R | 87 ++++++++++++++-------------- R/discfilter.R | 83 ++++++++++++++++----------- R/discordia.R | 6 - R/em.R |only R/errorellipse.R | 11 +-- R/isochron.R | 169 +++++++++++++++++++++++++++++++++---------------------- R/toolbox.R | 22 +++---- man/concordia.Rd | 4 + man/isochron.Rd | 11 +++ 12 files changed, 249 insertions(+), 183 deletions(-)
Title: Tools for Creating Tuning Parameter Values
Description: Many models contain tuning parameters (i.e. parameters that
cannot be directly estimated from the data). These tools can be used
to define objects for creating, simulating, or validating values for
such parameters.
Author: Max Kuhn [aut],
Hannah Frick [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Hannah Frick <hannah@posit.co>
Diff between dials versions 1.3.0 dated 2024-07-30 and 1.4.0 dated 2025-02-13
DESCRIPTION | 10 +- MD5 | 119 ++++++++++++++++--------------- NAMESPACE | 3 NEWS.md | 28 +++++++ R/aaa_ranges.R | 39 +++++++--- R/aaa_unknown.R | 4 - R/aaa_values.R | 69 +++++++++++++++--- R/compat-dplyr-old-parameters.R | 3 R/constructors.R | 118 ++++++++++++++++++------------ R/encode_unit.R | 24 +++--- R/finalize.R | 25 ++++-- R/grids.R | 27 ++++--- R/misc.R | 23 +++--- R/param_activation.R | 7 + R/param_all_neighbors.R | 2 R/param_buffer.R |only R/param_engine_partykit.R | 6 - R/param_engine_ranger.R | 4 - R/param_engine_sda.R | 6 - R/param_initial_umap.R | 2 R/param_mtry_prop.R | 2 R/param_num_tokens.R | 2 R/param_range_limits.R |only R/param_weight_func.R | 3 R/parameters.R | 126 ++++++++++++++++----------------- R/space_filling.R | 31 +++++--- README.md | 1 build/vignette.rds |binary inst/doc/dials.R | 36 ++++----- inst/doc/dials.Rmd | 53 +++++++++---- inst/doc/dials.html | 54 +------------- man/activation.Rd | 2 man/buffer.Rd |only man/dials-package.Rd | 2 man/grid_space_filling.Rd | 3 man/initial_umap.Rd | 2 man/new-param.Rd | 7 + man/parameters_constr.Rd | 2 man/range_limits.Rd |only man/range_validate.Rd | 4 - man/ranger_parameters.Rd | 4 - man/value_validate.Rd | 2 man/weight_func.Rd | 2 tests/testthat/_snaps/aaa_ranges.md |only tests/testthat/_snaps/constructors.md | 88 ++++++++++++++++++----- tests/testthat/_snaps/encode_unit.md | 32 ++++++++ tests/testthat/_snaps/finalize.md | 18 ++++ tests/testthat/_snaps/grids.md | 85 ++++++++-------------- tests/testthat/_snaps/misc.md | 10 ++ tests/testthat/_snaps/parameters.md | 77 ++++++++++++++------ tests/testthat/_snaps/space_filling.md | 31 +++++--- tests/testthat/test-aaa_ranges.R | 5 + tests/testthat/test-aaa_unknown.R | 6 + tests/testthat/test-aaa_values.R | 58 +++++++++++++++ tests/testthat/test-constructors.R | 49 ++++++++++++ tests/testthat/test-encode_unit.R | 16 ++++ tests/testthat/test-finalize.R | 63 +++++++++++++++- tests/testthat/test-grids.R | 48 +++++++----- tests/testthat/test-misc.R | 9 ++ tests/testthat/test-parameters.R | 27 ++++--- tests/testthat/test-params.R | 11 ++ tests/testthat/test-space_filling.R | 73 +++++++++---------- vignettes/dials.Rmd | 53 +++++++++---- 63 files changed, 1074 insertions(+), 542 deletions(-)
Title: Tour Methods for Multivariate Data Visualisation
Description: Implements geodesic interpolation and basis
generation functions that allow you to create new tour
methods from R.
Author: Hadley Wickham [aut, ctb] ,
Dianne Cook [aut, cre] ,
Nick Spyrison [ctb] ,
Ursula Laa [ctb] ,
H. Sherry Zhang [ctb] ,
Stuart Lee [ctb]
Maintainer: Dianne Cook <dicook@monash.edu>
Diff between tourr versions 1.2.0 dated 2024-04-19 and 1.2.4 dated 2025-02-13
tourr-1.2.0/tourr/man/dcor2d.Rd |only tourr-1.2.0/tourr/man/splines2d.Rd |only tourr-1.2.4/tourr/DESCRIPTION | 15 ++-- tourr-1.2.4/tourr/MD5 | 97 ++++++++++++++------------ tourr-1.2.4/tourr/NAMESPACE | 10 ++ tourr-1.2.4/tourr/NEWS.md | 21 +++++ tourr-1.2.4/tourr/R/animate.r | 35 +++++---- tourr-1.2.4/tourr/R/display-density2d.r | 6 + tourr-1.2.4/tourr/R/display-faces.r | 4 - tourr-1.2.4/tourr/R/display-groupxy.r | 6 + tourr-1.2.4/tourr/R/display-pca.r | 6 + tourr-1.2.4/tourr/R/display-sage.R | 6 + tourr-1.2.4/tourr/R/display-slice.r | 6 + tourr-1.2.4/tourr/R/display-trails.r | 5 - tourr-1.2.4/tourr/R/display-xy.r | 25 +++++- tourr-1.2.4/tourr/R/geodesic-path.r | 4 - tourr-1.2.4/tourr/R/geodesic.r | 2 tourr-1.2.4/tourr/R/history.r | 9 ++ tourr-1.2.4/tourr/R/interesting-indices.r | 89 +++++++++++++++++++++++- tourr-1.2.4/tourr/R/search-better.r | 52 ++------------ tourr-1.2.4/tourr/R/search-frozen-geodesic.r | 4 - tourr-1.2.4/tourr/R/search-geodesic.r | 33 +-------- tourr-1.2.4/tourr/R/search-jellyfish.R |only tourr-1.2.4/tourr/R/search_polish.r | 38 ++-------- tourr-1.2.4/tourr/R/search_posse.R | 22 ------ tourr-1.2.4/tourr/R/section-pursuit.r | 8 +- tourr-1.2.4/tourr/R/tour-guided-anomaly.r | 4 - tourr-1.2.4/tourr/R/tour-guided-section.r | 21 ----- tourr-1.2.4/tourr/R/tour-guided.r | 98 +++++++++++++-------------- tourr-1.2.4/tourr/R/tour.r | 24 ++++-- tourr-1.2.4/tourr/R/util.r | 20 +++++ tourr-1.2.4/tourr/build/vignette.rds |binary tourr-1.2.4/tourr/inst/doc/edges.html | 10 +- tourr-1.2.4/tourr/inst/doc/tourr.html | 26 +++---- tourr-1.2.4/tourr/inst/errors_w_jso.txt |only tourr-1.2.4/tourr/man/dcor.Rd |only tourr-1.2.4/tourr/man/display_density2d.Rd | 3 tourr-1.2.4/tourr/man/display_faces.Rd | 4 - tourr-1.2.4/tourr/man/display_groupxy.Rd | 3 tourr-1.2.4/tourr/man/display_pca.Rd | 3 tourr-1.2.4/tourr/man/display_sage.Rd | 3 tourr-1.2.4/tourr/man/display_slice.Rd | 3 tourr-1.2.4/tourr/man/display_trails.Rd | 3 tourr-1.2.4/tourr/man/display_xy.Rd | 10 ++ tourr-1.2.4/tourr/man/draw_tour_axes.Rd | 4 + tourr-1.2.4/tourr/man/guided_anomaly_tour.Rd | 2 tourr-1.2.4/tourr/man/guided_tour.Rd | 9 +- tourr-1.2.4/tourr/man/indexes.Rd |only tourr-1.2.4/tourr/man/jellyfish.Rd |only tourr-1.2.4/tourr/man/print_final_proj.Rd |only tourr-1.2.4/tourr/man/save_history.Rd | 9 ++ tourr-1.2.4/tourr/man/skewness.Rd |only tourr-1.2.4/tourr/man/spline-loess.Rd |only tourr-1.2.4/tourr/man/stringy.Rd |only tourr-1.2.4/tourr/man/tourr-package.Rd | 1 55 files changed, 442 insertions(+), 321 deletions(-)
Title: Single-Source Capture-Recapture Models
Description: Implementation of single-source capture-recapture methods for population size estimation using zero-truncated, zero-one truncated and zero-truncated one-inflated Poisson, Geometric and Negative Binomial regression as well as Zelterman's and Chao's regression. Package includes point and interval estimators for the population size with variances estimated using analytical or bootstrap method. Details can be found in: van der Heijden et all. (2003) <doi:10.1191/1471082X03st057oa>, Böhning and van der Heijden (2019) <doi:10.1214/18-AOAS1232>, Böhning et al. (2020) Capture-Recapture Methods for the Social and Medical Sciences or Böhning and Friedl (2021) <doi:10.1007/s10260-021-00556-8>.
Author: Piotr Chlebicki [aut, ctb] ,
Maciej Beresewicz [aut, cre]
Maintainer: Maciej Beresewicz <maciej.beresewicz@ue.poznan.pl>
Diff between singleRcapture versions 0.2.2 dated 2025-02-04 and 0.2.3 dated 2025-02-13
singleRcapture-0.2.2/singleRcapture/R/Chao.R |only singleRcapture-0.2.2/singleRcapture/R/Hurdleztgeom.R |only singleRcapture-0.2.2/singleRcapture/R/Hurdleztnegbin.R |only singleRcapture-0.2.2/singleRcapture/R/Hurdleztpoisson.R |only singleRcapture-0.2.2/singleRcapture/R/Internals.R |only singleRcapture-0.2.2/singleRcapture/R/nonparametricBootstrap.R |only singleRcapture-0.2.2/singleRcapture/R/parametricBootstrap.R |only singleRcapture-0.2.2/singleRcapture/R/semiparametricBootstrap.R |only singleRcapture-0.2.3/singleRcapture/DESCRIPTION | 6 singleRcapture-0.2.3/singleRcapture/MD5 | 65 ++++----- singleRcapture-0.2.3/singleRcapture/NAMESPACE | 8 + singleRcapture-0.2.3/singleRcapture/NEWS.md | 8 + singleRcapture-0.2.3/singleRcapture/R/bootstrapNonparametric.R |only singleRcapture-0.2.3/singleRcapture/R/bootstrapParametric.R |only singleRcapture-0.2.3/singleRcapture/R/bootstrapSemiparametric.R |only singleRcapture-0.2.3/singleRcapture/R/chao.R |only singleRcapture-0.2.3/singleRcapture/R/data.R | 6 singleRcapture-0.2.3/singleRcapture/R/documentationFiles.R | 32 ++-- singleRcapture-0.2.3/singleRcapture/R/hurdleztgeom.R |only singleRcapture-0.2.3/singleRcapture/R/hurdleztnegbin.R |only singleRcapture-0.2.3/singleRcapture/R/hurdleztpoisson.R |only singleRcapture-0.2.3/singleRcapture/R/internals.R |only singleRcapture-0.2.3/singleRcapture/R/methodsNotWorking.R |only singleRcapture-0.2.3/singleRcapture/R/miscDiagnostics.R | 4 singleRcapture-0.2.3/singleRcapture/R/sandwichMethods.R | 2 singleRcapture-0.2.3/singleRcapture/R/strataEstimation.R | 2 singleRcapture-0.2.3/singleRcapture/R/summary.R | 2 singleRcapture-0.2.3/singleRcapture/README.md | 70 +++++----- singleRcapture-0.2.3/singleRcapture/build/singleRcapture.pdf |binary singleRcapture-0.2.3/singleRcapture/build/stage23.rdb |binary singleRcapture-0.2.3/singleRcapture/inst/doc/singleRcapture.html | 6 singleRcapture-0.2.3/singleRcapture/inst/tinytest/test_methods.R | 33 ++++ singleRcapture-0.2.3/singleRcapture/man/carcassubmission.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/confint.singleRStaticCountData.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/farmsubmission.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/figures/README-plot-inflated-1.png |binary singleRcapture-0.2.3/singleRcapture/man/netherlandsimmigrant.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/singleRmodels.Rd | 45 +++--- singleRcapture-0.2.3/singleRcapture/man/stratifyPopsize.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/summary.singleRStaticCountData.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/vcov.singleRStaticCountData.Rd | 2 singleRcapture-0.2.3/singleRcapture/man/vcovHC.singleRStaticCountData.Rd | 2 42 files changed, 183 insertions(+), 122 deletions(-)
More information about singleRcapture at CRAN
Permanent link
Title: Penalized Quantile Regression
Description: Performs penalized quantile regression with LASSO, elastic net, SCAD and MCP penalty functions including group penalties. In addition, offers a group penalty that provides consistent variable selection across quantiles. Provides a function that automatically generates lambdas and evaluates different models with cross validation or BIC, including a large p version of BIC. Below URL provides a link to a work in progress vignette.
Author: Ben Sherwood [aut, cre],
Shaobo Li [aut],
Adam Maidman [aut]
Maintainer: Ben Sherwood <ben.sherwood@ku.edu>
Diff between rqPen versions 4.1.2 dated 2024-10-29 and 4.1.3 dated 2025-02-13
DESCRIPTION | 8 - MD5 | 12 - NEWS | 370 +++++++++++++++++++++++++++--------------------------- R/mainFunctions.R | 3 build/partial.rdb |binary man/rq.pen.cv.Rd | 3 man/rqPen.Rd | 10 + 7 files changed, 208 insertions(+), 198 deletions(-)
Title: Run Interruptible Code Asynchronously
Description: Takes an R expression and returns a Job object with a $stop() method
which can be called to terminate the background job. Also provides timeouts
and other mechanisms for automatically terminating a background job. The
result of the expression is available synchronously via $result or
asynchronously with callbacks or through the 'promises' package framework.
Author: Daniel P. Smith [aut, cre] ,
Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith <dansmith01@gmail.com>
Diff between jobqueue versions 1.0.1 dated 2025-01-30 and 1.3.0 dated 2025-02-13
DESCRIPTION | 8 ++-- MD5 | 36 +++++++++---------- NAMESPACE | 2 + NEWS.md | 8 ++++ R/job.r | 64 +++++++++++++++++++--------------- R/queue.r | 77 +++++++++++++++++++++++++++-------------- R/re-exports.r | 3 + R/utils.r | 42 +++++++++++++++++----- R/validate.r | 74 +++++++++++++++++++++++++++++---------- R/worker.r | 45 +++++++++++++++++------ README.md | 4 +- man/Job.Rd | 29 +++++++++------ man/Queue.Rd | 39 +++++++++++++------- man/Worker.Rd | 17 +++++++-- man/reexports.Rd | 3 + tests/testthat/test-job.r | 6 ++- tests/testthat/test-queue.r | 51 ++++++++++++++++----------- tests/testthat/test-validate.r | 15 ++++++- tests/testthat/test-worker.r | 24 +++++++++--- 19 files changed, 372 insertions(+), 175 deletions(-)
More information about VARcpDetectOnline at CRAN
Permanent link
Title: Tidy Quantitative Financial Analysis
Description: Bringing business and financial analysis to the 'tidyverse'. The 'tidyquant'
package provides a convenient wrapper to various 'xts', 'zoo', 'quantmod', 'TTR'
and 'PerformanceAnalytics' package
functions and returns the objects in the tidy 'tibble' format. The main
advantage is being able to use quantitative functions with the 'tidyverse'
functions including 'purrr', 'dplyr', 'tidyr', 'ggplot2', 'lubridate', etc. See
the 'tidyquant' website for more information, documentation and examples.
Author: Matt Dancho [aut, cre],
Davis Vaughan [aut]
Maintainer: Matt Dancho <mdancho@business-science.io>
Diff between tidyquant versions 1.0.10 dated 2025-01-08 and 1.0.11 dated 2025-02-13
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 4 ++++ tests/testthat/test-tq_get_stock_prices.R | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-)