rvec 0.0.6
Documentation
- Fixed typo in DESCRIPTION
- Added ‘value’ section to documentation for “missing”
- Added examples to documentation for “missing”
Interface
- Changed
anyNA()
so it returns an rvec, rather than a logical scalar.
rvec 0.0.5
Features
- added default case to n_draw
Documentation
- sundry tidying of help files
rvec 0.0.4
Documentation
- Export generices for sd, var, rank, and add documentation
Internals
- Change argument names for matrixOps to ‘x’ and ‘y’
rvec 0.0.3
Documentation
- Split help for distributions into multiple files
- Revise vignette
Features
- added ‘by’ argument to collapse_to_rvec
- added summary method
- added ‘rank’, ‘order’, ‘sort’
rvec 0.0.2
Bug fix
- Added
drop = FALSE
argument to calls to matrixStats::rowQuantiles()
rvec 0.0.1
Minor feature added
- Added method for
is.numeric()
. (Can’t add methods for is.character()
, is.double()
, is.integer()
, is.logical()
, since these are non-generic primitives.