-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1005 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1005 Bytes
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
Package: AssetAllocation
Type: Package
Title: Backtesting Simple Asset Allocation Strategies
Version: 1.1.1
Author: Alexandre Rubesam
Maintainer: Alexandre Rubesam <alexandre.rubesam@gmail.com>
Description: Easy and quick testing of customizable asset allocation strategies.
Users can rely on their own data, or have the package automatically
download data from Yahoo Finance (<https://finance.yahoo.com/>). Several
pre-loaded portfolios with data are available, including some which are
discussed in Faber (2015, ISBN:9780988679924).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Imports:
PerformanceAnalytics,
quantmod,
RiskPortfolios,
xts,
zoo,
NMOF,
riskParityPortfolio,
curl
Config/testthat/edition: 3
URL: https://github.com/rubetron/AssetAllocation
BugReports: https://github.com/rubetron/AssetAllocation/issues