Skip to content

Commit

Permalink
#252 PerformanceAnalytics needs RobStatTM
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2025
1 parent 7413338 commit 30bf67d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Imports:
lubridate,
magrittr,
PerformanceAnalytics,
RobStatTM,
quantmod (>= 0.4-13),
purrr,
readr,
Expand Down Expand Up @@ -57,6 +58,6 @@ Suggests:
scales,
Rblpapi,
janitor
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export(tq_transmute_)
export(tq_transmute_fun_options)
export(tq_transmute_xy)
export(tq_transmute_xy_)
import(PerformanceAnalytics)
import(RobStatTM)
import(TTR)
import(lubridate)
import(quantmod)
Expand Down
2 changes: 2 additions & 0 deletions R/tidyquant-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#' @import TTR
#' @import zoo
#' @import xts
#' @import PerformanceAnalytics
#' @import RobStatTM
#' @importFrom rlang := .data
#' @importFrom magrittr %$%
#' @importFrom utils download.file read.csv
Expand Down

0 comments on commit 30bf67d

Please sign in to comment.