'update'
[talweg.git] / pkg / man / talweg-package.Rd
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 To start working with this package, use ?computeForecast.
16 Plotting methods are all in 'seealso' section of ?plotError.
17
18 The package R6 is used to abstract data and forecast(er)s implementation from their usage.
19
20 The package devtools could be useful in development stage, since we rely on testthat for
21 unit tests and roxygen2 for documentation. rainbow package is used for some plots:
22 \code{plotFbox()} and \code{plotFilamentsBox()}.
23 }
24
25 \author{
26 \packageAuthor{talweg}
27
28 Maintainer: \packageMaintainer{talweg}
29 }
30
31 %\references{
32 % TODO: Literature or other references for background information
33 %}