Add tests for R builds
This commit is contained in:
parent
69b268e6f7
commit
1de359f3e6
1 changed files with 505 additions and 0 deletions
19
test/testpkg/man/add_it.Rd
Normal file
19
test/testpkg/man/add_it.Rd
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue