Title: Interactively Visualize Structural Equation Modeling Diagrams
Description: It allows users to perform interactive and reproducible visualizations of path diagrams for structural equation modeling (SEM) and small-to-medium sized networks using the 'ggplot2' engine. Its 'shiny' app provides an interface that allows extensive customization, and creates CSV outputs, which can then be used to recreate the figures either using the 'shiny' app or in a typical 'ggplot2' workflow.
Author: Seung Hyun Min [aut, cre]
Maintainer: Seung Hyun Min <seung.min@mail.mcgill.ca>
Diff between ggsem versions 0.1.0 dated 2024-11-05 and 0.1.1 dated 2024-11-11
DESCRIPTION | 6 - MD5 | 39 +++---- R/csv_to_ggplot.R | 19 +-- R/draw_annotations.R | 23 +++- R/draw_lines.R | 106 ++++++++++++--------- R/draw_loops.R | 14 +- R/draw_points.R | 11 +- R/get_axis_range.R | 4 R/launch.R | 2 R/utils.R | 15 ++ R/zzz.R |only README.md | 17 ++- inst/shiny/app.R | 36 +++---- inst/shiny/rsconnect/shinyapps.io/smin95/ggsem.dcf | 2 man/csv_to_ggplot.Rd | 19 ++- man/draw_annotations.Rd | 4 man/draw_lines.Rd | 10 - man/draw_loops.Rd | 8 - man/draw_points.Rd | 8 - man/get_axis_range.Rd | 4 man/launch.Rd | 4 21 files changed, 213 insertions(+), 138 deletions(-)
Title: SDTM Data Transformation Engine
Description: An Electronic Data Capture system (EDC) and Data Standard agnostic
solution that enables the pharmaceutical programming community to develop
Clinical Data Interchange Standards Consortium (CDISC)
Study Data Tabulation Model (SDTM) datasets in R. The reusable algorithms
concept in 'sdtm.oak' provides a framework for modular programming and can
potentially automate the conversion of raw clinical data to SDTM through
standardized SDTM specifications. SDTM is one of the required standards for data
submission to the Food and Drug Administration (FDA) in the United States and
Pharmaceuticals and Medical Devices Agency (PMDA) in Japan. SDTM standards
are implemented following the SDTM Implementation Guide as defined by
CDISC <https://www.cdisc.org/standards/foundational/sdtmig>.
Author: Rammprasad Ganapathy [aut, cre],
Adam Forys [aut],
Edgar Manukyan [aut],
Rosemary Li [aut],
Preetesh Parikh [aut],
Lisa Houterloot [aut],
Yogesh Gupta [aut],
Omar Garcia [aut],
Ramiro Magno [aut] ,
Kamil Sijko [aut] ,
Shiyu Chen [aut],
Pattern Instit [...truncated...]
Maintainer: Rammprasad Ganapathy <ganapathy.rammprasad@gene.com>
Diff between sdtm.oak versions 0.1.0 dated 2024-09-03 and 0.1.1 dated 2024-11-11
sdtm.oak-0.1.0/sdtm.oak/inst/doc/events_domain.R |only sdtm.oak-0.1.0/sdtm.oak/inst/doc/events_domain.Rmd |only sdtm.oak-0.1.0/sdtm.oak/inst/doc/events_domain.html |only sdtm.oak-0.1.0/sdtm.oak/vignettes/events_domain.Rmd |only sdtm.oak-0.1.1/sdtm.oak/DESCRIPTION | 6 - sdtm.oak-0.1.1/sdtm.oak/MD5 | 42 +++++----- sdtm.oak-0.1.1/sdtm.oak/NEWS.md | 6 + sdtm.oak-0.1.1/sdtm.oak/R/derive_blfl.R | 22 +++++ sdtm.oak-0.1.1/sdtm.oak/README.md | 2 sdtm.oak-0.1.1/sdtm.oak/build/vignette.rds |binary sdtm.oak-0.1.1/sdtm.oak/inst/doc/findings_domain.R | 16 +-- sdtm.oak-0.1.1/sdtm.oak/inst/doc/findings_domain.Rmd | 2 sdtm.oak-0.1.1/sdtm.oak/inst/doc/findings_domain.html | 2 sdtm.oak-0.1.1/sdtm.oak/inst/doc/interventions_domain.R |only sdtm.oak-0.1.1/sdtm.oak/inst/doc/interventions_domain.Rmd |only sdtm.oak-0.1.1/sdtm.oak/inst/doc/interventions_domain.html |only sdtm.oak-0.1.1/sdtm.oak/inst/doc/iso_8601.R | 2 sdtm.oak-0.1.1/sdtm.oak/inst/doc/study_sdtm_spec.R | 2 sdtm.oak-0.1.1/sdtm.oak/inst/doc/study_sdtm_spec.html | 1 sdtm.oak-0.1.1/sdtm.oak/man/derive_blfl.Rd | 22 +++++ sdtm.oak-0.1.1/sdtm.oak/tests/testthat/_snaps/derive_blfl.md | 10 +- sdtm.oak-0.1.1/sdtm.oak/tests/testthat/test-derive_blfl.R | 27 +++--- sdtm.oak-0.1.1/sdtm.oak/tests/testthat/test-derive_study_day.R | 4 sdtm.oak-0.1.1/sdtm.oak/vignettes/events_domain.R |only sdtm.oak-0.1.1/sdtm.oak/vignettes/events_domain.html |only sdtm.oak-0.1.1/sdtm.oak/vignettes/findings_domain.Rmd | 2 sdtm.oak-0.1.1/sdtm.oak/vignettes/interventions_domain.Rmd |only 27 files changed, 113 insertions(+), 55 deletions(-)
Title: Spatial Projection of Network Signals along Geodesic Paths
Description: For a given graph containing vertices, edges, and a signal associated with the vertices, the 'PathwaySpace' package performs a convolution operation, which involves a weighted combination of neighboring vertices and their associated signals. The package then uses a decay function to project these signals, creating geodesic paths on a 2D-image space. 'PathwaySpace' could have various applications, such as visualizing and analyzing network data in a graphical format that highlights the relationships and signal strengths between vertices. It can be particularly useful for understanding the influence of signals through complex networks. By combining graph theory, signal processing, and visualization, the 'PathwaySpace' package provides a novel way of representing and analyzing graph data.
Author: Victor Apolonio [ctr],
Vinicius Chagas [ctr],
Mauro Castro [aut, cre]
Maintainer: Mauro Castro <mauro.a.castro@gmail.com>
Diff between PathwaySpace versions 0.99.4 dated 2024-09-03 and 1.0.0 dated 2024-11-11
DESCRIPTION | 14 ++++---- MD5 | 16 ++++----- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 4 +- inst/NEWS.Rd | 6 +++ inst/doc/PathwaySpace.Rmd | 2 - inst/doc/PathwaySpace.html | 76 ++++++++++++++++++++++----------------------- vignettes/PathwaySpace.Rmd | 2 - 9 files changed, 63 insertions(+), 57 deletions(-)
Title: A Visualization Tool Enhancing Radar Plot Visualizations for
Multivariate Data
Description: A visualization tool for multivariate data. This package maintains the original functionality of a radar chart and avoids potential misuse of its connected regions, with newly added features to better assist multi-criteria decision-making.
Author: Yiwen Lu [aut, cre],
Jiayi Tong [aut],
Yuqing Lei [aut],
Alex Sutton [aut],
Haitao Chu [aut],
Lisa Levine [aut],
Thomas Lumley [aut],
David Asch [aut],
Rui Duan [aut],
Christopher Schmid [aut],
Yong Chen [aut]
Maintainer: Yiwen Lu <yiwenlu@sas.upenn.edu>
Diff between OrigamiPlot versions 0.1.0 dated 2024-07-29 and 0.2.0 dated 2024-11-11
DESCRIPTION | 36 ++++++++++++++++++-------------- MD5 | 36 +++++++++++++++++++------------- NAMESPACE | 4 ++- R/area_calculation.R | 25 +++++++++++++--------- R/data_preparation.R | 26 +++++++++-------------- R/origami_plot.R | 27 ++++++++++++++++-------- R/origami_plot_pairwise.R | 43 +++++++++++++++++++++++++++------------ R/origami_plot_weighted.R | 45 ++++++++++++++++++++++------------------- R/snowflake_plot.R |only R/snowflake_plot_pairwise.R |only R/snowflake_plot_weighted.R |only R/sucra.R | 10 ++++----- data/sucra.rda |binary man/area_calculation.Rd | 11 ++++------ man/data_preparation.Rd | 4 +-- man/origami_plot.Rd | 26 +++++++++++++---------- man/origami_plot_pairwise.Rd | 41 ++++++++++++++++++++----------------- man/origami_plot_weighted.Rd | 26 +++++++++++++---------- man/snowflake_plot.Rd |only man/snowflake_plot_pairwise.Rd |only man/snowflake_plot_weighted.Rd |only man/sucra.Rd | 10 ++++----- 22 files changed, 211 insertions(+), 159 deletions(-)
Title: Prediction Intervals for Synthetic Control Methods with Multiple
Treated Units and Staggered Adoption
Description: Implementation of prediction and inference procedures for Synthetic Control methods using least square, lasso, ridge, or simplex-type constraints. Uncertainty is quantified with prediction intervals as developed in Cattaneo, Feng, and Titiunik (2021) <https://nppackages.github.io/references/Cattaneo-Feng-Titiunik_2021_JASA.pdf> for a single treated unit and in Cattaneo, Feng, Palomba, and Titiunik (2023) <doi:10.48550/arXiv.2210.05026> for multiple treated units and staggered adoption. More details about the software implementation can be found in Cattaneo, Feng, Palomba, and Titiunik (2024) <doi:10.48550/arXiv.2202.05984>.
Author: Matias Cattaneo [aut],
Yingjie Feng [aut],
Filippo Palomba [aut, cre],
Rocio Titiunik [aut]
Maintainer: Filippo Palomba <fpalomba@princeton.edu>
Diff between scpi versions 2.2.5 dated 2023-11-01 and 2.2.6 dated 2024-11-11
DESCRIPTION | 10 MD5 | 20 - R/scdataMulti.R | 175 ++++++++------ R/scest.R | 4 R/scest_methods.R | 4 R/scpi.R | 173 ++++++++------ R/supporting_functions.R | 560 ++++++++++++++++++++++++++++++----------------- man/scdataMulti.Rd | 5 man/scest.Rd | 2 man/scpi-package.Rd | 1 man/scpi.Rd | 13 - 11 files changed, 590 insertions(+), 377 deletions(-)
Title: False Discovery Exceedance Controlling Multiple Testing
Procedures
Description: Multiple testing procedures for heterogeneous and discrete tests as
described in Döhler and Roquain (2020) <doi:10.1214/20-EJS1771>. The main
algorithms of the paper are available as continuous, discrete and weighted
versions. They take as input the results of a test procedure from package
'DiscreteTests', or a set of observed p-values and their discrete support
under their nulls. A shortcut function to obtain such p-values and supports
is also provided, along with wrappers allowing to apply discrete procedures
directly to data.
Author: Sebastian Doehler [aut] ,
Florian Junge [aut, cre] ,
Etienne Roquain [ctb]
Maintainer: Florian Junge <diso.fbmn@h-da.de>
Diff between FDX versions 2.0.1 dated 2024-10-26 and 2.0.2 dated 2024-11-11
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ NEWS.md | 8 ++++++++ R/RcppExports.R | 3 +-- R/summary_funs.R | 43 +++++++++++++++++++++---------------------- man/kernel.Rd | 2 +- src/kernel.h | 3 +-- 7 files changed, 43 insertions(+), 38 deletions(-)
Title: Comparison of Bioregionalisation Methods
Description: The main purpose of this package is to propose a transparent methodological framework to compare bioregionalisation methods based on hierarchical and non-hierarchical clustering algorithms (Kreft & Jetz (2010) <doi:10.1111/j.1365-2699.2010.02375.x>) and network algorithms (Lenormand et al. (2019) <doi:10.1002/ece3.4718> and Leroy et al. (2019) <doi:10.1111/jbi.13674>).
Author: Maxime Lenormand [aut, cre] ,
Boris Leroy [aut] ,
Pierre Denelle [aut]
Maintainer: Maxime Lenormand <maxime.lenormand@inrae.fr>
Diff between bioregion versions 1.1.1 dated 2024-04-19 and 1.1.1-1 dated 2024-11-11
bioregion-1.1.1-1/bioregion/DESCRIPTION | 6 +++--- bioregion-1.1.1-1/bioregion/MD5 | 15 +++++++-------- bioregion-1.1.1-1/bioregion/NEWS.md | 14 ++++++++++---- bioregion-1.1.1-1/bioregion/R/install_binaries.R | 2 +- bioregion-1.1.1-1/bioregion/build/partial.rdb |binary bioregion-1.1.1-1/bioregion/build/stage23.rdb |binary bioregion-1.1.1-1/bioregion/build/vignette.rds |binary bioregion-1.1.1-1/bioregion/inst/doc/bioregion.html | 4 ++-- bioregion-1.1.1/bioregion/build/bioregion.pdf |only 9 files changed, 23 insertions(+), 18 deletions(-)
Title: Multi-Level Monte Carlo
Description: An implementation of MLMC (Multi-Level Monte Carlo), Giles (2008)
<doi:10.1287/opre.1070.0496>, Heinrich (1998) <doi:10.1006/jcom.1998.0471>,
for R. This package builds on the original 'Matlab' and 'C++' implementations
by Mike Giles to provide a full MLMC driver and example level samplers.
Multi-core parallel sampling of levels is provided built-in.
Author: Louis Aslett [cre, aut, trl] ,
Mike Giles [ctb] ,
Tigran Nagapetyan [ctb] ,
Sebastian Vollmer [ctb]
Maintainer: Louis Aslett <louis.aslett@durham.ac.uk>
Diff between mlmc versions 2.1.0 dated 2024-11-08 and 2.1.1 dated 2024-11-11
DESCRIPTION | 6 ++--- MD5 | 12 +++++----- NAMESPACE | 2 + NEWS.md | 5 ++++ R/mlmc.R | 66 ++++++++++++++++++++++++++++++++++++++++++++++++---------- R/mlmc.test.R | 18 ++++++++++++++- man/mlmc.Rd | 2 - 7 files changed, 88 insertions(+), 23 deletions(-)
Title: A 'shiny' App to Compare Two Data Frames
Description: A tool developed with the 'Golem' framework which provides
an easier way to check cells differences between two data
frames. The user provides two data frames for comparison,
selects IDs variables identifying each row of input data,
then clicks a button to perform the comparison. Several
'R' package functions are used to describe the data
and perform the comparison in the server of the
application. The main ones are comparedf() from 'arsenal'
and skim() from 'skimr'. For more details see the
description of comparedf() from the 'arsenal' package and
that of skim() from the 'skimr' package.
Author: Sergio Ewane Ebouele [aut, cre]
Maintainer: Sergio Ewane Ebouele <info@dataforknow.com>
Diff between dataCompare versions 1.0.1 dated 2024-11-02 and 1.0.2 dated 2024-11-11
DESCRIPTION | 6 ++-- MD5 | 12 ++++----- NEWS.md | 5 ++++ R/mod_comp_report.R | 2 - README.md | 8 +++--- inst/app/www/Comparison_report.html | 36 ++++++++++++++--------------- inst/doc/dataCompare.html | 44 ++++++++++++++++++------------------ 7 files changed, 59 insertions(+), 54 deletions(-)
Title: Trees and Traits Simulations
Description: A modular package for simulating phylogenetic trees and species traits jointly. Trees can be simulated using modular birth-death parameters (e.g. changing starting parameters or algorithm rules). Traits can be simulated in any way designed by the user. The growth of the tree and the traits can influence each other through modifiers objects providing rules for affecting each other. Finally, events can be created to modify both the tree and the traits under specific conditions ( Guillerme, 2024 <DOI:10.1111/2041-210X.14306>).
Author: Thomas Guillerme [aut, cre, cph]
Maintainer: Thomas Guillerme <guillert@tcd.ie>
Diff between treats versions 1.0 dated 2023-11-24 and 1.1 dated 2024-11-11
treats-1.0/treats/inst/references.bib |only treats-1.1/treats/DESCRIPTION | 12 - treats-1.1/treats/MD5 | 48 +++--- treats-1.1/treats/NAMESPACE | 9 + treats-1.1/treats/NEWS.md | 25 +++ treats-1.1/treats/R/ace.treats.R |only treats-1.1/treats/R/birth.death_fun.R | 172 +++++++++++++---------- treats-1.1/treats/R/crude.bd.est.R | 74 +++++++--- treats-1.1/treats/R/drop.tip.treats.R |only treats-1.1/treats/R/link.traits.R |only treats-1.1/treats/R/make.traits.R | 56 +++++-- treats-1.1/treats/R/make.traits_fun.R | 8 - treats-1.1/treats/R/make.treats.R | 110 +++++++++++--- treats-1.1/treats/R/map.traits.R | 26 ++- treats-1.1/treats/R/plot.treats.R | 214 ++++++++++++++++++++++++++--- treats-1.1/treats/R/plot.treats_fun.R | 146 +++++++++++-------- treats-1.1/treats/R/print.treats_fun.R | 5 treats-1.1/treats/R/trait.process.R | 27 +++ treats-1.1/treats/R/utilities.R | 27 ++- treats-1.1/treats/inst/CITATION | 12 + treats-1.1/treats/inst/References.bib |only treats-1.1/treats/inst/vignettes |only treats-1.1/treats/man/crude.bd.est.Rd | 29 ++- treats-1.1/treats/man/drop.tip.treats.Rd |only treats-1.1/treats/man/link.traits.Rd |only treats-1.1/treats/man/map.traits.Rd | 4 treats-1.1/treats/man/plot.treats.Rd | 26 ++- treats-1.1/treats/man/trait.process.Rd | 3 treats-1.1/treats/man/transition.matrix.Rd | 9 - 29 files changed, 759 insertions(+), 283 deletions(-)
Title: ICA and Tests of Independence via Multivariate Distance
Covariance
Description: Functions related to multivariate measures of independence and ICA:
-estimate independent components by minimizing distance covariance;
-conduct a test of mutual independence based on distance covariance;
-estimate independent components via infomax (a popular method but generally performs poorer than mdcovica, ProDenICA, and/or fastICA, but is useful for comparisons);
-order indepedent components by skewness;
-match independent components from multiple estimates;
-other functions useful in ICA.
Author: Benjamin B. Risk and Nicholas A. James and David S. Matteson
Maintainer: Benjamin Risk <bbr28@cornell.edu>
Diff between steadyICA versions 1.0 dated 2015-11-10 and 1.0.1 dated 2024-11-11
DESCRIPTION | 6 +++--- MD5 | 4 ++-- src/BinDistC.cpp | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-)
Title: Gaussian Graphs Models Selection
Description: Graph estimation in Gaussian Graphical Models, following the method
developed by C. Giraud, S. Huet and N. Verzelen (2012) <doi:10.1515/1544-6115.1625>.
The main functions return the adjacency matrix of an undirected graph
estimated from a data matrix.
Author: Annie Bouvier, Christophe Giraud, Sylvie Huet, Nicolas Verzelen.
Maintainer: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr>
Diff between GGMselect versions 0.1-12.7 dated 2023-08-31 and 0.1-12.7.1 dated 2024-11-11
DESCRIPTION | 6 +++--- MD5 | 4 ++-- src/scr.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-)
Title: Spatial Data Science Complementary Features
Description: Wrapping and supplementing commonly used functions in the R ecosystem related to spatial data science,
while serving as a basis for other packages maintained by Wenbo Lv.
Author: Wenbo Lv [aut, cre, cph]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Diff between sdsfun versions 0.4.1 dated 2024-10-16 and 0.4.2 dated 2024-11-11
DESCRIPTION | 6 +- MD5 | 28 ++++++------ NAMESPACE | 2 NEWS.md | 6 ++ R/globals.R | 2 R/loess.R | 100 ++++++++++++++++++++++---------------------- R/spvar.R | 60 +++++++++++++------------- R/ssh_test.R | 64 ++++++++++++++-------------- R/utils.R | 50 ++++++++++++++++++++++ man/check_tbl_na.Rd |only man/formula_varname.Rd | 58 ++++++++++++------------- man/loess_optnum.Rd | 80 +++++++++++++++++------------------ man/spvar.Rd | 64 ++++++++++++++-------------- man/ssh_test.Rd | 4 - man/tbl_all2int.Rd |only tests/testthat/test-spvar.R | 12 ++--- 16 files changed, 298 insertions(+), 238 deletions(-)
Title: Data Exchange Between R and 'LabKey' Server
Description: The 'LabKey' client library for R makes it easy for R users to
load live data from a 'LabKey' Server, <https://www.labkey.com/>,
into the R environment for analysis, provided users have permissions
to read the data. It also enables R users to insert, update, and
delete records stored on a 'LabKey' Server, provided they have appropriate
permissions to do so.
Author: Peter Hussey [aut],
Cory Nathe [cre]
Maintainer: Cory Nathe <cnathe@labkey.com>
Diff between Rlabkey versions 3.4.0 dated 2024-10-23 and 3.4.1 dated 2024-11-11
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS | 3 +++ R/labkey.webdav.R | 16 ++++++++-------- man/Rlabkey-package.Rd | 4 ++-- 5 files changed, 21 insertions(+), 18 deletions(-)
Title: Utility Functions of the Potts Models
Description: There are three sets of functions. The first produces
basic properties of a graph and generates samples from
multinomial distributions to facilitate the simulation
functions (they maybe used for other purposes as well).
The second provides various simulation functions for a
Potts model in Potts, R. B. (1952)
<doi:10.1017/S0305004100027419>.
The third currently includes only one function which
computes the normalizing constant of a Potts model
based on simulation results.
Author: Dai Feng [aut, cre],
Luke Tierney [ctb]
Maintainer: Dai Feng <daifeng.stat@gmail.com>
Diff between PottsUtils versions 0.3-3 dated 2018-02-18 and 0.3-3.1 dated 2024-11-11
DESCRIPTION | 18 +++++++++++++----- MD5 | 8 ++++---- build/vignette.rds |binary inst/doc/Intro.pdf |binary src/sw.c | 12 ++++++------ 5 files changed, 23 insertions(+), 15 deletions(-)
Title: Neural Network Weights Transformation into Polynomial
Coefficients
Description: Implements a method that builds the coefficients of a polynomial
model that performs almost equivalently as a given neural network
(densely connected). This is achieved using Taylor expansion at the
activation functions. The obtained polynomial coefficients can be used
to explain features (and their interactions) importance in the neural network,
therefore working as a tool for interpretability or eXplainable Artificial
Intelligence (XAI). See Morala et al. 2021 <doi:10.1016/j.neunet.2021.04.036>,
and 2023 <doi:10.1109/TNNLS.2023.3330328>.
Author: Pablo Morala [aut, cre] ,
Inaki Ucar [aut] ,
Jose Ignacio Diez [ctr]
Maintainer: Pablo Morala <moralapablo@gmail.com>
Diff between nn2poly versions 0.1.1 dated 2024-01-30 and 0.1.2 dated 2024-11-11
DESCRIPTION | 6 MD5 | 36 NEWS.md | 4 R/nn2poly.R | 356 ++--- R/nn2poly_algorithm.R | 798 ++++++------ R/plot_taylor_and_activation_potentials.R | 380 ++--- README.md | 69 - inst/doc/nn2poly-01-introduction.Rmd | 970 +++++++-------- inst/doc/nn2poly-01-introduction.html | 18 inst/doc/nn2poly-02-supported-DL-frameworks.Rmd | 956 +++++++------- inst/doc/nn2poly-02-supported-DL-frameworks.html | 36 inst/doc/nn2poly-03-classification-example.html | 16 man/nn2poly.Rd | 6 tests/testthat/test-eval_poly.R | 226 +-- tests/testthat/test-nn2poly.R | 226 +-- vignettes/nn2poly-01-introduction.Rmd | 970 +++++++-------- vignettes/nn2poly-02-supported-DL-frameworks.Rmd | 956 +++++++------- vignettes/source/_nn2poly-01-introduction.Rmd | 594 ++++----- vignettes/source/_nn2poly-02-supported-DL-frameworks.Rmd | 832 ++++++------ 19 files changed, 3728 insertions(+), 3727 deletions(-)
Title: Two-Way Tests in Independent Groups Designs
Description: Performs two-way tests in independent groups designs. These are two-way ANOVA, two-way ANOVA under heteroscedasticity: parametric bootstrap based generalized test and generalized pivotal quantity based generalized test, two-way ANOVA for medians, trimmed means, M-estimators. The package performs descriptive statistics and graphical approaches. Moreover, it assesses variance homogeneity and normality of data in each group via tests and plots. All 'twowaytests' functions are designed for two-way layout (Dag et al., 2024, <doi:10.1016/j.softx.2024.101862>).
Author: Osman Dag [aut, cre],
Sam Weerahandi [aut],
Malwane Ananda [aut],
Muhammed Ali Yilmaz [aut],
Merve Kasikci [aut]
Maintainer: Osman Dag <osman.dag@outlook.com>
Diff between twowaytests versions 1.4 dated 2024-06-19 and 1.5 dated 2024-11-11
twowaytests-1.4/twowaytests/man/twowaytests.Rd |only twowaytests-1.5/twowaytests/DESCRIPTION | 17 +++++++++++------ twowaytests-1.5/twowaytests/MD5 | 16 ++++++++-------- twowaytests-1.5/twowaytests/inst |only twowaytests-1.5/twowaytests/man/MestTwoWay.Rd | 2 ++ twowaytests-1.5/twowaytests/man/alveolar.Rd | 1 - twowaytests-1.5/twowaytests/man/aovTwoWay.Rd | 2 ++ twowaytests-1.5/twowaytests/man/gpTwoWay.Rd | 11 +++++++---- twowaytests-1.5/twowaytests/man/medTwoWay.Rd | 2 ++ twowaytests-1.5/twowaytests/man/tmeanTwoWay.Rd | 2 ++ 10 files changed, 34 insertions(+), 19 deletions(-)
Title: Extracting Insights from Biological Images
Description: Combines the 'magick' and 'imager' packages to streamline image analysis, focusing on feature extraction and quantification from biological images, especially
microparticles. By providing high throughput pipelines and clustering capabilities, 'biopixR' facilitates efficient insight generation for researchers (Schneider J. et al. (2019)
<doi:10.21037/jlpm.2019.04.05>).
Author: Tim Brauckhoff [aut, cre] ,
Stefan Roediger [ctb] ,
Coline Kieffer [ctb]
Maintainer: Tim Brauckhoff <brauctile@disroot.org>
Diff between biopixR versions 1.1.0 dated 2024-06-24 and 1.2.0 dated 2024-11-11
CHANGELOG | 6 DESCRIPTION | 14 - MD5 | 21 - NAMESPACE | 1 R/haralickCluster.R | 2 R/interactive_objectDetection.R | 115 ++++---- R/zzz.R |only README.md | 46 ++- build/vignette.rds |binary inst/doc/biopixR.Rmd | 24 - inst/doc/biopixR.html | 545 +++++++++++++++++++++++++++++----------- vignettes/biopixR.Rmd | 24 - 12 files changed, 539 insertions(+), 259 deletions(-)
Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE)
Solvers
Description: Provides a way to call the functions in 'SUNDIALS' C ODE solving library (<https://computing.llnl.gov/projects/sundials>). Currently the serial version of ODE solver, 'CVODE', sensitivity calculator 'CVODES' and differential algebraic solver 'IDA' from the 'SUNDIALS' library are implemented. The package requires ODE to be written as an 'R' or 'Rcpp' function and does not require the 'SUNDIALS' library to be installed on the local machine.
Author: Satyaprakash Nayak [aut, cre, cph]
,
Lawrence Livermore National Security [cph],
Southern Methodist University [cph]
Maintainer: Satyaprakash Nayak <satyaprakash.nayak@gmail.com>
Diff between sundialr versions 0.1.4.2 dated 2024-07-02 and 0.1.5 dated 2024-11-11
DESCRIPTION | 11 MD5 | 164 ++--- R/RcppExports.R | 2 README.md | 8 build/vignette.rds |binary inst/doc/my-vignette.html | 8 inst/include/cvodes/cvodes.h | 3 inst/include/nvector/nvector_parallel.h | 6 inst/include/nvector/nvector_serial.h | 6 inst/include/sundials/sundials_adaptcontroller.h | 4 inst/include/sundials/sundials_config.in | 3 inst/include/sundials/sundials_hip_policies.hpp | 6 inst/include/sunlinsol/sunlinsol_ginkgo.hpp | 8 inst/include/sunlinsol/sunlinsol_kokkosdense.hpp | 4 inst/include/sunmatrix/sunmatrix_kokkosdense.hpp | 6 man/cvodes.Rd | 2 src/Makevars | 4 src/cvode.cpp | 287 ++++----- src/cvodes.cpp | 296 ++++------ src/cvsolve.cpp | 16 src/ida.cpp | 183 ++---- src/sundials/cvode/cvode.c | 30 - src/sundials/cvode/cvode_bandpre.c | 9 src/sundials/cvode/cvode_bbdpre.c | 16 src/sundials/cvode/cvode_diag.c | 27 src/sundials/cvode/cvode_fused_stubs.c | 10 src/sundials/cvode/cvode_impl.h | 31 + src/sundials/cvode/cvode_io.c | 4 src/sundials/cvode/cvode_ls.c | 5 src/sundials/cvode/cvode_nls.c | 6 src/sundials/cvodes/cvodea.c | 2 src/sundials/cvodes/cvodes.c | 33 - src/sundials/cvodes/cvodes_bandpre.c | 9 src/sundials/cvodes/cvodes_bbdpre.c | 16 src/sundials/cvodes/cvodes_diag.c | 13 src/sundials/cvodes/cvodes_impl.h | 6 src/sundials/cvodes/cvodes_io.c | 2 src/sundials/cvodes/cvodes_ls.c | 13 src/sundials/cvodes/cvodes_nls_stg1.c | 3 src/sundials/ida/ida.c | 13 src/sundials/ida/ida_bbdpre.c | 13 src/sundials/ida/ida_ic.c | 2 src/sundials/ida/ida_impl.h | 4 src/sundials/ida/ida_ls.c | 5 src/sundials/ida/ida_nls.c | 6 src/sundials/idas/idas.c | 26 src/sundials/idas/idas_bbdpre.c | 13 src/sundials/idas/idas_ic.c | 7 src/sundials/idas/idas_impl.h | 4 src/sundials/idas/idas_ls.c | 5 src/sundials/idas/idas_nls.c | 6 src/sundials/idas/idas_nls_sim.c | 7 src/sundials/idas/idas_nls_stg.c | 7 src/sundials/kinsol/kinsol.c | 29 src/sundials/kinsol/kinsol_bbdpre.c | 12 src/sundials/kinsol/kinsol_impl.h | 4 src/sundials/kinsol/kinsol_ls.c | 8 src/sundials/nvector/serial/nvector_serial.c | 15 src/sundials/sundials/priv |only src/sundials/sundials/sundials_adaptcontroller.c |only src/sundials/sundials/sundials_adiak_metadata.h | 5 src/sundials/sundials/sundials_band.c | 63 -- src/sundials/sundials/sundials_context.c | 11 src/sundials/sundials/sundials_cuda.h |only src/sundials/sundials/sundials_cuda_kernels.cuh |only src/sundials/sundials/sundials_cusolver.h |only src/sundials/sundials/sundials_cusparse.h |only src/sundials/sundials/sundials_dense.c | 102 --- src/sundials/sundials/sundials_direct.c | 59 - src/sundials/sundials/sundials_errors.c | 18 src/sundials/sundials/sundials_futils.c | 1 src/sundials/sundials/sundials_hashmap.c |only src/sundials/sundials/sundials_hashmap_impl.h |only src/sundials/sundials/sundials_iterative_impl.h | 5 src/sundials/sundials/sundials_lapack_defs.h.in |only src/sundials/sundials/sundials_logger.c | 22 src/sundials/sundials/sundials_logger_impl.h | 2 src/sundials/sundials/sundials_macros.h |only src/sundials/sundials/sundials_nvector.c | 16 src/sundials/sundials/sundials_profiler.c | 32 - src/sundials/sundials/sundials_utils.h | 2 src/sundials/sunlinsol/band/sunlinsol_band.c | 12 src/sundials/sunlinsol/dense/sunlinsol_dense.c | 13 src/sundials/sunmatrix/band/sunmatrix_band.c | 11 src/sundials/sunmatrix/dense/sunmatrix_dense.c | 11 src/sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c | 11 src/sundials/sunnonlinsol/newton/sunnonlinsol_newton.c | 65 +- 87 files changed, 945 insertions(+), 964 deletions(-)
Title: Data on Base and Recommended Packages for Current and Previous
Versions of R
Description: Provides a dataset of functions in all base and recommended packages of R versions 0.50 onwards.
Author: David Hugh-Jones [aut, cre]
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>
Diff between rcheology versions 4.4.1.0 dated 2024-06-24 and 4.4.2.0 dated 2024-11-11
DESCRIPTION | 8 MD5 | 22 - NEWS.md | 5 R/rcheology.R | 5 README.md | 38 +- data/Rversions.rda |binary data/rcheology.rda |binary man/figures/README-unnamed-chunk-6-1.png |binary man/figures/README-unnamed-chunk-7-1.png |binary man/rcheology-package.Rd | 12 man/rcheology.Rd | 2 tests/testthat/_snaps/snapshot.md | 482 +++++++++++++++---------------- 12 files changed, 298 insertions(+), 276 deletions(-)
Title: Tests Based on Ordinal Patterns
Description: Ordinal patterns describe the dynamics of a time series by looking at the ranks of subsequent observations. By comparing ordinal patterns of two times series, Schnurr (2014) <doi:10.1007/s00362-013-0536-8> defines a robust and non-parametric dependence measure: the ordinal pattern coefficient. Functions to calculate this and a method to detect a change in the pattern coefficient proposed in Schnurr and Dehling (2017) <doi:10.1080/01621459.2016.1164706> are provided. Furthermore, the package contains a function for calculating the ordinal pattern frequencies. Generalized ordinal patterns as proposed by Schnurr and Fischer (2022) <doi:10.1016/j.csda.2022.107472> are also considered.
Author: Alexander Duerre [aut],
Svenja Fischer [ctb],
Alexander Schnurr [aut],
Angelika Silbernagel [aut, cre]
Maintainer: Angelika Silbernagel <silbernagel@mathematik.uni-siegen.de>
Diff between ordinalpattern versions 0.2.5 dated 2024-08-21 and 0.2.6 dated 2024-11-11
DESCRIPTION | 9 +- MD5 | 10 +-- R/Pattern.R | 142 ++++++++++++++++++++++------------------------- man/countingpatterns.Rd | 10 +-- man/patternchange.Rd | 8 +- man/patterndependence.Rd | 12 +-- 6 files changed, 92 insertions(+), 99 deletions(-)
More information about ordinalpattern at CRAN
Permanent link
Title: Inferential Statistics
Description: Select set of parametric and non-parametric statistical tests. 'inferr' builds upon the solid set of
statistical tests provided in 'stats' package by including additional data types as inputs, expanding and
restructuring the test results. The tests included are t tests, variance tests, proportion tests, chi square tests, Levene's test, McNemar Test, Cochran's Q test and Runs test.
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Diff between inferr versions 0.3.1 dated 2021-05-28 and 0.3.2 dated 2024-11-11
inferr-0.3.1/inferr/man/infer_binom_calc.Rd |only inferr-0.3.1/inferr/man/infer_chisq_assoc_test.Rd |only inferr-0.3.1/inferr/man/infer_chisq_gof_test.Rd |only inferr-0.3.1/inferr/man/infer_cochran_qtest.Rd |only inferr-0.3.1/inferr/man/infer_launch_shiny_app.Rd |only inferr-0.3.1/inferr/man/infer_levene_test.Rd |only inferr-0.3.1/inferr/man/infer_mcnemar_test.Rd |only inferr-0.3.1/inferr/man/infer_oneway_anova.Rd |only inferr-0.3.1/inferr/man/infer_os_prop_test.Rd |only inferr-0.3.1/inferr/man/infer_os_t_test.Rd |only inferr-0.3.1/inferr/man/infer_os_var_test.Rd |only inferr-0.3.1/inferr/man/infer_runs_test.Rd |only inferr-0.3.1/inferr/man/infer_ts_ind_ttest.Rd |only inferr-0.3.1/inferr/man/infer_ts_paired_ttest.Rd |only inferr-0.3.1/inferr/man/infer_ts_prop_test.Rd |only inferr-0.3.1/inferr/man/infer_ts_var_test.Rd |only inferr-0.3.2/inferr/DESCRIPTION | 11 inferr-0.3.2/inferr/MD5 | 136 +-- inferr-0.3.2/inferr/NAMESPACE | 81 +- inferr-0.3.2/inferr/NEWS.md | 6 inferr-0.3.2/inferr/R/ifr-anova.R | 32 inferr-0.3.2/inferr/R/ifr-binom-test.R | 62 + inferr-0.3.2/inferr/R/ifr-chisq-assoc-test.R | 35 inferr-0.3.2/inferr/R/ifr-chisq-gof-test.R | 44 - inferr-0.3.2/inferr/R/ifr-cochran-q-test.R | 50 - inferr-0.3.2/inferr/R/ifr-launch-shiny-app.R | 16 inferr-0.3.2/inferr/R/ifr-levene-test.R | 35 inferr-0.3.2/inferr/R/ifr-mcnemar-test.R | 44 - inferr-0.3.2/inferr/R/ifr-os-prop-test.R | 45 - inferr-0.3.2/inferr/R/ifr-os-t-test.R | 54 - inferr-0.3.2/inferr/R/ifr-os-var-test.R | 43 - inferr-0.3.2/inferr/R/ifr-runs-test.R | 38 inferr-0.3.2/inferr/R/ifr-ts-ind-ttest.R | 43 - inferr-0.3.2/inferr/R/ifr-ts-paired-ttest.R | 53 - inferr-0.3.2/inferr/R/ifr-ts-prop-test.R | 65 + inferr-0.3.2/inferr/R/ifr-ts-var-test.R | 40 - inferr-0.3.2/inferr/R/inferr.R | 3 inferr-0.3.2/inferr/README.md | 59 - inferr-0.3.2/inferr/build/vignette.rds |binary inferr-0.3.2/inferr/inst/doc/intro.R | 64 - inferr-0.3.2/inferr/inst/doc/intro.Rmd | 62 - inferr-0.3.2/inferr/inst/doc/intro.html | 631 +++++++++++----- inferr-0.3.2/inferr/man/ifr_binom_calc.Rd |only inferr-0.3.2/inferr/man/ifr_chisq_assoc_test.Rd |only inferr-0.3.2/inferr/man/ifr_chisq_gof_test.Rd |only inferr-0.3.2/inferr/man/ifr_cochran_qtest.Rd |only inferr-0.3.2/inferr/man/ifr_launch_shiny_app.Rd |only inferr-0.3.2/inferr/man/ifr_levene_test.Rd |only inferr-0.3.2/inferr/man/ifr_mcnemar_test.Rd |only inferr-0.3.2/inferr/man/ifr_oneway_anova.Rd |only inferr-0.3.2/inferr/man/ifr_os_prop_test.Rd |only inferr-0.3.2/inferr/man/ifr_os_t_test.Rd |only inferr-0.3.2/inferr/man/ifr_os_var_test.Rd |only inferr-0.3.2/inferr/man/ifr_runs_test.Rd |only inferr-0.3.2/inferr/man/ifr_ts_ind_ttest.Rd |only inferr-0.3.2/inferr/man/ifr_ts_paired_ttest.Rd |only inferr-0.3.2/inferr/man/ifr_ts_prop_test.Rd |only inferr-0.3.2/inferr/man/ifr_ts_var_test.Rd |only inferr-0.3.2/inferr/man/inferr.Rd | 15 inferr-0.3.2/inferr/src/RcppExports.cpp | 5 inferr-0.3.2/inferr/tests/testthat.R | 16 inferr-0.3.2/inferr/tests/testthat/_snaps |only inferr-0.3.2/inferr/tests/testthat/test-anova.R | 30 inferr-0.3.2/inferr/tests/testthat/test-binom.R | 78 - inferr-0.3.2/inferr/tests/testthat/test-chisq.R | 48 - inferr-0.3.2/inferr/tests/testthat/test-chisqgof.R | 79 -- inferr-0.3.2/inferr/tests/testthat/test-cochran.R | 22 inferr-0.3.2/inferr/tests/testthat/test-indttest.R | 169 ---- inferr-0.3.2/inferr/tests/testthat/test-levene.R | 48 - inferr-0.3.2/inferr/tests/testthat/test-mcnemar.R | 48 - inferr-0.3.2/inferr/tests/testthat/test-os-vartest.R | 96 -- inferr-0.3.2/inferr/tests/testthat/test-paired-test.R | 131 --- inferr-0.3.2/inferr/tests/testthat/test-prop-test.R | 48 - inferr-0.3.2/inferr/tests/testthat/test-runs.R | 27 inferr-0.3.2/inferr/tests/testthat/test-ttest.R | 103 -- inferr-0.3.2/inferr/tests/testthat/test-two-prop-test.R | 107 +- inferr-0.3.2/inferr/tests/testthat/test-two-var-test.R | 115 -- inferr-0.3.2/inferr/tests/testthat/test-utils.R | 70 - inferr-0.3.2/inferr/vignettes/intro.Rmd | 62 - 79 files changed, 1502 insertions(+), 1567 deletions(-)
Title: Build and Manipulate Study Cohorts Using a Common Data Model
Description: Create and manipulate study cohorts in data mapped to the
Observational Medical Outcomes Partnership Common Data Model.
Author: Edward Burn [aut, cre] ,
Marti Catala [aut] ,
Nuria Mercade-Besora [aut] ,
Marta Alcalde-Herraiz [aut] ,
Mike Du [aut] ,
Yuchen Guo [aut] ,
Xihang Chen [aut] ,
Kim Lopez-Guell [aut] ,
Elin Rowlands [aut]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between CohortConstructor versions 0.3.1 dated 2024-10-08 and 0.3.2 dated 2024-11-11
CohortConstructor-0.3.1/CohortConstructor/R/padCohortStart.R |only CohortConstructor-0.3.1/CohortConstructor/tests/testthat/test-padCohortStart.R |only CohortConstructor-0.3.2/CohortConstructor/DESCRIPTION | 15 CohortConstructor-0.3.2/CohortConstructor/MD5 | 231 - CohortConstructor-0.3.2/CohortConstructor/NAMESPACE | 3 CohortConstructor-0.3.2/CohortConstructor/R/addIndex.R |only CohortConstructor-0.3.2/CohortConstructor/R/collapseCohorts.R | 12 CohortConstructor-0.3.2/CohortConstructor/R/conceptCohort.R | 913 +++--- CohortConstructor-0.3.2/CohortConstructor/R/data.R | 8 CohortConstructor-0.3.2/CohortConstructor/R/documentationHelper.R | 36 CohortConstructor-0.3.2/CohortConstructor/R/exitAtColumnDate.R | 31 CohortConstructor-0.3.2/CohortConstructor/R/exitAtDate.R | 94 CohortConstructor-0.3.2/CohortConstructor/R/intersectCohorts.R | 129 CohortConstructor-0.3.2/CohortConstructor/R/matchCohorts.R | 80 CohortConstructor-0.3.2/CohortConstructor/R/measurementCohort.R | 103 CohortConstructor-0.3.2/CohortConstructor/R/mockCohortConstructor.R | 2 CohortConstructor-0.3.2/CohortConstructor/R/padCohortDate.R |only CohortConstructor-0.3.2/CohortConstructor/R/reexports.R | 62 CohortConstructor-0.3.2/CohortConstructor/R/requireCohortIntersect.R | 43 CohortConstructor-0.3.2/CohortConstructor/R/requireConceptIntersect.R | 35 CohortConstructor-0.3.2/CohortConstructor/R/requireDateRange.R | 32 CohortConstructor-0.3.2/CohortConstructor/R/requireDeathFlag.R | 40 CohortConstructor-0.3.2/CohortConstructor/R/requireDemographics.R | 23 CohortConstructor-0.3.2/CohortConstructor/R/requireIsEntry.R | 48 CohortConstructor-0.3.2/CohortConstructor/R/requireMinCohortCount.R | 12 CohortConstructor-0.3.2/CohortConstructor/R/requireTableIntersect.R | 35 CohortConstructor-0.3.2/CohortConstructor/R/sampleCohorts.R | 23 CohortConstructor-0.3.2/CohortConstructor/R/stratifyCohorts.R | 8 CohortConstructor-0.3.2/CohortConstructor/R/subsetCohorts.R | 8 CohortConstructor-0.3.2/CohortConstructor/R/trimDemographics.R | 64 CohortConstructor-0.3.2/CohortConstructor/R/unionCohorts.R | 16 CohortConstructor-0.3.2/CohortConstructor/R/validateFunctions.R | 10 CohortConstructor-0.3.2/CohortConstructor/R/yearCohorts.R | 17 CohortConstructor-0.3.2/CohortConstructor/README.md | 203 - CohortConstructor-0.3.2/CohortConstructor/build/vignette.rds |binary CohortConstructor-0.3.2/CohortConstructor/data/benchmarkData.rda |binary CohortConstructor-0.3.2/CohortConstructor/inst/doc/a00_introduction.Rmd | 78 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a01_building_base_cohorts.R | 46 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a01_building_base_cohorts.Rmd | 177 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a01_building_base_cohorts.html | 151 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a02_cohort_table_requirements.R | 121 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a02_cohort_table_requirements.Rmd | 174 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a02_cohort_table_requirements.html | 253 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a03_require_demographics.R | 94 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a03_require_demographics.Rmd | 121 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a03_require_demographics.html | 156 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a04_require_intersections.R | 116 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a04_require_intersections.Rmd | 157 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a04_require_intersections.html | 202 - CohortConstructor-0.3.2/CohortConstructor/inst/doc/a05_update_cohort_start_end.Rmd | 2 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a05_update_cohort_start_end.html | 4 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a06_concatanate_cohorts.R | 4 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a06_concatanate_cohorts.Rmd | 6 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a06_concatanate_cohorts.html | 32 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a07_filter_cohorts.R | 36 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a07_filter_cohorts.Rmd | 52 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a07_filter_cohorts.html | 76 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a08_split_cohorts.R | 49 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a08_split_cohorts.Rmd | 68 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a08_split_cohorts.html | 79 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a09_combine_cohorts.R | 101 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a09_combine_cohorts.Rmd | 130 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a09_combine_cohorts.html | 101 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a10_match_cohorts.R | 8 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a10_match_cohorts.Rmd | 10 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a10_match_cohorts.html | 14 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a11_benchmark.Rmd | 2 CohortConstructor-0.3.2/CohortConstructor/inst/doc/a11_benchmark.html | 914 ++++-- CohortConstructor-0.3.2/CohortConstructor/man/CohortConstructor-package.Rd | 1 CohortConstructor-0.3.2/CohortConstructor/man/addCohortTableIndex.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/benchmarkData.Rd | 32 CohortConstructor-0.3.2/CohortConstructor/man/collapseDoc.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/conceptCohort.Rd | 12 CohortConstructor-0.3.2/CohortConstructor/man/daysDoc.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/exitAtObservationEnd.Rd | 11 CohortConstructor-0.3.2/CohortConstructor/man/intersectCohorts.Rd | 5 CohortConstructor-0.3.2/CohortConstructor/man/keepOriginalCohortsDoc.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/matchCohorts.Rd | 4 CohortConstructor-0.3.2/CohortConstructor/man/padCohortDate.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/padCohortEnd.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/padCohortStart.Rd | 21 CohortConstructor-0.3.2/CohortConstructor/man/padObservationDoc.Rd |only CohortConstructor-0.3.2/CohortConstructor/man/requireMinCohortCount.Rd | 10 CohortConstructor-0.3.2/CohortConstructor/man/sampleCohorts.Rd | 6 CohortConstructor-0.3.2/CohortConstructor/man/unionCohorts.Rd | 5 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/setup.R | 1 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-addIndex.R |only CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-collapseCohorts.R | 661 ++-- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-conceptCohort.R | 1469 +++++----- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-demographicsCohort.R | 47 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-entryAtColumnDate.R | 82 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-exitAtColumnDate.R | 82 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-exitAtDate.R | 128 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-intersectCohorts.R | 1270 ++++---- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-matchCohorts.R | 626 ++-- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-measurementCohort.R | 624 ++-- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-padCohortDate.R |only CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireCohortIntersect.R | 104 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireConceptIntersect.R | 89 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireDateRange.R | 129 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireDeathFlag.R | 36 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireDemographics.R | 131 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireIsEntry.R | 73 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireMinCohortCount.R | 40 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-requireTableIntersect.R | 94 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-sampleCohorts.R | 84 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-stratifyCohorts.R | 50 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-subsetCohorts.R | 50 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-trimDemographics.R | 65 CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-unionCohorts.R | 677 ++-- CohortConstructor-0.3.2/CohortConstructor/tests/testthat/test-yearCohorts.R | 75 CohortConstructor-0.3.2/CohortConstructor/vignettes/a00_introduction.Rmd | 78 CohortConstructor-0.3.2/CohortConstructor/vignettes/a01_building_base_cohorts.Rmd | 177 - CohortConstructor-0.3.2/CohortConstructor/vignettes/a02_cohort_table_requirements.Rmd | 174 - CohortConstructor-0.3.2/CohortConstructor/vignettes/a03_require_demographics.Rmd | 121 CohortConstructor-0.3.2/CohortConstructor/vignettes/a04_require_intersections.Rmd | 157 - CohortConstructor-0.3.2/CohortConstructor/vignettes/a05_update_cohort_start_end.Rmd | 2 CohortConstructor-0.3.2/CohortConstructor/vignettes/a06_concatanate_cohorts.Rmd | 6 CohortConstructor-0.3.2/CohortConstructor/vignettes/a07_filter_cohorts.Rmd | 52 CohortConstructor-0.3.2/CohortConstructor/vignettes/a08_split_cohorts.Rmd | 68 CohortConstructor-0.3.2/CohortConstructor/vignettes/a09_combine_cohorts.Rmd | 130 CohortConstructor-0.3.2/CohortConstructor/vignettes/a10_match_cohorts.Rmd | 10 CohortConstructor-0.3.2/CohortConstructor/vignettes/a11_benchmark.Rmd | 2 123 files changed, 8015 insertions(+), 5626 deletions(-)
More information about CohortConstructor at CRAN
Permanent link
Title: Tools for Developing Binary Logistic Regression Models
Description: Tools designed to make it easier for beginner and intermediate users to build and validate
binary logistic regression models. Includes bivariate analysis, comprehensive regression output,
model fit statistics, variable selection procedures, model validation techniques and a 'shiny'
app for interactive model building.
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Diff between blorr versions 0.3.0 dated 2020-05-28 and 0.3.1 dated 2024-11-11
DESCRIPTION | 17 MD5 | 137 ++- NEWS.md | 4 R/blr-bivariate-analysis.R | 8 R/blr-blorr.R | 3 R/blr-data-hsb.R | 4 R/blr-gains-table.R | 4 R/blr-hosmer-lemeshow-test.R | 23 R/blr-lorenz-curve.R | 2 R/blr-model-fit-stats.R | 6 R/blr-pairs.R | 5 README.md | 24 build/vignette.rds |binary inst/doc/introduction.Rmd | 2 inst/doc/introduction.html | 1188 ++++++++++++++++------------- man/blorr.Rd | 15 man/blr_bivariate_analysis.Rd | 6 man/blr_gini_index.Rd | 2 man/blr_ks_chart.Rd | 4 man/blr_pairs.Rd | 5 man/blr_segment.Rd | 4 man/blr_segment_dist.Rd | 6 man/blr_segment_twoway.Rd | 6 man/blr_woe_iv.Rd | 2 man/blr_woe_iv_stats.Rd | 2 man/hsb2.Rd | 2 src/RcppExports.cpp | 5 tests/testthat.R | 16 tests/testthat/_snaps |only tests/testthat/test-backward-aic.R |only tests/testthat/test-backward-elimination.R | 494 ------------ tests/testthat/test-bivariate-analysis.R | 166 ---- tests/testthat/test-blr-gains-table.R | 4 tests/testthat/test-blr-lrtest.R | 4 tests/testthat/test-blr-pairs.R | 2 tests/testthat/test-blr-plots.R | 2 tests/testthat/test-blr-regress.R | 53 - tests/testthat/test-coll-diag.R | 26 tests/testthat/test-forward-aic.R |only tests/testthat/test-forward-selection.R | 335 -------- tests/testthat/test-gini-index.R | 2 tests/testthat/test-hosmer-lemeshow.R | 30 tests/testthat/test-linktest.R | 4 tests/testthat/test-model-fit-stats.R | 55 - tests/testthat/test-model-validation.R | 33 tests/testthat/test-stepwise-aic.R |only tests/testthat/test-stepwise-selection.R | 484 ----------- tests/testthat/test-utils.R | 22 tools/README-kschart-1.png |binary tools/README-lift-1.png |binary tools/README-roc-1.png |binary tools/README-unnamed-chunk-2-1.png |binary vignettes/introduction.Rmd | 2 53 files changed, 894 insertions(+), 2326 deletions(-)
Title: Computation of the WHO 2007 References for School-Age Children
and Adolescents (5 to 19 Years)
Description: Provides WHO 2007 References for School-age Children and
Adolescents (5 to 19 years) (z-scores) with
confidence intervals and standard errors around the
prevalence estimates, taking into account complex sample designs.
More information on the methods is
available online:
<https://www.who.int/tools/growth-reference-data-for-5to19-years>.
Author: Dirk Schumacher [aut, cre],
Elaine Borghi [ctb],
Giovanna Gatica-Dominguez [ctb],
World Health Organization [cph]
Maintainer: Dirk Schumacher <mail@dirk-schumacher.net>
Diff between anthroplus versions 0.9.0 dated 2021-11-24 and 1.0.0 dated 2024-11-11
DESCRIPTION | 10 +++++---- MD5 | 19 +++++++++-------- NEWS.md |only R/prevalence.R | 24 ++++++++++++---------- R/sysdata.rda |binary R/zscores.R | 8 +++---- README.md | 8 +++---- man/anthroplus_prevalence.Rd | 4 +-- man/anthroplus_zscores.Rd | 6 ++--- tests/testthat/test-prevalence.R | 11 +++++++--- tests/testthat/test-zscores.R | 42 ++++++++++++++++++++++++++++++++++++++- 11 files changed, 91 insertions(+), 41 deletions(-)
Title: Taxa Waterbeheer Nederland voor R
Description: The TWN-list (Taxa Waterbeheer Nederland) is the Dutch standard for naming
taxons in Dutch Watermanagement. This package makes it easier to use the
TWN-list for ecological analyses. It consists of two parts. First it makes the
TWN-list itself available in R. Second, it has a few functions that make it
easy to perform some basic and often recurring tasks for checking and consulting
taxonomic data from the TWN-list.
Author: Johan van Tent [aut, cre]
Maintainer: Johan van Tent <tentvanjohan@hotmail.com>
Diff between twn versions 0.2.4 dated 2023-06-20 and 0.2.5 dated 2024-11-11
DESCRIPTION | 8 MD5 | 20 NEWS.md | 4 R/sysdata.rda |binary build/vignette.rds |binary data/twn_lijst.rda |binary data/twn_literatuur.rda |binary data/twn_statuscodes.rda |binary data/twn_taxonlevels.rda |binary inst/doc/krw_beoordeling.R | 4 inst/doc/krw_beoordeling.html | 901 +++++++++++++++++++++--------------------- 11 files changed, 472 insertions(+), 465 deletions(-)
Title: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
Description: The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides
many desirable features. This package bundles these header files for easy use by R packages
from both their R and C or C++ code. Explicit use via 'LinkingTo:' is also supported. Also
see the 'spdl' package which enhanced this package with a consistent R and C++ interface.
Author: Dirk Eddelbuettel [aut, cre] ,
Gabi Melman [aut] ,
Victor Zverovic [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppSpdlog versions 0.0.18 dated 2024-09-10 and 0.0.19 dated 2024-11-11
ChangeLog | 40 DESCRIPTION | 8 MD5 | 83 R/RcppExports.R | 2 build/partial.rdb |binary build/vignette.rds |binary inst/NEWS.Rd | 12 inst/include/rcpp_sink.h | 10 inst/include/spdl.h | 27 inst/include/spdlog/async_logger-inl.h | 12 inst/include/spdlog/details/mpmc_blocking_q.h | 6 inst/include/spdlog/details/os-inl.h | 6 inst/include/spdlog/details/thread_pool-inl.h | 11 inst/include/spdlog/details/thread_pool.h | 17 inst/include/spdlog/fmt/bundled/args.h | 115 inst/include/spdlog/fmt/bundled/base.h |only inst/include/spdlog/fmt/bundled/chrono.h | 476 ++- inst/include/spdlog/fmt/bundled/color.h | 193 - inst/include/spdlog/fmt/bundled/compile.h | 110 inst/include/spdlog/fmt/bundled/core.h | 2972 --------------------- inst/include/spdlog/fmt/bundled/format-inl.h | 304 +- inst/include/spdlog/fmt/bundled/format.h | 1360 ++++----- inst/include/spdlog/fmt/bundled/os.h | 188 - inst/include/spdlog/fmt/bundled/ostream.h | 84 inst/include/spdlog/fmt/bundled/printf.h | 253 - inst/include/spdlog/fmt/bundled/ranges.h | 484 ++- inst/include/spdlog/fmt/bundled/std.h | 394 +- inst/include/spdlog/fmt/bundled/xchar.h | 155 - inst/include/spdlog/mdc.h | 4 inst/include/spdlog/pattern_formatter-inl.h | 18 inst/include/spdlog/sinks/ansicolor_sink.h | 2 inst/include/spdlog/sinks/base_sink.h | 8 inst/include/spdlog/sinks/callback_sink.h | 2 inst/include/spdlog/sinks/daily_file_sink.h | 3 inst/include/spdlog/sinks/hourly_file_sink.h | 2 inst/include/spdlog/sinks/msvc_sink.h | 2 inst/include/spdlog/sinks/rotating_file_sink-inl.h | 2 inst/include/spdlog/sinks/syslog_sink.h | 5 inst/include/spdlog/sinks/wincolor_sink-inl.h | 9 inst/include/spdlog/version.h | 4 man/log_setup.Rd | 2 src/formatter.cpp | 39 src/interface.cpp | 2 43 files changed, 2597 insertions(+), 4829 deletions(-)
Title: Interpreting Latent Variables with AI
Description: A small package designed for interpreting continuous and categorical latent variables. You provide a data set with a latent variable you want to understand and some other explanatory variables. It provides a description of the latent variable based on the explanatory variables. It also provides a name to the latent variable.
Author: Nel Herve [aut],
Sebastien Le [aut, cre]
Maintainer: Sebastien Le <sebastien.le@institut-agro.fr>
Diff between NaileR versions 1.2.0 dated 2024-09-26 and 1.2.1 dated 2024-11-11
DESCRIPTION | 8 +-- MD5 | 22 ++++---- R/nail_catdes.R | 55 +++++++++++++--------- R/nail_condes.R | 65 +++++++++++++++----------- R/nail_descfreq.R | 29 ++++++----- R/nail_qda.R | 125 +++++++++++++++++++++++++++++++++++---------------- R/nail_textual.R | 93 ++++++++++++++++++++----------------- man/nail_catdes.Rd | 32 ++++++++----- man/nail_condes.Rd | 47 +++++++++++-------- man/nail_descfreq.Rd | 25 ++++++---- man/nail_qda.Rd | 44 +++++++++++++++-- man/nail_textual.Rd | 47 ++++++++++--------- 12 files changed, 366 insertions(+), 226 deletions(-)
Title: Estimation and Inference for Structural Breaks in Linear
Regression Models
Description: Functions provide comprehensive treatments for estimating, inferring, testing and model selecting in linear regression models with structural breaks. The tests, estimation methods, inference and information criteria implemented are discussed in Bai and Perron (1998) "Estimating and Testing Linear Models with Multiple Structural Changes" <doi:10.2307/2998540>.
Author: Linh Nguyen [aut, cre],
Yohei Yamamoto [aut],
Pierre Perron [aut]
Maintainer: Linh Nguyen <nguye535@purdue.edu>
Diff between mbreaks versions 1.0.0 dated 2023-01-23 and 1.0.1 dated 2024-11-11
mbreaks-1.0.0/mbreaks/R/SupTest.R |only mbreaks-1.0.1/mbreaks/DESCRIPTION | 6 mbreaks-1.0.1/mbreaks/MD5 | 73 - mbreaks-1.0.1/mbreaks/R/Estimation.R | 14 mbreaks-1.0.1/mbreaks/R/Procedures.R | 431 ++++----- mbreaks-1.0.1/mbreaks/R/Test.R | 19 mbreaks-1.0.1/mbreaks/R/Utilities.R | 33 mbreaks-1.0.1/mbreaks/R/Variance.R | 2 mbreaks-1.0.1/mbreaks/R/mdl.R | 79 - mbreaks-1.0.1/mbreaks/build/vignette.rds |binary mbreaks-1.0.1/mbreaks/inst/doc/examples_mbreaks.html | 901 ++++++++++++------- mbreaks-1.0.1/mbreaks/man/compile_model.Rd | 44 mbreaks-1.0.1/mbreaks/man/compile_sbtests.Rd | 26 mbreaks-1.0.1/mbreaks/man/compile_seqtests.Rd | 16 mbreaks-1.0.1/mbreaks/man/correct.Rd | 2 mbreaks-1.0.1/mbreaks/man/dating.Rd | 4 mbreaks-1.0.1/mbreaks/man/diag_par.Rd | 2 mbreaks-1.0.1/mbreaks/man/dofix.Rd | 29 mbreaks-1.0.1/mbreaks/man/doglob.Rd | 15 mbreaks-1.0.1/mbreaks/man/doorder.Rd | 47 mbreaks-1.0.1/mbreaks/man/dorepart.Rd | 78 - mbreaks-1.0.1/mbreaks/man/doseqtests.Rd | 32 mbreaks-1.0.1/mbreaks/man/dosequa.Rd | 82 - mbreaks-1.0.1/mbreaks/man/dotest.Rd | 22 mbreaks-1.0.1/mbreaks/man/estim.Rd | 20 mbreaks-1.0.1/mbreaks/man/interval.Rd | 10 mbreaks-1.0.1/mbreaks/man/mdl.Rd | 89 - mbreaks-1.0.1/mbreaks/man/nkpc.Rd | 26 mbreaks-1.0.1/mbreaks/man/nldat.Rd | 14 mbreaks-1.0.1/mbreaks/man/pftest.Rd | 9 mbreaks-1.0.1/mbreaks/man/plot_model.Rd | 10 mbreaks-1.0.1/mbreaks/man/print.mdl.Rd | 14 mbreaks-1.0.1/mbreaks/man/print.model.Rd | 26 mbreaks-1.0.1/mbreaks/man/print.sbtests.Rd | 16 mbreaks-1.0.1/mbreaks/man/print.seqtests.Rd | 12 mbreaks-1.0.1/mbreaks/man/psigmq.Rd | 6 mbreaks-1.0.1/mbreaks/man/real.Rd | 6 mbreaks-1.0.1/mbreaks/man/spflp1.Rd | 28 38 files changed, 1254 insertions(+), 989 deletions(-)
More information about ig.degree.betweenness at CRAN
Permanent link
Title: Mitigating Spatial Bias Through Geographical Complexity
Description: The geographical complexity of individual variables can be characterized by the differences in local attribute variables, while the common geographical complexity of multiple variables can be represented by fluctuations in the similarity of vectors composed of multiple variables. In spatial regression tasks, the goodness of fit can be improved by incorporating a geographical complexity representation vector during modeling, using a geographical complexity-weighted spatial weight matrix, or employing local geographical complexity kernel density. Similarly, in spatial sampling tasks, samples can be selected more effectively by using a method that weights based on geographical complexity. By optimizing performance in spatial regression and spatial sampling tasks, the spatial bias of the model can be effectively reduced.
Author: Wenbo Lv [aut, cre, cph] ,
Yongze Song [aut] ,
Zehua Zhang [aut]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Diff between geocomplexity versions 0.2.0 dated 2024-10-03 and 0.2.1 dated 2024-11-11
DESCRIPTION | 17 +++++++++++------ MD5 | 11 ++++++----- NEWS.md | 30 +++++++++++++++++------------- README.md | 2 +- build/vignette.rds |binary inst/CITATION |only man/figures/logo.png |binary 7 files changed, 35 insertions(+), 25 deletions(-)
Title: Simple Functions to Save Time and Memory
Description: Fast and memory-efficient (or 'cheap') tools to facilitate
efficient programming, saving time and memory. It aims to provide
'cheaper' alternatives to common base R functions, as well as some
additional functions.
Author: Nick Christofides [aut, cre]
Maintainer: Nick Christofides <nick.christofides.r@gmail.com>
Diff between cheapr versions 0.9.9 dated 2024-10-14 and 0.9.91 dated 2024-11-11
cheapr-0.9.9/cheapr/src/cheapr_cpp.h |only cheapr-0.9.91/cheapr/DESCRIPTION | 6 cheapr-0.9.91/cheapr/MD5 | 82 +-- cheapr-0.9.91/cheapr/NAMESPACE | 10 cheapr-0.9.91/cheapr/NEWS.md | 22 cheapr-0.9.91/cheapr/R/as_discrete.R | 5 cheapr-0.9.91/cheapr/R/case.R |only cheapr-0.9.91/cheapr/R/cpp11.R | 28 + cheapr-0.9.91/cheapr/R/dots.R | 11 cheapr-0.9.91/cheapr/R/extras.R | 175 +++--- cheapr-0.9.91/cheapr/R/factors.R | 254 ++++++++- cheapr-0.9.91/cheapr/R/get_breaks.R | 5 cheapr-0.9.91/cheapr/R/if_else.R |only cheapr-0.9.91/cheapr/R/lag.R | 6 cheapr-0.9.91/cheapr/R/lists.R | 4 cheapr-0.9.91/cheapr/R/new_df.R | 2 cheapr-0.9.91/cheapr/R/overview.R | 199 ++++--- cheapr-0.9.91/cheapr/R/utils.R | 133 ++++ cheapr-0.9.91/cheapr/README.md | 199 +++++-- cheapr-0.9.91/cheapr/man/as_discrete.Rd | 7 cheapr-0.9.91/cheapr/man/case.Rd |only cheapr-0.9.91/cheapr/man/cheapr_if_else.Rd |only cheapr-0.9.91/cheapr/man/extras.Rd | 70 ++ cheapr-0.9.91/cheapr/man/factors.Rd | 89 +++ cheapr-0.9.91/cheapr/man/get_breaks.Rd | 4 cheapr-0.9.91/cheapr/man/overview.Rd | 26 cheapr-0.9.91/cheapr/src/altrep.cpp | 2 cheapr-0.9.91/cheapr/src/attrs.cpp | 4 cheapr-0.9.91/cheapr/src/cheapr.h |only cheapr-0.9.91/cheapr/src/cpp11.cpp | 57 ++ cheapr-0.9.91/cheapr/src/gcd.cpp | 20 cheapr-0.9.91/cheapr/src/int64.cpp | 2 cheapr-0.9.91/cheapr/src/lag.cpp | 244 ++++----- cheapr-0.9.91/cheapr/src/lists.cpp | 2 cheapr-0.9.91/cheapr/src/nas.cpp | 316 ++++++----- cheapr-0.9.91/cheapr/src/scalars.cpp | 453 ++++++++++------ cheapr-0.9.91/cheapr/src/sequences.cpp | 2 cheapr-0.9.91/cheapr/src/set_math.cpp | 9 cheapr-0.9.91/cheapr/src/sset.cpp | 122 ---- cheapr-0.9.91/cheapr/src/utils.cpp | 458 ++++++++++++++++- cheapr-0.9.91/cheapr/src/which.cpp | 375 ++++++++----- cheapr-0.9.91/cheapr/tests/testthat/_snaps/overview.md | 188 +++--- cheapr-0.9.91/cheapr/tests/testthat/test-case.R |only cheapr-0.9.91/cheapr/tests/testthat/test-extras.R | 44 + cheapr-0.9.91/cheapr/tests/testthat/test-if_else.R |only cheapr-0.9.91/cheapr/tests/testthat/test-set_math.R | 30 - 46 files changed, 2534 insertions(+), 1131 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-08-13 0.2.0
2020-09-04 0.1.2
2020-09-02 0.1.0
2020-09-02 0.1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-05-12 2.8.9
2021-01-14 2.8.7
2020-11-03 2.8.6
2020-09-26 2.8.4
2018-08-22 1.95
2018-04-09 1.90
2018-01-25 1.85
2018-01-17 1.80
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-11-16 0.7.5
2022-05-05 0.7.4
2018-02-01 0.7.3
2011-01-11 0.7.2-2
2010-04-12 0.7.2-1
2010-02-24 0.7.2
2010-01-07 0.7.1
2009-08-16 0.7.0
2009-05-17 0.6.2
2009-01-12 0.6.1
2009-01-11 0.6
2008-08-06 0.5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-05-04 1.0-3
2014-01-03 1.0-2
2010-02-28 1.0-1
2008-02-14 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-04-05 0.6-4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-01-10 0.9.16
2018-12-08 0.9.15
2016-02-22 0.9.14
2014-12-21 0.9.13
2014-04-02 0.9.12
2014-02-20 0.9.11
2011-11-07 0.9.10
2011-09-26 0.9.9
2010-01-21 0.9.8
2009-11-09 0.9.7
2009-07-18 0.9.6
2008-08-07 0.9.4
2007-11-26 0.9.3
2007-10-21 0.9.2
2006-07-13 0.9.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-01-27 0.1.33
2023-01-26 0.1.28
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-02-02 0.2.1
2024-01-22 0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2016-10-26 1.1-1
2016-01-27 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-06-29 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-01-30 1.1.1
2024-01-16 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-10-29 2.0.2
2021-05-17 2.0.0
2020-01-23 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-01-19 1.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-05-24 6.0
2023-05-13 5.3
2022-12-22 5.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-04-27 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-11-08 1.1-9
2022-04-12 1.1-8
2021-08-09 1.1-7
2020-04-19 1.1-6
2019-11-19 1.1-5
2019-07-15 1.1-4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-05-22 1.2-1
2015-09-16 1.2
2014-01-06 1.1
2011-06-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-01-18 1.5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-02-25 1.2.0
2018-02-13 1.1.0
2018-02-12 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-08-18 1.7.5