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/subtract_it.Rd
Normal file
19
test/testpkg/man/subtract_it.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/testpkg.R
|
||||
\name{subtract_it}
|
||||
\alias{subtract_it}
|
||||
\title{Subtract it}
|
||||
\usage{
|
||||
subtract_it(a, b)
|
||||
}
|
||||
\arguments{
|
||||
\item{a}{Number}
|
||||
|
||||
\item{b}{Number}
|
||||
}
|
||||
\value{
|
||||
Difference of numbers
|
||||
}
|
||||
\description{
|
||||
Subtract it
|
||||
}
|
||||
Loading…
Reference in a new issue