Title: Run Code 'With' Temporarily Modified Global State
Description: A set of functions to run code 'with' safely and temporarily
modified global state. Many of these functions were originally a part of the
'devtools' package, this provides a simple package with limited dependencies
to provide access to these functions.
Author: Jim Hester [aut, cre],
Kirill Müller [aut],
Kevin Ushey [aut],
Hadley Wickham [aut],
Winston Chang [aut],
Richard Cotton [ctb],
RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Diff between withr versions 2.1.1 dated 2017-12-19 and 2.1.2 dated 2018-03-15
DESCRIPTION | 8 MD5 | 27 +-- NAMESPACE | 1 NEWS.md | 11 + R/libpaths.R | 10 - R/local_.R | 12 - R/makevars.R | 16 + R/with_.R | 16 + README.md | 76 +++++--- build/vignette.rds |binary inst/doc/withr.html | 394 ++++++++++++++++++++++++++++++++++----------- man/set_makevars.Rd |only man/with_.Rd | 9 - man/with_temp_libpaths.Rd | 7 tests/testthat/test-with.R | 9 + 15 files changed, 439 insertions(+), 157 deletions(-)
Title: R Interface to the 'DieHarder' RNG Test Suite
Description: The RDieHarder packages provides an R interface to
the dieharder suite of random number generators and tests that
was developed by Robert G. Brown and David Bauer, extending
earlier work by George Marsaglia and others.
Author: Dirk Eddelbuettel <edd@debian.org>
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RDieHarder versions 0.1.3 dated 2014-02-21 and 0.1.4 dated 2018-03-15
ChangeLog | 21 +++++++++++++++++++++ DESCRIPTION | 17 +++++++++-------- MD5 | 16 +++++++++------- NAMESPACE | 12 ++++++++---- README.md |only build/vignette.rds |binary cleanup | 2 +- inst/doc/RDieHarder.pdf |binary src/init.c |only tests/RDieHarder.Rout.save | 24 +++++++++++++----------- 10 files changed, 61 insertions(+), 31 deletions(-)
Title: Package for Analysis of Space-Time Ecological Series
Description: Regularisation, decomposition and analysis of space-time series.
The pastecs R package is a PNEC-Art4 and IFREMER (Benoit Beliaeff
<Benoit.Beliaeff@ifremer.fr>) initiative to bring PASSTEC 2000 functionalities to R.
Author: Philippe Grosjean [aut, cre],
Frederic Ibanez [aut],
Michele Etienne [ctb]
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Diff between pastecs versions 1.3-18 dated 2014-03-02 and 1.3.21 dated 2018-03-15
pastecs-1.3-18/pastecs/inst/doc |only pastecs-1.3.21/pastecs/.Rinstignore |only pastecs-1.3.21/pastecs/DESCRIPTION | 28 +- pastecs-1.3.21/pastecs/MD5 | 27 +- pastecs-1.3.21/pastecs/NAMESPACE | 59 ++++ pastecs-1.3.21/pastecs/R/escouf.R | 107 ++++---- pastecs-1.3.21/pastecs/R/extract.turnpoints.R | 19 - pastecs-1.3.21/pastecs/R/lines.turnpoints.R | 44 +-- pastecs-1.3.21/pastecs/R/plot.turnpoints.R | 25 +- pastecs-1.3.21/pastecs/R/print.summary.turnpoints.R | 39 +-- pastecs-1.3.21/pastecs/R/print.turnpoints.R | 27 +- pastecs-1.3.21/pastecs/R/regspline.R | 2 pastecs-1.3.21/pastecs/R/summary.turnpoints.R | 5 pastecs-1.3.21/pastecs/R/turnpoints.R | 131 +++++----- pastecs-1.3.21/pastecs/inst/unitTests |only pastecs-1.3.21/pastecs/man/turnpoints.Rd | 241 ++++++++++---------- pastecs-1.3.21/pastecs/tests |only 17 files changed, 416 insertions(+), 338 deletions(-)
Title: Tools to Gather Data from Major League Baseball Advanced Media
(MLBAM)
Description: Multi-core processing of Gameday data from Major League Baseball Advanced Media <http://gd2.mlb.com/components/game/mlb/>. Additional tools to parallelize large data sets and write them to a database.
Author: Kris Eberwein [aut, cre]
Maintainer: Kris Eberwein <eberwein@knights.ucf.edu>
Diff between mlbgameday versions 0.1.0 dated 2018-02-27 and 0.1.1 dated 2018-03-15
DESCRIPTION | 10 +++---- MD5 | 40 ++++++++++++++--------------- NAMESPACE | 3 ++ NEWS.md | 12 ++++++++ R/get_payload.R | 51 ++++++++++++++++++++++++++++--------- R/mlbgameday.R | 11 +++++++ R/payload_methods.R | 43 +++++++++++++++++++------------ R/transform_methods.R | 26 ++++++++++++++++-- data/game_ids.rda |binary data/player_ids.rda |binary data/team_ids.rda |binary data/umpire_ids.rda |binary data/venue_ids.rda |binary inst/doc/database_connections.html | 4 +- inst/doc/parallel_processing.html | 4 +- inst/doc/pitch_plotting.html | 8 ++--- inst/doc/search_games.html | 4 +- man/get_payload.Rd | 5 ++- man/team_ids.Rd | 2 - man/umpire_ids.Rd | 2 - man/venue_ids.Rd | 2 - 21 files changed, 156 insertions(+), 71 deletions(-)
Title: Generalized Method of Moments and Generalized Empirical
Likelihood
Description: It is a complete suite to estimate models based on moment
conditions. It includes the two step Generalized method of
moments (Hansen 1982; <doi:10.2307/1912775>), the iterated GMM and continuous
updated estimator (Hansen, Eaton and Yaron 1996; <doi:10.2307/1392442>) and several
methods that belong to the Generalized Empirical Likelihood
family of estimators (Smith 1997; <doi:10.1111/j.0013-0133.1997.174.x>,
Kitamura 1997; <doi:10.1214/aos/1069362388>, Newey and Smith 2004; <doi:10.1111/j.1468-0262.2004.00482.x>,
and Anatolyev 2005 <doi:10.1111/j.1468-0262.2005.00601.x>).
Author: Pierre Chausse <pchausse@uwaterloo.ca>
Maintainer: Pierre Chausse <pchausse@uwaterloo.ca>
Diff between gmm versions 1.6-1 dated 2017-06-14 and 1.6-2 dated 2018-03-15
DESCRIPTION | 12 ++-- MD5 | 40 +++++++------- NAMESPACE | 2 NEWS | 11 +++ R/FinRes.R | 8 ++ R/Methods.gmm.R | 11 ++- R/ategel.R | 133 ++++++++++++++++++++++++++++++++++++------------ R/gel.R | 8 +- R/getModel.R | 33 ++++++++++- R/gmm.R | 80 ++++++++++++++++++++-------- R/momentEstim.R | 67 ++++++++++++++++-------- R/specTest.R | 15 +++-- build/vignette.rds |binary data/Finance.rda |binary data/Growth.rda |binary data/nsw.rda |binary data/wage.rda |binary inst/doc/gmm_with_R.pdf |binary man/ATEgel.Rd | 19 ++++++ man/gel.Rd | 5 + man/gmm.Rd | 16 +++++ 21 files changed, 335 insertions(+), 125 deletions(-)
Title: Generate Functions to Get or Set Global Options
Description: It provides more controls on the option values such as validation
and filtering on the values, making options invisible or private.
Author: Zuguang Gu
Maintainer: Zuguang Gu <z.gu@dkfz.de>
Diff between GlobalOptions versions 0.0.12 dated 2017-05-21 and 0.0.13 dated 2018-03-15
DESCRIPTION | 10 +++--- MD5 | 12 +++---- NAMESPACE | 4 +- NEWS | 6 +++ inst/doc/GlobalOptions.Rmd | 43 ++++++++++++++++++++++++++ inst/doc/GlobalOptions.html | 72 +++++++++++++++++++++++++++++++++++++------- vignettes/GlobalOptions.Rmd | 43 ++++++++++++++++++++++++++ 7 files changed, 166 insertions(+), 24 deletions(-)
Title: Cryptocurrency Market Data
Description: Retrieves crypto currency current and historical information as well as information on the exchanges they are listed on. For current and historical it will retrieve the daily open, high, low and close values for all crypto currencies. This retrieves the historical market data by web scraping tables provided by 'Cryptocurrency Market Capitalizations' <https://coinmarketcap.com>.
Author: Jesse Vent [aut, cre]
Maintainer: Jesse Vent <jesse@solutiondesign.io>
Diff between crypto versions 0.1.4 dated 2018-03-07 and 0.1.5 dated 2018-03-15
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- R/getCoins.R | 15 +++++++++------ R/getExchanges.R | 4 +++- R/listCoins.R | 2 +- README.md | 8 ++++++++ 6 files changed, 29 insertions(+), 16 deletions(-)
Title: Local Randomization Methods for RD Designs
Description: The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. Under the local randomization approach, RD designs can be interpreted as randomized experiments inside a window around the cutoff. This package provides tools to perform randomization inference for RD designs under local randomization: rdrandinf() to perform hypothesis testing using randomization inference, rdwinselect() to select a window around the cutoff in which randomization is likely to hold, rdsensitivity() to assess the sensitivity of the results to different window lengths and null hypotheses and rdrbounds() to construct Rosenbaum bounds for sensitivity to unobserved confounders.
Author: Matias D. Cattaneo, Rocio Titiunik, Gonzalo Vazquez-Bare
Maintainer: Gonzalo Vazquez-Bare <gvazquez@umich.edu>
Diff between rdlocrand versions 0.2 dated 2017-04-22 and 0.3 dated 2018-03-15
DESCRIPTION | 6 - MD5 | 24 +++--- R/rdlocrand_fun.R | 26 +++--- R/rdlocrand_package.R | 8 +- R/rdrandinf.R | 178 +++++++++++++++++++++++++---------------------- R/rdrbounds.R | 12 +-- R/rdsensitivity.R | 16 ++-- R/rdwinselect.R | 44 +++++------ man/rdlocrand-package.Rd | 6 - man/rdrandinf.Rd | 20 ++--- man/rdrbounds.Rd | 10 +- man/rdsensitivity.Rd | 8 +- man/rdwinselect.Rd | 14 +-- 13 files changed, 195 insertions(+), 177 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-03-01 0.1.0
Title: Visualization Package for CanvasXpress in R
Description: Enables creation of visualizations using the CanvasXpress framework
in R. CanvasXpress is a standalone JavaScript library for reproducible research
with complete tracking of data and end-user modifications stored in a single
PNG image that can be played back. See <http://canvasxpress.org> for more
information.
Author: Isaac Neuhaus [aut, cre],
Connie Brett [ctb]
Maintainer: Connie Brett <connie@aggregate-genius.com>
Diff between canvasXpress versions 1.18.5 dated 2018-02-12 and 1.18.8 dated 2018-03-15
DESCRIPTION | 6 MD5 | 36 ++-- NEWS.md | 7 README.md | 2 build/vignette.rds |binary inst/doc/additional_examples.html | 4 inst/doc/getting_started.html | 4 inst/extdata/cX-circular2-dat.txt | 2 inst/extdata/cX-circular2-var.txt | 2 inst/extdata/cX-ideogram-dat.txt |only inst/extdata/cX-ideogram-smp.txt |only inst/extdata/cX-ideogram-var.txt |only inst/extdata/cX-loess2-dat.txt |only inst/extdata/cX-networkbasic-edges.txt | 4 inst/extdata/cX-networkbasic-nodes.txt | 12 - inst/extdata/cX-wpapoptosis-edges.txt | 134 +++++++------- inst/extdata/cX-wpapoptosis-nodes.txt | 32 +-- inst/htmlwidgets/lib/canvasXpress/canvasXpress.min.js | 6 tests/cX-function.R | 161 ++++++++++++++---- tests/testthat/test-circular.R | 24 ++ tests/testthat/test-scatter3D.R | 8 21 files changed, 291 insertions(+), 153 deletions(-)
Title: Polyhedra Database
Description: A polyhedra database scraped from various sources as R6 objects and 'rgl' visualizing capabilities.
Author: Alejandro Baranek [aut, com, cre, cph],
Leonardo Belen [aut, com, cph]
Maintainer: Alejandro Baranek <abaranek@dc.uba.ar>
Diff between Rpolyhedra versions 0.2.1 dated 2018-03-13 and 0.2.2 dated 2018-03-15
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- R/polyhedra-lib.R | 17 ++--------------- R/zzz.R | 2 +- README.md | 38 ++++++++++++++++++++------------------ inst/extdata/polyhedra.RDS |binary 6 files changed, 31 insertions(+), 42 deletions(-)
Title: Examples using 'RcppClassic' to Interface R and C++
Description: The 'Rcpp' package contains a C++ library that facilitates the
integration of R and C++ in various ways via a rich API. This API was
preceded by an earlier version which has been deprecated since 2010 (but is
still supported to provide backwards compatibility in the package
'RcppClassic'). This package 'RcppClassicExamples' provides usage examples for
the older, deprecated API. There is also a corresponding package
'RcppExamples' with examples for the newer, current API which we
strongly recommend as the basis for all new development.
Author: Dirk Eddelbuettel and Romain Francois, based on code written
during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppClassicExamples versions 0.1.1 dated 2012-12-30 and 0.1.2 dated 2018-03-15
ChangeLog | 25 +++++++++++++++++++++++++ DESCRIPTION | 39 +++++++++++++++++++-------------------- MD5 | 29 +++++++++++++++-------------- NAMESPACE | 7 +++++-- R/RcppDateExample.R | 3 +-- R/RcppExample.R | 6 ++---- R/RcppMatrixExample.R | 3 +-- R/RcppParamsExample.R | 3 +-- R/RcppStringVectorExample.R | 3 +-- R/RcppVectorExample.R | 3 +-- inst/NEWS.Rd | 12 +++++++++++- man/RcppDate.Rd | 2 +- man/RcppExample.Rd | 2 +- man/RcppParams.Rd | 2 +- src/Makevars.win | 12 ++++++------ src/init.c |only 16 files changed, 91 insertions(+), 60 deletions(-)
More information about RcppClassicExamples at CRAN
Permanent link
Title: Classification and Regression Trees
Description: Classification and regression trees.
Author: Brian Ripley [aut, cre]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Diff between tree versions 1.0-37 dated 2016-01-21 and 1.0-38 dated 2018-03-15
ChangeLog | 4 ++++ DESCRIPTION | 9 ++++----- MD5 | 15 ++++++++------- R/treemisc.R | 4 +++- man/tree.control.Rd | 12 +++++++++--- src/grow.c | 5 ++++- src/init.c | 2 ++ src/treefix.c | 1 + tests/cv.tree.R |only 9 files changed, 35 insertions(+), 17 deletions(-)
More information about phyloseqGraphTest at CRAN
Permanent link
Title: Displays User Feedback Next to Shiny Inputs
Description: Easily display user feedback next to Shiny inputs. The feedback message is displayed when the feedback condition evaluates to TRUE.
Author: Andy Merlino [aut, cre]
Maintainer: Andy Merlino <merlinoa88@gmail.com>
Diff between shinyFeedback versions 0.0.3 dated 2017-04-09 and 0.0.4 dated 2018-03-15
DESCRIPTION | 8 MD5 | 22 - NEWS.md | 4 R/feedback-wrappers.R | 6 R/feedback.R | 13 - build/vignette.rds |binary inst/doc/shinyFeedback-intro.html | 453 +++++++++++++++++++++++++++----------- inst/srcjs/checkFeedback.js | 1 man/feedback.Rd | 4 man/feedbackDanger.Rd | 4 man/feedbackSuccess.Rd | 4 man/feedbackWarning.Rd | 4 12 files changed, 367 insertions(+), 156 deletions(-)
Title: A Shiny GUI for some Parameter Estimation Examples
Description: Allows specification and fitting of some parameter
estimation examples inspired by time-resolved spectroscopy via
a Shiny GUI.
Author: Joris Snellenburg [cre, aut],
Katharine Mullen [aut],
Ivo van Stokkum [aut]
Maintainer: Joris Snellenburg <j.snellenburg@vu.nl>
Diff between paramGUI versions 2.1.2 dated 2017-02-17 and 2.1.3 dated 2018-03-15
DESCRIPTION | 8 +- MD5 | 32 +++++------ R/paramGUI.R | 2 R/utility.R | 12 ++-- inst/shinyApps/paramGUI/app.R | 117 +++++++++++++++++++++++++----------------- man/calcE.Rd | 1 man/example_dataset.Rd | 9 +-- man/is_compressed.Rd | 1 man/is_rdata.Rd | 1 man/kroneckercol.Rd | 1 man/linlogtics.Rd | 1 man/paramGUI.Rd | 1 man/plotterforGUI.Rd | 1 man/runGUI.Rd | 1 man/simndecay_gen_paramGUI.Rd | 3 - man/spectemp.Rd | 1 man/startGUI.Rd | 1 17 files changed, 102 insertions(+), 91 deletions(-)
Title: Trends and Indices for Monitoring Data
Description: The TRIM model is widely used for estimating growth and decline of
animal populations based on (possibly sparsely available) count data. The
current package is a reimplementation of the original TRIM software developed
at Statistics Netherlands by Jeroen Pannekoek. See
<https://www.cbs.nl/en-gb/society/nature-and-environment/indices-and-trends%2d%2dtrim%2d%2d>
for more information about TRIM.
Author: Patrick Bogaart [aut, cre],
Mark van der Loo [aut],
Jeroen Pannekoek [aut]
Maintainer: Patrick Bogaart <rtrim@cbs.nl>
Diff between rtrim versions 2.0.3 dated 2018-03-12 and 2.0.4 dated 2018-03-15
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ inst/doc/Skylark_example.html | 4 ++-- inst/doc/rtrim_2_extensions.html | 4 ++-- inst/doc/rtrim_confidence_intervals.html | 4 ++-- inst/doc/rtrim_for_TRIM_users.html | 4 ++-- inst/doc/taming_overdispersion.html | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-)
Title: Non Linear Time Series Analysis
Description: Models for time series forecasting and causality detection. The main functionalities of this package consist of a neural network Vector Auto-Regressive model, the classical Granger causality test C.W.J.Granger (1980) <doi:10.1016/0165-1889(80)90069-X>, and a non-linear version of it based on feedforward neural networks.
Author: Youssef Hmamouche [aut, cre],
Sylvain Barthelemy [cph]
Maintainer: Youssef Hmamouche <hmamoucheyussef@gmail.com>
Diff between NlinTS versions 1.3.0 dated 2018-03-13 and 1.3.1 dated 2018-03-15
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/modues.R | 1 + build/partial.rdb |binary 4 files changed, 8 insertions(+), 7 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 changes in addition to summary statistics.
Author: Alex Joseph [aut, cre]
Maintainer: Alex Joseph <alexsanjoseph@gmail.com>
Diff between compareDF versions 1.2.0 dated 2017-09-11 and 1.3.0 dated 2018-03-15
DESCRIPTION | 8 ++--- MD5 | 10 +++--- NEWS.md | 3 + R/fnsComparison.R | 44 ++++++++++++++++++---------- man/compare_df.Rd | 4 +- tests/testthat/test-fnsComparison.R | 55 ++++++++++++++++++++++++++---------- 6 files changed, 85 insertions(+), 39 deletions(-)
Title: Projection Pursuit for Cluster Identification
Description: Implements recently developed projection
pursuit algorithms for finding optimal linear cluster
separators. The clustering algorithms use optimal
hyperplane separators based on minimum density, Pavlidis et. al (2016) <https://jmlr.csail.mit.edu/papers/volume17/15-307/15-307.pdf>;
minimum normalised cut, Hofmeyr (2017) <doi:10.1109/TPAMI.2016.2609929>;
and maximum variance ratio clusterability, Hofmeyr and Pavlidis (2015) <doi:10.1109/SSCI.2015.116>.
Author: David Hofmeyr <dhofmeyr@sun.ac.za> [aut, cre]
Nicos Pavlidis <n.pavlidis@lancaster.ac.uk> [aut]
Maintainer: David Hofmeyr <dhofmeyr@sun.ac.za>
Diff between PPCI versions 0.1.1 dated 2018-02-16 and 0.1.2 dated 2018-03-15
DESCRIPTION | 6 +++--- MD5 | 9 +++++++-- build/partial.rdb |binary data/datalist |only data/pendigits.RData |only data/yale.RData |only man/pendigits.rd |only man/yale.Rd |only 8 files changed, 10 insertions(+), 5 deletions(-)
Title: Graph-Based Change-Point Detection (g-Segmentation)
Description: Using an approach based on similarity graph to estimate change-point(s) and the corresponding p-values. Can be applied to any type of data (high-dimensional, non-Euclidean, etc.) as long as a reasonable similarity measure is available.
Author: Hao Chen, Nancy R. Zhang, and Lynna Chu
Maintainer: Hao Chen <hxchen@ucdavis.edu>
Diff between gSeg versions 0.4 dated 2017-07-08 and 0.5 dated 2018-03-15
DESCRIPTION | 8 +- MD5 | 4 - R/gSeg.r | 234 +++++++++++++++++++++++++++++++++++++++--------------------- 3 files changed, 161 insertions(+), 85 deletions(-)