NEWS | R Documentation |
Add Copyright and Authors@R fields to DESCRIPTION.
Add fully qualified reference to gdata function to silence CHECK warnings.
Moved 'Hmisc' from Depends to Imports.
Improved introduction vignette significantly.
Added ScaleHistograms
function.
Added PlotRelativeFrequency
function to plot relative
frequency histograms.
Added minkowski.dist
, intersect.dist
,
kl.divergence
, jeffrey.divergence
measures for two
histograms.
Added PreBinnedHistogram
for creating histogram objects
from an already binned dataset (e.g. just a vector of bins and counts).
Moved 'RProtoBuf' from Suggests to Enhances and made all uses conditional so that this package can be built and checked without it.
Improved plot titles for PlotKSDCC and PlotEMDCC.
Added a quick reference vignette.
Implemented support for smoothing out a histogram with Average Shifted Histograms from the ash package.
Added PlotLog2ByteEcdf
and
PlotLogTimeDurationEcdf
function for creating better
looking Ecdfs of data binned on power of 2 byte boundaries and
log-scale time duration boundaries.
Remove unused methods dependency and tighten up what we import and export in the NAMESPACE file.
Initial CRAN release