commit | e414511dc3b9aa739fc21bea90ab64facfb01a2d | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu@hsl.harvard.edu> | Thu Nov 05 17:52:59 2015 -0500 |
committer | Hao Zhu <haozhu@hsl.harvard.edu> | Thu Nov 05 17:52:59 2015 -0500 |
tree | 00a1699c7e1148ca58e77274537eca15e39a61e8 |
initial commit
diff --git a/man/hello.Rd b/man/hello.Rd new file mode 100644 index 0000000..0fa7c4b --- /dev/null +++ b/man/hello.Rd
@@ -0,0 +1,12 @@ +\name{hello} +\alias{hello} +\title{Hello, World!} +\usage{ +hello() +} +\description{ +Prints 'Hello, world!'. +} +\examples{ +hello() +}