forked from Treasury-Analytics-and-Insights/IncomeExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.09 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
34
35
36
37
38
Package: IncomeExplorer
Type: Package
Title: Explore Family Incomes
Version: 1.0.1
Authors@R: c(
person("Luke", "Symes", , "[email protected]", c("aut", "cre")),
person("Cory", "Davis", , "[email protected]", c("aut")),
person("Michael", "Eglinton", , "[email protected]", c("aut")),
person("Yvonne", "Wang", , "[email protected]", c("aut")),
person("Meghan", "Stephens", , "[email protected]", c("aut")),
person("Te Tai Ōhanga - The Treasury", role = c("cph", "fnd"))
)
Description: Explore Family Incomes, including EMTR and income component analysis, special edition for release
License: MIT + file LICENSE
URL: https://dev.azure.com/nztreasury/Analytics.Insights/_git/IncomeExplorer
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6.0)
Imports:
shiny (>= 1.6.0),
shinythemes,
shinyvalidate,
data.table (>= 1.12.8),
magrittr,
stringr,
openxlsx,
plotly,
RColorBrewer,
rhandsontable,
scales,
logging,
zoo
Suggests:
testthat,
pkgdown,
covr
RoxygenNote: 7.1.1