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

rounders

The rounders package implements rounding algorithms

library(rounders)

example(round_gap)

Installation

You can install the development version from GitHub with devtools or remotes.

install.packages("devtools")
devtools::install_github("nacnudus/rounders")


nacnudus/rounders documentation built on May 14, 2019, 5:16 a.m.