Error Loading DataFeatures

Hello,

When I run:
.sourceQlib()
dtf = dataFeatures(tickers=getTickersCryptoSelector(asTickers=TRUE), fields= c(“bb_live”,‘OHLC’))

I get this error:
Error in tickers %nin% object@tickers : could not find function “%nin%”

I have restarted my session but the issue persists

Thanks

Hello,

There seems to be an issue with the Hmisc package. Seems like its corrupted. We’re trying to fix it.
But until then you can just define the tickers manually

tickers = c("BTCUSD","ETHUSD","LTCUSD","XRPUSD","USDTUSD")

Hello @anassjtu

The problem has been fixed. You may use it normally.

Thanks