-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: ForecastFramework
Title: A Basis for Modular Model Creation
Version: 0.10.2
Authors@R: c(
person("Joshua", "Kaminsky", email = "[email protected]", role = c("aut", "cre")),
person("Justin", "Lessler", email = "[email protected]", role = c("aut")),
person("Nicholas", "Reich", email = "[email protected]", role = c("aut")))
Maintainer: Joshua Kaminsky <[email protected]>
Description: Create modular models. Quickly prototype models whose input includes (multiple) time series data. Create pieces of model use cases separately, and swap out particular models as desired. Create modeling competitions, data processing pipelines, and re-useable models.
Depends:
R6
Imports:
abind,lubridate,dplyr,reshape2,magrittr,tibble
Suggests:
testthat,knitr,rmarkdown,DAAG
Enhances:
surveillance
Encoding: UTF-8
License: GPL-3
LazyData: true
RoxygenNote: 6.1.1
Collate:
'AbstractClasses.R'
'DataContainers.R'
'Forecasts.R'
'SimulatedIncidenceMatrix.R'
'IncidenceForecast.R'
'IncidenceMatrix.R'
'Models.R'
'SimpleForecast.R'
'MoveAheadModel.R'
'ObservationList.R'
VignetteBuilder: knitr