Good afternoon. I face a problem, connected with "tidyquant" package installation. When I type:
install.packages ("tidyquant")
The installation process begins, but some time later I get several warning messages:
Warning in install.packages :
dependency ‘PerformanceAnalytics’ is not available
also installing the dependencies ‘listenv’, ‘future’, ‘globals’, ‘ellipsis’, ‘furrr’, ‘hms’, ‘warp’, ‘glue’, ‘lifecycle’, ‘rlang’, ‘tibble’, ‘tidyselect’, ‘vctrs’, ‘cpp11’, ‘recipes’, ‘rsample’, ‘padr’, ‘readr’, ‘stringi’, ‘slider’, ‘anytime’, ‘dplyr’, ‘Quandl’, ‘riingo’, ‘alphavantager’, ‘tidyr’, ‘timetk’
Warning in install.packages :
cannot open URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.4/PACKAGES.rds': HTTP status was '404 Not Found'
When the installation process is finished, I type:
library(tidyquant)
and receive the following error:
Error in library(tidyquant) : there is no ‘tidyquant’ package
Thank you for your help.