Title: Utilities for Creating Guitar Tablature
Description: Utilities for Creating Guitar Tablature using tidyverse packages.
Author: Casimir Saternos [aut, cre]
Maintainer: Casimir Saternos <cas.saternos@gmail.com>
Diff between ggguitar versions 0.1.0 dated 2016-11-30 and 0.1.1 dated 2016-12-24
DESCRIPTION | 11 ++++--- MD5 | 17 ++++++------ NEWS.md |only R/guitar_chords.R | 6 ++-- README.md | 2 + inst/doc/my-vignette.R | 23 ++++++++++++++++ inst/doc/my-vignette.Rmd | 43 ++++++++++++++++++++++++++++++ inst/doc/my-vignette.html | 64 +++++++++++++++++++++++++++++++++++----------- man/tablature.Rd | 5 ++- vignettes/my-vignette.Rmd | 43 ++++++++++++++++++++++++++++++ 10 files changed, 184 insertions(+), 30 deletions(-)
Title: A View Generator for Multidimensional Data
Description: A tool to explore wide data sets, by detecting, ranking
and plotting groups of statistically dependent columns.
Author: Thibault Sellam
Maintainer: Thibault Sellam <thibault.sellam@gmail.com>
Diff between findviews versions 0.1.2 dated 2016-10-25 and 0.1.3 dated 2016-12-24
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- NEWS.md | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-)
Title: Bayesian Palaeoclimate Reconstruction from Pollen Data
Description: Takes pollen and chronology data from lake cores and produces
a Bayesian posterior distribution of palaeoclimate from that location after
fitting a non-linear non-Gaussian state-space model. For more details see the
paper Parnell et al. (2015), Bayesian inference for palaeoclimate with
time uncertainty and stochastic volatility. Journal of the Royal Statistical
Society: Series C (Applied Statistics), 64: 115–138 <DOI:10.1111/rssc.12065>.
Author: Andrew Parnell [cre],
James Sweeney [aut],
Thinh Doan [aut]
Maintainer: Andrew Parnell <andrew.parnell@ucd.ie>
Diff between Bclim versions 3.1.0 dated 2016-06-13 and 3.1.2 dated 2016-12-24
Bclim-3.1.0/Bclim/R/layer_clouds.R |only Bclim-3.1.0/Bclim/R/plot.layer_clouds.R |only Bclim-3.1.0/Bclim/man/Bclim-package.Rd |only Bclim-3.1.0/Bclim/man/layer_clouds.Rd |only Bclim-3.1.0/Bclim/man/plot.layer_clouds.Rd |only Bclim-3.1.2/Bclim/DESCRIPTION | 28 +++- Bclim-3.1.2/Bclim/MD5 | 39 ++--- Bclim-3.1.2/Bclim/NAMESPACE | 21 +-- Bclim-3.1.2/Bclim/R/climate_histories.R | 117 +++++++++++----- Bclim-3.1.2/Bclim/R/plot.climate_histories.R | 101 +++++++++++--- Bclim-3.1.2/Bclim/R/plot.slice_clouds.R |only Bclim-3.1.2/Bclim/R/slice_clouds.R |only Bclim-3.1.2/Bclim/R/summary.climate_histories.R | 20 ++ Bclim-3.1.2/Bclim/build/vignette.rds |binary Bclim-3.1.2/Bclim/inst/doc/Bclim.R | 18 +- Bclim-3.1.2/Bclim/inst/doc/Bclim.Rmd | 22 +-- Bclim-3.1.2/Bclim/inst/doc/Bclim.html | 146 +++++++++++---------- Bclim-3.1.2/Bclim/man/climate_histories.Rd | 133 +++++++------------ Bclim-3.1.2/Bclim/man/plot.climate_histories.Rd | 100 +++++--------- Bclim-3.1.2/Bclim/man/plot.slice_clouds.Rd |only Bclim-3.1.2/Bclim/man/slice_clouds.Rd |only Bclim-3.1.2/Bclim/man/summary.climate_histories.Rd | 47 ++---- Bclim-3.1.2/Bclim/src/BclimMCMC3D.c | 5 Bclim-3.1.2/Bclim/src/use.c | 1 Bclim-3.1.2/Bclim/vignettes/Bclim.Rmd | 22 +-- 25 files changed, 453 insertions(+), 367 deletions(-)
Title: Anything to 'POSIXct' or 'Date' Converter
Description: Convert input in any one of character, integer, numeric, factor,
or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of
predefined formats, and relying on Boost facilities for date and time parsing.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between anytime versions 0.1.2 dated 2016-12-13 and 0.2.0 dated 2016-12-24
ChangeLog | 59 ++++++++++++++++++++++++++++++- DESCRIPTION | 8 ++-- MD5 | 29 ++++++++------- NAMESPACE | 5 ++ R/RcppExports.R | 4 +- R/anytime.R | 20 +++++++++- R/formats.R |only build/partial.rdb |binary inst/NEWS.Rd | 23 +++++++++++- man/iso8601.Rd |only src/RcppExports.cpp | 7 ++- src/anytime.cpp | 63 ++++++++++++++++++++++++---------- tests/allFormats.R | 96 ++++++++++++++++++++++++++++------------------------ tests/bulkTest.R |only tests/gh_issue_12.R | 3 + tests/gh_issue_5.R | 17 +++++---- tests/simpleTests.R | 38 +++++++++++++++----- 17 files changed, 265 insertions(+), 107 deletions(-)
Title: Sample Size Calculation for Various t-Tests and Wilcoxon-Test
Description: Computes sample size for Student's t-test and for the Wilcoxon-Mann-Whitney test for categorical data. The t-test function allows paired and unpaired (balanced / unbalanced) designs as well as homogeneous and heterogeneous variances. The Wilcoxon function allows for ties.
Author: Ralph Scherer
Maintainer: Ralph Scherer <shearer.ra76@gmail.com>
Diff between samplesize versions 0.2-2 dated 2015-07-01 and 0.2-4 dated 2016-12-24
samplesize-0.2-2/samplesize/README.md |only samplesize-0.2-4/samplesize/DESCRIPTION | 8 samplesize-0.2-4/samplesize/MD5 | 9 samplesize-0.2-4/samplesize/R/n.ttest.R | 273 +++++++++--------- samplesize-0.2-4/samplesize/man/n.ttest.Rd | 126 ++++---- samplesize-0.2-4/samplesize/man/samplesize-package.Rd | 4 6 files changed, 211 insertions(+), 209 deletions(-)
Title: UK National River Flow Archive Data from R
Description: Utility functions to retrieve data from the UK National River Flow Archive (http://nrfa.ceh.ac.uk/). The package contains R wrappers to the UK NRFA data temporary-API. There are functions to retrieve stations falling in a bounding box, to generate a map and extracting time series and general information.
Author: Claudia Vitolo [aut, cre],
Matthew Fry [ctb] (Matthew supervised the unofficial API integration.),
Wouter Buytaert [ctb] (This package is part of Claudia Vitolo's PhD
work and Wouter is the supervisor.),
Michael Spencer [ctb] (Michael updated the function osg_parse to work
with grid references of different lengths.)
Maintainer: Claudia Vitolo <cvitolodev@gmail.com>
Diff between rnrfa versions 1.2 dated 2016-09-03 and 1.3.0 dated 2016-12-24
DESCRIPTION | 36 ++++-------- MD5 | 22 +++---- NAMESPACE | 3 - R/catalogue.R | 2 R/get_ts.R | 4 - R/plot_trend.R | 17 ++++- R/rnrfa-package.R | 6 -- R/zzz.R | 14 ++-- README.md | 147 +++++++++++++++++++++------------------------------ man/catalogue.Rd | 2 man/plot_trend.Rd | 2 man/rnrfa-package.Rd | 2 12 files changed, 113 insertions(+), 144 deletions(-)
Title: Replicate and Analyse 'InterVA4'
Description: Provides an R version of the 'InterVA4' software (<http://www.interva.net>) for coding cause of death from verbal autopsies. It also provides simple graphical representation of individual and population level statistics.
Author: Zehang Li, Tyler McCormick, Sam Clark
Maintainer: Zehang Li <lizehang@uw.edu>
Diff between InterVA4 versions 1.7.2 dated 2016-11-14 and 1.7.3 dated 2016-12-24
DESCRIPTION | 8 ++++---- MD5 | 13 ++++++++----- R/InterVA.R | 9 ++++++--- R/InterVA4_1.7-package.R | 21 +++++++++++++++++++-- data/probbase3.rda |only inst/NEWS.Rd |only man/InterVA.Rd | 4 ++-- man/probbase.Rd | 4 ++-- man/probbase3.Rd |only 9 files changed, 41 insertions(+), 18 deletions(-)
Title: Leland Wilkinson's Algorithm for Detecting Multidimensional
Outliers
Description: An implementation of an algorithm for outlier detection that can handle a) data with a mixed categorical and continuous variables, b) many columns of data, c) many rows of data, d) outliers that mask other outliers, and e) both unidimensional and multidimensional datasets. Unlike ad hoc methods found in many machine learning papers, HDoutliers is based on a distributional model that uses probabilities to determine outliers. See <https://www.cs.uic.edu/~wilkinson/Publications/outliers.pdf>.
Author: Chris Fraley [aut, cre],
Leland Wilkinson [ctb]
Maintainer: Chris Fraley <cfraley@tableau.com>
Diff between HDoutliers versions 0.14 dated 2016-11-28 and 0.15 dated 2016-12-24
CHANGELOG | 4 ++ DESCRIPTION | 10 +++--- MD5 | 10 +++--- NAMESPACE | 2 - R/getHDmembers.R | 81 ++++++++++++++++++++++++++++-------------------------- R/getHDoutliers.R | 65 ++++++++++++++++++------------------------- 6 files changed, 83 insertions(+), 89 deletions(-)
Title: Dynamic Models for Survival Data
Description: Functions to fit time-varying coefficient models for interval
censored and right censored survival data. Three major approaches are
implemented: 1) Bayesian Cox model with time-independent, time-varying or
dynamic coefficients for right censored and interval censored data; 2)
Spline based time-varying coefficient Cox model for right censored data; 3)
Transformation model with time-varying coefficients for right censored data
using estimating equations.
Author: Wenjie Wang [cre, aut],
Ming-Hui Chen [aut],
Xiaojing Wang [aut],
Jun Yan [aut]
Maintainer: Wenjie Wang <wenjie.2.wang@uconn.edu>
Diff between dynsurv versions 0.3-3 dated 2016-10-15 and 0.3-4 dated 2016-12-24
ChangeLog | 7 ++ DESCRIPTION | 8 +- MD5 | 36 +++++----- R/bayesCox.R | 174 +++++++++++++++++++++++++++++++++++--------------- R/coef.R | 34 ++++----- R/jump.R | 26 +++++-- R/print.R | 13 ++- R/splineCox.R | 15 ++-- R/survCurv.R | 72 +++++++++++--------- inst/CITATION | 4 - man/bayesCox.Rd | 72 +++++++++++++------- man/coef.bayesCox.Rd | 1 man/coef.splineCox.Rd | 1 man/coef.tvTran.Rd | 2 man/nu.Rd | 28 +++++--- man/plotSurv.Rd | 2 man/splineCox.Rd | 1 man/survCurve.Rd | 14 ++-- man/survDiff.Rd | 2 19 files changed, 320 insertions(+), 192 deletions(-)