Title: Quantifying Nonlinear Dependence and Lead-Lag Dynamics via
Chatterjee's Xi
Description: Computes Chatterjee's non-parametric correlation coefficient for time series data.
It extends the original metric to time series analysis by providing the
Xi-Autocorrelation Function (Xi-ACF) and Xi-Cross-Correlation Function (Xi-CCF).
The package allows users to test for non-linear dependence using
Iterative Amplitude Adjusted Fourier Transform (IAAFT) surrogate data.
Main functions include xi_acf() and xi_ccf() for computation, along with
matrix extraction tools. Methodologies are based on Chatterjee (2021)
<doi:10.1080/01621459.2020.1758115> and surrogate data testing methods by
Schreiber and Schmitz (1996) <doi:10.1103/PhysRevLett.77.635>.
Author: Yasunori Watanabe [aut, cre]
Maintainer: Yasunori Watanabe <watanabe.yasunori@outlook.com>
Diff between xiacf versions 0.4.0 dated 2026-04-16 and 0.4.1 dated 2026-04-27
DESCRIPTION | 6 +++--- MD5 | 20 ++++++++++++-------- NAMESPACE | 2 ++ NEWS.md | 12 ++---------- R/autoplot.xi_acf.R | 12 ++++++++---- R/autoplot.xi_ccf.R | 9 ++++++--- R/extract.R |only inst/CITATION | 2 +- man/extract_xi_acf.Rd |only man/extract_xi_ccf.Rd |only src/miaaft_core.cpp | 2 -- src/xi_core.cpp | 4 ---- tests/testthat/test-extractors.R |only 13 files changed, 34 insertions(+), 35 deletions(-)
Title: Trust, but Verify
Description: Declarative template-based framework for verifying that objects
meet structural requirements, and auto-composing error messages when they do
not.
Author: Brodie Gaslam [aut, cre],
Paxdiablo [cph] ,
R Core Team [cph] ,
Michael Chirico [ctb]
Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
Diff between vetr versions 0.2.21 dated 2026-04-03 and 0.2.22 dated 2026-04-27
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ NEWS.md | 4 ++++ inst/doc/alike.html | 18 +++++++++--------- inst/doc/vetr.html | 8 ++++---- tests/unitizer/validate.args.R | 3 ++- tests/unitizer/validate.args.unitizer/data.rds |binary 7 files changed, 28 insertions(+), 23 deletions(-)
Title: Group Animal Relocation Data by Spatial and Temporal
Relationship and Measure Intragroup Social Dynamics
Description: Detects spatial and temporal groups in GPS relocations
(Robitaille et al. (2019) <doi:10.1111/2041-210X.13215>). It can be
used to convert GPS relocations to gambit-of-the-group format to build
proximity-based social networks, and perform data-stream randomization
methods suitable for GPS data. Also provides measures of intragroup social
dynamics including distance and direction to leaders, centroids and nearest
neighbours.
Author: Alec L. Robitaille [aut, cre] ,
Quinn Webber [aut] ,
Eric Vander Wal [aut]
Maintainer: Alec L. Robitaille <robit.alec@gmail.com>
Diff between spatsoc versions 0.2.2 dated 2023-09-07 and 0.2.13 dated 2026-04-27
spatsoc-0.2.13/spatsoc/DESCRIPTION | 31 spatsoc-0.2.13/spatsoc/MD5 | 187 +- spatsoc-0.2.13/spatsoc/NAMESPACE | 18 spatsoc-0.2.13/spatsoc/NEWS.md | 359 ++++- spatsoc-0.2.13/spatsoc/R/build_lines.R | 169 -- spatsoc-0.2.13/spatsoc/R/build_polys.R | 106 - spatsoc-0.2.13/spatsoc/R/centroid_dyad.R |only spatsoc-0.2.13/spatsoc/R/centroid_fusion.R |only spatsoc-0.2.13/spatsoc/R/centroid_group.R |only spatsoc-0.2.13/spatsoc/R/direction_group.R |only spatsoc-0.2.13/spatsoc/R/direction_polarization.R |only spatsoc-0.2.13/spatsoc/R/direction_step.R |only spatsoc-0.2.13/spatsoc/R/direction_to_centroid.R |only spatsoc-0.2.13/spatsoc/R/direction_to_leader.R |only spatsoc-0.2.13/spatsoc/R/distance_to_centroid.R |only spatsoc-0.2.13/spatsoc/R/distance_to_leader.R |only spatsoc-0.2.13/spatsoc/R/dyad_id.R |only spatsoc-0.2.13/spatsoc/R/edge_alignment.R |only spatsoc-0.2.13/spatsoc/R/edge_delay.R |only spatsoc-0.2.13/spatsoc/R/edge_direction.R |only spatsoc-0.2.13/spatsoc/R/edge_dist.R | 400 +++-- spatsoc-0.2.13/spatsoc/R/edge_nn.R | 365 +++-- spatsoc-0.2.13/spatsoc/R/edge_zones.R |only spatsoc-0.2.13/spatsoc/R/fusion_id.R |only spatsoc-0.2.13/spatsoc/R/get_gbi.R | 120 - spatsoc-0.2.13/spatsoc/R/get_geometry.R |only spatsoc-0.2.13/spatsoc/R/group_lines.R | 367 ++--- spatsoc-0.2.13/spatsoc/R/group_polys.R | 480 +++---- spatsoc-0.2.13/spatsoc/R/group_pts.R | 274 ++-- spatsoc-0.2.13/spatsoc/R/group_times.R | 90 - spatsoc-0.2.13/spatsoc/R/internal.R |only spatsoc-0.2.13/spatsoc/R/leader_direction_group.R |only spatsoc-0.2.13/spatsoc/R/leader_edge_delay.R |only spatsoc-0.2.13/spatsoc/R/randomizations.R | 136 - spatsoc-0.2.13/spatsoc/R/spatsoc.R | 80 - spatsoc-0.2.13/spatsoc/build/partial.rdb |only spatsoc-0.2.13/spatsoc/build/vignette.rds |binary spatsoc-0.2.13/spatsoc/inst/doc/faq.R | 110 - spatsoc-0.2.13/spatsoc/inst/doc/faq.Rmd | 308 +++- spatsoc-0.2.13/spatsoc/inst/doc/faq.html | 591 +++++--- spatsoc-0.2.13/spatsoc/inst/doc/geometry-interface-and-spatial-measures.R |only spatsoc-0.2.13/spatsoc/inst/doc/geometry-interface-and-spatial-measures.Rmd |only spatsoc-0.2.13/spatsoc/inst/doc/geometry-interface-and-spatial-measures.html |only spatsoc-0.2.13/spatsoc/inst/doc/interspecific-interactions.R |only spatsoc-0.2.13/spatsoc/inst/doc/interspecific-interactions.Rmd |only spatsoc-0.2.13/spatsoc/inst/doc/interspecific-interactions.html |only spatsoc-0.2.13/spatsoc/inst/doc/intro.R |only spatsoc-0.2.13/spatsoc/inst/doc/intro.Rmd |only spatsoc-0.2.13/spatsoc/inst/doc/intro.html |only spatsoc-0.2.13/spatsoc/inst/doc/using-edge-and-dyad.R | 130 - spatsoc-0.2.13/spatsoc/inst/doc/using-edge-and-dyad.Rmd | 184 +- spatsoc-0.2.13/spatsoc/inst/doc/using-edge-and-dyad.html | 375 +++-- spatsoc-0.2.13/spatsoc/inst/doc/using-in-sna.R | 596 ++++---- spatsoc-0.2.13/spatsoc/inst/doc/using-in-sna.Rmd | 225 ++- spatsoc-0.2.13/spatsoc/inst/doc/using-in-sna.html | 457 ++++-- spatsoc-0.2.13/spatsoc/man/build_lines.Rd | 39 spatsoc-0.2.13/spatsoc/man/build_polys.Rd | 36 spatsoc-0.2.13/spatsoc/man/calc_centroid.Rd |only spatsoc-0.2.13/spatsoc/man/calc_direction.Rd |only spatsoc-0.2.13/spatsoc/man/calc_distance.Rd |only spatsoc-0.2.13/spatsoc/man/centroid_dyad.Rd |only spatsoc-0.2.13/spatsoc/man/centroid_fusion.Rd |only spatsoc-0.2.13/spatsoc/man/centroid_group.Rd |only spatsoc-0.2.13/spatsoc/man/diff_rad.Rd |only spatsoc-0.2.13/spatsoc/man/direction_group.Rd |only spatsoc-0.2.13/spatsoc/man/direction_polarization.Rd |only spatsoc-0.2.13/spatsoc/man/direction_step.Rd |only spatsoc-0.2.13/spatsoc/man/direction_to_centroid.Rd |only spatsoc-0.2.13/spatsoc/man/direction_to_leader.Rd |only spatsoc-0.2.13/spatsoc/man/distance_to_centroid.Rd |only spatsoc-0.2.13/spatsoc/man/distance_to_leader.Rd |only spatsoc-0.2.13/spatsoc/man/dyad_id.Rd | 20 spatsoc-0.2.13/spatsoc/man/edge_alignment.Rd |only spatsoc-0.2.13/spatsoc/man/edge_delay.Rd |only spatsoc-0.2.13/spatsoc/man/edge_direction.Rd |only spatsoc-0.2.13/spatsoc/man/edge_dist.Rd | 176 +- spatsoc-0.2.13/spatsoc/man/edge_nn.Rd | 173 +- spatsoc-0.2.13/spatsoc/man/edge_zones.Rd |only spatsoc-0.2.13/spatsoc/man/fusion_id.Rd |only spatsoc-0.2.13/spatsoc/man/get_gbi.Rd | 22 spatsoc-0.2.13/spatsoc/man/get_geometry.Rd |only spatsoc-0.2.13/spatsoc/man/group_lines.Rd | 51 spatsoc-0.2.13/spatsoc/man/group_polys.Rd | 44 spatsoc-0.2.13/spatsoc/man/group_pts.Rd | 107 + spatsoc-0.2.13/spatsoc/man/group_times.Rd | 13 spatsoc-0.2.13/spatsoc/man/leader_direction_group.Rd |only spatsoc-0.2.13/spatsoc/man/leader_edge_delay.Rd |only spatsoc-0.2.13/spatsoc/man/randomizations.Rd | 14 spatsoc-0.2.13/spatsoc/man/spatsoc.Rd | 83 + spatsoc-0.2.13/spatsoc/tests/testthat/test-assert.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-build-lines.R | 84 - spatsoc-0.2.13/spatsoc/tests/testthat/test-build-polys.R | 71 - spatsoc-0.2.13/spatsoc/tests/testthat/test-calc-centroid.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-calc-direction.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-calc-distance.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-centroid-dyad.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-centroid-fusion.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-centroid-group.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-diff-rad.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-direction-group.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-direction-polarization.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-direction-step.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-direction-to-centroid.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-direction-to-leader.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-distance-to-centroid.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-distance-to-leader.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-dyad-id.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-alignment.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-delay.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-direction.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-dist.R | 682 +++++++--- spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-nn.R | 603 ++++++-- spatsoc-0.2.13/spatsoc/tests/testthat/test-edge-zones.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-fusion-id.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-get-gbi.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-get-geometry.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-group-lines.R | 98 - spatsoc-0.2.13/spatsoc/tests/testthat/test-group-polys.R | 105 - spatsoc-0.2.13/spatsoc/tests/testthat/test-group-pts.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-group-times.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-leader-direction-group.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-leader-edge-delay.R |only spatsoc-0.2.13/spatsoc/tests/testthat/test-randomizations.R |only spatsoc-0.2.13/spatsoc/vignettes/faq.Rmd | 308 +++- spatsoc-0.2.13/spatsoc/vignettes/geometry-interface-and-spatial-measures.Rmd |only spatsoc-0.2.13/spatsoc/vignettes/interspecific-interactions.Rmd |only spatsoc-0.2.13/spatsoc/vignettes/intro.Rmd |only spatsoc-0.2.13/spatsoc/vignettes/using-edge-and-dyad.Rmd | 184 +- spatsoc-0.2.13/spatsoc/vignettes/using-in-sna.Rmd | 225 ++- spatsoc-0.2.2/spatsoc/R/dyads.R |only spatsoc-0.2.2/spatsoc/inst/doc/additional-data-formats.R |only spatsoc-0.2.2/spatsoc/inst/doc/additional-data-formats.Rmd |only spatsoc-0.2.2/spatsoc/inst/doc/additional-data-formats.html |only spatsoc-0.2.2/spatsoc/inst/doc/intro-spatsoc.R |only spatsoc-0.2.2/spatsoc/inst/doc/intro-spatsoc.Rmd |only spatsoc-0.2.2/spatsoc/inst/doc/intro-spatsoc.html |only spatsoc-0.2.2/spatsoc/tests/testthat/test-dyad.R |only spatsoc-0.2.2/spatsoc/tests/testthat/test-gbi.R |only spatsoc-0.2.2/spatsoc/tests/testthat/test-pts.R |only spatsoc-0.2.2/spatsoc/tests/testthat/test-random.R |only spatsoc-0.2.2/spatsoc/tests/testthat/test-time.R |only spatsoc-0.2.2/spatsoc/vignettes/additional-data-formats.Rmd |only spatsoc-0.2.2/spatsoc/vignettes/intro-spatsoc.Rmd |only 143 files changed, 5775 insertions(+), 3521 deletions(-)
Title: Safetensors File Format
Description: A file format for storing tensors that is secure (doesn't allow for
code execution), fast and simple to implement. 'safetensors' also enables cross
language and cross frameworks compatibility making it an ideal format for
storing machine learning model weights.
Author: Tomasz Kalinowski [ctb, cre],
Daniel Falbel [aut],
Sebastian Fischer [ctb],
Posit [cph]
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Diff between safetensors versions 0.2.0 dated 2025-08-18 and 0.2.1 dated 2026-04-27
safetensors-0.2.0/safetensors/tests/testthat/safetensors/hello2.safetensors |only safetensors-0.2.1/safetensors/DESCRIPTION | 16 +++++----- safetensors-0.2.1/safetensors/MD5 | 7 +--- safetensors-0.2.1/safetensors/NEWS.md | 4 ++ safetensors-0.2.1/safetensors/README.md | 2 - 5 files changed, 17 insertions(+), 12 deletions(-)
Title: Standardize Dates in Different Formats or with Missing Data
Description: There are many different formats dates are commonly
represented with: the order of day, month, or year can differ,
different separators ("-", "/", or whitespace) can be used, months can
be numerical, names, or abbreviations and year given as two digits or
four. 'datefixR' takes dates in all these different formats and
converts them to R's built-in date class. If 'datefixR' cannot
standardize a date, such as because it is too malformed, then the user
is told which date cannot be standardized and the corresponding ID for
the row. 'datefixR' also allows the imputation of missing days and
months with user-controlled behavior.
Author: Nathan Constantine-Cooke [aut, cre] ,
Jonathan Kitt [ctb, trl],
Antonio J. Perez-Luque [ctb, trl] ,
Daniel Possenriede [ctb, trl] ,
Michal Lauer [ctb, trl],
Kaique dos S. Alves [rev] ,
Al-Ahmadgaid B. Asaad [rev] ,
Anatoly Tsyplenkov [ctb, trl] ,
Chi [...truncated...]
Maintainer: Nathan Constantine-Cooke <nathan.constantine-cooke@ed.ac.uk>
Diff between datefixR versions 2.0.0 dated 2025-08-22 and 2.0.1 dated 2026-04-27
DESCRIPTION | 18 +- MD5 | 52 ++++---- NEWS.md | 20 +++ R/fix_date_char.R | 13 +- R/fix_date_df.R | 19 +- README.md | 30 +++- build/vignette.rds |binary inst/WORDLIST | 6 inst/doc/datefixR.html | 7 - inst/doc/internationalization.html | 2 src/Makevars.in | 2 src/rust/Cargo.lock | 172 +++++++++++++-------------- src/rust/Cargo.toml | 20 ++- src/rust/src/lib.rs | 87 +++++++------ src/rust/src/optimizations.rs | 9 - src/rust/vendor.tar.xz |binary tests/testthat/_snaps/mac-4.5/app_1/001.json | 4 tests/testthat/_snaps/mac-4.5/app_1/001_.png |binary tests/testthat/_snaps/mac-4.5/app_1/003.json | 4 tests/testthat/_snaps/mac-4.5/app_1/003_.png |binary tests/testthat/_snaps/shiny/app_1/001.json | 4 tests/testthat/_snaps/shiny/app_1/001_.png |binary tests/testthat/_snaps/shiny/app_1/003.json | 4 tests/testthat/_snaps/shiny/app_1/003_.png |binary tests/testthat/test_fix_date_char.R | 28 ++++ tests/testthat/test_fix_date_df.R | 19 ++ tools/config.R | 12 + 27 files changed, 324 insertions(+), 208 deletions(-)
Title: Write Events for 'TensorBoard'
Description: Provides a convenient way to log scalars, images, audio, and histograms in the 'tfevent' record file format.
Logged data can be visualized on the fly using 'TensorBoard', a web based tool that focuses on visualizing the training
progress of machine learning models.
Author: Daniel Falbel [aut, cph],
Tomasz Kalinowski [cre],
Posit, PBC [cph],
The tl::optional authors [cph] ,
Mark Adler [cph]
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Diff between tfevents versions 0.0.4 dated 2024-06-27 and 0.0.5 dated 2026-04-27
DESCRIPTION | 16 +++++++++------- MD5 | 26 +++++++++++++------------- NAMESPACE | 4 ++++ NEWS.md | 4 ++++ R/audio.R | 2 +- R/tensor.R | 4 ++++ README.md | 2 +- configure | 13 ++++++++++--- man/summary_audio.Rd | 2 ++ src/reader.cpp | 2 +- tests/testthat/helper-tbparse.R | 6 ++++++ tests/testthat/test-audio.R | 2 ++ tests/testthat/test-image.R | 1 + tests/testthat/test-read.R | 1 + 14 files changed, 59 insertions(+), 26 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>
This is a re-admission after prior archival of version 0.4.12 dated 2025-09-12
Diff between jmvReadWrite versions 0.4.12 dated 2025-09-12 and 0.4.13 dated 2026-04-27
DESCRIPTION | 8 - MD5 | 42 ++++---- NEWS.md | 14 ++ R/aggregate_omv.R | 17 ++- R/describe_omv.R | 171 +++++++++++++++++++++++++++++--- R/globals.R | 4 R/label_vars_omv.R | 21 ++-- R/write_omv.R | 9 + README.md | 8 + build/vignette.rds |binary inst/CITATION | 4 inst/doc/jmvReadWrite.Rmd | 5 inst/doc/jmvReadWrite.html | 11 +- man/aggregate_omv.Rd | 3 man/describe_omv.Rd | 23 ++-- man/write_omv.Rd | 9 + tests/testthat/test-aggregate_omv.R | 44 +++++++- tests/testthat/test-describe_omv.R | 182 +++++++++++++++++++++++++++++++++++ tests/testthat/test-label_vars_omv.R | 5 tests/testthat/test-read_omv.R | 65 +++++++----- tests/testthat/test-write_omv.R | 10 + vignettes/jmvReadWrite.Rmd | 5 22 files changed, 545 insertions(+), 115 deletions(-)
Title: 'DataSHIELD' 'Tidyverse' Server-Side Package
Description: Implementation of selected 'Tidyverse' functions within 'DataSHIELD', an open-source federated analysis solution in R. Currently, DataSHIELD contains very limited tools for data manipulation, so the aim of this package is to improve the researcher experience by implementing essential functions for data manipulation, including subsetting, filtering, grouping, and renaming variables. This is the server-side package which should be installed on the server holding the data, and is used in conjunction with the client-side package 'dsTidyverseClient' which is installed in the local R environment of the analyst. For more information, see <https://tidyverse.org/> and <https://datashield.org/>.
Author: Tim Cadman [aut, cre] ,
Mariska Slofstra [aut] ,
Stuart Wheater [aut],
Demetris Avraam [aut]
Maintainer: Tim Cadman <t.j.cadman@umcg.nl>
Diff between dsTidyverse versions 1.1.1 dated 2025-12-15 and 1.2.1 dated 2026-04-27
DESCRIPTION | 15 ++--- MD5 | 76 +++++++++++++++--------------- NAMESPACE | 1 NEWS.md | 6 ++ R/arrangeDS.R | 2 R/caseWhenDS.R | 2 R/distinctDS.R | 2 R/filterDS.R | 2 R/groupByDS.R | 4 - R/groupKeysDS.R | 2 R/ifElseDS.R | 2 R/mutateDS.R | 4 - R/renameDS.R | 2 R/selectDS.R | 2 R/sliceDS.R | 2 R/utils.R | 44 +++++++++++++---- README.md | 4 - inst/doc/tidyversePrivacy.Rmd | 2 inst/doc/tidyversePrivacy.html | 2 man/arrangeDS.Rd | 2 man/caseWhenDS.Rd | 2 man/checkPermissivePrivacyControlLevel.Rd | 2 man/distinctDS.Rd | 2 man/filterDS.Rd | 2 man/groupByDS.Rd | 2 man/groupKeysDS.Rd | 2 man/ifElseDS.Rd | 2 man/listPermittedTidyverseFunctionsDS.Rd | 2 man/mutateDS.Rd | 2 man/renameDS.Rd | 2 man/selectDS.Rd | 2 man/sliceDS.Rd | 2 man/ungroupDS.Rd | 2 tests/testthat/_snaps/utils.md | 6 +- tests/testthat/helpers.R | 2 tests/testthat/test-mutateDS.R | 25 +++++++++ tests/testthat/test-utils.R | 35 +++++++++++-- vignettes/tidyversePrivacy.Rmd | 2 vignettes/tidyversePrivacy.Rmd.orig | 2 39 files changed, 177 insertions(+), 99 deletions(-)
Title: 'DataSHIELD' RO-Crate Governance Functions
Description: Tools for wrapping 'DataSHIELD' analyses into RO-Crate
(Research Object Crate) objects. Provides functions to create structured
metadata for federated data analysis projects, enabling governance
tracking of data access, project membership, analysis execution and
output validation across distributed data sources.
Author: Roberto Villegas-Diaz [aut, cre] ,
Becca Wilson [aut] ,
Olly Butters [aut] ,
Stuart Wheater [aut] ,
University of Liverpool [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>
Diff between dsROCrate versions 0.0.1 dated 2026-04-21 and 0.0.2 dated 2026-04-27
DESCRIPTION | 6 MD5 | 16 NEWS.md | 7 R/safe_output.R | 3 README.md | 1 inst/doc/getting-started.R | 6 inst/doc/getting-started.Rmd | 6 inst/doc/getting-started.html | 9281 +++++------------------------------------- vignettes/getting-started.Rmd | 6 9 files changed, 1143 insertions(+), 8189 deletions(-)
Title: Dynamic Copula VAR Models for Time-Varying Dependence
Description: Fits Bayesian copula vector autoregressive models for bivariate
time series with dynamic, regime-switching, and constant dependence
structures. The package includes simulation, data preparation,
estimation with 'Stan' through 'rstan' or 'cmdstanr', posterior
summaries, diagnostics, trajectory extraction, fitted and predictive
summaries, and approximate leave-one-out cross-validation model
comparison for supported fits. For Bayesian computation and model
comparison, see Carpenter et al. (2017)
<doi:10.18637/jss.v076.i01> and Vehtari, Gelman and Gabry (2017)
<doi:10.1007/s11222-016-9696-4>.
Author: Benedikt Lugauer [aut, cre]
Maintainer: Benedikt Lugauer <benedikt.lugauer@uni-leipzig.de>
Diff between dcvar versions 0.1.0 dated 2026-04-22 and 0.2.0 dated 2026-04-27
DESCRIPTION | 8 MD5 | 111 +++++++----- NAMESPACE | 21 ++ NEWS.md | 20 ++ R/backend.R | 8 R/constant_fit-class.R | 43 +++- R/covariate_fit-class.R |only R/data-preparation.R | 95 +++++++--- R/dcvar-package.R | 20 -- R/diagnostics.R | 50 ++++- R/extract.R | 244 +++++++++++++++++++++++++-- R/fit-constant.R | 24 ++ R/fit-covariate.R |only R/fit-multilevel.R | 44 +++- R/fit-sem.R | 43 +++- R/loo.R | 32 ++- R/margins.R | 70 +++++++ R/multilevel_fit-class.R | 21 +- R/pit.R | 2 R/plot.R | 18 + R/predict.R | 90 ++++++++- R/sem_fit-class.R | 26 ++ R/stan-utils.R | 46 +++-- R/utils.R | 100 ++++++++++- R/zzz.R | 2 README.md | 52 +++-- inst/CITATION | 2 inst/doc/getting-started.R | 8 inst/doc/getting-started.Rmd | 9 inst/doc/getting-started.html | 166 +++++++++--------- inst/doc/model-comparison.html | 3 inst/doc/simulation-tools.html | 7 inst/stan/constant_NCl.stan |only inst/stan/dcvar_covariate_ncp.stan |only inst/stan/dcvar_covariate_nodrift.stan |only inst/stan/functions/clayton_copula.stan |only inst/stan/multilevel_EG.stan |only inst/stan/sem_naive_EG.stan |only inst/stan/sem_naive_NG.stan |only man/covariate_effects.Rd |only man/dcvar-package.Rd | 18 - man/dcvar_constant.Rd | 5 man/dcvar_covariate.Rd |only man/dcvar_covariate_fit-methods.Rd |only man/dcvar_multilevel.Rd | 15 + man/dcvar_sem.Rd | 23 +- man/dcvar_stan_path.Rd | 14 + man/dependence_summary.Rd |only man/fitted.dcvar_model_fit.Rd | 9 man/loo.dcvar.Rd | 12 - man/pit_test.Rd | 2 man/predict.dcvar_model_fit.Rd | 8 man/prepare_dcvar_covariate_data.Rd |only man/prepare_multilevel_data.Rd | 10 - man/prepare_sem_data.Rd | 12 - man/print.dcvar_covariate_summary.Rd |only man/rho_trajectory.Rd | 7 tests/testthat/test-constant-clayton.R |only tests/testthat/test-convergence.R | 2 tests/testthat/test-covariate.R |only tests/testthat/test-loo-compare.R | 4 tests/testthat/test-margins.R | 18 + tests/testthat/test-multilevel-exponential.R |only tests/testthat/test-sem-naive.R |only tests/testthat/test-stan-utils.R | 12 + vignettes/getting-started.Rmd | 9 66 files changed, 1212 insertions(+), 353 deletions(-)
Title: Interface to the API 'Sede Electronica Del Catastro'
Description: Access public spatial data available under the 'INSPIRE'
directive. Tools for downloading references and addresses of
properties, as well as map images.
Author: Angel Delgado Panadero [aut, cph] ,
Inaki Ucar [ctb] ,
Diego Hernangomez [aut, cre]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>
Diff between CatastRo versions 1.0.0 dated 2026-02-23 and 1.0.1 dated 2026-04-27
DESCRIPTION | 8 MD5 | 174 +++---- NEWS.md | 127 ++--- R/atom-ad-db.R | 342 ++++++------- R/atom-ad.R | 404 ++++++++-------- R/atom-bu-db.R | 15 R/atom-bu.R | 4 R/atom-cp-db.R | 15 R/atom-cp.R | 2 R/atom-search.R | 1 R/cache-utils.R | 745 +++++++++++++++--------------- R/catr-code-coords.R | 209 ++++---- R/data.R | 145 ++--- R/ovc-cpmrc.R | 13 R/ovc-munic.R | 306 ++++++------ R/ovc-provinces.R | 5 R/ovc-rccoor-dist.R | 19 R/ovc-rccoor.R | 7 R/run-example.R | 23 R/utils-atom.R | 9 R/utils-sf.R | 18 R/utils-url.R | 419 ++++++++-------- R/utils-wfs.R | 22 R/utils.R | 15 R/wfs-ad.R | 6 R/wfs-cp.R | 4 R/wms-all.R | 6 README.md | 82 +-- build/vignette.rds |binary data/catr_srs_values.rda |binary inst/WORDLIST | 3 inst/doc/CatastRo.html | 29 - inst/doc/CatastRo.qmd | 55 +- inst/doc/ovcservice.html | 13 inst/doc/ovcservice.qmd | 27 - inst/schemaorg.json | 4 man/CatastRo-package.Rd | 1 man/catr_atom_get_address.Rd | 72 +- man/catr_atom_get_address_db.Rd | 79 +-- man/catr_atom_get_buildings.Rd | 76 +-- man/catr_atom_get_buildings_db.Rd | 79 +-- man/catr_atom_get_parcels.Rd | 74 +- man/catr_atom_get_parcels_db.Rd | 79 +-- man/catr_atom_search_munic.Rd | 49 + man/catr_clear_cache.Rd | 22 man/catr_get_code_from_coords.Rd | 41 - man/catr_ovc_get_cod_munic.Rd | 31 - man/catr_ovc_get_cod_provinces.Rd | 19 man/catr_ovc_get_cpmrc.Rd | 31 - man/catr_ovc_get_rccoor.Rd | 35 - man/catr_ovc_get_rccoor_distancia.Rd | 39 - man/catr_set_cache_dir.Rd | 49 + man/catr_srs_values.Rd | 38 - man/catr_wfs_get_address.Rd | 64 +- man/catr_wfs_get_buildings.Rd | 68 +- man/catr_wfs_get_parcels.Rd | 70 +- man/catr_wms_get_layer.Rd | 58 +- man/inspire_wfs_get.Rd | 46 - man/run_example.Rd | 10 tests/testthat/_snaps/atom-ad-db.md | 138 ++--- tests/testthat/_snaps/atom-ad.md | 96 +-- tests/testthat/_snaps/atom-bu-db.md | 138 ++--- tests/testthat/_snaps/atom-bu.md | 98 +-- tests/testthat/_snaps/atom-cp-db.md | 138 ++--- tests/testthat/_snaps/atom-cp.md | 96 +-- tests/testthat/_snaps/atom-search.md | 80 +-- tests/testthat/_snaps/cache-utils.md | 16 tests/testthat/_snaps/catr-code-coords.md | 92 +-- tests/testthat/_snaps/ovc-cpmrc.md | 34 - tests/testthat/_snaps/ovc-munic.md | 50 +- tests/testthat/_snaps/ovc-provinces.md | 34 - tests/testthat/_snaps/ovc-rccoor-dist.md | 34 - tests/testthat/_snaps/ovc-rccoor.md | 34 - tests/testthat/_snaps/utils-sf.md | 32 - tests/testthat/_snaps/utils-url.md | 52 +- tests/testthat/_snaps/utils-wfs.md | 108 ++-- tests/testthat/_snaps/utils.md | 218 ++++---- tests/testthat/_snaps/wfs-ad.md | 100 ++-- tests/testthat/test-atom-search.R | 1 tests/testthat/test-ovc-cpmrc.R | 1 tests/testthat/test-ovc-munic.R | 1 tests/testthat/test-ovc-provinces.R | 1 tests/testthat/test-ovc-rccoor.R | 1 tests/testthat/test-utils-sf.R | 1 tests/testthat/test-utils-url.R | 1 tests/testthat/test-wfs-bu.R | 1 vignettes/CatastRo.qmd | 55 +- vignettes/ovcservice.qmd | 27 - 88 files changed, 3058 insertions(+), 3026 deletions(-)
Title: Less Code with More Comprehensive Results
Description: Each function replaces multiple standard R functions. For example,
two function calls, Read() and CountAll(), generate summary statistics for
all variables in the data frame, plus histograms and bar charts. Other
functions provide data aggregation via pivot tables; comprehensive
regression, ANOVA, and t-test; visualizations including integrated
Violin/Box/Scatter plot for a numerical variable, bar chart, histogram,
box plot, density curves, calibrated power curve; reading multiple data
formats with the same call; variable labels; time series with aggregation
and forecasting; color themes; and Trellis (facet) graphics. Also includes
a confirmatory factor analysis of multiple-indicator measurement models,
pedagogical routines for data simulation (e.g., Central Limit Theorem),
generation and rendering of regression instructions for interpretative output,
and both interactive construction of visualizations and interactive
visualizations with plotly.
Author: David W. Gerbing [aut, cre]
Maintainer: David W. Gerbing <gerbing@pdx.edu>
Diff between lessR versions 4.5.3 dated 2026-03-26 and 4.5.4 dated 2026-04-27
lessR-4.5.3/lessR/inst/doc/Chart.R |only lessR-4.5.3/lessR/inst/doc/Chart.Rmd |only lessR-4.5.3/lessR/inst/doc/Chart.html |only lessR-4.5.3/lessR/inst/doc/Customize.R |only lessR-4.5.3/lessR/inst/doc/Customize.Rmd |only lessR-4.5.3/lessR/inst/doc/Customize.html |only lessR-4.5.3/lessR/inst/doc/Extract.R |only lessR-4.5.3/lessR/inst/doc/Extract.Rmd |only lessR-4.5.3/lessR/inst/doc/Extract.html |only lessR-4.5.3/lessR/inst/doc/FactorAnalysis.R |only lessR-4.5.3/lessR/inst/doc/FactorAnalysis.Rmd |only lessR-4.5.3/lessR/inst/doc/FactorAnalysis.html |only lessR-4.5.3/lessR/inst/doc/Means.R |only lessR-4.5.3/lessR/inst/doc/Means.Rmd |only lessR-4.5.3/lessR/inst/doc/Means.html |only lessR-4.5.3/lessR/inst/doc/Proportions.R |only lessR-4.5.3/lessR/inst/doc/Proportions.Rmd |only lessR-4.5.3/lessR/inst/doc/Proportions.html |only lessR-4.5.3/lessR/inst/doc/ReadWrite.R |only lessR-4.5.3/lessR/inst/doc/ReadWrite.Rmd |only lessR-4.5.3/lessR/inst/doc/ReadWrite.html |only lessR-4.5.3/lessR/inst/doc/Regression.R |only lessR-4.5.3/lessR/inst/doc/Regression.Rmd |only lessR-4.5.3/lessR/inst/doc/Regression.html |only lessR-4.5.3/lessR/inst/doc/Time.R |only lessR-4.5.3/lessR/inst/doc/Time.Rmd |only lessR-4.5.3/lessR/inst/doc/Time.html |only lessR-4.5.3/lessR/inst/doc/X.R |only lessR-4.5.3/lessR/inst/doc/X.Rmd |only lessR-4.5.3/lessR/inst/doc/X.html |only lessR-4.5.3/lessR/inst/doc/XY.R |only lessR-4.5.3/lessR/inst/doc/XY.Rmd |only lessR-4.5.3/lessR/inst/doc/XY.html |only lessR-4.5.3/lessR/inst/doc/pivot.R |only lessR-4.5.3/lessR/inst/doc/pivot.Rmd |only lessR-4.5.3/lessR/inst/doc/pivot.html |only lessR-4.5.3/lessR/inst/doc/utilities.R |only lessR-4.5.3/lessR/inst/doc/utilities.Rmd |only lessR-4.5.3/lessR/inst/doc/utilities.html |only lessR-4.5.3/lessR/vignettes/Chart.Rmd |only lessR-4.5.3/lessR/vignettes/Customize.Rmd |only lessR-4.5.3/lessR/vignettes/Extract.Rmd |only lessR-4.5.3/lessR/vignettes/FactorAnalysis.Rmd |only lessR-4.5.3/lessR/vignettes/Means.Rmd |only lessR-4.5.3/lessR/vignettes/Proportions.Rmd |only lessR-4.5.3/lessR/vignettes/ReadWrite.Rmd |only lessR-4.5.3/lessR/vignettes/Regression.Rmd |only lessR-4.5.3/lessR/vignettes/Time.Rmd |only lessR-4.5.3/lessR/vignettes/X.Rmd |only lessR-4.5.3/lessR/vignettes/XY.Rmd |only lessR-4.5.3/lessR/vignettes/pivot.Rmd |only lessR-4.5.3/lessR/vignettes/utilities.Rmd |only lessR-4.5.4/lessR/DESCRIPTION | 12 lessR-4.5.4/lessR/MD5 | 116 ++----- lessR-4.5.4/lessR/NEWS.md | 24 + lessR-4.5.4/lessR/R/Chart.R | 283 +++++++++++++---- lessR-4.5.4/lessR/R/Regression.R | 2 lessR-4.5.4/lessR/R/X.R | 15 lessR-4.5.4/lessR/R/XY.R | 35 +- lessR-4.5.4/lessR/R/bc.data.frame.R | 2 lessR-4.5.4/lessR/R/bc.main.R | 49 +-- lessR-4.5.4/lessR/R/bc.plotly.R | 18 - lessR-4.5.4/lessR/R/bubble.plotly.R | 39 +- lessR-4.5.4/lessR/R/dot.plotly.R | 321 ++++++++++++++++---- lessR-4.5.4/lessR/R/hier.plotly.R | 211 ++++++++----- lessR-4.5.4/lessR/R/hst.main.R | 4 lessR-4.5.4/lessR/R/param.VBS.R | 2 lessR-4.5.4/lessR/R/plt.forecast.R | 6 lessR-4.5.4/lessR/R/plt.main.R | 42 +- lessR-4.5.4/lessR/R/plt.time.R | 2 lessR-4.5.4/lessR/R/radar.plotly.R | 31 + lessR-4.5.4/lessR/R/ss.numeric.R | 16 lessR-4.5.4/lessR/R/stats.R | 16 lessR-4.5.4/lessR/R/style.R | 6 lessR-4.5.4/lessR/R/zzz.R | 115 +++---- lessR-4.5.4/lessR/R/zzz_plotly.R | 5 lessR-4.5.4/lessR/build/vignette.rds |binary lessR-4.5.4/lessR/data/dataStockPrice.rda |binary lessR-4.5.4/lessR/inst/doc/intro.R |only lessR-4.5.4/lessR/inst/doc/intro.Rmd |only lessR-4.5.4/lessR/inst/doc/intro.html |only lessR-4.5.4/lessR/inst/shiny_apps/BarChart/app.R | 133 ++------ lessR-4.5.4/lessR/inst/shiny_apps/ScatterPlot/app.R | 10 lessR-4.5.4/lessR/man/Chart.Rd | 36 +- lessR-4.5.4/lessR/man/X.Rd | 5 lessR-4.5.4/lessR/man/XY.Rd | 13 lessR-4.5.4/lessR/vignettes/intro.Rmd |only 87 files changed, 1004 insertions(+), 565 deletions(-)
Title: Automated Topic Labeling with Language Models
Description: Leveraging (large) language models for automatic topic labeling. The main function converts a list of top terms into a label for each topic. Hence, it is complementary to any topic modeling package that produces a list of top terms for each topic. While human judgement is indispensable for topic validation (i.e., inspecting top terms and most representative documents), automatic topic labeling can be a valuable tool for researchers in various scenarios.
Author: Jonas Rieger [aut, cre] ,
Fritz Peters [aut] ,
Andreas Fischer [aut] ,
Tim Lauer [aut] ,
Andre Bittermann [aut]
Maintainer: Jonas Rieger <rieger@statistik.tu-dortmund.de>
Diff between topiclabels versions 0.3.0 dated 2025-10-27 and 0.4.0 dated 2026-04-27
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- NAMESPACE | 28 ++++++++++++++-------------- R/helpers.R | 4 ++-- R/label_topics.R | 6 +++--- man/label_topics.Rd | 6 +++--- 6 files changed, 31 insertions(+), 31 deletions(-)
Title: Analysis of Visual Meteor Data
Description: Provides a suite of analytical functionalities to process and analyze
visual meteor observations from the Visual Meteor Database
of the International Meteor Organization <https://www.imo.net/>.
Author: Janko Richter [aut, cre]
Maintainer: Janko Richter <janko@richtej.de>
Diff between vismeteor versions 2.0.2 dated 2026-01-09 and 2.1.0 dated 2026-04-27
DESCRIPTION | 13 MD5 | 38 +- NAMESPACE | 2 NEWS.md | 13 R/freq.R | 2 R/load_data.R | 719 ++++++++++++++++------------------------ R/mideal.R | 8 R/vmgeom.R | 8 R/vmideal.R | 10 R/vmideal_vst.R | 2 inst/doc/vismeteor.html | 6 inst/doc/vmgeom.html | 12 inst/doc/vmideal.html | 10 man/load_vmdb.Rd | 108 +++--- man/mideal.Rd | 8 man/vmideal.Rd | 2 tests/testthat/fixtures |only tests/testthat/test_load_vmdb.R | 401 +++++++++------------- tests/testthat/test_per_2015.R | 20 - 19 files changed, 589 insertions(+), 793 deletions(-)
Title: Descriptive Statistics, Summary Tables, and Data Management
Tools
Description: Provides tools for descriptive data analysis,
variable inspection, data management, and tabulation workflows in 'R'.
Summarizes variable metadata, labels, classes, missing values, and
representative values, with support for readable frequency tables,
cross-tabulations, association measures for contingency tables
(Cramer's V, Phi, Goodman-Kruskal Gamma, Kendall's Tau-b, Somers' D,
and others), categorical and continuous summary tables, and
model-based bivariate tables for continuous outcomes, including
APA-style reporting outputs. Includes helpers for interactive
codebooks, variable label extraction, clipboard export, and row-wise
descriptive summaries. Designed to make descriptive analysis and
reporting faster, clearer, and easier to work with in practice.
Author: Amal Tawfik [aut, cre, cph]
Maintainer: Amal Tawfik <amal.tawfik@hesav.ch>
Diff between spicy versions 0.9.0 dated 2026-04-20 and 0.10.0 dated 2026-04-27
DESCRIPTION | 6 MD5 | 65 NAMESPACE | 6 NEWS.md | 46 R/code_book-filename.R |only R/code_book-validation.R |only R/code_book.R | 124 - R/freq.R | 170 + R/freq_print.R | 12 R/mean_n.R | 15 R/spicy-package.R | 4 R/sum_n.R | 15 R/table_continuous.R | 13 R/table_continuous_lm.R | 3573 ++++++++++++++++----------------- R/varlist-title.R |only R/varlist-validation.R |only R/varlist-values.R |only R/varlist.R | 478 +--- README.md | 56 build/vignette.rds |binary inst/doc/summary-tables-reporting.html | 108 inst/doc/variable-exploration.R | 11 inst/doc/variable-exploration.Rmd | 20 inst/doc/variable-exploration.html | 21 man/code_book.Rd | 99 man/freq.Rd | 41 man/mean_n.Rd | 4 man/sum_n.Rd | 4 man/table_continuous.Rd | 4 man/table_continuous_lm.Rd | 4 man/varlist.Rd | 127 - tests/testthat/test-code_book.R | 374 +++ tests/testthat/test-freq.R | 450 ++++ tests/testthat/test-freq_print.R | 25 tests/testthat/test-varlist.R | 364 +++ vignettes/variable-exploration.Rmd | 20 36 files changed, 3781 insertions(+), 2478 deletions(-)
Title: Another Approach to Package Installation
Description: The goal of 'pak' is to make package installation faster and
more reliable. In particular, it performs all HTTP operations in
parallel, so metadata resolution and package downloads are fast.
Metadata and package files are cached on the local disk as well. 'pak'
has a dependency solver, so it finds version conflicts before
performing the installation. This version of 'pak' supports CRAN,
'Bioconductor' and 'GitHub' packages as well.
Author: Gabor Csardi [aut, cre],
Jim Hester [aut],
Posit Software, PBC [cph, fnd] ,
Winston Chang [ctb] ,
Ascent Digital Services [cph, fnd] ,
Hadley Wickham [ctb, cph] ,
Jeroen Ooms [ctb] ,
Maelle Salmon [ctb] ,
Duncan Temple Lang [ctb] ,
Lloyd Hilaiel [cph [...truncated...]
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Diff between pak versions 0.9.4 dated 2026-04-17 and 0.9.5 dated 2026-04-27
DESCRIPTION | 8 ++-- MD5 | 58 ++++++++++++++++---------------- NEWS.md | 7 +++ R/lockfile.R | 5 ++ R/package.R | 16 +++++--- R/utils.R | 2 - R/warn-loaded.R | 2 - man/lib_status.Rd | 2 - man/local_deps.Rd | 2 - man/local_deps_explain.Rd | 2 - man/local_install.Rd | 22 +++++++----- man/local_install_deps.Rd | 24 ++++++++----- man/local_install_dev_deps.Rd | 24 ++++++++----- man/local_package_trees.Rd | 4 +- man/lockfile_create.Rd | 13 +++---- man/lockfile_install.Rd | 2 - man/pak.Rd | 6 +-- man/pak_sitrep.Rd | 2 - man/pkg_download.Rd | 2 - man/pkg_install.Rd | 22 +++++++----- man/pkg_remove.Rd | 2 - man/pkg_status.Rd | 2 - man/pkg_sysreqs.Rd | 2 - src/library/pkgcache/DESCRIPTION | 2 - src/library/pkgcache/NEWS.md | 2 - src/library/pkgcache/R/metadata-cache.R | 2 - src/library/pkgcache/R/repo-set.R | 2 - src/library/pkgdepends/DESCRIPTION | 2 - src/library/pkgdepends/R/gh-mirror.R | 6 +++ src/library/pkgdepends/R/solve.R | 2 - 30 files changed, 147 insertions(+), 102 deletions(-)
Title: Efficient Monitoring of Global Biodiversity Portfolios
Description: Biodiversity areas, especially primary forest, serve a
multitude of functions for local economy, regional functionality of
the ecosystems as well as the global health of our planet. Recently,
adverse changes in human land use practices and climatic responses to
increased greenhouse gas emissions, put these biodiversity areas under
a variety of different threats. The present package helps to analyse a
number of biodiversity indicators based on freely available
geographical datasets. It supports computational efficient routines
that allow the analysis of potentially global biodiversity portfolios.
The primary use case of the package is to support evidence based
reporting of an organization's effort to protect biodiversity areas
under threat and to identify regions were intervention is most duly
needed.
Author: Darius A. Goergen [aut] ,
Om Prakash Bhandari [aut],
Andreas Petutschnig [ctb] ,
Sven Bergtold [ctb],
Zivan Karaman [ctb, cre] ,
MAPME-Initiative [cph, fnd]
Maintainer: Zivan Karaman <zivan.karaman@gmail.com>
Diff between mapme.biodiversity versions 0.9.5 dated 2025-10-06 and 0.9.6 dated 2026-04-27
mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-01.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-02.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-03.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-04.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-05.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-06.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-07.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-08.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-09.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-10.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-11.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_2.5m_tmax_2018-12.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-01.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-02.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-03.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-04.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-05.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-06.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-07.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-08.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-09.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-10.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-11.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_2.5m_tmin_2018-12.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-01.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-02.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-03.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-04.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-05.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-06.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-07.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-08.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-09.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-10.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-11.tif |only mapme.biodiversity-0.9.5/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_2.5m_prec_2018-12.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/DESCRIPTION | 27 - mapme.biodiversity-0.9.6/mapme.biodiversity/MD5 | 140 ++++---- mapme.biodiversity-0.9.6/mapme.biodiversity/NAMESPACE | 1 mapme.biodiversity-0.9.6/mapme.biodiversity/NEWS.md | 18 + mapme.biodiversity-0.9.6/mapme.biodiversity/R/calc_biodiversity_intactness_index.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/R/calc_exposed_population_acled.R | 4 mapme.biodiversity-0.9.6/mapme.biodiversity/R/calc_fatalities_acled.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/R/calc_temperature_min_wc.R | 25 + mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_accessibility_2000.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_acled.R | 152 +++++---- mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_hfp.R | 8 mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_key_biodiversity_areas.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_mcd64A1.R | 20 + mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_nasa_srtm.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_nelson_et_al.R | 3 mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_resources.R | 27 + mapme.biodiversity-0.9.6/mapme.biodiversity/R/get_worldclim.R | 58 +-- mapme.biodiversity-0.9.6/mapme.biodiversity/R/register.R | 42 +- mapme.biodiversity-0.9.6/mapme.biodiversity/R/spatial-utils.R | 38 ++ mapme.biodiversity-0.9.6/mapme.biodiversity/README.md | 168 +++------- mapme.biodiversity-0.9.6/mapme.biodiversity/build/partial.rdb |binary mapme.biodiversity-0.9.6/mapme.biodiversity/build/vignette.rds |binary mapme.biodiversity-0.9.6/mapme.biodiversity/inst/doc/quickstart.html | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-01.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-02.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-03.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-04.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-05.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-06.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-07.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-08.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-09.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-10.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-11.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_max_temperature/wc2.1_cruts4.09_2.5m_tmax_2018-12.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-01.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-02.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-03.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-04.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-05.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-06.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-07.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-08.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-09.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-10.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-11.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_min_temperature/wc2.1_cruts4.09_2.5m_tmin_2018-12.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-01.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-02.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-03.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-04.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-05.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-06.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-07.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-08.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-09.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-10.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-11.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/inst/res/worldclim_precipitation/wc2.1_cruts4.09_2.5m_prec_2018-12.tif |only mapme.biodiversity-0.9.6/mapme.biodiversity/man/acled.Rd | 20 - mapme.biodiversity-0.9.6/mapme.biodiversity/man/calc_exposed_population_acled.Rd | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/man/humanfootprint_resource.Rd | 6 mapme.biodiversity-0.9.6/mapme.biodiversity/man/key_biodiversity_areas_resource.Rd | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/man/mapme.Rd | 25 + mapme.biodiversity-0.9.6/mapme.biodiversity/man/worldclim_max_temperature.Rd | 13 mapme.biodiversity-0.9.6/mapme.biodiversity/man/worldclim_min_temperature.Rd | 13 mapme.biodiversity-0.9.6/mapme.biodiversity/man/worldclim_precipitation.Rd | 6 mapme.biodiversity-0.9.6/mapme.biodiversity/tests/testthat/test-calc_fatalities_acled.R | 2 mapme.biodiversity-0.9.6/mapme.biodiversity/tests/testthat/test-get_acled.R | 11 mapme.biodiversity-0.9.6/mapme.biodiversity/tests/testthat/test-get_worldclim.R | 12 mapme.biodiversity-0.9.6/mapme.biodiversity/tests/testthat/test-register.R | 2 107 files changed, 481 insertions(+), 376 deletions(-)
More information about mapme.biodiversity at CRAN
Permanent link
Title: Bayesian Modeling and Causal Inference for Multivariate
Longitudinal Data
Description: Easy-to-use and efficient interface for
Bayesian inference of complex panel (time series) data using dynamic
multivariate panel models by Helske and Tikka (2024)
<doi:10.1016/j.alcr.2024.100617>. The package supports joint modeling of
multiple measurements per individual, time-varying and time-invariant
effects, and a wide range of discrete and continuous distributions.
Estimation of these dynamic multivariate panel models is carried out via
'Stan'. For an in-depth tutorial of the package, see
(Tikka and Helske, 2025) <doi:10.18637/jss.v115.i05>.
Author: Santtu Tikka [aut, cre] ,
Jouni Helske [aut] ,
Nicholas Clark [rev],
Lucy D'Agostino McGowan [rev]
Maintainer: Santtu Tikka <santtuth@gmail.com>
Diff between dynamite versions 1.6.2 dated 2026-01-13 and 1.6.3 dated 2026-04-27
DESCRIPTION | 6 MD5 | 26 NEWS.md | 4 R/deterministic.R | 464 +-- R/dynamite.R | 2588 +++++++++++----------- R/prepare_stan_input.R | 2608 +++++++++++----------- R/specials.R | 670 ++--- R/stanblocks.R | 1920 ++++++++-------- R/stanblocks_families.R | 4894 +++++++++++++++++++++--------------------- R/sysdata.rda |binary R/update.R | 296 +- inst/CITATION | 84 inst/doc/dynamite.html | 16 inst/doc/dynamite_priors.html | 28 14 files changed, 6805 insertions(+), 6799 deletions(-)
Title: Survey Standard Error Estimation for Cumulated Estimates and
their Differences in Complex Panel Designs
Description: Calculate point estimates and their standard errors in complex household surveys using bootstrap replicates. Bootstrapping considers survey design with a rotating panel. A comprehensive description of the methodology can be found under <https://statistikat.github.io/surveysd/articles/methodology.html>.
Author: Johannes Gussenbauer [aut, cre],
Alexander Kowarik [aut] ,
Eileen Vattheuer [aut],
Gregor de Cillia [aut],
Matthias Till [ctb]
Maintainer: Johannes Gussenbauer <Johannes.Gussenbauer@statistik.gv.at>
Diff between surveysd versions 2.0.1 dated 2026-03-17 and 2.0.2 dated 2026-04-27
DESCRIPTION | 6 MD5 | 15 - R/draw.bootstrap.R | 73 +++-- inst/doc/error_estimation.html | 542 ++++++++++++++++++++--------------------- inst/doc/ipf.html | 23 - inst/doc/raowu.html | 4 man/draw.bootstrap.Rd | 41 +-- tests/testthat/Rplots.pdf |only vignettes/surveysd.html | 70 ++--- 9 files changed, 406 insertions(+), 368 deletions(-)
Title: 'Fitbit' Visualizations
Description: Visualization of pre-downloaded 'Fitbit' personal health data using 'ggplot2' Visualizations, 'Leaflet' and 3-dimensional 'Rayshader' Maps. The 3-dimensional 'Rayshader' Map requires the installation of the 'CopernicusDEM' R package which includes the 30- and 90-meter elevation data.
Author: Lampros Mouselimis [aut, cre]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Diff between fitbitViz versions 1.0.7 dated 2025-06-21 and 1.0.8 dated 2026-04-27
fitbitViz-1.0.7/fitbitViz/man/base_url_request.Rd |only fitbitViz-1.0.7/fitbitViz/man/extract_LOG_ID.Rd |only fitbitViz-1.0.7/fitbitViz/man/figures |only fitbitViz-1.0.7/fitbitViz/man/refresh_token_app.Rd |only fitbitViz-1.0.8/fitbitViz/DESCRIPTION | 25 fitbitViz-1.0.8/fitbitViz/MD5 | 62 fitbitViz-1.0.8/fitbitViz/NAMESPACE | 19 fitbitViz-1.0.8/fitbitViz/NEWS.md | 14 fitbitViz-1.0.8/fitbitViz/R/fitbit_utils.R | 1976 ++++------ fitbitViz-1.0.8/fitbitViz/README.md | 377 - fitbitViz-1.0.8/fitbitViz/build/vignette.rds |binary fitbitViz-1.0.8/fitbitViz/inst/doc/fitbit_viz.R | 465 -- fitbitViz-1.0.8/fitbitViz/inst/doc/fitbit_viz.Rmd | 491 -- fitbitViz-1.0.8/fitbitViz/inst/doc/fitbit_viz.html | 488 +- fitbitViz-1.0.8/fitbitViz/man/GPS_TCX_data.Rd | 48 fitbitViz-1.0.8/fitbitViz/man/crop_DEM.Rd | 99 fitbitViz-1.0.8/fitbitViz/man/extend_AOI_buffer.Rd | 45 fitbitViz-1.0.8/fitbitViz/man/fitbit_data_type_by_date.Rd | 40 fitbitViz-1.0.8/fitbitViz/man/gps_lat_lon_to_LINESTRING.Rd | 60 fitbitViz-1.0.8/fitbitViz/man/heart_rate_heatmap.Rd | 42 fitbitViz-1.0.8/fitbitViz/man/heart_rate_time_series.Rd | 50 fitbitViz-1.0.8/fitbitViz/man/heart_rate_variability_sleep_time.Rd | 48 fitbitViz-1.0.8/fitbitViz/man/leafGL_point_coords.Rd | 49 fitbitViz-1.0.8/fitbitViz/man/rayshader_3d_DEM.Rd | 156 fitbitViz-1.0.8/fitbitViz/man/sleep_single_day.Rd | 29 fitbitViz-1.0.8/fitbitViz/man/sleep_time_series.Rd | 63 fitbitViz-1.0.8/fitbitViz/tests/testthat/test-fitbit.R | 120 fitbitViz-1.0.8/fitbitViz/vignettes/fitbit_viz.Rmd | 491 -- 28 files changed, 2043 insertions(+), 3214 deletions(-)
Title: Create and Evaluate Probability Distributions
Description: Create and evaluate probability distribution objects from a
variety of families or define custom distributions. Automatically compute
distributional properties, even when they have not been specified.
This package supports statistical modeling and simulations, and forms
the core of the probaverse suite of R packages.
Author: Vincenzo Coia [aut, cre, cph],
Amogh Joshi [ctb],
Shuyi Tan [ctb],
Zhipeng Zhu [ctb],
olivroy [ctb]
Maintainer: Vincenzo Coia <vincenzo.coia@gmail.com>
Diff between distionary versions 0.1.0 dated 2025-12-01 and 0.1.1 dated 2026-04-27
distionary-0.1.0/distionary/R/range.R |only distionary-0.1.0/distionary/R/srr-stats-standards.R |only distionary-0.1.1/distionary/DESCRIPTION | 15 distionary-0.1.1/distionary/MD5 | 200 +++++----- distionary-0.1.1/distionary/NEWS.md | 8 distionary-0.1.1/distionary/R/distionary-package.R | 7 distionary-0.1.1/distionary/R/distribution.R | 22 - distionary-0.1.1/distionary/R/dst_bern.R | 32 - distionary-0.1.1/distionary/R/dst_beta.R | 32 - distionary-0.1.1/distionary/R/dst_binom.R | 35 - distionary-0.1.1/distionary/R/dst_cauchy.R | 32 - distionary-0.1.1/distionary/R/dst_chisq.R | 32 - distionary-0.1.1/distionary/R/dst_degenerate.R | 32 - distionary-0.1.1/distionary/R/dst_empirical.R | 32 - distionary-0.1.1/distionary/R/dst_exp.R | 32 - distionary-0.1.1/distionary/R/dst_f.R | 32 - distionary-0.1.1/distionary/R/dst_finite.R | 32 - distionary-0.1.1/distionary/R/dst_gamma.R | 32 - distionary-0.1.1/distionary/R/dst_geom.R | 32 - distionary-0.1.1/distionary/R/dst_gev.R | 32 - distionary-0.1.1/distionary/R/dst_gp.R | 32 - distionary-0.1.1/distionary/R/dst_hyper.R | 32 - distionary-0.1.1/distionary/R/dst_lnorm.R | 32 - distionary-0.1.1/distionary/R/dst_lp3.R | 90 +--- distionary-0.1.1/distionary/R/dst_nbinom.R | 32 - distionary-0.1.1/distionary/R/dst_norm.R | 32 - distionary-0.1.1/distionary/R/dst_null.R | 32 - distionary-0.1.1/distionary/R/dst_pearson3.R | 39 - distionary-0.1.1/distionary/R/dst_pois.R | 32 - distionary-0.1.1/distionary/R/dst_t.R | 32 - distionary-0.1.1/distionary/R/dst_unif.R | 32 - distionary-0.1.1/distionary/R/dst_weibull.R | 32 - distionary-0.1.1/distionary/R/enframe.R | 12 distionary-0.1.1/distionary/R/eval_cdf.R | 24 - distionary-0.1.1/distionary/R/eval_chf.R | 24 - distionary-0.1.1/distionary/R/eval_density.R | 24 - distionary-0.1.1/distionary/R/eval_from_network-quantile.R | 4 distionary-0.1.1/distionary/R/eval_hazard.R | 24 - distionary-0.1.1/distionary/R/eval_odds.R | 24 - distionary-0.1.1/distionary/R/eval_pmf.R | 24 - distionary-0.1.1/distionary/R/eval_property.R | 26 - distionary-0.1.1/distionary/R/eval_quantile.R | 34 - distionary-0.1.1/distionary/R/eval_return.R | 24 - distionary-0.1.1/distionary/R/eval_survival.R | 24 - distionary-0.1.1/distionary/R/intrinsics.R | 4 distionary-0.1.1/distionary/R/kurtosis.R | 2 distionary-0.1.1/distionary/R/mean.R | 4 distionary-0.1.1/distionary/R/median.R | 4 distionary-0.1.1/distionary/R/new_distribution.R | 6 distionary-0.1.1/distionary/R/parameters.R | 2 distionary-0.1.1/distionary/R/pdq_gev.R | 7 distionary-0.1.1/distionary/R/pdq_gp.R | 7 distionary-0.1.1/distionary/R/plot.R | 3 distionary-0.1.1/distionary/R/pretty_name.R | 4 distionary-0.1.1/distionary/R/prob_left_right.R | 24 - distionary-0.1.1/distionary/R/range.r |only distionary-0.1.1/distionary/R/realise.R | 5 distionary-0.1.1/distionary/R/representation_as_function.R | 2 distionary-0.1.1/distionary/R/skewness.R | 2 distionary-0.1.1/distionary/R/stdev.R | 2 distionary-0.1.1/distionary/R/utils.R | 2 distionary-0.1.1/distionary/R/variance.R | 2 distionary-0.1.1/distionary/R/vtype.R | 2 distionary-0.1.1/distionary/README.md | 6 distionary-0.1.1/distionary/build/vignette.rds |binary distionary-0.1.1/distionary/inst/doc/pseudocode.Rmd |only distionary-0.1.1/distionary/inst/doc/pseudocode.html |only distionary-0.1.1/distionary/inst/doc/specify-built-in.html | 2 distionary-0.1.1/distionary/inst/doc/specify-user-defined.html | 4 distionary-0.1.1/distionary/man/distionary-package.Rd | 1 distionary-0.1.1/distionary/man/distribution.Rd | 9 distionary-0.1.1/distionary/man/figures/README-unnamed-chunk-5-1.png |binary distionary-0.1.1/distionary/man/figures/README-unnamed-chunk-5-2.png |binary distionary-0.1.1/distionary/man/figures/README-unnamed-chunk-9-1.png |binary distionary-0.1.1/distionary/man/range.Rd | 2 distionary-0.1.1/distionary/tests/testthat/test-distribution.R | 3 distionary-0.1.1/distionary/tests/testthat/test-dst_degenerate.R | 4 distionary-0.1.1/distionary/tests/testthat/test-dst_null.R | 4 distionary-0.1.1/distionary/tests/testthat/test-edge_cases-builtin_dists.R | 11 distionary-0.1.1/distionary/tests/testthat/test-edge_cases-eval_functions.R | 2 distionary-0.1.1/distionary/tests/testthat/test-enframe_eval.R | 13 distionary-0.1.1/distionary/tests/testthat/test-intrinsic.R | 4 distionary-0.1.1/distionary/tests/testthat/test-machine_tolerance.R | 4 distionary-0.1.1/distionary/tests/testthat/test-parameters.R | 2 distionary-0.1.1/distionary/tests/testthat/test-pdq_gev.R | 11 distionary-0.1.1/distionary/tests/testthat/test-pdq_gpd.R | 11 distionary-0.1.1/distionary/tests/testthat/test-pretty_name.R | 2 distionary-0.1.1/distionary/tests/testthat/test-property-kurtosis.R | 4 distionary-0.1.1/distionary/tests/testthat/test-property-kurtosis_exc.R | 4 distionary-0.1.1/distionary/tests/testthat/test-property-mean.R | 4 distionary-0.1.1/distionary/tests/testthat/test-property-skewness.R | 4 distionary-0.1.1/distionary/tests/testthat/test-property-stdev.R | 4 distionary-0.1.1/distionary/tests/testthat/test-property-variance.R | 4 distionary-0.1.1/distionary/tests/testthat/test-realise.R | 8 distionary-0.1.1/distionary/tests/testthat/test-representation-chf.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representation-density.R | 13 distionary-0.1.1/distionary/tests/testthat/test-representation-hazard.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representation-odds.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representation-pmf.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representation-quantile.R | 41 -- distionary-0.1.1/distionary/tests/testthat/test-representation-return.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representation-survival.R | 17 distionary-0.1.1/distionary/tests/testthat/test-representations_satisfied.R | 5 distionary-0.1.1/distionary/vignettes/pseudocode.Rmd |only 104 files changed, 160 insertions(+), 1600 deletions(-)
Title: Bayesian Multi-State Modelling of Chronic Disease Burden Data
Description: Estimation of incidence and case fatality for a chronic disease, given partial information, using a multi-state model. Given data on age-specific mortality and either incidence or prevalence, Bayesian inference is used to estimate the posterior distributions of incidence, case fatality, and functions of these such as prevalence. The methods are described in Jackson et al. (2023) <doi:10.1093/jrsssa/qnac015>.
Author: Christopher Jackson [aut, cre, cph]
Maintainer: Christopher Jackson <chris.jackson@mrc-bsu.cam.ac.uk>
Diff between disbayes versions 1.1.0 dated 2023-09-09 and 1.1.1 dated 2026-04-27
DESCRIPTION | 16 MD5 | 38 NEWS.md | 12 R/disbayes-package.R | 3 R/fit.R | 4 README.md | 1 build/partial.rdb |binary build/vignette.rds |binary inst/doc/disbayes.R | 24 inst/doc/disbayes.Rmd | 4 inst/doc/disbayes.html | 142 man/conflict_disbayes.Rd | 84 man/disbayes-package.Rd | 12 src/stanExports_disbayes.cc | 34 src/stanExports_disbayes.h | 6306 ++++++++++++---------------- src/stanExports_disbayes_hier.cc | 34 src/stanExports_disbayes_hier.h | 8541 +++++++++++++++++---------------------- tests/slow/test_loo.R | 16 tests/testthat/test_loo.R | 8 vignettes/disbayes.Rmd | 4 20 files changed, 6991 insertions(+), 8292 deletions(-)
Title: Interactive Feature-Based Analysis of AIRR-Seq Data
Description: An interactive framework for the exploration and analysis of
adaptive immune receptor repertoire sequencing (AIRR-seq) data. It
enables large-scale computation and integrated analysis of
sequence-derived features, including physicochemical properties, amino
acid descriptor sets, sequence motifs, compositional patterns, and
somatic hypermutation metrics. The application supports multiscale
analysis across sequences, clones, and repertoires, with interactive
visualizations and statistical feature selection. 'AbSolution' also
facilitates reproducible research by enabling structured export of
data, code, parameters, and computational environments. See
<https://github.com/EDS-Bioinformatics-Laboratory/AbSolution> for more
details.
Author: Rodrigo Garcia-Valiente [cre, aut] ,
Charisios Triantafyllou [aut] ,
Antoine van Kampen [aut, ths]
Maintainer: Rodrigo Garcia-Valiente <r.garciavaliente@amsterdamumc.nl>
Diff between AbSolution versions 1.0.0 dated 2026-04-21 and 1.0.1 dated 2026-04-27
DESCRIPTION | 13 +++++++------ MD5 | 8 ++++---- NEWS.md | 6 ++++++ R/app_ui.R | 2 +- README.md | 12 +++++++++++- 5 files changed, 29 insertions(+), 12 deletions(-)
Title: Hard and Soft Cluster Validity Indices
Description: Algorithms for checking the accuracy of a clustering result with known classes, computing cluster validity indices, and generating plots for comparing them.
The package is compatible with K-means, fuzzy C means, EM clustering, and hierarchical clustering (single, average, and complete linkage).
The details of the indices in this package can be found in:
J. C. Bezdek, M. Moshtaghi, T. Runkler, C. Leckie (2016) <doi:10.1109/TFUZZ.2016.2540063>,
T. Calinski, J. Harabasz (1974) <doi:10.1080/03610927408827101>,
C. H. Chou, M. C. Su, E. Lai (2004) <doi:10.1007/s10044-004-0218-1>,
D. L. Davies, D. W. Bouldin (1979) <doi:10.1109/TPAMI.1979.4766909>,
J. C. Dunn (1973) <doi:10.1080/01969727308546046>,
F. Haouas, Z. Ben Dhiaf, A. Hammouda, B. Solaiman (2017) <doi:10.1109/FUZZ-IEEE.2017.8015651>,
M. Kim, R. S. Ramakrishna (2005) <doi:10.1016/j.patrec.2005.04.007>,
S. H. Kwon (1998) <doi:10.1049/EL:19981523>,
S. H. Kwon, J. Kim, S. H. Son (2021) <d [...truncated...]
Author: Nathakhun Wiroonsri [cre, aut] ,
Onthada Preedasawakul [aut]
Maintainer: Nathakhun Wiroonsri <nathakhun.wir@kmutt.ac.th>
Diff between UniversalCVI versions 1.3.0 dated 2025-09-10 and 1.4.0 dated 2026-04-27
DESCRIPTION | 10 +++++----- MD5 | 16 ++++++++-------- NEWS.md | 3 +++ R/Hvalid.R | 30 ++++++++++++++++++++++++++++-- R/plot_idx.R | 6 +++--- build/partial.rdb |binary man/Hvalid.Rd | 14 +++++++++++--- man/SH.IDX.Rd | 3 +-- man/plot_idx.Rd | 4 ++-- 9 files changed, 61 insertions(+), 25 deletions(-)
Title: Clinical Trial Simulator
Description: Simulate phase II and/or phase III clinical trials. It supports various types of endpoints and adaptive strategies. Tools for carrying out graphical testing procedure and combination test under group sequential design are also provided.
Author: Han Zhang [cre, aut]
Maintainer: Han Zhang <zhangh.ustc@gmail.com>
Diff between TrialSimulator versions 1.16.0 dated 2026-04-13 and 1.17.1 dated 2026-04-27
TrialSimulator-1.16.0/TrialSimulator/inst/doc/simulatePfsAndOs.R |only TrialSimulator-1.16.0/TrialSimulator/inst/doc/simulatePfsAndOs.Rmd |only TrialSimulator-1.16.0/TrialSimulator/inst/doc/simulatePfsAndOs.html |only TrialSimulator-1.16.0/TrialSimulator/vignettes/simulatePfsAndOs.Rmd |only TrialSimulator-1.17.1/TrialSimulator/DESCRIPTION | 11 - TrialSimulator-1.17.1/TrialSimulator/MD5 | 84 +++++--- TrialSimulator-1.17.1/TrialSimulator/NAMESPACE | 1 TrialSimulator-1.17.1/TrialSimulator/NEWS.md | 19 + TrialSimulator-1.17.1/TrialSimulator/R/CorrelatedPfsAndOs2.R |only TrialSimulator-1.17.1/TrialSimulator/R/CorrelatedPfsAndOs3.R | 2 TrialSimulator-1.17.1/TrialSimulator/R/Endpoint.R | 3 TrialSimulator-1.17.1/TrialSimulator/R/Trials.R | 4 TrialSimulator-1.17.1/TrialSimulator/R/getDoseRangingOutput.R |only TrialSimulator-1.17.1/TrialSimulator/R/solveThreeStateModel.R | 14 - TrialSimulator-1.17.1/TrialSimulator/R/sysdata.rda |binary TrialSimulator-1.17.1/TrialSimulator/README.md | 11 - TrialSimulator-1.17.1/TrialSimulator/build/vignette.rds |binary TrialSimulator-1.17.1/TrialSimulator/inst/doc/adaptiveDesign.Rmd | 12 - TrialSimulator-1.17.1/TrialSimulator/inst/doc/adaptiveDesign.html | 11 - TrialSimulator-1.17.1/TrialSimulator/inst/doc/defineArms.Rmd | 10 TrialSimulator-1.17.1/TrialSimulator/inst/doc/defineArms.html | 7 TrialSimulator-1.17.1/TrialSimulator/inst/doc/doseRanging.R | 20 + TrialSimulator-1.17.1/TrialSimulator/inst/doc/doseRanging.Rmd | 14 - TrialSimulator-1.17.1/TrialSimulator/inst/doc/doseRanging.html | 101 ++++------ TrialSimulator-1.17.1/TrialSimulator/inst/doc/fixedDesign.Rmd | 14 - TrialSimulator-1.17.1/TrialSimulator/inst/doc/fixedDesign.html | 18 + TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsGumbel.R |only TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsGumbel.Rmd |only TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsGumbel.html |only TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsIdm.R |only TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsIdm.Rmd |only TrialSimulator-1.17.1/TrialSimulator/inst/doc/simulatePfsAndOsIdm.html |only TrialSimulator-1.17.1/TrialSimulator/man/CorrelatedPfsAndOs2.Rd |only TrialSimulator-1.17.1/TrialSimulator/man/CorrelatedPfsAndOs3.Rd | 2 TrialSimulator-1.17.1/TrialSimulator/man/endpoint.Rd | 2 TrialSimulator-1.17.1/TrialSimulator/man/figures/logo.svg |only TrialSimulator-1.17.1/TrialSimulator/man/getDoseRangingOutput.Rd |only TrialSimulator-1.17.1/TrialSimulator/man/plot.three_state_model.Rd | 4 TrialSimulator-1.17.1/TrialSimulator/man/solveThreeStateModel.Rd | 12 - TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-adaptive-mutations.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-adaptive.R | 5 TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-fit-fm.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-generators.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-graphical.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-gst.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-internals.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-partial-coverage.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-summaries.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-trials-methods.R |only TrialSimulator-1.17.1/TrialSimulator/tests/testthat/test-utils.R | 1 TrialSimulator-1.17.1/TrialSimulator/vignettes/adaptiveDesign.Rmd | 12 - TrialSimulator-1.17.1/TrialSimulator/vignettes/defineArms.Rmd | 10 TrialSimulator-1.17.1/TrialSimulator/vignettes/doseRanging.Rmd | 14 - TrialSimulator-1.17.1/TrialSimulator/vignettes/fixedDesign.Rmd | 14 - TrialSimulator-1.17.1/TrialSimulator/vignettes/simulatePfsAndOsGumbel.Rmd |only TrialSimulator-1.17.1/TrialSimulator/vignettes/simulatePfsAndOsIdm.Rmd |only 56 files changed, 266 insertions(+), 166 deletions(-)
More information about TrialSimulator at CRAN
Permanent link
Title: Builds the 'TinyCC' Command-Line Interface and Library for 'C'
Scripting in 'R'
Description: Builds the 'TinyCC' (Tiny 'C' Compiler) command-line interface
and library for package use in 'R'. The package compiles 'TinyCC' from source and
provides R functions to interact with the compiler. 'TinyCC' can be
used for header preprocessing, just-in-time compilation of 'C' code in
'R', and lightweight 'C' scripting workflows.
Author: Sounkou Mahamane Toure [aut, cre],
Mike Cheng [cph] ,
Fabrice Bellard and tinycc Authors [ctb]
authors and COPYRIGHT holders)
Maintainer: Sounkou Mahamane Toure <sounkoutoure@gmail.com>
Diff between Rtinycc versions 0.1.8 dated 2026-04-24 and 0.1.9 dated 2026-04-27
DESCRIPTION | 6 MD5 | 38 - NEWS.md | 25 + R/ffi.R | 68 ++- README.md | 46 +- configure | 59 ++ inst/doc/compilation-and-call-overhead.R | 19 inst/doc/compilation-and-call-overhead.Rmd | 26 - inst/doc/compilation-and-call-overhead.html | 553 ++++++++++++++-------------- inst/doc/ffi-helpers.html | 8 inst/doc/getting-started.html | 10 inst/doc/linking-external-libraries.R | 20 - inst/doc/linking-external-libraries.Rmd | 28 + inst/doc/linking-external-libraries.html | 9 inst/tinytest/test_fork_serialize.R | 71 +++ man/figures/README-io_uring-demo-1.png |binary man/tcc_library.Rd | 8 man/tcc_link.Rd | 5 vignettes/compilation-and-call-overhead.Rmd | 26 - vignettes/linking-external-libraries.Rmd | 28 + 20 files changed, 637 insertions(+), 416 deletions(-)
Title: Sparse Generalized Linear Model with L0 Approximation for
Feature Selection
Description: Fits sparse generalized linear models using an adaptive ridge
approximation to an L0 penalty. Supported model families include
Gaussian, logistic, Poisson, gamma, and inverse Gaussian regression.
The package also provides cross-validation for selecting the penalty
parameter.
Author: Wenchuan Guo [aut, cre],
Shujie Ma [aut],
Zhenqiu Liu [aut]
Maintainer: Wenchuan Guo <wguo1017@gmail.com>
Diff between l0ara versions 0.1.6 dated 2020-02-06 and 0.1.7 dated 2026-04-27
DESCRIPTION | 29 ++++-- MD5 | 37 ++++---- NEWS | 24 +++-- R/RcppExports.R | 14 +-- R/cv.l0ara.R | 185 +++++++++++++++++++++++++------------------ R/l0ara.R | 118 ++++++++++++++------------- R/summary.R | 215 ++++++++++++++++++++++++++++---------------------- R/utils.R |only README.md | 41 +++++++-- man/coef.cv.l0ara.Rd | 15 ++- man/coef.l0ara.Rd | 13 +-- man/cv.l0ara.Rd | 53 +++++++----- man/l0ara.Rd | 66 ++++++++++----- man/plot.cv.l0ara.Rd | 15 ++- man/plot.l0ara.Rd | 22 +++-- man/predict.l0ara.Rd | 31 +++++-- man/print.cv.l0ara.Rd | 15 +-- man/print.l0ara.Rd | 15 +-- src/RcppExports.cpp | 5 + src/l0araC.cpp | 124 ++++++++++++++-------------- 20 files changed, 611 insertions(+), 426 deletions(-)
Title: Computing the Extent of Agreement among Raters with
Chance-Corrected Agreement Coefficient (CAC)
Description: Contains a series of R functions for calculating various chance-corrected agreement
coefficients (CAC) among 2 or more raters. Among the CAC coefficients covered are Cohen's kappa, Conger's kappa,
Fleiss' kappa, Brennan-Prediger coefficient, Gwet's AC1/AC2 coefficients, and Krippendorff's alpha. Multiple
sets of weights are proposed for computing weighted analyses. Also included in this package is Bangdiwala's B
coefficient.
Author: Kilem L. Gwet [aut, cre]
Maintainer: Kilem L. Gwet <gwet@agreestat.com>
This is a re-admission after prior archival of version 1.0 dated 2019-09-23
Diff between irrCAC versions 1.0 dated 2019-09-23 and 1.4 dated 2026-04-27
irrCAC-1.0/irrCAC/inst/extdata/test_datasets.xlsx |only irrCAC-1.0/irrCAC/vignettes/irrCACfunctions.pdf |only irrCAC-1.4/irrCAC/DESCRIPTION | 38 irrCAC-1.4/irrCAC/MD5 | 154 +- irrCAC-1.4/irrCAC/NAMESPACE | 16 irrCAC-1.4/irrCAC/R/agree.cac3rd_doc.r |only irrCAC-1.4/irrCAC/R/agree.coeff2.r | 257 ++++ irrCAC-1.4/irrCAC/R/agree.coeff3.dist.r | 53 - irrCAC-1.4/irrCAC/R/agree.coeff3.raw.r | 145 +- irrCAC-1.4/irrCAC/R/agree.contingency_doc.r |only irrCAC-1.4/irrCAC/R/agreeCAC_doc.r |only irrCAC-1.4/irrCAC/R/benchmarking.r | 10 irrCAC-1.4/irrCAC/R/cac.dist.g1g2_doc.R | 4 irrCAC-1.4/irrCAC/R/cac.raw2raters_doc.R |only irrCAC-1.4/irrCAC/R/freqs.data_doc.R |only irrCAC-1.4/irrCAC/R/global.R | 7 irrCAC-1.4/irrCAC/R/weights.gen.r | 81 - irrCAC-1.4/irrCAC/R/x.dist10x5_doc.r |only irrCAC-1.4/irrCAC/R/x.dist6x5psy_doc.r |only irrCAC-1.4/irrCAC/R/x.raw10x4_doc.r |only irrCAC-1.4/irrCAC/R/x.raw12x4_doc.r |only irrCAC-1.4/irrCAC/README.md | 152 +- irrCAC-1.4/irrCAC/build/vignette.rds |binary irrCAC-1.4/irrCAC/data/agreeCAC.RData |only irrCAC-1.4/irrCAC/data/agreeCAC3rd.RData |only irrCAC-1.4/irrCAC/data/agreeContingency.RData |only irrCAC-1.4/irrCAC/data/cac.raw2raters.RData |only irrCAC-1.4/irrCAC/data/freqs.data.RData |only irrCAC-1.4/irrCAC/data/x.dist10x5.RData |only irrCAC-1.4/irrCAC/data/x.dist6x5psy.RData |only irrCAC-1.4/irrCAC/data/x.raw10x4.RData |only irrCAC-1.4/irrCAC/data/x.raw12x4.RData |only irrCAC-1.4/irrCAC/inst/WORDLIST |only irrCAC-1.4/irrCAC/inst/doc/benchmarking.R | 8 irrCAC-1.4/irrCAC/inst/doc/benchmarking.Rmd | 2 irrCAC-1.4/irrCAC/inst/doc/benchmarking.html | 299 +++-- irrCAC-1.4/irrCAC/inst/doc/overview.R | 25 irrCAC-1.4/irrCAC/inst/doc/overview.Rmd | 10 irrCAC-1.4/irrCAC/inst/doc/overview.html | 1147 ++++++++++++---------- irrCAC-1.4/irrCAC/inst/doc/weighting.R | 12 irrCAC-1.4/irrCAC/inst/doc/weighting.Rmd | 2 irrCAC-1.4/irrCAC/inst/doc/weighting.html | 477 +++++---- irrCAC-1.4/irrCAC/inst/extdata/agree.cac.csv |only irrCAC-1.4/irrCAC/inst/extdata/cac.raw2raters.csv |only irrCAC-1.4/irrCAC/inst/extdata/testdatasets.xlsx |only irrCAC-1.4/irrCAC/inst/extdata/xdist10x5.csv |only irrCAC-1.4/irrCAC/inst/extdata/xdist6x5psy.csv |only irrCAC-1.4/irrCAC/inst/extdata/xraw10x4.csv |only irrCAC-1.4/irrCAC/inst/extdata/xraw12x4.csv |only irrCAC-1.4/irrCAC/man/agree.cac3rd.Rd |only irrCAC-1.4/irrCAC/man/agree.contingency.Rd |only irrCAC-1.4/irrCAC/man/agreeCAC.Rd |only irrCAC-1.4/irrCAC/man/altman.Rd | 6 irrCAC-1.4/irrCAC/man/altman.bf.Rd | 2 irrCAC-1.4/irrCAC/man/bangdiwala.table.Rd |only irrCAC-1.4/irrCAC/man/bangdiwala2RR.fn.Rd |only irrCAC-1.4/irrCAC/man/bp.coeff.dist.Rd | 9 irrCAC-1.4/irrCAC/man/bp.coeff.raw.Rd | 15 irrCAC-1.4/irrCAC/man/bp2.table.Rd | 8 irrCAC-1.4/irrCAC/man/cac.ben.gerry.Rd | 6 irrCAC-1.4/irrCAC/man/cac.dist.g1g2.Rd | 10 irrCAC-1.4/irrCAC/man/cac.dist4cat.Rd | 6 irrCAC-1.4/irrCAC/man/cac.raw.g1g2.Rd | 6 irrCAC-1.4/irrCAC/man/cac.raw.gender.Rd | 6 irrCAC-1.4/irrCAC/man/cac.raw2raters.Rd |only irrCAC-1.4/irrCAC/man/cac.raw4raters.Rd | 6 irrCAC-1.4/irrCAC/man/cac.raw5obser.Rd | 6 irrCAC-1.4/irrCAC/man/conger.kappa.raw.Rd | 9 irrCAC-1.4/irrCAC/man/cont3x3abstractors.Rd | 6 irrCAC-1.4/irrCAC/man/cont4x4diagnosis.Rd | 6 irrCAC-1.4/irrCAC/man/distrib.6raters.Rd | 6 irrCAC-1.4/irrCAC/man/fleiss.Rd | 6 irrCAC-1.4/irrCAC/man/fleiss.bf.Rd | 2 irrCAC-1.4/irrCAC/man/fleiss.kappa.dist.Rd | 9 irrCAC-1.4/irrCAC/man/fleiss.kappa.raw.Rd | 11 irrCAC-1.4/irrCAC/man/freq.supp.fn.Rd |only irrCAC-1.4/irrCAC/man/freqs.data.Rd |only irrCAC-1.4/irrCAC/man/gwet.ac1.dist.Rd | 11 irrCAC-1.4/irrCAC/man/gwet.ac1.raw.Rd | 9 irrCAC-1.4/irrCAC/man/gwet.ac1.table.Rd | 8 irrCAC-1.4/irrCAC/man/kappa2.table.Rd | 8 irrCAC-1.4/irrCAC/man/krippen.alpha.dist.Rd | 9 irrCAC-1.4/irrCAC/man/krippen.alpha.raw.Rd | 9 irrCAC-1.4/irrCAC/man/krippen2.table.Rd | 8 irrCAC-1.4/irrCAC/man/landis.koch.Rd | 6 irrCAC-1.4/irrCAC/man/landis.koch.bf.Rd | 6 irrCAC-1.4/irrCAC/man/long2wide.fn.Rd |only irrCAC-1.4/irrCAC/man/pa.coeff.dist.Rd | 9 irrCAC-1.4/irrCAC/man/pa.coeff.raw.Rd | 9 irrCAC-1.4/irrCAC/man/pa2.table.Rd | 10 irrCAC-1.4/irrCAC/man/scott2.table.Rd | 8 irrCAC-1.4/irrCAC/man/x.dist10x5.Rd |only irrCAC-1.4/irrCAC/man/x.dist6x5psy.Rd |only irrCAC-1.4/irrCAC/man/x.raw10x4.Rd |only irrCAC-1.4/irrCAC/man/x.raw12x4.Rd |only irrCAC-1.4/irrCAC/tests |only irrCAC-1.4/irrCAC/vignettes/benchmarking.Rmd | 2 irrCAC-1.4/irrCAC/vignettes/overview.Rmd | 10 irrCAC-1.4/irrCAC/vignettes/weighting.Rmd | 2 99 files changed, 1982 insertions(+), 1182 deletions(-)
Title: Combining Tree-Boosting with Gaussian Process and Mixed Effects
Models
Description: An R package that allows for combining tree-boosting with Gaussian process and mixed effects models. It also allows for independently doing tree-boosting as well as inference and prediction for Gaussian process and mixed effects models. See <https://github.com/fabsig/GPBoost> for more information on the software and Sigrist (2022, JMLR) <https://www.jmlr.org/papers/v23/20-322.html> and Sigrist (2023, TPAMI) <doi:10.1109/TPAMI.2022.3168152> for more information on the methodology.
Author: Fabio Sigrist [aut, cre],
Tim Gyger [aut],
Pascal Kuendig [aut],
Benoit Jacob [cph],
Gael Guennebaud [cph],
Nicolas Carre [cph],
Pierre Zoppitelli [cph],
Gauthier Brun [cph],
Jean Ceccato [cph],
Jitse Niesen [cph],
Other authors of Eigen for the incl [...truncated...]
Maintainer: Fabio Sigrist <fabiosigrist@gmail.com>
Diff between gpboost versions 1.6.6 dated 2026-02-11 and 1.6.7 dated 2026-04-27
DESCRIPTION | 8 MD5 | 64 R/GPModel.R | 104 R/gpb.Booster.R | 72 configure.ac | 2 demo/GPBoost_algorithm.R | 35 demo/generalized_linear_Gaussian_process_mixed_effects_models.R | 6 man/GPModel.Rd | 4 man/GPModel_shared_params.Rd | 12 man/fitGPModel.Rd | 4 man/predict.GPModel.Rd | 13 man/predict.gpb.Booster.Rd | 25 src/CG_utils.cpp | 1 src/Vecchia_utils.cpp | 209 + src/c_api.cpp | 25 src/gpboost_R.cpp | 20 src/gpboost_R.h | 23 src/include/GPBoost/Vecchia_utils.h | 36 src/include/GPBoost/cov_fcts.h | 8 src/include/GPBoost/likelihoods.h | 1244 +++++++--- src/include/GPBoost/re_comp.h | 30 src/include/GPBoost/re_model.h | 19 src/include/GPBoost/re_model_template.h | 1040 +++++--- src/include/GPBoost/sparse_matrix_utils.h | 119 src/include/LightGBM/c_api.h | 21 src/metric/binary_metric.hpp | 4 src/metric/regression_metric.hpp | 14 src/re_model.cpp | 70 tests/testthat/test_GPModel_combined_GP_random_effects.R | 529 +++- tests/testthat/test_GPModel_gaussian_process.R | 122 tests/testthat/test_GPModel_non_Gaussian_data.R | 2 tests/testthat/test_z_GPBoost_algorithm.R | 38 tests/testthat/test_z_GPBoost_algorithm_non_Gaussian_data.R | 38 33 files changed, 2991 insertions(+), 970 deletions(-)
Title: Modified Generalized Estimating Equations for Small-Sample Data
Description: Analyze small-sample clustered or longitudinal data using modified
generalized estimating equations with bias-adjusted covariance estimator.
The package provides any combination of three modified generalized
estimating equations and 11 bias-adjusted covariance estimators.
Author: Ryota Ishii [aut, cre],
Kazushi Maruo [ctb],
Masahiko Gosho [ctb]
Maintainer: Ryota Ishii <r.ishii0808@gmail.com>
Diff between geess versions 1.0.0 dated 2025-12-03 and 1.0.1 dated 2026-04-27
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 4 ++++ R/sqrtmat.R | 3 ++- 4 files changed, 12 insertions(+), 7 deletions(-)
Title: Tidy Verbs for Fast Data Manipulation
Description: A toolkit of tidy data manipulation verbs with 'data.table' as the backend.
Combining the merits of syntax elegance from 'dplyr' and computing performance from 'data.table',
'tidyfst' intends to provide users with state-of-the-art data manipulation tools with least pain.
This package is an extension of 'data.table'. While enjoying a tidy syntax,
it also wraps combinations of efficient functions to facilitate frequently-used data operations.
Author: Tian-Yuan Huang [aut, cre]
Maintainer: Tian-Yuan Huang <huang.tian-yuan@qq.com>
Diff between tidyfst versions 1.8.3 dated 2025-12-16 and 1.8.4 dated 2026-04-27
DESCRIPTION | 15 +- MD5 | 22 +-- NAMESPACE | 3 R/global_setting.R | 4 R/pkg_load.R | 2 build/vignette.rds |binary inst/doc/benchmark.html | 256 ++++++++++++++++++++--------------------- inst/doc/chinese_tutorial.html | 73 ++++++----- inst/doc/example2_join.html | 10 - inst/doc/example3_reshape.html | 6 inst/doc/example4_nest.html | 3 man/reexports.Rd | 3 12 files changed, 196 insertions(+), 201 deletions(-)
Title: Network Analysis for Omics Data
Description: Comprehensive network analysis package.
Calculate correlation network fastly, accelerate lots of analysis by parallel computing.
Support for multi-omics data, search sub-nets fluently.
Handle bigger data, more than 10,000 nodes in each omics.
Offer various layout method for multi-omics network and some interfaces to other software ('Gephi', 'Cytoscape', 'ggplot2'), easy to visualize.
Provide comprehensive topology indexes calculation, including ecological network stability.
Author: Chen Peng [aut, cre]
Maintainer: Chen Peng <bfzede@gmail.com>
Diff between MetaNet versions 0.2.8 dated 2026-02-09 and 0.3.1 dated 2026-04-27
DESCRIPTION | 8 MD5 | 30 - NEWS.md | 12 R/2-2.manipulate.R | 2 R/3-1.layout.R | 1 R/3-2.shapes.R | 10 R/3-3.plot.R | 6 R/3-4.other_plot.R | 2 R/5.topological.R | 2 R/6.modules.R | 4 README.md | 646 ++++++++++++++++++++++++++++++- inst/doc/MetaNet.html | 4 man/MetaNet-package.Rd | 2 man/clean_multi_edge_metanet.Rd | 2 man/figures/README-unnamed-chunk-3-1.png |only man/figures/README-unnamed-chunk-4-1.png |only man/module_net.Rd | 2 17 files changed, 677 insertions(+), 56 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-15 0.1.0
Title: Distribution Functions and Parameter Estimates for the Triangle
Distribution
Description: Provides the "r, q, p, and d" distribution functions for the triangle distribution. Also includes maximum likelihood estimation of parameters.
Author: Rob Carnell [aut, cre]
Maintainer: Rob Carnell <bertcarnell@gmail.com>
Diff between triangle versions 1.0 dated 2022-12-12 and 1.1.0 dated 2026-04-27
triangle-1.0/triangle/NEWS |only triangle-1.1.0/triangle/ChangeLog | 40 triangle-1.1.0/triangle/DESCRIPTION | 25 triangle-1.1.0/triangle/MD5 | 80 triangle-1.1.0/triangle/NAMESPACE | 99 triangle-1.1.0/triangle/NEWS.md |only triangle-1.1.0/triangle/R/cdfe.R | 84 triangle-1.1.0/triangle/R/dtriangle.R | 10 triangle-1.1.0/triangle/R/fit-plots.R | 142 - triangle-1.1.0/triangle/R/mle-utils.R | 476 +-- triangle-1.1.0/triangle/R/mle.R | 1307 ++++++---- triangle-1.1.0/triangle/R/mom.R | 57 triangle-1.1.0/triangle/R/ptriangle.r | 21 triangle-1.1.0/triangle/R/qtriangle.R | 3 triangle-1.1.0/triangle/R/rtriangle.r | 34 triangle-1.1.0/triangle/build/partial.rdb |binary triangle-1.1.0/triangle/build/vignette.rds |binary triangle-1.1.0/triangle/inst/CITATION |only triangle-1.1.0/triangle/inst/doc/triangledistributionmath.Rmd | 464 ++- triangle-1.1.0/triangle/inst/doc/triangledistributionmath.html | 603 +++- triangle-1.1.0/triangle/man/figures |only triangle-1.1.0/triangle/man/ltriangle.Rd | 142 - triangle-1.1.0/triangle/man/mle-utils.Rd | 22 triangle-1.1.0/triangle/man/standard_triangle_mle.Rd | 5 triangle-1.1.0/triangle/man/triangle.Rd | 152 - triangle-1.1.0/triangle/man/triangle_mle.Rd | 15 triangle-1.1.0/triangle/man/triangle_mom.Rd | 10 triangle-1.1.0/triangle/tests/testthat.R | 14 triangle-1.1.0/triangle/tests/testthat/Rplots.pdf |binary triangle-1.1.0/triangle/tests/testthat/_problems |only triangle-1.1.0/triangle/tests/testthat/helper-mle-utils.R |only triangle-1.1.0/triangle/tests/testthat/test-cdfe.R | 20 triangle-1.1.0/triangle/tests/testthat/test-dtriangle.R | 62 triangle-1.1.0/triangle/tests/testthat/test-fit-plots.R | 2 triangle-1.1.0/triangle/tests/testthat/test-ltriangle.r | 2 triangle-1.1.0/triangle/tests/testthat/test-mle-utils.R | 42 triangle-1.1.0/triangle/tests/testthat/test-mle.R | 243 + triangle-1.1.0/triangle/tests/testthat/test-mom.R | 63 triangle-1.1.0/triangle/tests/testthat/test-ptriangle.r | 55 triangle-1.1.0/triangle/tests/testthat/test-qtriangle.R | 49 triangle-1.1.0/triangle/tests/testthat/test-rtriangle.r | 53 triangle-1.1.0/triangle/vignettes/triangledistributionmath.Rmd | 464 ++- 42 files changed, 3167 insertions(+), 1693 deletions(-)
Title: Latin Hypercube Samples
Description: Provides a number of methods for creating and augmenting Latin Hypercube Samples and Orthogonal Array Latin Hypercube Samples.
Author: Rob Carnell [aut, cre]
Maintainer: Rob Carnell <bertcarnell@gmail.com>
Diff between lhs versions 1.2.1 dated 2026-03-01 and 1.3.0 dated 2026-04-27
DESCRIPTION | 14 +++-- MD5 | 39 +++++++-------- NEWS | 4 + build/vignette.rds |binary inst/CITATION |only inst/doc/augment_lhs.html | 12 ++-- inst/doc/correlated_lhs.html | 4 - inst/doc/lhs_basics.html | 14 ++--- inst/doc/lhs_faq.html | 24 ++++----- man/lhs-package.Rd | 2 src/OACommonDefines.h | 111 +++++++++++++++++++++---------------------- src/bclibVersion.h | 2 src/geneticLHS.cpp | 33 ++++++------ src/improvedLHS.cpp | 3 + src/lhslibVersion.h | 2 src/matrix.h | 12 ---- src/maximinLHS.cpp | 3 + src/optSeededLHS.cpp | 3 + src/optimumLHS.cpp | 3 + src/runif.cpp | 40 ++++++++------- src/runif.h | 40 +++++++-------- 21 files changed, 190 insertions(+), 175 deletions(-)
Title: Genetic Algorithms in Regression
Description: Provides a genetic algorithm framework for regression problems requiring discrete optimization over model spaces with unknown or varying dimension, where gradient-based methods and exhaustive enumeration are impractical. Uses a compact chromosome representation for tasks including spline knot placement and best-subset variable selection, with constraint-preserving crossover and mutation, exact uniform initialization under spacing constraints, steady-state replacement, and optional island-model parallelization from Lu, Lund, and Lee (2010, <doi:10.1214/09-AOAS289>). The computation is built on the 'GA' engine of Scrucca (2017, <doi:10.32614/RJ-2017-008>) and 'changepointGA' engine from Li and Lu (2024, <doi:10.48550/arXiv.2410.15571>). In challenging high-dimensional settings, 'GAReg' enables efficient search and delivers near-optimal solutions when alternative algorithms are not well-justified.
Author: Mo Li [aut, cre],
QiQi Lu [aut],
Robert Lund [aut],
Xueheng Shi [aut]
Maintainer: Mo Li <mo.li@louisiana.edu>
Diff between GAReg versions 0.1.1 dated 2026-03-29 and 0.1.2 dated 2026-04-27
DESCRIPTION | 6 +++--- MD5 | 4 ++-- inst/doc/vignette.html | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-)
Title: Create a Flexible Forest Plot
Description: Create a forest plot based on the layout of the data. Confidence intervals in multiple columns by groups can be done easily. Editing the plot, inserting/adding text, applying a theme to the plot, and much more.
Author: Alimu Dayimu [aut, cre]
Maintainer: Alimu Dayimu <ad938@cam.ac.uk>
Diff between forestploter versions 1.1.3 dated 2025-04-13 and 1.1.4 dated 2026-04-27
forestploter-1.1.3/forestploter/R/add_text.r |only forestploter-1.1.3/forestploter/R/check_errors.r |only forestploter-1.1.3/forestploter/R/scale.r |only forestploter-1.1.4/forestploter/DESCRIPTION | 11 forestploter-1.1.4/forestploter/MD5 | 144 +- forestploter-1.1.4/forestploter/NEWS.md | 8 forestploter-1.1.4/forestploter/R/add_border.R | 16 forestploter-1.1.4/forestploter/R/add_grob.r | 15 forestploter-1.1.4/forestploter/R/add_text.R |only forestploter-1.1.4/forestploter/R/check_errors.R |only forestploter-1.1.4/forestploter/R/edit_plot.R | 14 forestploter-1.1.4/forestploter/R/forest.R | 185 +-- forestploter-1.1.4/forestploter/R/helper.R | 17 forestploter-1.1.4/forestploter/R/insert_text.R | 313 ++--- forestploter-1.1.4/forestploter/R/legend_grob.R | 11 forestploter-1.1.4/forestploter/R/make-arrow.R | 15 forestploter-1.1.4/forestploter/R/make-boxplot.R | 14 forestploter-1.1.4/forestploter/R/make-xaixs.R | 7 forestploter-1.1.4/forestploter/R/makeci.R | 28 forestploter-1.1.4/forestploter/R/scale.R |only forestploter-1.1.4/forestploter/R/theme.R | 232 ++-- forestploter-1.1.4/forestploter/R/utils.R | 79 + forestploter-1.1.4/forestploter/README.md | 73 - forestploter-1.1.4/forestploter/build/vignette.rds |binary forestploter-1.1.4/forestploter/inst/doc/forestploter-intro.R | 2 forestploter-1.1.4/forestploter/inst/doc/forestploter-intro.Rmd | 58 - forestploter-1.1.4/forestploter/inst/doc/forestploter-intro.html | 330 +++--- forestploter-1.1.4/forestploter/inst/doc/forestploter-post.R | 11 forestploter-1.1.4/forestploter/inst/doc/forestploter-post.Rmd | 541 ++++------ forestploter-1.1.4/forestploter/inst/doc/forestploter-post.html | 142 +- forestploter-1.1.4/forestploter/man/add_border.Rd | 12 forestploter-1.1.4/forestploter/man/add_grob.Rd | 2 forestploter-1.1.4/forestploter/man/add_text.Rd | 12 forestploter-1.1.4/forestploter/man/check_errors.Rd | 15 forestploter-1.1.4/forestploter/man/edit_plot.Rd | 10 forestploter-1.1.4/forestploter/man/figures/README-edit-1.png |binary forestploter-1.1.4/forestploter/man/figures/README-example-1.png |binary forestploter-1.1.4/forestploter/man/figures/README-multiple-1.png |binary forestploter-1.1.4/forestploter/man/forest.Rd | 18 forestploter-1.1.4/forestploter/man/forest_theme.Rd | 310 ++--- forestploter-1.1.4/forestploter/man/get_wh.Rd | 10 forestploter-1.1.4/forestploter/man/insert_text.Rd | 11 forestploter-1.1.4/forestploter/man/log_pretty.Rd |only forestploter-1.1.4/forestploter/man/make_summary.Rd | 7 forestploter-1.1.4/forestploter/man/make_ticks.Rd | 13 forestploter-1.1.4/forestploter/man/make_xlim.Rd | 13 forestploter-1.1.4/forestploter/man/makeci.Rd | 11 forestploter-1.1.4/forestploter/man/xscale.Rd | 21 forestploter-1.1.4/forestploter/tests/testthat/Rplots.pdf |binary forestploter-1.1.4/forestploter/tests/testthat/_snaps/addgrob/add-grob-body.svg | 252 ++-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/addgrob/add-grob-header.new.svg |only forestploter-1.1.4/forestploter/tests/testthat/_snaps/addgrob/add-grob-header.svg | 258 ++-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/arrow-end.svg | 100 - forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/arrow-start.svg | 100 - forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/ci-outside-plot.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/different-sizes.svg | 120 +- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/edit-plot-with-theme.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/insert-text-vector.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/multiple-columns-and-multi-parameters.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/multiple-columns.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/multiple-groups.svg | 36 forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/simple-forest-plot-with-theme.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/simple-forest-plot.svg | 200 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/summary-ci.svg | 202 +-- forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/x-scale-log10.svg | 100 - forestploter-1.1.4/forestploter/tests/testthat/_snaps/forest/x-scale-log2.svg | 100 - forestploter-1.1.4/forestploter/tests/testthat/_snaps/make-boxplot/boxplot-groups.svg | 12 forestploter-1.1.4/forestploter/tests/testthat/_snaps/make-boxplot/boxplot-single.svg | 24 forestploter-1.1.4/forestploter/tests/testthat/_snaps/make-boxplot/xlim-boxplot-single.svg | 66 - forestploter-1.1.4/forestploter/tests/testthat/test-addgrob.R | 10 forestploter-1.1.4/forestploter/tests/testthat/test-check_errors.r | 9 forestploter-1.1.4/forestploter/tests/testthat/test-forest.R | 41 forestploter-1.1.4/forestploter/tests/testthat/test-scale.r | 4 forestploter-1.1.4/forestploter/tests/testthat/test-theme.R | 2 forestploter-1.1.4/forestploter/tests/testthat/test-utils.R | 62 + forestploter-1.1.4/forestploter/vignettes/forestploter-intro.Rmd | 58 - forestploter-1.1.4/forestploter/vignettes/forestploter-post.Rmd | 541 ++++------ 77 files changed, 3221 insertions(+), 3007 deletions(-)
Title: Simulate Forest Resources with the European Forestry Dynamics
Model
Description: An implementation of European Forestry Dynamics Model (EFDM) and
an estimation algorithm for the transition probabilities.
The EFDM is a large-scale forest model that simulates the development of
the forest and estimates volume of wood harvested for any given forested
area. This estimate can be broken down by, for example, species, site
quality, management regime and ownership category.
See Packalen et al. (2015) <doi:10.2788/153990>.
Author: Mikko Kuronen [aut, cre] ,
Minna Raety [aut]
Maintainer: Mikko Kuronen <mikko.kuronen@luke.fi>
Diff between efdm versions 0.2.2 dated 2026-02-05 and 0.2.3 dated 2026-04-27
efdm-0.2.2/efdm/README.md |only efdm-0.2.3/efdm/DESCRIPTION | 6 efdm-0.2.3/efdm/MD5 | 28 +- efdm-0.2.3/efdm/R/core.r | 11 - efdm-0.2.3/efdm/R/estim.r | 3 efdm-0.2.3/efdm/build/vignette.rds |binary efdm-0.2.3/efdm/man/MetsaKasvVyoh.Rd | 44 ++-- efdm-0.2.3/efdm/man/define_activity.Rd | 114 ++++++------ efdm-0.2.3/efdm/man/estimatetransprobs.Rd | 234 ++++++++++++------------- efdm-0.2.3/efdm/man/example.Rd | 50 ++--- efdm-0.2.3/efdm/man/prior_ff.Rd | 76 ++++---- efdm-0.2.3/efdm/man/runEFDM.Rd | 4 efdm-0.2.3/efdm/man/transprobs.Rd | 74 +++---- efdm-0.2.3/efdm/tests/test_donothing.R | 8 efdm-0.2.3/efdm/tests/test_donothing.Rout.save |only efdm-0.2.3/efdm/tests/test_factor.R |only efdm-0.2.3/efdm/tests/test_something.R |only 17 files changed, 333 insertions(+), 319 deletions(-)
Title: Course-Dependent Skill Structures
Description: Deriving skill structures from skill assignment
data for courses (sets of learning objects).
Author: Cord Hockemeyer [aut, cre]
Maintainer: Cord Hockemeyer <cord.hockemeyer@uni-graz.at>
Diff between CDSS versions 0.3-0 dated 2025-04-11 and 0.3-1 dated 2026-04-27
Changelog | 31 ++++---- DESCRIPTION | 12 +-- MD5 | 20 +++-- R/cdss_close_ar.R | 82 +++++++++++----------- R/cdss_csma2sf.R | 2 R/cdss_lo_csma2sf.R | 128 +++++++++++++++++------------------ build |only inst/doc |only inst/extdata/SkillAssignment_SR.ods |binary inst/extdata/SkillAssignment_SR.xlsx |only vignettes |only 11 files changed, 145 insertions(+), 130 deletions(-)
Title: Obtain Alpha-Outlier Regions for Well-Known Probability
Distributions
Description: Given the parameters of a distribution, the package uses the concept of alpha-outliers by Davies and Gather (1993) to flag outliers in a data set. See Davies, L.; Gather, U. (1993): The identification of multiple outliers, JASA, 88 423, 782-792, <doi:10.1080/01621459.1993.10476339> for details.
Author: Andre Rehage [aut, cre],
Sonja Kuhnt [aut]
Maintainer: Andre Rehage <andre.rehage@gmx.de>
Diff between alphaOutlier versions 1.2.0 dated 2016-09-09 and 1.2.2 dated 2026-04-27
DESCRIPTION | 20 +++++++++--- MD5 | 6 +-- NEWS | 6 +++ man/alphaOutlier-package.Rd | 68 ++++++++++++++++++++++---------------------- 4 files changed, 57 insertions(+), 43 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-01 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-04 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2016-11-28 1.1.0
2016-09-27 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-16 0.1-3
2014-10-17 0.1-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-03-01 0.7.5
2015-02-16 0.7.1
2014-08-12 0.6
2014-01-01 0.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-06 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-22 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-03-02 1.1.0
2016-01-29 1.0.0
2015-09-25 0.6.3
2015-09-24 0.6.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2016-12-16 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-04 0.2.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-28 0.94
2017-01-07 0.93
2014-08-29 0.91
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-05 0.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-09 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-22 0.1.1
2016-10-27 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2016-12-16 0.9.1
2016-12-02 0.9.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-16 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-01-03 0.2.3
2016-07-21 0.2.2
2016-01-13 0.2.1
2015-01-07 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-06-05 1.1
2014-10-07 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-09-12 0.4.12
2025-06-15 0.4.11
2025-02-16 0.4.10
2025-01-16 0.4.9
2024-11-09 0.4.8
2024-07-09 0.4.7
2024-05-22 0.4.6
2024-04-04 0.4.5
2024-02-27 0.4.4
2023-11-22 0.4.2
2023-10-05 0.4.1
2023-08-16 0.4.0
2023-07-15 0.3.8
2023-07-03 0.3.7
2023-06-26 0.3.6
2023-05-27 0.3.5
2023-05-06 0.3.4
2022-08-09 0.3.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-06 0.1.1
2017-02-04 0.1