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

{{{ repo }}}

![R-CMD-check](https://github.com/{{{ username }}}/{{{ repo }}}/workflows/R-CMD-check/badge.svg) ![lint](https://github.com/{{{ username }}}/{{{ repo }}}/workflows/lint/badge.svg)

Overview

r desc::desc_get_field("Title"): r desc::desc_get_field("Description")

Feel free to use and/or fork this project!

Installation

You can install the development version of {{{ repo }}} from GitHub with:

# install.packages("remotes")
remotes::install_github("{{{ username }}}/{{{ repo }}}")

Or using renv:

# install.packages("renv")
renv::install("{{{ username }}}/{{{ repo }}}")

Development

Example

This is a basic example which shows you how to solve a common problem:

# basic example code


jabenninghoff/rdev documentation built on April 26, 2024, 5:11 a.m.