-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
25 lines (25 loc) · 932 Bytes
/
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
Package: finalproject
Version: 0.0.0.9000
Title: Optimizing Portfolio Based on Various Financial Indicators Using Data Science
Description: We intend to use the power of data science to democratize investment advice and thereby create opportunities for less affluent people to invest prudentially in stock market.
Authors@R: c(
person("Saraf", "Agrima", , "[email protected]", c("aut")),
person("Anak Agung Ngurah Bagus", "Trihatmaja", , "[email protected]", role = c("aut", "cre")),
person("Shah", "Chaitya", , "[email protected]", role = c("aut")),
person("Shafi Ahmed", "Omair", , "[email protected]", role = c("aut"))
)
URL: https://github.com/prdx/DS5110-final-project
BugReports: https://github.com/prdx/DS5110-final-project/issues
Depends:
R (>= 3.1)
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
readr,
tibble,
purrr,
modelr
Suggests:
testthat