-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
executable file
·44 lines (44 loc) · 1.32 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
39
40
41
42
43
44
Package: DecisionAnalysis
Type: Package
Title: Implementation of Multi Objective Decision Analysis
Version: 0.1.0
Authors@R: c(
person("Josh", "Deehr",
email = "josh.deehr@gmail.com",
role = c("aut","cre")),
person("Christopher", "Smith",
email = "Cms3am@virginia.edu",
role = c("aut")),
person("Jason", "Freels",
email = "auburngrads@live.com",
role = c("aut")),
person("Emily", "Meyer",
email = "emily.meyer@theperducogroup.com",
role = c("aut"))
)
Maintainer: Josh Deehr <josh.deehr@gmail.com>
BugReports: https://github.com/AFIT-R/DecisionAnalysis
Date: 2018-03-30
Description: Aides in the multi objective decision analysis process by simplifying the creation of value hierarchy tree plots,
calculating and plotting single and multi attribute value function scores, and conducting sensitivity analysis. Linear, exponential,
and categorical single attribute value functions are supported.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports: stats,
ggplot2,
tidyr,
dplyr,
graphics,
data.tree,
gridExtra,
viridisLite,
Cairo
RoxygenNote: 6.0.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr