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

urosconfpkg

Travis build status Codecov test coverage

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

Installation

You can install the latest version of urosconfpkg with:

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

Example

We want to greet everybody

urosconfpkg::greets("unknown user")


bernhard-da/urosconfpkg documentation built on June 5, 2019, 11:07 p.m.