Initial commit

This commit is contained in:
2023-12-14 15:45:03 +01:00
parent 72acb26078
commit a9140b0839
12 changed files with 676 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()
}