add package-valse.Rd in man
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 12 Feb 2017 22:34:00 +0000 (23:34 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 12 Feb 2017 22:34:00 +0000 (23:34 +0100)
.gitignore
man/valse-package.Rd [new file with mode: 0644]

index f0abc36..b1cd49c 100644 (file)
@@ -3,5 +3,5 @@
 .RData
 *.swp
 *~
-/man/
+/man/*
 !/man/*-package.Rd
diff --git a/man/valse-package.Rd b/man/valse-package.Rd
new file mode 100644 (file)
index 0000000..534375b
--- /dev/null
@@ -0,0 +1,37 @@
+\name{valse-package}
+\alias{valse-package}
+\alias{valse}
+\docType{package}
+
+\title{
+       \packageTitle{valse}
+}
+
+\description{
+       \packageDescription{valse}
+}
+
+\details{
+       The package devtools should be useful in development stage, since we rely on testthat for
+       unit tests, and roxygen2 for documentation. knitr is used to generate the package vignette.
+       Concerning the other suggested packages:
+       \itemize{
+               \item{parallel (generally) permits to run the bootstrap method faster.}
+       }
+
+       The three main functions are ...
+}
+
+\author{
+       \packageAuthor{valse}
+
+       Maintainer: \packageMaintainer{valse}
+}
+
+%\references{
+%      TODO: Literature or other references for background information
+%}
+
+%\examples{
+%      TODO: simple examples of the most important functions
+%}