You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in dplyr::mutate():
ℹ In argument: nested.col = purrr::map(...).
ℹ In group 1: symbol = "AMZN".
Caused by error in purrr::map():
ℹ In index: 1.
Caused by error in .coefficients():
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
Run rlang::last_trace() to see where the error occurred.
Best regards,
Mauricio
The text was updated successfully, but these errors were encountered:
Looks like this is happening due to a new dependency that is not being automatically loaded with PerformanceAnalytics. RobStatTM is now required. I've added this as a dependency to Tidyquant. Try out the development version.
Hi,
This is the error that occurs with the latest version of the 'PerformanceAnalytics' package, version 2.0.8:
library(dplyr)
Ra <- FANG %>%
Rb <- "^GSPC" %>%
RaRb <- left_join(Ra, Rb, by = c("date" = "date"))
RaRb %>%
Error in
dplyr::mutate()
:ℹ In argument:
nested.col = purrr::map(...)
.ℹ In group 1:
symbol = "AMZN"
.Caused by error in
purrr::map()
:ℹ In index: 1.
Caused by error in
.coefficients()
:! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
Run
rlang::last_trace()
to see where the error occurred.Best regards,
Mauricio
The text was updated successfully, but these errors were encountered: