Add tests for R builds
This commit is contained in:
parent
69b268e6f7
commit
1de359f3e6
1 changed files with 505 additions and 0 deletions
17
test/testpkg/man/square_it.Rd
Normal file
17
test/testpkg/man/square_it.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/testpkg.R
|
||||
\name{square_it}
|
||||
\alias{square_it}
|
||||
\title{Square it up}
|
||||
\usage{
|
||||
square_it(n)
|
||||
}
|
||||
\arguments{
|
||||
\item{n}{Integer}
|
||||
}
|
||||
\value{
|
||||
Square
|
||||
}
|
||||
\description{
|
||||
Square it up
|
||||
}
|
||||
Loading…
Reference in a new issue