Commiting just the actual package code

This commit is contained in:
Marijn
2020-03-25 15:18:06 +01:00
commit cd967fa821
6 changed files with 374 additions and 0 deletions

12
man/hello.Rd Normal file
View File

@ -0,0 +1,12 @@
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}