-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 871 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 871 Bytes
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
34
35
Package: forecasteval
Title: Forecast Evaluation Dashboard
Version: 7.3.0
Authors@R: c(person("Kate", "Harwood", role = "aut"),
person("Chris", "Scott", role = "ctb"),
person("Jed", "Grabman", role = "ctb"),
person("Nat", "DeFries", email= "ndefries@andrew.cmu.edu", role = c("aut", "cre")))
Description: This app collects and scores COVID-19 forecasts submitted to the CDC, and displays the results in an RShiny dashboard.
License: MIT License, Copyright (c) 2021 Delphi contributors
URL: https://github.com/cmu-delphi/forecast-eval/
BugReports: https://github.com/cmu-delphi/forecast-eval/issues
Depends: R (>= 3.6.0)
Encoding: UTF-8
Type: Shiny
Imports:
shiny,
shinyjs,
bslib,
plotly,
dplyr,
tools,
tsibble,
viridis,
aws.s3,
covidcast,
stringr,
markdown,
memoise,
purrr,
data.table
Suggests:
styler,
lintr,
testthat
RoxygenNote: 7.1.1