Skip to contents

rvec (development version)

rvec 0.0.6

CRAN release: 2023-11-08

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

rvec 0.0.1

Minor feature added