Skip to content

Commit

Permalink
Adding one Rd file and a test
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 14, 2015
1 parent dfb4800 commit 922e13b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# R package: rmini

This is a minimal R package used for various troubleshooting.

* R CMD check status: <a
href="https://travis-ci.org/HenrikBengtsson/rmini"><img
src="https://travis-ci.org/HenrikBengtsson/rmini.svg?branch=master"
alt="Build status"></a>
* Test coverage status: <a
href='https://coveralls.io/r/HenrikBengtsson/rmini?branch=develop'><img
src='https://coveralls.io/repos/HenrikBengtsson/rmini/badge.png?branch=develop'
alt='Coverage Status' /></a>
20 changes: 20 additions & 0 deletions man/hello.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
\name{hello}
\alias{hello}

\title{Hello function}
}

\description{
Says hello to the world
}

\usage{
hello()
}

\value{Returns nothing.}

\examples{
hello()
}

3 changes: 3 additions & 0 deletions tests/hello.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
library("rmini")

hello()

0 comments on commit 922e13b

Please sign in to comment.