Add tests for R builds

This commit is contained in:
Greg Lin 2022-08-10 17:17:01 -05:00
commit 1de359f3e6

View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testpkg.R
\name{add_it}
\alias{add_it}
\title{Add it together}
\usage{
add_it(a, b)
}
\arguments{
\item{a}{Number}
\item{b}{Number}
}
\value{
Sum of numbers
}
\description{
Add it together
}