| 1 | \name{aggexp-package} |
| 2 | \alias{aggexp-package} |
| 3 | \alias{aggexp} |
| 4 | \docType{package} |
| 5 | |
| 6 | \title{ |
| 7 | \packageTitle{aggexp} |
| 8 | } |
| 9 | |
| 10 | \description{ |
| 11 | \packageDescription{aggexp} |
| 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{TODO...;} |
| 20 | \item{TODO...;} |
| 21 | } |
| 22 | |
| 23 | The three main functions are located in R/main.R: |
| 24 | \itemize{ |
| 25 | \item{TODO...;} |
| 26 | \item{TODO...;} |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | \author{ |
| 31 | \packageAuthor{aggexp} |
| 32 | |
| 33 | Maintainer: \packageMaintainer{aggexp} |
| 34 | } |
| 35 | |
| 36 | %\references{ |
| 37 | % TODO: Literature or other references for background information |
| 38 | %} |
| 39 | |
| 40 | %\examples{ |
| 41 | % TODO: simple examples of the most important functions |
| 42 | %} |