-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
43 lines (43 loc) · 956 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: portfolio
Title: Analysing Equity Portfolios
Version: 0.5-2
Date: 2021-07-09
Authors@R: c(
person(
"Jeff",
"Enos",
role="aut",
email="[email protected]"),
person(
"David",
"Kane",
role="aut",
email="[email protected]"),
person(
"Daniel",
"Gerlanc",
role=c("aut", "cre"),
email="[email protected]"),
person(
"Kyle",
"Campbell",
role="ctb",
email="[email protected]"))
Description: Classes for analysing and implementing equity portfolios,
including routines for generating tradelists and calculating
exposures to user-specified risk factors.
Depends:
R (>= 3.0),
graphics,
grid,
lattice,
methods
Imports:
grDevices,
nlme,
stats,
utils
License: GPL (>= 2)
URL: https://github.com/dgerlanc/portfolio
BugReports: https://github.com/dgerlanc/portfolio/issues
LazyLoad: yes