knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rv

CRAN status Project Status: Active - The project has reached a stable, usable state and is being actively developed. rv Downloads R build status

The rv package provides tools for working with simulation-based random variables.

Installation

Stable version from CRAN

install.packages("rv")

or development version from GitHub

install.packages('devtools')  # package devtools needed
devtools::install_github("jsta/rv")

Examples

See website



jsta/rv documentation built on Feb. 12, 2022, 5:13 p.m.