228ee602 |
1 | \name{valse-package} |
2 | \alias{valse-package} |
3 | \alias{valse} |
4 | \docType{package} |
5 | |
6 | \title{ |
7 | \packageTitle{valse} |
8 | } |
9 | |
10 | \description{ |
11 | \packageDescription{valse} |
12 | } |
13 | |
14 | \details{ |
15 | The package devtools should be useful in development stage, since we rely on testthat for |
16 | unit tests, and roxygen2 for documentation. knitr is used to generate the package vignette. |
17 | Concerning the other suggested packages: |
18 | \itemize{ |
19 | \item{parallel (generally) permits to run the bootstrap method faster.} |
20 | } |
21 | |
22 | The three main functions are ... |
23 | } |
24 | |
25 | \author{ |
26 | \packageAuthor{valse} |
27 | |
28 | Maintainer: \packageMaintainer{valse} |
29 | } |
30 | |
31 | %\references{ |
32 | % TODO: Literature or other references for background information |
33 | %} |
34 | |
35 | %\examples{ |
36 | % TODO: simple examples of the most important functions |
37 | %} |