X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2Fman%2Ftalweg-package.Rd;h=c5d3749df6139c29b7691f57122ca716fd3d93bf;hb=1d9b97f801db35abed1933f2ce0577be7c998261;hp=c0a75154aa410f5fa82ae1e24f931083c4126979;hpb=ff5df8e310b73883565761ab4b1aa5a0672e9f27;p=talweg.git diff --git a/pkg/man/talweg-package.Rd b/pkg/man/talweg-package.Rd index c0a7515..c5d3749 100644 --- a/pkg/man/talweg-package.Rd +++ b/pkg/man/talweg-package.Rd @@ -11,20 +11,16 @@ \packageDescription{talweg} } +%TODO: better details \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{TODO...;} - \item{TODO...;} - } - - The three main functions are located in R/main.R: - \itemize{ - \item{TODO...;} - \item{TODO...;} - } + To start working with this package, use ?computeForecast. + Plotting methods are all in 'seealso' section of ?plotError. + + The package R6 is used to abstract data and forecast(er)s implementation from their usage. + + The package devtools could be useful in development stage, since we rely on testthat for + unit tests and roxygen2 for documentation. rainbow package is used for some plots: + \code{plotFbox()} and \code{plotFilamentsBox()}. } \author{ @@ -36,7 +32,3 @@ %\references{ % TODO: Literature or other references for background information %} - -%\examples{ -% TODO: simple examples of the most important functions -%}