When running
tkr = c(‘FB.US Equity’, ‘AMZN.US Equity’, ‘NFLX.US Equity’, ‘GOOG.US Equity’)
px = getHistoryData(tkr, zoom=‘2007::2016’, asXts=TRUE)
from the notebook I get the following error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘vctrs’ 0.2.2 is being loaded, but >= 0.3.0 is required
Traceback:
- getHistoryData(tkr, zoom = “2007::2016”, asXts = TRUE)
- tryCatch(getHistData(ticker = ticker, field = field, start = start,
. end = end, zoom = zoom, period = period, lastN = lastN, asXts = asXts),
. error = function(e) {
. warning(e)
. if (asXts)
. return(xts())
. else return(list(NA, NA, NA))
. })- tryCatchList(expr, classes, parentenv, handlers)
- tryCatchOne(expr, names, parentenv, handlers[[1L]])
- value[3L]
- warning(e)
- withRestarts({
. .Internal(.signalCondition(cond, message, call))
. .Internal(.dfltWarn(message, call))
. }, muffleWarning = function() NULL)- withOneRestart(expr, restarts[[1L]])