forked from braverock/PortfolioAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.24 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: PortfolioAnalytics
Type: Package
Title: Portfolio Analysis, Including Numerical Methods for Optimization
of Portfolios
Authors@R: c(
person(given=c("Brian","G."),family="Peterson",role=c("cre","aut","cph"),
email="[email protected]") ,
person(given="Peter",family="Carl",role=c("aut","cph"),
email="[email protected]") ,
person(given="Kris",family="Boudt",role=c("ctb","cph")) ,
person(given="Ross",family="Bennett",role=c("ctb","cph")) ,
person(given="Hezky",family="Varon",role="ctb") ,
person(given="Guy",family="Yollin",role="ctb") ,
person(given="R. Douglas",family="Martin",role="ctb") )
Version: 1.0.3636
Date: 2015-04-18
Maintainer: Brian G. Peterson <[email protected]>
Description: Portfolio optimization and analysis routines and graphics.
Depends:
R (>= 2.14.0),
zoo,
xts (>= 0.8),
foreach,
PerformanceAnalytics (>= 1.1.0)
Suggests:
quantmod,
DEoptim(>= 2.2.1),
iterators,
fGarch,
Rglpk,
quadprog,
ROI (>= 0.1.0),
ROI.plugin.glpk (>= 0.0.2),
ROI.plugin.quadprog (>= 0.0.2),
ROI.plugin.symphony (>= 0.0.2),
pso,
GenSA,
corpcor,
testthat,
nloptr (>= 1.0.0),
MASS,
robustbase
License: GPL
Copyright: (c) 2004-2015