Commit | Line | Data |
---|---|---|
3d69ff21 BA |
1 | \name{talweg-package} |
2 | \alias{talweg-package} | |
3 | \alias{talweg} | |
4 | \docType{package} | |
5 | ||
6 | \title{ | |
7 | \packageTitle{talweg} | |
8 | } | |
9 | ||
10 | \description{ | |
11 | \packageDescription{talweg} | |
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{talweg} | |
32 | ||
33 | Maintainer: \packageMaintainer{talweg} | |
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 | %} |