NEWS | R Documentation |
Minor change to plotMatrix
function.
We no longer import from the deprecated plyr package.
rngSeeds
now uses sample
instead of runif
, eliminating the potential for a documented source of bias.
Add numbers2words
, cadged from Andy Teuchen.
Problem with scinot
has been fixed.
aakmisc now requires R version 4 or later.
New matrix2latex
function.
The package no longer automatically loads ggplot2, scales, grid, plyr, reshape2, magrittr, and readr.
scinot
is now suitable for use in ggplot::scale_X_Y
.
The new function trnc
allows truncation to the plot window when used in ggplot::scale_X_Y
.
The license under which the software is provided has been upgraded to GPL version 3.
Package readr is a new dependency and scales is explicitly imported.
The license under which the software is provided has been upgraded to GPL version 3.
startTunnel
now takes a user
option.
Codes for lazy-loading knitr caches have been added. These useful functions are shamelessly cadged from Peter DeWitt's qwrap2 package.
bake
and stew
have been moved to pomp.
New stew
function (similar to bake
).
On attachment, the default ggplot2 theme is theme_bw()
.
New bake
function.
A new scinot
function for formatting numbers in scientific notation.
There is a new plotMatrix
method for generating scatterplot matrices and density plots from data-frames.
will attempt to clean up ssh tunnel processes on exit from R