Title: Interactive Statistical Data Visualization
Description: An extendable toolkit for interactive data visualization and exploration.
Author: Adrian Waddell [aut],
R. Wayne Oldford [aut, cre, ths],
Zehao Xu [ctb],
Martin Gauch [ctb]
Maintainer: R. Wayne Oldford <rwoldford@uwaterloo.ca>
Diff between loon versions 1.3.9 dated 2022-02-07 and 1.4.0 dated 2022-03-12
DESCRIPTION | 8 - MD5 | 38 ++++----- NEWS.md | 15 +++ R/l_hist.R | 125 +++++++++++++++++++++++++++---- R/l_layer.R | 2 R/l_web.R | 3 build/vignette.rds |binary inst/doc/introduction.Rmd | 2 inst/doc/introduction.html | 8 - inst/doc/logicalQueries.Rmd | 2 inst/doc/logicalQueries.html | 4 inst/doc/savingLoonPlots.Rmd | 2 inst/doc/savingLoonPlots.html | 3 inst/doc/teaching-example-smoothing.html | 4 man/l_hist.Rd | 40 +++++++++ man/l_layer_texts.Rd | 2 man/l_web.Rd | 2 vignettes/introduction.Rmd | 2 vignettes/logicalQueries.Rmd | 2 vignettes/savingLoonPlots.Rmd | 2 20 files changed, 205 insertions(+), 61 deletions(-)
Title: 'ICD' Programs for Injury Categorization in R
Description: Categorization and scoring of injury severity typically involves
trained personnel with access to injured persons or their medical records. 'icdpicr' contains a function
that provides automated calculation of Abbreviated Injury Scale ('AIS') and Injury Severity Score ('ISS')
from International Classification of Diseases ('ICD') codes and may be a useful substitute to manual injury
severity scoring. 'ICDPIC' was originally developed in 'Stata', and 'icdpicr' is an open-access update
that accepts both 'ICD-9' and 'ICD-10' codes.
Author: Adam Black [aut, cre, cph],
David Clark [aut, cph]
Maintainer: Adam Black <ablack3@gmail.com>
Diff between icdpicr versions 1.0.0 dated 2021-01-28 and 1.0.1 dated 2022-03-12
DESCRIPTION | 10 LICENSE | 4 MD5 | 34 - NAMESPACE | 10 NEWS.md | 25 R/cat_trauma.R | 963 ++++++++++++++-------------- R/data.R | 40 - R/helper_functions.R | 102 +-- R/icdpicr.R | 201 ++--- build/vignette.rds |binary inst/doc/implementation-details.R | 12 inst/doc/implementation-details.Rmd | 320 +++++---- inst/doc/implementation-details.html | 1174 +++++++++++++++-------------------- man/cat_trauma.Rd | 189 ++--- man/icdpicr.Rd | 215 +++--- tests/testthat.R | 8 tests/testthat/test-cat_trauma.R | 132 +-- vignettes/implementation-details.Rmd | 320 +++++---- 18 files changed, 1888 insertions(+), 1871 deletions(-)
Title: Do a Git Style Diff of the Rows Between Two Dataframes with
Similar Structure
Description: Compares two dataframes which have the same column
structure to show the rows that have changed. Also gives a git style diff format
to quickly see what has changed in addition to summary statistics.
Author: Alex Joseph [aut, cre]
Maintainer: Alex Joseph <alexsanjoseph@gmail.com>
Diff between compareDF versions 2.3.2 dated 2021-10-13 and 2.3.3 dated 2022-03-12
DESCRIPTION | 16 ++++++++-------- LICENSE | 4 ++-- MD5 | 20 ++++++++++---------- NAMESPACE | 1 + NEWS.md | 4 ++++ R/fnsComparison.R | 21 +++++++-------------- R/fnsOutputs.R | 8 -------- man/compare_df.Rd | 9 --------- man/view_html.Rd | 9 --------- tests/testthat/test-fnsComparison.R | 18 ++++++++++++++++++ tests/testthat/test-fnsOutputs.R | 5 ++--- 11 files changed, 52 insertions(+), 63 deletions(-)
Title: Comparative Analysis with Annotation-Based Genomic Components
Description: A first-principle, phylogeny-aware comparative genomics tool for
investigating associations between terms used to annotate genomic
components (e.g., Pfam IDs, Gene Ontology terms,) with quantitative
or rank variables such as number of cell types, genome size, or
density of specific genomic elements. See the project website for
more information, documentation and examples.
Author: Francisco Lobo [aut],
Felipe Campelo [aut, cre],
Jorge Augusto Hongo [aut],
Giovanni Marques de Castro [aut],
Gabriel Almeida [sad, dnc]
Maintainer: Felipe Campelo <fcampelo@gmail.com>
Diff between CALANGO versions 1.0.8 dated 2021-12-13 and 1.0.10 dated 2022-03-12
DESCRIPTION | 12 ++++++------ MD5 | 8 ++++---- NEWS.md | 6 ++++++ R/retrieve_data_files.R | 3 +-- README.md | 6 +++--- 5 files changed, 20 insertions(+), 15 deletions(-)
Title: 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices
Description: 'Rcpp' integration for 'GNU GSL' vectors and matrices
The 'GNU Scientific Library' (or 'GSL') is a collection of numerical routines for
scientific computing. It is particularly useful for C and C++ programs as it
provides a standard C interface to a wide range of mathematical routines. There
are over 1000 functions in total with an extensive test suite. The 'RcppGSL'
package provides an easy-to-use interface between 'GSL' data structures and
R using concepts from 'Rcpp' which is itself a package that eases the
interfaces between R and C++. This package also serves as a prime example of
how to build a package that uses 'Rcpp' to connect to another third-party
library. The 'autoconf' script, 'inline' plugin and example package can all
be used as a stanza to write a similar package against another library.
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppGSL versions 0.3.10 dated 2021-10-07 and 0.3.11 dated 2022-03-12
ChangeLog | 12 ++++++++++++ DESCRIPTION | 8 ++++---- MD5 | 20 ++++++++++---------- README.md | 1 - build/partial.rdb |binary build/vignette.rds |binary configure | 18 +++++++++--------- configure.ac | 4 ++-- inst/NEWS.Rd | 9 ++++++++- inst/doc/RcppGSL-intro.pdf |binary src/Makevars.ucrt | 6 ++++-- 11 files changed, 49 insertions(+), 29 deletions(-)
Title: Web Server Log Analysis
Description: Provides Apache and IIS log analytics for transaction performance, client populations and workload definitions.
Author: Greg Hunt [aut, cre, cph]
Maintainer: Greg Hunt <greg@firmansyah.com>
Diff between WebAnalytics versions 0.9.1 dated 2022-01-06 and 0.9.2 dated 2022-03-12
DESCRIPTION | 14 MD5 | 52 NAMESPACE | 25 NEWS.md |only R/configVariablesGet.R | 273 +-- R/logFileRead.R | 391 ++--- R/plotByRate.R | 210 +- R/plotDataRateImpactOnResponse.R | 60 R/plotDataRateImpactOnStaticResponse.R | 54 R/plotFrequencyHistogramOutlierCutoff.R | 117 - R/plotLogResponseTimeScatter.R | 27 R/plotParallelismRateImpactOnResponse.R | 267 +-- R/plotResponseTimeScatter.R | 27 R/plotSave.R | 106 - R/plotSaveGG.R | 74 R/plotTransactionRateImpactOnDynamicContentResponse.R | 35 R/plotWriteFilenameToLaTexFile.R | 50 R/summaryTxDataFrameCreate.R | 86 - R/workingDirectoryPopulate.R | 145 + inst/templates/makerpt.ps1 | 20 inst/templates/makerpt.sh | 109 - inst/templates/sample.config | 146 + inst/templates/sampleRfile.R | 1339 +++++++++--------- man/WebAnalytics-package.Rd | 360 ++-- man/configVariablesGet.Rd | 430 +++-- tests/test-configVariables.R | 232 +-- tests/test-logFileRead.R | 68 tests/test-workingDirectory.R |only 28 files changed, 2504 insertions(+), 2213 deletions(-)
Title: Trajectory Presence and Heterogeneity in Multivariate Data
Description: Testing for trajectory presence and heterogeneity on
multivariate data. Two statistical methods (Tenha & Song 2022)
<doi:10.1371/journal.pcbi.1009829> are implemented. The tree dimension
test quantifies the statistical evidence for trajectory presence. The
subset specificity measure summarizes pattern heterogeneity using the
minimum subtree cover. There is no user tunable parameters for either
method. Examples are included to illustrate how to use the methods on
single-cell data for studying gene and pathway expression dynamics and
pathway expression specificity.
Author: Lovemore Tenha [aut] ,
Joe Song [aut, cre]
Maintainer: Joe Song <joemsong@cs.nmsu.edu>
Diff between TreeDimensionTest versions 0.0.1 dated 2022-01-20 and 0.0.2 dated 2022-03-12
TreeDimensionTest-0.0.1/TreeDimensionTest/man/plotTree.Rd |only TreeDimensionTest-0.0.2/TreeDimensionTest/DESCRIPTION | 30 TreeDimensionTest-0.0.2/TreeDimensionTest/MD5 | 41 TreeDimensionTest-0.0.2/TreeDimensionTest/NAMESPACE | 3 TreeDimensionTest-0.0.2/TreeDimensionTest/NEWS.md | 67 - TreeDimensionTest-0.0.2/TreeDimensionTest/R/RcppExports.R | 16 TreeDimensionTest-0.0.2/TreeDimensionTest/R/tree_dim.R | 145 +- TreeDimensionTest-0.0.2/TreeDimensionTest/README.md | 7 TreeDimensionTest-0.0.2/TreeDimensionTest/build/partial.rdb |only TreeDimensionTest-0.0.2/TreeDimensionTest/build/vignette.rds |binary TreeDimensionTest-0.0.2/TreeDimensionTest/inst/CITATION | 10 TreeDimensionTest-0.0.2/TreeDimensionTest/inst/REFERENCES.bib | 56 TreeDimensionTest-0.0.2/TreeDimensionTest/inst/doc/Tutorial.R | 157 +- TreeDimensionTest-0.0.2/TreeDimensionTest/inst/doc/Tutorial.Rmd | 241 ++- TreeDimensionTest-0.0.2/TreeDimensionTest/inst/doc/Tutorial.html | 647 +++++++--- TreeDimensionTest-0.0.2/TreeDimensionTest/inst/extdata/bifurcating_7.rds |binary TreeDimensionTest-0.0.2/TreeDimensionTest/man/compute.stats.Rd | 3 TreeDimensionTest-0.0.2/TreeDimensionTest/man/plot.test.Rd |only TreeDimensionTest-0.0.2/TreeDimensionTest/man/test.trajectory.Rd | 11 TreeDimensionTest-0.0.2/TreeDimensionTest/src/RcppExports.cpp | 51 TreeDimensionTest-0.0.2/TreeDimensionTest/src/tree_dim_src.cpp | 181 +- TreeDimensionTest-0.0.2/TreeDimensionTest/tests/testthat/test-separability.R | 36 TreeDimensionTest-0.0.2/TreeDimensionTest/vignettes/Tutorial.Rmd | 241 ++- 23 files changed, 1351 insertions(+), 592 deletions(-)
More information about TreeDimensionTest at CRAN
Permanent link
Title: Get Executing Script's Path, from 'RStudio', 'Rgui', 'Rscript'
(Shells Including Windows Command-Line / / Unix Terminal), and
'source'
Description: Determine the full path of the executing script. Works when
running a line or selection from a script in 'RStudio' and 'Rgui', when
using 'source', 'sys.source', 'debugSource' in 'RStudio', and
'testthat::source_file', and when running R from a shell.
Author: Andrew Simmons
Maintainer: Andrew Simmons <akwsimmo@gmail.com>
Diff between this.path versions 0.5.0 dated 2022-01-11 and 0.5.1 dated 2022-03-12
this.path-0.5.0/this.path/man/running.R.from.command-line.Rd |only this.path-0.5.1/this.path/DESCRIPTION | 18 this.path-0.5.1/this.path/LICENSE | 2 this.path-0.5.1/this.path/MD5 | 38 - this.path-0.5.1/this.path/NAMESPACE | 6 this.path-0.5.1/this.path/R/as.relative.path.R |only this.path-0.5.1/this.path/R/check.path.R | 8 this.path-0.5.1/this.path/R/normalizeURL.R | 28 this.path-0.5.1/this.path/R/this.path.R | 288 ++++------ this.path-0.5.1/this.path/README | 75 +- this.path-0.5.1/this.path/build/partial.rdb |binary this.path-0.5.1/this.path/inst/extdata/write_R_Editor_regexp.R | 70 +- this.path-0.5.1/this.path/man/R.from.shell.Rd |only this.path-0.5.1/this.path/man/as.relative.path.Rd |only this.path-0.5.1/this.path/man/check.path.Rd | 39 - this.path-0.5.1/this.path/man/here.Rd | 6 this.path-0.5.1/this.path/man/this.path-package.Rd | 2 this.path-0.5.1/this.path/man/this.path.Rd | 32 - this.path-0.5.1/this.path/man/this.path2.Rd | 9 this.path-0.5.1/this.path/tests/faster_subsequent_times.R | 47 - this.path-0.5.1/this.path/tests/main.R | 19 this.path-0.5.1/this.path/tests/test.R | 2 22 files changed, 368 insertions(+), 321 deletions(-)
Title: Matrix Powers
Description: A general framework for computing powers of matrices. A
key feature is the capability for users to write callback functions,
called after each iteration, thus enabling customization for specific
applications. Diverse types of matrix classes/matrix multiplication
are accommodated. If the multiplication type computes in parallel,
then the package computation is also parallel.
Author: Norm Matloff, Jack Norman
Maintainer: Norm Matloff <normmatloff@gmail.com>
Diff between matpow versions 0.1.1 dated 2014-08-20 and 0.1.2 dated 2022-03-12
DESCRIPTION | 10 +++++----- MD5 | 10 +++++----- NAMESPACE | 2 +- R/callbackexs.R | 4 ---- R/matpow.R | 19 +++++++++++-------- man/genmulcmd.Rd | 2 -- 6 files changed, 22 insertions(+), 25 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-01-04 0.1.6