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

urospkg

The goal of urospkg is serve as a boilerplate for a modern, CI-capable R package.

Installation

You can install the latest version of urospkg with:

remotes::install_github("bernhard-da/urosconf")

Example

We want to greet everybody

urosconf::greets("unknown user")


bernhard-da/urospkg documentation built on May 20, 2019, 12:58 a.m.