Title: Subpopulation Treatment Effect Pattern Plot (STEPP)
Description: A method to explore the treatment-covariate interactions in survival or generalized
linear model (GLM) for continuous, binomial and count data arising from two or more treatment
arms of a clinical trial. A permutation distribution approach to inference is implemented,
based on permuting the covariate values within each treatment group.
Author: Wai-ki Yip [aut, cre],
Ann Lazar [ctb],
David Zahrieh [ctb],
Chip Cole [ctb],
Ann Lazar [ctb],
Marco Bonetti [ctb],
Victoria Wang [ctb],
William Barcella [ctb],
Sergio Venturini [aut]
Richard Gelber [ctb]
Maintainer: Wai-ki Yip <yuser86@yahoo.com>
Diff between stepp versions 3.2.5 dated 2022-06-18 and 3.2.6 dated 2023-12-17
DESCRIPTION | 8 MD5 | 4 R/stmodelGLM.R | 2220 +++++++++++++++++++++++++++++---------------------------- 3 files changed, 1155 insertions(+), 1077 deletions(-)
Title: Effect Size Estimation and Visualisation
Description: An easy-to-use yet powerful system for plotting grouped data effect sizes.
Various types of effect size can be estimated, then plotted together with a
representation of the original data. Select from many possible data representations
(box plots, violin plots, raw data points etc.), and combine as desired.
'Durga' plots are implemented in base R, so are compatible with base R methods
for combining plots, such as 'layout()'. See Khan & McLean (2023)
<doi:10.1101/2023.02.06.526960>.
Author: Kawsar Khan [aut] ,
Jim McLean [aut, cre]
Maintainer: Jim McLean <jim_mclean@optusnet.com.au>
Diff between Durga versions 1.1.0 dated 2023-06-14 and 2.0 dated 2023-12-17
DESCRIPTION | 8 MD5 | 50 +- NEWS.md | 16 R/brackets.R | 2 R/contrasts.R | 4 R/data.R | 62 ++ R/differences.R | 679 ++++++++++++++++++++++++------- R/plot.R | 75 ++- README.md | 94 +--- TODO | 25 + data/insulin.wide.rda |only inst/doc/Durga-intro.R | 35 + inst/doc/Durga-intro.Rmd | 67 ++- inst/doc/Durga-intro.html | 808 +++++++++++++++++++++----------------- man/DurgaBrackets.Rd | 8 man/DurgaDiff.Rd | 266 ++++++++---- man/DurgaDiff.formula.Rd | 197 ++++----- man/DurgaPlot.Rd | 49 +- man/damselfly.Rd | 12 man/insulin.Rd | 26 - man/insulin.wide.Rd |only man/petunia.Rd | 8 tests/testthat/Rplots.pdf |binary tests/testthat/test-bias.R |only tests/testthat/test-brackets.R | 2 tests/testthat/test-difference.R | 422 +++++++++++++++++-- tests/testthat/test-effecttypes.R |only vignettes/Durga-intro.Rmd | 67 ++- 28 files changed, 2043 insertions(+), 939 deletions(-)
Title: Multimodal Network Analysis and More
Description: A set of tools for analysing multimodal networks.
It includes functions for measuring
centrality, centralization, cohesion, closure, constraint and diversity,
as well as for network block-modelling, regression, and diffusion models.
The package is released as a complement to
'Multimodal Political Networks' (2021, ISBN:9781108985000),
and includes various datasets used in the book.
Built on the 'manynet' package, all functions operate with matrices, edge lists,
and 'igraph', 'network', and 'tidygraph' objects,
and on one-mode, two-mode (bipartite), and sometimes three-mode networks.
Author: James Hollway [cre, aut, ctb] ,
Henrique Sposito [ctb] ,
Jael Tan [ctb] ,
Bernhard Bieri [ctb]
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Diff between migraph versions 1.1.5 dated 2023-11-02 and 1.2.1 dated 2023-12-17
migraph-1.1.5/migraph/R/mark_is.R |only migraph-1.1.5/migraph/man/is.Rd |only migraph-1.2.1/migraph/DESCRIPTION | 8 migraph-1.2.1/migraph/MD5 | 96 - migraph-1.2.1/migraph/NAMESPACE | 32 migraph-1.2.1/migraph/NEWS.md | 136 + migraph-1.2.1/migraph/R/class_measures.R | 17 migraph-1.2.1/migraph/R/class_members.R | 8 migraph-1.2.1/migraph/R/class_models.R | 58 migraph-1.2.1/migraph/R/mark_nodes.R | 220 ++- migraph-1.2.1/migraph/R/mark_ties.R | 2 migraph-1.2.1/migraph/R/measure_centrality.R | 13 migraph-1.2.1/migraph/R/measure_closure.R | 2 migraph-1.2.1/migraph/R/measure_cohesion.R | 36 migraph-1.2.1/migraph/R/measure_diffusion.R |only migraph-1.2.1/migraph/R/measure_features.R | 4 migraph-1.2.1/migraph/R/measure_heterogeneity.R | 4 migraph-1.2.1/migraph/R/measure_hierarchy.R | 2 migraph-1.2.1/migraph/R/measure_holes.R | 2 migraph-1.2.1/migraph/R/member_community.R | 2 migraph-1.2.1/migraph/R/member_components.R | 2 migraph-1.2.1/migraph/R/member_core.R | 2 migraph-1.2.1/migraph/R/member_equivalence.R | 2 migraph-1.2.1/migraph/R/model_k.R | 2 migraph-1.2.1/migraph/R/model_play.R | 244 ++- migraph-1.2.1/migraph/R/model_regression.R | 2 migraph-1.2.1/migraph/R/model_tests.R | 44 migraph-1.2.1/migraph/R/motif_census.R | 2 migraph-1.2.1/migraph/R/reexports_classes.R | 8 migraph-1.2.1/migraph/README.md | 58 migraph-1.2.1/migraph/inst/tutorials/tutorial7/diffusion.Rmd | 159 +- migraph-1.2.1/migraph/inst/tutorials/tutorial7/diffusion.html | 718 ++++++++-- migraph-1.2.1/migraph/inst/tutorials/tutorial8/regression.Rmd | 107 + migraph-1.2.1/migraph/inst/tutorials/tutorial8/regression.html | 472 +++--- migraph-1.2.1/migraph/man/between_centrality.Rd | 4 migraph-1.2.1/migraph/man/close_centrality.Rd | 4 migraph-1.2.1/migraph/man/closure.Rd | 4 migraph-1.2.1/migraph/man/cohesion.Rd | 27 migraph-1.2.1/migraph/man/degree_centrality.Rd | 4 migraph-1.2.1/migraph/man/eigenv_centrality.Rd | 4 migraph-1.2.1/migraph/man/features.Rd | 6 migraph-1.2.1/migraph/man/heterogeneity.Rd | 6 migraph-1.2.1/migraph/man/hierarchy.Rd | 4 migraph-1.2.1/migraph/man/holes.Rd | 4 migraph-1.2.1/migraph/man/mark_nodes.Rd | 116 + migraph-1.2.1/migraph/man/mark_ties.Rd | 1 migraph-1.2.1/migraph/man/net_diffusion.Rd |only migraph-1.2.1/migraph/man/node_diffusion.Rd |only migraph-1.2.1/migraph/man/play.Rd | 83 - migraph-1.2.1/migraph/man/reexports.Rd | 6 migraph-1.2.1/migraph/man/tests.Rd | 36 migraph-1.2.1/migraph/tests/testthat/test-model_play.R |only 52 files changed, 2028 insertions(+), 745 deletions(-)
Title: R at the Command-Line via 'r'
Description: A scripting and command-line front-end
is provided by 'r' (aka 'littler') as a lightweight binary wrapper around
the GNU R language and environment for statistical computing and graphics.
While R can be used in batch mode, the r binary adds full support for
both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path
expression as the first line in scripts) as well as command-line use in
standard Unix pipelines. In other words, r provides the R language without
the environment.
Author: Dirk Eddelbuettel and Jeff Horner
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between littler versions 0.3.18 dated 2023-03-26 and 0.3.19 dated 2023-12-17
ChangeLog | 89 ++++++++++++++++++++++++++++++++++++++++++ DESCRIPTION | 10 ++-- MD5 | 31 ++++++++------ README.md | 8 +++ build/vignette.rds |binary inst/NEWS.Rd | 19 ++++++++ inst/examples/check.r | 4 - inst/examples/installDeps.r | 19 +++++++- inst/examples/installGithub.r | 4 + inst/examples/installP3M.r |only inst/examples/installPPM.r |only inst/examples/installRSPM.r | 28 +++++++------ inst/examples/installRub.r | 24 ++++++++--- inst/examples/r2u.r | 24 ++++++++--- inst/examples/rd2md.r | 3 - inst/examples/tt.r | 6 +- inst/examples/tttf.r |only inst/examples/tttl.r | 7 +-- 18 files changed, 216 insertions(+), 60 deletions(-)
Title: Business Analytics using R and Shiny
Description: A platform-independent browser-based interface for business
analytics in R, based on the shiny package. The application combines the
functionality of 'radiant.data', 'radiant.design', 'radiant.basics',
'radiant.model', and 'radiant.multivariate'.
Author: Vincent Nijs [aut, cre]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>
Diff between radiant versions 1.6.0 dated 2023-09-11 and 1.6.1 dated 2023-12-17
DESCRIPTION | 10 ++++----- MD5 | 13 ++++++------ NEWS.md | 4 +++ build/build.R | 29 ++++++++++++--------------- build/build_mac.R | 3 ++ build/vignette.rds |binary inst/app/rsconnect/rsm-compute-dev2.ucsd.edu |only inst/doc/programming.html | 10 ++++----- 8 files changed, 37 insertions(+), 32 deletions(-)
Title: Official 'eodhd' API R Financial Library
Description: Official 'eodhd' API R Library. It helps to get and work with financial data,
historical data and etc. API reference available at <https://eodhd.com/financial-apis/>.
Author: Ivanchenko Gleb Developer [aut, cre],
EODHD Maintainer [cph]
Maintainer: Ivanchenko Gleb Developer <kross_10@mail.ru>
Diff between eodhd versions 1.0.2 dated 2023-11-19 and 1.0.3 dated 2023-12-17
DESCRIPTION | 6 - MD5 | 18 ++-- NAMESPACE | 2 R/HistoricalMarketCapitalization.R |only R/SentimentAPI.R |only man/get_eod_historical_stock_market_data.Rd | 88 +++++++++++------------ man/get_historical_market_capitalization_data.Rd |only man/get_intraday_historical_data.Rd | 86 +++++++++++----------- man/get_options_data.Rd | 2 man/get_sentiment_data.Rd |only man/get_stock_market_tick_data.Rd | 88 +++++++++++------------ man/get_technical_indicator_data.Rd | 18 +++- 12 files changed, 160 insertions(+), 148 deletions(-)
Title: Data Menu for Radiant: Business Analytics using R and Shiny
Description: The Radiant Data menu includes interfaces for loading, saving,
viewing, visualizing, summarizing, transforming, and combining data. It also
contains functionality to generate reproducible reports of the analyses
conducted in the application.
Author: Vincent Nijs [aut, cre],
Niklas von Hertzen [aut]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>
Diff between radiant.data versions 1.6.2 dated 2023-10-16 and 1.6.3 dated 2023-12-17
DESCRIPTION | 10 +++++----- MD5 | 7 ++++--- NEWS.md | 4 ++++ inst/app/global.R | 11 +++++++---- inst/app/rsconnect/rsm-compute-dev2.ucsd.edu |only 5 files changed, 20 insertions(+), 12 deletions(-)
Title: Piecewise Exponential Distribution Prediction Model
Description: Build piecewise exponential survival model for study design (planning) and event/timeline prediction.
Author: Tianchen Xu [aut, cre]
Maintainer: Tianchen Xu <zjph602xutianchen@gmail.com>
Diff between PWEXP versions 0.4.2 dated 2023-12-07 and 0.4.3 dated 2023-12-17
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/simdata.R | 4 ++-- inst/NEWS.Rd | 6 ++++++ 4 files changed, 14 insertions(+), 8 deletions(-)
Title: An IMAP Client for R
Description: An easy-to-use IMAP client that provides tools for message searching,
selective fetching of message attributes, mailbox management, attachment extraction,
and several other IMAP features, paving the way for e-mail data analysis in R.
Author: Allan Quadros [aut, cre] ,
Paul Smith [ctb],
Kurt Hornik [ctb]
Maintainer: Allan Quadros <allanvcq@gmail.com>
Diff between mRpostman versions 1.1.0 dated 2022-10-27 and 1.1.2 dated 2023-12-17
DESCRIPTION | 21 MD5 | 26 - R/R6.R | 13 R/clean-fetch-results.R | 16 R/execute-attachment-fetch.R | 62 +- R/fetch-attachments-int.R | 6 R/get-attachments-int.R | 65 +-- README.md | 188 ++++---- build/partial.rdb |binary build/vignette.rds |binary inst/doc/basics.html | 909 +++++++++++++++++++++++++++++++++---------- inst/doc/code_migration.html | 498 ++++++++++++++++++----- inst/doc/xoauth2.0.html | 442 ++++++++++++++++---- man/ImapCon.Rd | 306 +++++++------- 14 files changed, 1821 insertions(+), 731 deletions(-)
More information about extBatchMarking at CRAN
Permanent link
More information about EHRtemporalVariability at CRAN
Permanent link
Title: Efficient Estimation of Bid-Ask Spreads from Open, High, Low,
and Close Prices
Description: Implements an efficient estimator of bid-ask spreads from open, high, low, and close prices
as described in Ardia, Guidotti, & Kroencke (2021) <https://www.ssrn.com/abstract=3892335>.
It also provides an implementation of the estimators described in
Roll (1984) <doi:10.1111/j.1540-6261.1984.tb03897.x>,
Corwin & Schultz (2012) <doi:10.1111/j.1540-6261.2012.01729.x>,
and Abdi & Ranaldo (2017) <doi:10.1093/rfs/hhx084>.
Author: Emanuele Guidotti [aut, cre] ,
David Ardia [ctb] ,
Tim Kroencke [ctb]
Maintainer: Emanuele Guidotti <emanuele.guidotti@usi.ch>
Diff between bidask versions 2.0.0 dated 2023-12-12 and 2.0.2 dated 2023-12-17
DESCRIPTION | 6 +++--- MD5 | 6 +++--- inst/doc/bidask.html | 12 ++++++------ tests/testthat/test-edge.R | 4 +++- 4 files changed, 15 insertions(+), 13 deletions(-)