Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-03-05 0.1.4
2019-03-15 0.1.3
2019-02-22 0.0.3
2018-12-18 0.0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-03-21 0.6.0
2020-03-01 0.5.0
2018-12-18 0.4.6
2018-10-17 0.4.5
2018-04-25 0.4.1
2017-10-13 0.4.0
2017-05-11 0.3.0
Title: Use 'Python' from Within 'R'
Description: Interact with 'Python' <https://www.python.org/> from within 'R'.
Author: Florian Schwendinger [aut, cre],
Kimyen Truong [ctb]
Maintainer: Florian Schwendinger <FlorianSchwendinger@gmx.at>
Diff between PythonInR versions 0.1-11 dated 2020-03-19 and 0.1-12 dated 2020-06-21
DESCRIPTION | 6 +++--- MD5 | 4 ++-- configure | 15 ++------------- 3 files changed, 7 insertions(+), 18 deletions(-)
Title: Plot Soccer Event Data
Description: The 'ggplot2' package provides a powerful set of tools
for visualising and investigating data. The 'ggsoccer' package provides a
set of functions for elegantly displaying and exploring soccer event data
with 'ggplot2'. Providing extensible layers and themes, it is designed to
work smoothly with a variety of popular sports data providers.
Author: Ben Torvaney [aut, cre]
Maintainer: Ben Torvaney <torvaney@protonmail.com>
Diff between ggsoccer versions 0.1.4 dated 2019-05-14 and 0.1.6 dated 2020-06-21
DESCRIPTION | 13 +++-- MD5 | 37 ++++++++------- NAMESPACE | 6 ++ NEWS.md | 14 +++++ R/annotate_pitch.R | 16 ++---- R/dimensions.R | 69 +++++++++++++++++++++++++++++ R/direction_label.R | 5 +- R/rescale_coordinates.R |only README.md | 62 +++++++++++++++----------- man/annotate_pitch.Rd | 8 ++- man/direction_label.Rd | 8 ++- man/figures/README-example_blank-1.png |binary man/figures/README-example_custom-1.png |binary man/figures/README-example_passes-1.png |binary man/figures/README-example_passes_sb-1.png |binary man/figures/README-example_shots-1.png |binary man/figures/logo.png |binary man/make_pitch_tracab.Rd |only man/pitch_opta.Rd | 30 ++++++++++++ man/rescale_coordinates.Rd |only tests |only 21 files changed, 205 insertions(+), 63 deletions(-)
Title: Additional Families for Generalized Linear Models
Description: Creates family objects identical to stats
family but for new links.
Author: Greg McMahan
Maintainer: Greg McMahan <gmcmacran@gmail.com>
Diff between extendedFamily versions 0.1.0 dated 2020-05-12 and 0.1.1 dated 2020-06-21
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS | 3 +++ README.md | 14 +++----------- 4 files changed, 12 insertions(+), 17 deletions(-)
More information about extendedFamily at CRAN
Permanent link
Title: Lightweight Well-Known Geometry Parsing
Description: Provides a minimal R and C++ API for parsing
well-known binary and well-known text representation of
geometries to and from R-native formats.
Well-known binary is compact
and fast to parse; well-known text is human-readable
and is useful for writing tests. These formats are only
useful in R if the information they contain can be
accessed in R, for which high-performance functions
are provided here.
Author: Dewey Dunnington [aut, cre] (<https://orcid.org/0000-0002-9415-4582>),
Edzer Pebesma [aut] (<https://orcid.org/0000-0001-8049-7069>),
Refractions Research Inc. [cph],
Vivid Solutions Inc. [cph]
Maintainer: Dewey Dunnington <dewey@fishandwhistle.net>
Diff between wk versions 0.2.1 dated 2020-05-11 and 0.3.0 dated 2020-06-21
wk-0.2.1/wk/inst/include/wk/coord.h |only wk-0.2.1/wk/inst/include/wk/formatter.h |only wk-0.2.1/wk/inst/include/wk/geometry-debug-handler.h |only wk-0.2.1/wk/inst/include/wk/geometry-handler.h |only wk-0.2.1/wk/inst/include/wk/geometry-meta.h |only wk-0.2.1/wk/inst/include/wk/geometry.h |only wk-0.2.1/wk/inst/include/wk/io-bytes.h |only wk-0.2.1/wk/inst/include/wk/io-string.h |only wk-0.2.1/wk/inst/include/wk/io.h |only wk-0.2.1/wk/inst/include/wk/parse-exception.h |only wk-0.2.1/wk/inst/include/wk/rcpp-io.h |only wk-0.2.1/wk/inst/include/wk/reader.h |only wk-0.2.1/wk/inst/include/wk/sexp-reader.h |only wk-0.2.1/wk/inst/include/wk/sexp-writer.h |only wk-0.2.1/wk/inst/include/wk/string-tokenizer.h |only wk-0.2.1/wk/inst/include/wk/wkb-reader.h |only wk-0.2.1/wk/inst/include/wk/wkb-writer.h |only wk-0.2.1/wk/inst/include/wk/wkt-reader.h |only wk-0.2.1/wk/inst/include/wk/wkt-streamer.h |only wk-0.2.1/wk/inst/include/wk/wkt-writer.h |only wk-0.2.1/wk/inst/include/wk/writer.h |only wk-0.3.0/wk/DESCRIPTION | 13 wk-0.3.0/wk/MD5 | 129 ++++---- wk-0.3.0/wk/NAMESPACE | 53 +++ wk-0.3.0/wk/R/RcppExports.R | 72 +++- wk-0.3.0/wk/R/coords-translate.R |only wk-0.3.0/wk/R/translate.R | 30 +- wk-0.3.0/wk/R/utils.R | 16 + wk-0.3.0/wk/R/vctrs.R |only wk-0.3.0/wk/R/wk-vctr.R | 39 ++ wk-0.3.0/wk/R/wkb.R | 41 ++ wk-0.3.0/wk/R/wksxp.R | 36 ++ wk-0.3.0/wk/R/wkt.R | 63 ++++ wk-0.3.0/wk/README.md | 84 ++--- wk-0.3.0/wk/inst/include/wk/coord.hpp |only wk-0.3.0/wk/inst/include/wk/error-formatter.hpp |only wk-0.3.0/wk/inst/include/wk/geometry-debug-handler.hpp |only wk-0.3.0/wk/inst/include/wk/geometry-formatter.hpp |only wk-0.3.0/wk/inst/include/wk/geometry-handler.hpp |only wk-0.3.0/wk/inst/include/wk/geometry-meta.hpp |only wk-0.3.0/wk/inst/include/wk/geometry.hpp |only wk-0.3.0/wk/inst/include/wk/io-bytes.hpp |only wk-0.3.0/wk/inst/include/wk/io-string.hpp |only wk-0.3.0/wk/inst/include/wk/io.hpp |only wk-0.3.0/wk/inst/include/wk/parse-exception.hpp |only wk-0.3.0/wk/inst/include/wk/rcpp-coord-reader.hpp |only wk-0.3.0/wk/inst/include/wk/rcpp-io.hpp |only wk-0.3.0/wk/inst/include/wk/rcpp-sexp-reader.hpp |only wk-0.3.0/wk/inst/include/wk/rcpp-sexp-writer.hpp |only wk-0.3.0/wk/inst/include/wk/rcpp-translate.hpp |only wk-0.3.0/wk/inst/include/wk/reader.hpp |only wk-0.3.0/wk/inst/include/wk/string-tokenizer.hpp |only wk-0.3.0/wk/inst/include/wk/wkb-reader.hpp |only wk-0.3.0/wk/inst/include/wk/wkb-writer.hpp |only wk-0.3.0/wk/inst/include/wk/wkt-reader.hpp |only wk-0.3.0/wk/inst/include/wk/wkt-streamer.hpp |only wk-0.3.0/wk/inst/include/wk/wkt-writer.hpp |only wk-0.3.0/wk/inst/include/wk/writer.hpp |only wk-0.3.0/wk/man/coords_point_translate_wkt.Rd |only wk-0.3.0/wk/man/new_wk_wkb.Rd | 5 wk-0.3.0/wk/man/new_wk_wksxp.Rd | 5 wk-0.3.0/wk/man/new_wk_wkt.Rd | 5 wk-0.3.0/wk/man/vctrs-methods.Rd |only wk-0.3.0/wk/man/wk-package.Rd | 1 wk-0.3.0/wk/man/wkb.Rd | 21 - wk-0.3.0/wk/man/wkb_coords.Rd | 4 wk-0.3.0/wk/man/wkb_draw_points.Rd | 2 wk-0.3.0/wk/man/wkb_translate_wkt.Rd | 11 wk-0.3.0/wk/man/wksxp.Rd | 12 wk-0.3.0/wk/man/wkt.Rd | 30 ++ wk-0.3.0/wk/src/RcppExports.cpp | 246 +++++++++++++---- wk-0.3.0/wk/src/coords-translate.cpp |only wk-0.3.0/wk/src/coords.cpp | 14 wk-0.3.0/wk/src/debug.cpp | 14 wk-0.3.0/wk/src/format.cpp | 55 --- wk-0.3.0/wk/src/meta.cpp | 36 -- wk-0.3.0/wk/src/problems.cpp | 14 wk-0.3.0/wk/src/ranges.cpp | 18 - wk-0.3.0/wk/src/translate.cpp | 116 ++------ wk-0.3.0/wk/tests/testthat/Rplots.pdf |binary wk-0.3.0/wk/tests/testthat/test-coords-translate.R |only wk-0.3.0/wk/tests/testthat/test-format.R | 7 wk-0.3.0/wk/tests/testthat/test-meta.R | 18 - wk-0.3.0/wk/tests/testthat/test-ranges.R | 9 wk-0.3.0/wk/tests/testthat/test-utils.R |only wk-0.3.0/wk/tests/testthat/test-vctrs.R |only wk-0.3.0/wk/tests/testthat/test-wkb-translate.R | 5 wk-0.3.0/wk/tests/testthat/test-wkb.R | 18 + wk-0.3.0/wk/tests/testthat/test-wksxp-translate.R | 5 wk-0.3.0/wk/tests/testthat/test-wksxp.R | 7 wk-0.3.0/wk/tests/testthat/test-wkt-translate.R | 5 wk-0.3.0/wk/tests/testthat/test-wkt.R | 22 + 92 files changed, 852 insertions(+), 429 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.7 dated 2019-10-20 and 0.3.8 dated 2020-06-21
ChangeLog | 37 ++++++++++++- DESCRIPTION | 10 +-- MD5 | 37 ++++++------- README.md | 20 ++++--- build/partial.rdb |binary build/vignette.rds |binary configure | 18 +++--- configure.ac | 5 + inst/NEWS.Rd | 11 +++ inst/doc/RcppGSL-intro.pdf |binary inst/examples/RcppGSLExample/R/RcppExports.R | 14 ++--- inst/examples/RcppGSLExample/man/colNorm.Rd | 6 +- inst/examples/RcppGSLExample/src/RcppExports.cpp | 57 ++++++++++++-------- inst/examples/RcppGSLExample/src/colNorm.cpp | 64 ++--------------------- inst/examples/RcppGSLExample/src/colNorm_old.cpp |only inst/include/RcppGSLForward.h | 13 ++-- inst/include/RcppGSL_matrix.h | 11 +-- inst/include/RcppGSL_matrix_view.h | 15 ++--- inst/include/RcppGSL_vector.h | 11 +-- inst/include/RcppGSL_vector_view.h | 23 +++----- 20 files changed, 181 insertions(+), 171 deletions(-)
Title: Tools for Assessment the Association Between Two Spatial
Processes
Description: Tools to assess the association between two spatial processes. Currently,
several methodologies are implemented: A modified t-test to perform hypothesis testing
about the independence between the processes, a suitable nonparametric correlation
coefficient, the codispersion coefficient, and an F test for assessing the multiple
correlation between one spatial process and several others. Functions for image
processing and computing the spatial association between images are also provided.
Author: Felipe Osorio [aut, cre] (<https://orcid.org/0000-0002-4675-5201>),
Ronny Vallejos [aut] (<https://orcid.org/0000-0001-5519-0946>),
Francisco Cuevas [ctb],
Diego Mancilla [ctb]
Maintainer: Felipe Osorio <felipe.osorios@usm.cl>
Diff between SpatialPack versions 0.3-81 dated 2020-06-16 and 0.3-819 dated 2020-06-21
ChangeLog | 4 DESCRIPTION | 6 - MD5 | 32 +++---- R/image.R | 6 - R/similarity.R | 2 inst/CITATION | 4 man/clipping.Rd | 4 man/denoise.Rd | 15 +++ src/codisp.c | 2 src/denoise.f | 228 ++++++++++++++++++++++++++++++++++++++++++++++++------ src/image.c | 2 src/image.h | 4 src/init.c | 2 src/similarity.c | 2 src/spatialpack.h | 2 src/stats.c | 2 src/stats.h | 2 17 files changed, 260 insertions(+), 59 deletions(-)
Title: Identification of Somatic Mutation-Driven Immune Cells
Description: A computing tool is developed to automated identify somatic mutation-driven immune cells. The operation modes including: i) inferring the relative abundance matrix of tumor-infiltrating immune cells and integrating it with a particular gene mutation status, ii) detecting differential immune cells with respect to the gene mutation status and converting the abundance matrix of significant differential immune cell into two binary matrices (one for up-regulated and one for down-regulated), iii) identifying somatic mutation-driven immune cells by comparing the gene mutation status with each immune cell in the binary matrices across all samples, and iv) visualization of immune cell abundance of samples in different mutation status.
Author: Baotong Zheng, Junwei Han
Maintainer: Junwei Han <hanjunwei1981@163.com>
Diff between SMDIC versions 0.1.0 dated 2020-06-16 and 0.1.1 dated 2020-06-21
DESCRIPTION | 6 - MD5 | 22 +++--- R/SMDIC-package.R | 2 R/mutcorcell.R | 32 +++++++-- data/envData.rda |binary inst/doc/SMDIC.R | 6 + inst/doc/SMDIC.Rmd | 8 +- inst/doc/SMDIC.html | 154 +++++++++++++++++++++++------------------------- man/figures/manual.pdf |binary man/gene2cellsummary.Rd | 2 man/mutcorcell.Rd | 2 vignettes/SMDIC.Rmd | 8 +- 12 files changed, 129 insertions(+), 113 deletions(-)
Title: Bayesian Fractional Polynomials
Description: Implements the Bayesian paradigm for fractional
polynomial models under the assumption of normally distributed error terms, see
Sabanes Bove, D. and Held, L. (2011) <doi:10.1007/s11222-010-9170-7>.
Author: Daniel Sabanes Bove [aut, cre],
Isaac Gravestock [aut],
Robert Davies [cph],
Stephen Moshier [cph]
Maintainer: Daniel Sabanes Bove <daniel.sabanesbove@gmx.net>
Diff between bfp versions 0.0-40 dated 2019-01-21 and 0.0-41 dated 2020-06-21
bfp-0.0-40/bfp/src/const.c |only bfp-0.0-41/bfp/ChangeLog | 4 + bfp-0.0-41/bfp/DESCRIPTION | 16 ++---- bfp-0.0-41/bfp/MD5 | 15 ++--- bfp-0.0-41/bfp/build/partial.rdb |binary bfp-0.0-41/bfp/data/ozone.RData |binary bfp-0.0-41/bfp/src/hyp2f1.c | 1 bfp-0.0-41/bfp/src/mconf.h | 85 +++++++++++++++++++++++++++++++-- bfp-0.0-41/bfp/src/scripts/SOURCES.mkf | 35 ++++++------- 9 files changed, 115 insertions(+), 41 deletions(-)
Title: Microeconomics and Pricing Tools
Description: Functions to aid in microeconomic analysis and handling of price and currency data.
This includes extraction of relevant data (e.g. from World Bank API, and other sources), data cleaning/parsing, and standardisation.
Inflation adjustment calculations as found in Principles of Macroeconomics by Gregory Mankiw et al (2014).
Author: Steve Condylios [aut, cre] (<https://orcid.org/0000-0003-0599-844X>)
Maintainer: Steve Condylios <steve.condylios@gmail.com>
Diff between priceR versions 0.1.2 dated 2020-06-12 and 0.1.3 dated 2020-06-21
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/adjust_for_inflation.R | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-)
Title: Advanced Tables for Markdown/HTML
Description: Tables with state-of-the-art layout elements such as row spanners,
column spanners, table spanners, zebra striping, and more. While allowing
advanced layout, the underlying css-structure is simple in order to maximize
compatibility with word processors such as 'MS Word' or 'LibreOffice'. The package
also contains a few text formatting functions that help outputting text
compatible with HTML/LaTeX.
Author: Max Gordon [aut, cre],
Stephen Gragg [aut],
Peter Konings [aut]
Maintainer: Max Gordon <max@gforge.se>
Diff between htmlTable versions 1.13.3 dated 2019-12-04 and 2.0.0 dated 2020-06-21
htmlTable-1.13.3/htmlTable/R/htmlTable_helpers.R |only htmlTable-1.13.3/htmlTable/R/htmlTable_render.R |only htmlTable-1.13.3/htmlTable/inst/doc/tables.R |only htmlTable-1.13.3/htmlTable/inst/doc/tables.Rmd |only htmlTable-1.13.3/htmlTable/inst/doc/tables.html |only htmlTable-1.13.3/htmlTable/vignettes/tables.Rmd |only htmlTable-2.0.0/htmlTable/DESCRIPTION | 16 htmlTable-2.0.0/htmlTable/MD5 | 195 - htmlTable-2.0.0/htmlTable/NAMESPACE | 6 htmlTable-2.0.0/htmlTable/NEWS | 24 htmlTable-2.0.0/htmlTable/R/concatHtmlTables.R | 12 htmlTable-2.0.0/htmlTable/R/deprecated.R | 13 htmlTable-2.0.0/htmlTable/R/htmlTable.R | 1442 ++++------ htmlTable-2.0.0/htmlTable/R/htmlTableWidget.R | 17 htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_addSemicolon2StrEnd.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_attr4RgroupAdd.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_convertDfFactors.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_escapeHtml.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_getAlign.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_getRowlabelPos.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_getStyle.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_isNotebook.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_mergeClr.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_prepInputMatrixDimensions.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_prepareAlign.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_prepareCgroup.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_prepareColors.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_prepareCss.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_skipRownames.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_helpers_tblNo.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_addCells.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_getCgroupHeader.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_getRgroupLine.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_getThead.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_knit_print.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_render_print.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_style_assertions.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_style_handlers.R |only htmlTable-2.0.0/htmlTable/R/htmlTable_theme.R |only htmlTable-2.0.0/htmlTable/R/interactiveTable.R | 226 - htmlTable-2.0.0/htmlTable/R/prepGroupCounts.R |only htmlTable-2.0.0/htmlTable/R/tblNo.R |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable.R | 568 +-- htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_bindDataListIntoColumns.r |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_checkUniqueness.r |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_extractElementsAndConvertToTbl.R |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_getColTbl.R |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_getRowTbl.r |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_innerJoinByCommonCols.r |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_prAssertAndRetrieveValue.R |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_removeRowsWithNA.r |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_safeLoadPkg.R |only htmlTable-2.0.0/htmlTable/R/tidyHtmlTable_helpers_simplify_arg_list.R |only htmlTable-2.0.0/htmlTable/R/txtFrmt.R | 173 - htmlTable-2.0.0/htmlTable/R/vector2string.R | 31 htmlTable-2.0.0/htmlTable/README.md | 118 htmlTable-2.0.0/htmlTable/build/vignette.rds |binary htmlTable-2.0.0/htmlTable/inst/doc/complex_tables.R |only htmlTable-2.0.0/htmlTable/inst/doc/complex_tables.Rmd |only htmlTable-2.0.0/htmlTable/inst/doc/complex_tables.html |only htmlTable-2.0.0/htmlTable/inst/doc/general.R | 158 - htmlTable-2.0.0/htmlTable/inst/doc/general.Rmd | 152 - htmlTable-2.0.0/htmlTable/inst/doc/general.html | 869 +++--- htmlTable-2.0.0/htmlTable/inst/doc/tidyHtmlTable.R | 53 htmlTable-2.0.0/htmlTable/inst/doc/tidyHtmlTable.Rmd | 55 htmlTable-2.0.0/htmlTable/inst/doc/tidyHtmlTable.html | 652 ++-- htmlTable-2.0.0/htmlTable/inst/examples/htmlTable_example.R | 115 htmlTable-2.0.0/htmlTable/inst/examples/interactiveTable_example.R | 16 htmlTable-2.0.0/htmlTable/inst/examples/tidyHtmlTable_example.R |only htmlTable-2.0.0/htmlTable/man/addStyles.Rd |only htmlTable-2.0.0/htmlTable/man/concatHtmlTables.Rd | 125 htmlTable-2.0.0/htmlTable/man/getHtmlTableTheme.Rd |only htmlTable-2.0.0/htmlTable/man/hasHtmlTableStyle.Rd |only htmlTable-2.0.0/htmlTable/man/htmlTable.Rd | 397 +- htmlTable-2.0.0/htmlTable/man/htmlTableWidget-shiny.Rd | 4 htmlTable-2.0.0/htmlTable/man/innerJoinByCommonCols.Rd |only htmlTable-2.0.0/htmlTable/man/interactiveTable.Rd | 22 htmlTable-2.0.0/htmlTable/man/outputInt.Rd | 3 htmlTable-2.0.0/htmlTable/man/prAddCells.Rd | 21 htmlTable-2.0.0/htmlTable/man/prAddSemicolon2StrEnd.Rd | 3 htmlTable-2.0.0/htmlTable/man/prAttr4RgroupAdd.Rd | 2 htmlTable-2.0.0/htmlTable/man/prBindDataListIntoColumns.Rd |only htmlTable-2.0.0/htmlTable/man/prConvertDfFactors.Rd | 2 htmlTable-2.0.0/htmlTable/man/prEscapeHtml.Rd | 3 htmlTable-2.0.0/htmlTable/man/prExtractElementsAndConvertToTbl.Rd |only htmlTable-2.0.0/htmlTable/man/prGetAlign.Rd | 13 htmlTable-2.0.0/htmlTable/man/prGetCgroupHeader.Rd | 35 htmlTable-2.0.0/htmlTable/man/prGetRgroupLine.Rd | 45 htmlTable-2.0.0/htmlTable/man/prGetRowlabelPos.Rd | 10 htmlTable-2.0.0/htmlTable/man/prGetStyle.Rd | 5 htmlTable-2.0.0/htmlTable/man/prGetThead.Rd | 57 htmlTable-2.0.0/htmlTable/man/prIsNotebook.Rd | 2 htmlTable-2.0.0/htmlTable/man/prMergeClr.Rd | 4 htmlTable-2.0.0/htmlTable/man/prPrepInputMatrixDimensions.Rd |only htmlTable-2.0.0/htmlTable/man/prPrepareAlign.Rd | 20 htmlTable-2.0.0/htmlTable/man/prPrepareCgroup.Rd | 11 htmlTable-2.0.0/htmlTable/man/prPrepareColors.Rd | 4 htmlTable-2.0.0/htmlTable/man/prPrepareCss.Rd | 21 htmlTable-2.0.0/htmlTable/man/prSkipRownames.Rd | 12 htmlTable-2.0.0/htmlTable/man/prTblNo.Rd | 7 htmlTable-2.0.0/htmlTable/man/prepGroupCounts.Rd |only htmlTable-2.0.0/htmlTable/man/pvalueFormatter.Rd | 3 htmlTable-2.0.0/htmlTable/man/setHtmlTableTheme.Rd |only htmlTable-2.0.0/htmlTable/man/splitLines4Table.Rd | 3 htmlTable-2.0.0/htmlTable/man/tblNoLast.Rd | 2 htmlTable-2.0.0/htmlTable/man/tblNoNext.Rd | 2 htmlTable-2.0.0/htmlTable/man/tidyHtmlTable.Rd | 159 - htmlTable-2.0.0/htmlTable/man/txtInt.Rd | 12 htmlTable-2.0.0/htmlTable/man/txtMergeLines.Rd | 16 htmlTable-2.0.0/htmlTable/man/txtPval.Rd | 29 htmlTable-2.0.0/htmlTable/man/txtRound.Rd | 22 htmlTable-2.0.0/htmlTable/man/vector2string.Rd | 4 htmlTable-2.0.0/htmlTable/tests/testthat.R | 2 htmlTable-2.0.0/htmlTable/tests/testthat/structure.tex |only htmlTable-2.0.0/htmlTable/tests/testthat/ters-htmlTable_cell_styles_via_prPrepareCSS.R |only htmlTable-2.0.0/htmlTable/tests/testthat/test-htmlTable-input_checks.R | 13 htmlTable-2.0.0/htmlTable/tests/testthat/test-htmlTable.R | 502 +-- htmlTable-2.0.0/htmlTable/tests/testthat/test-htmlTable_dates.R | 45 htmlTable-2.0.0/htmlTable/tests/testthat/test-htmlTable_escape_html.R |only htmlTable-2.0.0/htmlTable/tests/testthat/test-htmlTable_styles.R | 34 htmlTable-2.0.0/htmlTable/tests/testthat/test-interactiveTable.R | 58 htmlTable-2.0.0/htmlTable/tests/testthat/test-theming.R |only htmlTable-2.0.0/htmlTable/tests/testthat/test-tidyHtmlTable.R |only htmlTable-2.0.0/htmlTable/tests/testthat/test-txtFrmt.R | 10 htmlTable-2.0.0/htmlTable/tests/visual_tests/pandoc_test.Rmd | 21 htmlTable-2.0.0/htmlTable/tests/visual_tests/word_test.Rmd | 21 htmlTable-2.0.0/htmlTable/tests/visual_tests/word_test.html |only htmlTable-2.0.0/htmlTable/vignettes/complex_tables.Rmd |only htmlTable-2.0.0/htmlTable/vignettes/general.Rmd | 152 - htmlTable-2.0.0/htmlTable/vignettes/tidyHtmlTable.Rmd | 55 130 files changed, 3408 insertions(+), 3496 deletions(-)
Title: 'HTMLWidget' Wrapper of 'UpSet.js' for Exploring Large Set
Intersections
Description: 'UpSet.js' is a re-implementation of 'UpSetR' to create interactive set visualizations for more than three sets.
This is a 'htmlwidget' wrapper around the 'JavaScript' library 'UpSet.js'.
Author: Samuel Gratzl [aut, cre]
Maintainer: Samuel Gratzl <sam@sgratzl.com>
Diff between upsetjs versions 1.0.2 dated 2020-05-25 and 1.3.1 dated 2020-06-21
DESCRIPTION | 14 - MD5 | 76 ++++--- NAMESPACE | 11 + R/attributes.R |only R/data.R | 369 +++++++++++++++++++++++++++-------- R/queries.R | 28 +- R/reexport.R | 27 +- R/selection.R | 11 - R/shiny.R | 10 R/style.R | 274 ++++++++++++++++++------- R/upsetjs.R | 186 ++++++++++++++--- R/utils.R | 71 ++++-- build/vignette.rds |binary inst/doc/basic.R | 40 ++- inst/doc/basic.Rmd | 59 +++-- inst/doc/basic.html | 137 ++++++------ inst/doc/colors.R |only inst/doc/colors.Rmd |only inst/doc/colors.html |only inst/doc/combinationModes.R |only inst/doc/combinationModes.Rmd |only inst/doc/combinationModes.html |only inst/doc/venn.R |only inst/doc/venn.Rmd |only inst/doc/venn.html |only inst/htmlwidgets/upsetjs.js | 2 man/addCategoricalAttribute.Rd |only man/addNumericAttribute.Rd |only man/chartFontSizes.Rd | 14 + man/chartLabels.Rd | 6 man/chartTheme.Rd | 17 + man/chartVennLabels.Rd |only man/chartVennLayout.Rd |only man/clearAttributes.Rd |only man/fromDataFrame.Rd | 5 man/fromExpression.Rd | 12 - man/fromList.Rd | 5 man/generateDistinctIntersections.Rd |only man/generateIntersections.Rd | 5 man/generateUnions.Rd | 5 man/got.Rd | 6 man/reexports.Rd | 9 man/setAttributes.Rd |only man/upsetjsEulerDiagram.Rd |only man/upsetjsEulerDiagramProxy.Rd |only man/upsetjsVennDiagram.Rd |only man/upsetjsVennDiagramProxy.Rd |only vignettes/basic.Rmd | 59 +++-- vignettes/colors.Rmd |only vignettes/combinationModes.Rmd |only vignettes/venn.Rmd |only 51 files changed, 1032 insertions(+), 426 deletions(-)
Title: Toolkit for Credit Modeling, Analysis and Visualization
Description: Provides a highly efficient R tool suite for Credit Modeling, Analysis and Visualization. Contains infrastructure functionalities such as data exploration and preparation, missing values treatment, outliers treatment, variable derivation, variable selection, dimensionality reduction, grid search for hyper parameters, data mining and visualization, model evaluation, strategy analysis etc. This package is designed to make the development of binary classification models (machine learning based models as well as credit scorecard) simpler and faster.
Author: Dongping Fan [aut, cre]
Maintainer: Dongping Fan <fdp@pku.edu.cn>
Diff between creditmodel versions 1.2.1 dated 2020-05-23 and 1.2.2 dated 2020-06-21
DESCRIPTION | 8 MD5 | 16 - NEWS.md | 4 R/data_anaylsis.R | 362 +++++++++++++++++++++++++-------------------- R/data_cleansing.R | 11 - R/data_exploration.R | 3 R/data_process_tools.R | 1 R/data_visualization.R | 4 inst/doc/introduction.html | 86 +++++----- 9 files changed, 274 insertions(+), 221 deletions(-)
Title: Miscellaneous Functions by 'Yihui Xie'
Description: Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Author: Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>),
Wush Wu [ctb],
Daijiang Li [ctb],
Xianying Tan [ctb],
Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>)
Maintainer: Yihui Xie <xie@yihui.name>
Diff between xfun versions 0.14 dated 2020-05-20 and 0.15 dated 2020-06-21
DESCRIPTION | 12 +++--- MD5 | 32 ++++++++++------ NAMESPACE | 4 ++ NEWS.md | 14 +++++++ R/base64.R |only R/markdown.R | 11 ++--- R/packages.R | 4 +- R/revcheck.R | 21 +++++++++- R/utils.R | 83 +++++++++++++++++++++++++++++++++++++++++++ build/vignette.rds |binary inst/doc/xfun.html | 26 ++++++++++--- man/base64_encode.Rd |only man/base64_uri.Rd |only man/embed_file.Rd | 7 +-- man/rev_check.Rd | 3 + man/tree.Rd |only src |only tests/testit/test-base64.R |only tests/testit/test-markdown.R | 4 ++ 19 files changed, 184 insertions(+), 37 deletions(-)
Title: Multiple Pairwise Comparison Tests
Description: Multiple pairwise comparison tests on tidy data for
one-way analysis of variance for both between-subjects and
within-subjects designs. Currently, it supports only the most common
types of statistical analyses and tests: parametric (Welch's and
Student's t-test), nonparametric (Durbin-Conover and Dunn test),
robust (Yuen’s trimmed means test), and Bayes Factor (Student's
t-test).
Author: Indrajeet Patil [cre, aut, cph]
(<https://orcid.org/0000-0003-1995-6531>)
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Diff between pairwiseComparisons versions 1.0.0 dated 2020-05-29 and 1.1.1 dated 2020-06-21
DESCRIPTION | 13 - MD5 | 20 +- NAMESPACE | 9 NEWS.md | 7 R/helpers.R | 58 +---- R/pairwise_comparisons.R | 98 +++------- R/reexports.R | 4 README.md | 283 ++++++++++++++++++----------- man/pairwise_comparisons.Rd | 7 man/reexports.Rd | 5 tests/testthat/test-pairwise_comparisons.R | 43 ++-- 11 files changed, 276 insertions(+), 271 deletions(-)
More information about pairwiseComparisons at CRAN
Permanent link
Title: Managing and Visualizing Brain Surface Data
Description: Provides high-level access to 'FreeSurfer' <http://freesurfer.net/> neuroimaging data on the level of subjects and groups. Load morphometry data, surfaces and brain parcellations based on atlases. Mask data using labels, load data for specific atlas regions only, and visualize data and results directly in 'R'.
Author: Tim Schäfer [aut, cre] (<https://orcid.org/0000-0002-3683-8070>)
Maintainer: Tim Schäfer <ts+code@rcmd.org>
Diff between fsbrain versions 0.2.1 dated 2020-05-27 and 0.3.0 dated 2020-06-21
fsbrain-0.2.1/fsbrain/R/tmp_volrotate.R |only fsbrain-0.2.1/fsbrain/man/flip2D.Rd |only fsbrain-0.2.1/fsbrain/man/readable.volume.Rd |only fsbrain-0.2.1/fsbrain/man/rotate2D.Rd |only fsbrain-0.2.1/fsbrain/man/rotate90.Rd |only fsbrain-0.3.0/fsbrain/DESCRIPTION | 10 fsbrain-0.3.0/fsbrain/MD5 | 213 +- fsbrain-0.3.0/fsbrain/NAMESPACE | 16 fsbrain-0.3.0/fsbrain/R/brainview_magick.R | 10 fsbrain-0.3.0/fsbrain/R/cbar.R | 30 fsbrain-0.3.0/fsbrain/R/cbar_magick.R | 4 fsbrain-0.3.0/fsbrain/R/coloredmesh.R | 87 - fsbrain-0.3.0/fsbrain/R/fsdir_abstraction_group.R | 54 fsbrain-0.3.0/fsbrain/R/fsdir_abstraction_subject.R | 33 fsbrain-0.3.0/fsbrain/R/helpers.R | 67 fsbrain-0.3.0/fsbrain/R/morph_agg.R | 51 fsbrain-0.3.0/fsbrain/R/morph_atlas_agg.R | 32 fsbrain-0.3.0/fsbrain/R/seg_stats.R | 139 + fsbrain-0.3.0/fsbrain/R/vis.R | 69 fsbrain-0.3.0/fsbrain/R/vis_meshes.R | 42 fsbrain-0.3.0/fsbrain/R/vis_multiview.R | 173 ++ fsbrain-0.3.0/fsbrain/R/vis_surface_background.R | 4 fsbrain-0.3.0/fsbrain/R/vis_volume.R | 12 fsbrain-0.3.0/fsbrain/R/vis_volume_3d.R | 6 fsbrain-0.3.0/fsbrain/R/volume.R | 47 fsbrain-0.3.0/fsbrain/build/vignette.rds |binary fsbrain-0.3.0/fsbrain/inst/doc/fsbrain.Rmd | 2 fsbrain-0.3.0/fsbrain/inst/doc/fsbrain.html | 737 +++------- fsbrain-0.3.0/fsbrain/inst/doc/fsbrain_faq.R | 22 fsbrain-0.3.0/fsbrain/inst/doc/fsbrain_faq.Rmd | 61 fsbrain-0.3.0/fsbrain/inst/doc/fsbrain_faq.html | 392 +---- fsbrain-0.3.0/fsbrain/inst/doc/fsbrain_vol.Rmd | 2 fsbrain-0.3.0/fsbrain/inst/doc/fsbrain_vol.html | 317 ---- fsbrain-0.3.0/fsbrain/man/arrange.brainview.images.Rd | 2 fsbrain-0.3.0/fsbrain/man/brainview.sd.Rd | 4 fsbrain-0.3.0/fsbrain/man/brainview.si.Rd | 4 fsbrain-0.3.0/fsbrain/man/brainview.sr.Rd | 14 fsbrain-0.3.0/fsbrain/man/brainview.t4.Rd | 4 fsbrain-0.3.0/fsbrain/man/brainview.t9.Rd | 4 fsbrain-0.3.0/fsbrain/man/brainviews.Rd | 2 fsbrain-0.3.0/fsbrain/man/check.subjectslist.Rd |only fsbrain-0.3.0/fsbrain/man/cm.cbry.Rd |only fsbrain-0.3.0/fsbrain/man/collayer.from.mask.data.Rd | 2 fsbrain-0.3.0/fsbrain/man/collayer.from.morphlike.data.Rd | 2 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.annot.Rd | 2 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.color.Rd | 2 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.label.Rd | 6 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.mask.Rd | 6 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.morph.native.Rd | 6 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.morph.standard.Rd | 6 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.morphdata.Rd | 6 fsbrain-0.3.0/fsbrain/man/coloredmesh.from.preloaded.data.Rd |only fsbrain-0.3.0/fsbrain/man/coloredmesh.plot.colorbar.separate.Rd | 2 fsbrain-0.3.0/fsbrain/man/coloredmeshes.from.color.Rd | 2 fsbrain-0.3.0/fsbrain/man/combine.colorbar.with.brainview.animation.Rd | 2 fsbrain-0.3.0/fsbrain/man/combine.colorbar.with.brainview.image.Rd | 2 fsbrain-0.3.0/fsbrain/man/combine.colorbar.with.brainview.image.vertical.Rd | 2 fsbrain-0.3.0/fsbrain/man/cube3D.tris.Rd | 2 fsbrain-0.3.0/fsbrain/man/draw.colorbar.Rd | 2 fsbrain-0.3.0/fsbrain/man/fs.coloredmesh.Rd | 17 fsbrain-0.3.0/fsbrain/man/fs.home.Rd |only fsbrain-0.3.0/fsbrain/man/fsaverage.path.Rd |only fsbrain-0.3.0/fsbrain/man/fup.Rd | 2 fsbrain-0.3.0/fsbrain/man/get.rglstyle.Rd | 6 fsbrain-0.3.0/fsbrain/man/get.rglstyle.default.Rd | 4 fsbrain-0.3.0/fsbrain/man/get.rglstyle.parameters.Rd | 2 fsbrain-0.3.0/fsbrain/man/get.rglstyle.semitransparent.Rd | 4 fsbrain-0.3.0/fsbrain/man/get.rglstyle.shiny.Rd | 4 fsbrain-0.3.0/fsbrain/man/getIn.Rd | 7 fsbrain-0.3.0/fsbrain/man/group.agg.atlas.native.Rd | 1 fsbrain-0.3.0/fsbrain/man/group.agg.atlas.standard.Rd | 1 fsbrain-0.3.0/fsbrain/man/group.morph.agg.native.Rd | 4 fsbrain-0.3.0/fsbrain/man/group.morph.agg.standard.Rd | 4 fsbrain-0.3.0/fsbrain/man/group.morph.agg.standard.vertex.Rd |only fsbrain-0.3.0/fsbrain/man/group.morph.standard.Rd | 7 fsbrain-0.3.0/fsbrain/man/group.multimorph.agg.native.Rd | 4 fsbrain-0.3.0/fsbrain/man/group.multimorph.agg.standard.Rd | 4 fsbrain-0.3.0/fsbrain/man/hemilist.get.combined.data.Rd | 2 fsbrain-0.3.0/fsbrain/man/labeldata.from.mask.Rd | 2 fsbrain-0.3.0/fsbrain/man/makecmakeopts.merge.Rd | 2 fsbrain-0.3.0/fsbrain/man/mkco.cluster.Rd |only fsbrain-0.3.0/fsbrain/man/pp.named.list.Rd |only fsbrain-0.3.0/fsbrain/man/qc.for.group.Rd |only fsbrain-0.3.0/fsbrain/man/qc.from.regionwise.df.Rd |only fsbrain-0.3.0/fsbrain/man/qc.from.segstats.table.Rd | 25 fsbrain-0.3.0/fsbrain/man/qc.from.segstats.tables.Rd |only fsbrain-0.3.0/fsbrain/man/qc.vis.failcount.by.region.Rd |only fsbrain-0.3.0/fsbrain/man/rglvoxels.Rd | 4 fsbrain-0.3.0/fsbrain/man/shift.hemis.apart.Rd |only fsbrain-0.3.0/fsbrain/man/shift.hemis.rglactions.Rd |only fsbrain-0.3.0/fsbrain/man/spread.values.over.hemi.Rd | 4 fsbrain-0.3.0/fsbrain/man/subject.atlas.agg.Rd | 3 fsbrain-0.3.0/fsbrain/man/subject.filepath.morph.native.Rd | 5 fsbrain-0.3.0/fsbrain/man/subject.filepath.morph.standard.Rd | 8 fsbrain-0.3.0/fsbrain/man/subject.volume.Rd | 2 fsbrain-0.3.0/fsbrain/man/vdata.split.by.hemi.Rd |only fsbrain-0.3.0/fsbrain/man/vis.color.on.subject.Rd | 2 fsbrain-0.3.0/fsbrain/man/vis.coloredmeshes.Rd | 2 fsbrain-0.3.0/fsbrain/man/vis.coloredmeshes.rotating.Rd | 12 fsbrain-0.3.0/fsbrain/man/vis.data.on.fsaverage.Rd | 6 fsbrain-0.3.0/fsbrain/man/vis.data.on.subject.Rd | 6 fsbrain-0.3.0/fsbrain/man/vis.fs.surface.Rd |only fsbrain-0.3.0/fsbrain/man/vis.labeldata.on.subject.Rd | 4 fsbrain-0.3.0/fsbrain/man/vis.mask.on.subject.Rd | 6 fsbrain-0.3.0/fsbrain/man/vis.region.values.on.subject.Rd | 8 fsbrain-0.3.0/fsbrain/man/vis.rotated.coloredmeshes.Rd | 8 fsbrain-0.3.0/fsbrain/man/vis.subject.annot.Rd | 2 fsbrain-0.3.0/fsbrain/man/vis.subject.label.Rd | 6 fsbrain-0.3.0/fsbrain/man/vis.subject.morph.native.Rd | 6 fsbrain-0.3.0/fsbrain/man/vis.subject.morph.standard.Rd | 14 fsbrain-0.3.0/fsbrain/man/vis.symmetric.data.on.subject.Rd | 4 fsbrain-0.3.0/fsbrain/man/vislayout.from.coloredmeshes.Rd | 8 fsbrain-0.3.0/fsbrain/man/vol.imagestack.Rd | 4 fsbrain-0.3.0/fsbrain/man/volvis.lightbox.Rd | 2 fsbrain-0.3.0/fsbrain/man/volvis.voxels.Rd | 2 fsbrain-0.3.0/fsbrain/vignettes/fsbrain.Rmd | 2 fsbrain-0.3.0/fsbrain/vignettes/fsbrain_faq.Rmd | 61 fsbrain-0.3.0/fsbrain/vignettes/fsbrain_vol.Rmd | 2 118 files changed, 1556 insertions(+), 1457 deletions(-)
Title: Detection of Structural Changes in Climate and Environment Time
Series
Description: Tools for automatic model selection and diagnostics for Climate and Environmental data. In particular the envcpt() function does automatic model selection between a variety of trend, changepoint and autocorrelation models. The envcpt() function should be your first port of call.
Author: Rebecca Killick [aut, cre],
Claudie Beaulieu [aut],
Simon Taylor [aut],
Harjit Hullait [aut]
Maintainer: Rebecca Killick <r.killick@lancs.ac.uk>
Diff between EnvCpt versions 1.1.1 dated 2018-09-13 and 1.1.2 dated 2020-06-21
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS | 6 ++++++ R/diagnostics.R | 4 +--- man/envcpt-package.Rd | 4 ++-- 5 files changed, 17 insertions(+), 13 deletions(-)