-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 906 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
Package: tqr
Type: Package
Title: Add tq_xx functions to tidyquant package to facilitate economic analyses
Version: 0.0.0.9013
Author: Mitsuo Shiota
Maintainer: Mitsuo Shiota <[email protected]>
Description: Add utility functions to facilitate economic analyses on
time series data to tsibble package.
Added functions are to calculate differences (tq_diff),
moving averages (tq_ma), growth rates (tq_gr) and
seasonally adjusted values (tq_sa).
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
tidyr,
dplyr,
purrr,
lubridate,
seasonal,
magrittr,
tsibble,
slider,
tibble,
zoo,
xts,
stringr,
tidyselect
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
ggplot2
VignetteBuilder: knitr
URL: https://github.com/mitsuoxv/tqr
BugReports: https://github.com/mitsuoxv/tqr/issues