-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
50 lines (50 loc) · 872 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
44
45
46
47
48
49
50
Package: bitcoinFinance
Type: Package
Title: Quantitative Finance with Cryptocurrencies
Version: 0.1.0
Author: Dean Fantazzini
Maintainer: Dean Fantazzini <[email protected]>
Description: This is a collection of functions for the financial modelling of bitcoin and other cryptocurrencies.
Depends: R (>= 3.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
Quandl,
plyr,
quantmod,
xml2,
rvest,
lubridate,
jsonlite,
rugarch,
matrixStats,
curl,
rjson,
xts,
alabama,
XML,
stringr,
dplyr,
highfrequency,
rlang,
zoo,
systemfit,
ggplot2,
PerformanceAnalytics,
corpcor,
lassovar,
stats,
fredr,
QuantTools
Remotes:
github::lcallot/lassovar,
github::sboysel/fredr
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
aTSA,
forecast
VignetteBuilder: knitr
Date/Publication: 2018-08-06 00:44:37