Add tests for R builds
This commit is contained in:
parent
69b268e6f7
commit
1de359f3e6
1 changed files with 505 additions and 0 deletions
14
test/testpkg/man/testpkg-package.Rd
Normal file
14
test/testpkg/man/testpkg-package.Rd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/testpkg.R
|
||||
\docType{package}
|
||||
\name{testpkg-package}
|
||||
\alias{testpkg}
|
||||
\alias{testpkg-package}
|
||||
\title{testpkg: A Test Package}
|
||||
\description{
|
||||
A test package.
|
||||
}
|
||||
\author{
|
||||
\strong{Maintainer}: Test Pkg \email{test@test}
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue