CRAN Package Check Results for Package talib

Last updated on 2026-06-08 02:51:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9-2 152.54 373.68 526.22 OK
r-devel-linux-x86_64-debian-gcc 0.9-2 144.46 182.54 327.00 ERROR
r-devel-linux-x86_64-fedora-clang 0.9-2 174.00 591.93 765.93 OK
r-devel-linux-x86_64-fedora-gcc 0.9-2 336.00 590.30 926.30 OK
r-devel-windows-x86_64 0.9-2 265.00 441.00 706.00 OK
r-patched-linux-x86_64 0.9-2 199.00 354.29 553.29 OK
r-release-linux-x86_64 0.9-2 193.23 357.39 550.62 OK
r-release-macos-arm64 0.9-2 45.00 83.00 128.00 OK
r-release-macos-x86_64 0.9-2 140.00 344.00 484.00 OK
r-release-windows-x86_64 0.9-2 294.00 441.00 735.00 OK
r-oldrel-macos-arm64 0.9-2 44.00 57.00 101.00 OK
r-oldrel-macos-x86_64 0.9-2 140.00 289.00 429.00 OK
r-oldrel-windows-x86_64 0.9-2 294.00 533.00 827.00 OK

Check Details

Version: 0.9-2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Serkan Korkmaz <serkor1@duck.com>’ Reading Rd files failed with message: cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-2
Check: for unstated dependencies in examples
Result: WARN Warning in file(out, "wt") : cannot open file '/tmp/RtmpqfeCGk/file2b29a827a2d6f3/extended_moving_average_convergence_divergence.R': No space left on device Error in file(out, "wt") : cannot open the connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-2
Check: examples
Result: ERROR Running examples in ‘talib-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: abandoned_baby > ### Title: Abandoned Baby > ### Aliases: abandoned_baby CDLABANDONEDBABY > > ### ** Examples > > ## load Bitcoin (BTC) > ## series > data(BTC, package = "talib") > > ## calculate the indicator > ## for Bitcoin (BTC) > output <- talib::abandoned_baby(BTC) > > ## display the results > utils::tail(output) CDLABANDONEDBABY 2024-12-26 01:00:00 0 2024-12-27 01:00:00 0 2024-12-28 01:00:00 0 2024-12-29 01:00:00 0 2024-12-30 01:00:00 0 2024-12-31 01:00:00 0 > > ## visualize the indicator > ## with talib::chart() > ## > ## see ?talib::chart or ?talib::indicator > ## for more details > { + ## chart OHLC-V + ## series with talib::chart() + talib::chart(BTC) + + ## chart indicator + ## with default values + talib::indicator( + talib::abandoned_baby + ) + } Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-2
Check: tests
Result: ERROR Running ‘testthat.R’ [90s/91s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(talib) Loading {talib} v0.9.2 > > test_check("talib") Saving _problems/test-charting-15.R Saving _problems/test-charting-22.R Saving _problems/test-charting-36.R Saving _problems/test-charting-42.R Saving _problems/test-charting-62.R Saving _problems/test-charting-69.R Saving _problems/test-charting-76.R Saving _problems/test-charting-83.R Saving _problems/test-charting-118.R Saving _problems/test-charting-122.R Saving _problems/test-charting-132.R Saving _problems/test-charting-136.R Saving _problems/test-charting-154.R Saving _problems/test-charting-158.R Saving _problems/test-charting-295.R Saving _problems/test-charting-299.R Saving _problems/test-state-isolation-6.R Saving _problems/test-state-isolation-29.R Saving _problems/test-state-isolation-41.R Saving _problems/test-state-isolation-53.R Saving _problems/test-ta_ACCBANDS-160.R Saving _problems/test-ta_ACCBANDS-166.R Saving _problems/test-ta_ACCBANDS-178.R Saving _problems/test-ta_ACCBANDS-184.R Saving _problems/test-ta_AD-160.R Saving _problems/test-ta_AD-166.R Saving _problems/test-ta_AD-178.R Saving _problems/test-ta_AD-184.R Saving _problems/test-ta_ADOSC-163.R Saving _problems/test-ta_ADOSC-169.R Saving _problems/test-ta_ADOSC-181.R Saving _problems/test-ta_ADOSC-187.R Saving _problems/test-ta_ADX-160.R Saving _problems/test-ta_ADX-166.R Saving _problems/test-ta_ADX-178.R Saving _problems/test-ta_ADX-184.R Saving _problems/test-ta_ADXR-163.R Saving _problems/test-ta_ADXR-169.R Saving _problems/test-ta_ADXR-181.R Saving _problems/test-ta_ADXR-187.R Saving _problems/test-ta_APO-160.R Saving _problems/test-ta_APO-166.R Saving _problems/test-ta_APO-178.R Saving _problems/test-ta_APO-184.R Saving _problems/test-ta_AROON-160.R Saving _problems/test-ta_AROON-166.R Saving _problems/test-ta_AROON-178.R Saving _problems/test-ta_AROON-184.R Saving _problems/test-ta_AROONOSC-160.R Saving _problems/test-ta_AROONOSC-166.R Saving _problems/test-ta_AROONOSC-178.R Saving _problems/test-ta_AROONOSC-184.R Saving _problems/test-ta_ATR-160.R Saving _problems/test-ta_ATR-166.R Saving _problems/test-ta_ATR-178.R Saving _problems/test-ta_ATR-184.R Saving _problems/test-ta_BBANDS-160.R Saving _problems/test-ta_BBANDS-166.R Saving _problems/test-ta_BBANDS-178.R Saving _problems/test-ta_BBANDS-184.R Saving _problems/test-ta_BOP-160.R Saving _problems/test-ta_BOP-166.R Saving _problems/test-ta_BOP-178.R Saving _problems/test-ta_BOP-184.R Saving _problems/test-ta_CCI-160.R Saving _problems/test-ta_CCI-166.R Saving _problems/test-ta_CCI-178.R Saving _problems/test-ta_CCI-184.R Saving _problems/test-ta_CDL2CROWS-160.R Saving _problems/test-ta_CDL2CROWS-166.R Saving _problems/test-ta_CDL2CROWS-178.R Saving _problems/test-ta_CDL2CROWS-184.R Saving _problems/test-ta_CDL3BLACKCROWS-160.R Saving _problems/test-ta_CDL3BLACKCROWS-166.R Saving _problems/test-ta_CDL3BLACKCROWS-178.R Saving _problems/test-ta_CDL3BLACKCROWS-184.R Saving _problems/test-ta_CDL3INSIDE-160.R Saving _problems/test-ta_CDL3INSIDE-166.R Saving _problems/test-ta_CDL3INSIDE-178.R Saving _problems/test-ta_CDL3INSIDE-184.R Saving _problems/test-ta_CDL3LINESTRIKE-160.R Saving _problems/test-ta_CDL3LINESTRIKE-166.R Saving _problems/test-ta_CDL3LINESTRIKE-178.R Saving _problems/test-ta_CDL3LINESTRIKE-184.R Saving _problems/test-ta_CDL3OUTSIDE-160.R Saving _problems/test-ta_CDL3OUTSIDE-166.R Saving _problems/test-ta_CDL3OUTSIDE-178.R Saving _problems/test-ta_CDL3OUTSIDE-184.R Saving _problems/test-ta_CDL3STARSINSOUTH-160.R Saving _problems/test-ta_CDL3STARSINSOUTH-166.R Saving _problems/test-ta_CDL3STARSINSOUTH-178.R Saving _problems/test-ta_CDL3STARSINSOUTH-184.R Saving _problems/test-ta_CDL3WHITESOLDIERS-160.R Saving _problems/test-ta_CDL3WHITESOLDIERS-166.R Saving _problems/test-ta_CDL3WHITESOLDIERS-178.R Saving _problems/test-ta_CDL3WHITESOLDIERS-184.R Saving _problems/test-ta_CDLABANDONEDBABY-160.R Saving _problems/test-ta_CDLABANDONEDBABY-166.R Saving _problems/test-ta_CDLABANDONEDBABY-178.R Saving _problems/test-ta_CDLABANDONEDBABY-184.R Saving _problems/test-ta_CDLADVANCEBLOCK-160.R Saving _problems/test-ta_CDLADVANCEBLOCK-166.R Saving _problems/test-ta_CDLADVANCEBLOCK-178.R Saving _problems/test-ta_CDLADVANCEBLOCK-184.R Saving _problems/test-ta_CDLBELTHOLD-160.R Saving _problems/test-ta_CDLBELTHOLD-166.R Saving _problems/test-ta_CDLBELTHOLD-178.R Saving _problems/test-ta_CDLBELTHOLD-184.R Saving _problems/test-ta_CDLBREAKAWAY-160.R Saving _problems/test-ta_CDLBREAKAWAY-166.R Saving _problems/test-ta_CDLBREAKAWAY-178.R Saving _problems/test-ta_CDLBREAKAWAY-184.R Saving _problems/test-ta_CDLCLOSINGMARUBOZU-160.R Saving _problems/test-ta_CDLCLOSINGMARUBOZU-166.R Saving _problems/test-ta_CDLCLOSINGMARUBOZU-178.R Saving _problems/test-ta_CDLCLOSINGMARUBOZU-184.R Saving _problems/test-ta_CDLCONCEALBABYSWALL-160.R Saving _problems/test-ta_CDLCONCEALBABYSWALL-166.R Saving _problems/test-ta_CDLCONCEALBABYSWALL-178.R Saving _problems/test-ta_CDLCONCEALBABYSWALL-184.R Saving _problems/test-ta_CDLCOUNTERATTACK-160.R Saving _problems/test-ta_CDLCOUNTERATTACK-166.R Saving _problems/test-ta_CDLCOUNTERATTACK-178.R Saving _problems/test-ta_CDLCOUNTERATTACK-184.R Saving _problems/test-ta_CDLDARKCLOUDCOVER-160.R Saving _problems/test-ta_CDLDARKCLOUDCOVER-166.R Saving _problems/test-ta_CDLDARKCLOUDCOVER-178.R Saving _problems/test-ta_CDLDARKCLOUDCOVER-184.R Saving _problems/test-ta_CDLDOJI-160.R Saving _problems/test-ta_CDLDOJI-166.R Saving _problems/test-ta_CDLDOJI-178.R Saving _problems/test-ta_CDLDOJI-184.R Saving _problems/test-ta_CDLDOJISTAR-160.R Saving _problems/test-ta_CDLDOJISTAR-166.R Saving _problems/test-ta_CDLDOJISTAR-178.R Saving _problems/test-ta_CDLDOJISTAR-184.R Saving _problems/test-ta_CDLDRAGONFLYDOJI-160.R Saving _problems/test-ta_CDLDRAGONFLYDOJI-166.R Saving _problems/test-ta_CDLDRAGONFLYDOJI-178.R Saving _problems/test-ta_CDLDRAGONFLYDOJI-184.R Saving _problems/test-ta_CDLENGULFING-160.R Saving _problems/test-ta_CDLENGULFING-166.R Saving _problems/test-ta_CDLENGULFING-178.R Saving _problems/test-ta_CDLENGULFING-184.R Saving _problems/test-ta_CDLEVENINGDOJISTAR-160.R Saving _problems/test-ta_CDLEVENINGDOJISTAR-166.R Saving _problems/test-ta_CDLEVENINGDOJISTAR-178.R Saving _problems/test-ta_CDLEVENINGDOJISTAR-184.R Saving _problems/test-ta_CDLEVENINGSTAR-160.R Saving _problems/test-ta_CDLEVENINGSTAR-166.R Saving _problems/test-ta_CDLEVENINGSTAR-178.R Saving _problems/test-ta_CDLEVENINGSTAR-184.R Saving _problems/test-ta_CDLGAPSIDESIDEWHITE-160.R Saving _problems/test-ta_CDLGAPSIDESIDEWHITE-166.R Saving _problems/test-ta_CDLGAPSIDESIDEWHITE-178.R Saving _problems/test-ta_CDLGAPSIDESIDEWHITE-184.R Saving _problems/test-ta_CDLGRAVESTONEDOJI-160.R Saving _problems/test-ta_CDLGRAVESTONEDOJI-166.R Saving _problems/test-ta_CDLGRAVESTONEDOJI-178.R Saving _problems/test-ta_CDLGRAVESTONEDOJI-184.R Saving _problems/test-ta_CDLHAMMER-160.R Saving _problems/test-ta_CDLHAMMER-166.R Saving _problems/test-ta_CDLHAMMER-178.R Saving _problems/test-ta_CDLHAMMER-184.R Saving _problems/test-ta_CDLHANGINGMAN-160.R Saving _problems/test-ta_CDLHANGINGMAN-166.R Saving _problems/test-ta_CDLHANGINGMAN-178.R Saving _problems/test-ta_CDLHANGINGMAN-184.R Saving _problems/test-ta_CDLHARAMI-160.R Saving _problems/test-ta_CDLHARAMI-166.R Saving _problems/test-ta_CDLHARAMI-178.R Saving _problems/test-ta_CDLHARAMI-184.R Saving _problems/test-ta_CDLHARAMICROSS-160.R Saving _problems/test-ta_CDLHARAMICROSS-166.R Saving _problems/test-ta_CDLHARAMICROSS-178.R Saving _problems/test-ta_CDLHARAMICROSS-184.R Saving _problems/test-ta_CDLHIGHWAVE-160.R Saving _problems/test-ta_CDLHIGHWAVE-166.R Saving _problems/test-ta_CDLHIGHWAVE-178.R Saving _problems/test-ta_CDLHIGHWAVE-184.R Saving _problems/test-ta_CDLHIKKAKE-160.R Saving _problems/test-ta_CDLHIKKAKE-166.R Saving _problems/test-ta_CDLHIKKAKE-178.R Saving _problems/test-ta_CDLHIKKAKE-184.R Saving _problems/test-ta_CDLHIKKAKEMOD-160.R Saving _problems/test-ta_CDLHIKKAKEMOD-166.R Saving _problems/test-ta_CDLHIKKAKEMOD-178.R Saving _problems/test-ta_CDLHIKKAKEMOD-184.R Saving _problems/test-ta_CDLHOMINGPIGEON-160.R Saving _problems/test-ta_CDLHOMINGPIGEON-166.R Saving _problems/test-ta_CDLHOMINGPIGEON-178.R Saving _problems/test-ta_CDLHOMINGPIGEON-184.R Saving _problems/test-ta_CDLIDENTICAL3CROWS-160.R Saving _problems/test-ta_CDLIDENTICAL3CROWS-166.R Saving _problems/test-ta_CDLIDENTICAL3CROWS-178.R Saving _problems/test-ta_CDLIDENTICAL3CROWS-184.R Saving _problems/test-ta_CDLINNECK-160.R Saving _problems/test-ta_CDLINNECK-166.R Saving _problems/test-ta_CDLINNECK-178.R Saving _problems/test-ta_CDLINNECK-184.R Saving _problems/test-ta_CDLINVERTEDHAMMER-160.R Saving _problems/test-ta_CDLINVERTEDHAMMER-166.R Saving _problems/test-ta_CDLINVERTEDHAMMER-178.R Saving _problems/test-ta_CDLINVERTEDHAMMER-184.R Saving _problems/test-ta_CDLKICKING-160.R Saving _problems/test-ta_CDLKICKING-166.R Saving _problems/test-ta_CDLKICKING-178.R Saving _problems/test-ta_CDLKICKING-184.R Saving _problems/test-ta_CDLKICKINGBYLENGTH-160.R Saving _problems/test-ta_CDLKICKINGBYLENGTH-166.R Saving _problems/test-ta_CDLKICKINGBYLENGTH-178.R Saving _problems/test-ta_CDLKICKINGBYLENGTH-184.R Saving _problems/test-ta_CDLLADDERBOTTOM-160.R Saving _problems/test-ta_CDLLADDERBOTTOM-166.R Saving _problems/test-ta_CDLLADDERBOTTOM-178.R Saving _problems/test-ta_CDLLADDERBOTTOM-184.R Saving _problems/test-ta_CDLLONGLEGGEDDOJI-160.R Saving _problems/test-ta_CDLLONGLEGGEDDOJI-166.R Saving _problems/test-ta_CDLLONGLEGGEDDOJI-178.R Saving _problems/test-ta_CDLLONGLEGGEDDOJI-184.R Saving _problems/test-ta_CDLLONGLINE-160.R Saving _problems/test-ta_CDLLONGLINE-166.R Saving _problems/test-ta_CDLLONGLINE-178.R Saving _problems/test-ta_CDLLONGLINE-184.R Saving _problems/test-ta_CDLMARUBOZU-160.R Saving _problems/test-ta_CDLMARUBOZU-166.R Saving _problems/test-ta_CDLMARUBOZU-178.R Saving _problems/test-ta_CDLMARUBOZU-184.R Saving _problems/test-ta_CDLMATCHINGLOW-160.R Saving _problems/test-ta_CDLMATCHINGLOW-166.R Saving _problems/test-ta_CDLMATCHINGLOW-178.R Saving _problems/test-ta_CDLMATCHINGLOW-184.R Saving _problems/test-ta_CDLMATHOLD-160.R Saving _problems/test-ta_CDLMATHOLD-166.R Saving _problems/test-ta_CDLMATHOLD-178.R Saving _problems/test-ta_CDLMATHOLD-184.R Saving _problems/test-ta_CDLMORNINGDOJISTAR-160.R Saving _problems/test-ta_CDLMORNINGDOJISTAR-166.R Saving _problems/test-ta_CDLMORNINGDOJISTAR-178.R Saving _problems/test-ta_CDLMORNINGDOJISTAR-184.R Saving _problems/test-ta_CDLMORNINGSTAR-160.R Saving _problems/test-ta_CDLMORNINGSTAR-166.R Saving _problems/test-ta_CDLMORNINGSTAR-178.R Saving _problems/test-ta_CDLMORNINGSTAR-184.R Saving _problems/test-ta_CDLONNECK-160.R Saving _problems/test-ta_CDLONNECK-166.R Saving _problems/test-ta_CDLONNECK-178.R Saving _problems/test-ta_CDLONNECK-184.R Saving _problems/test-ta_CDLPIERCING-160.R Saving _problems/test-ta_CDLPIERCING-166.R Saving _problems/test-ta_CDLPIERCING-178.R Saving _problems/test-ta_CDLPIERCING-184.R Saving _problems/test-ta_CDLRICKSHAWMAN-160.R Saving _problems/test-ta_CDLRICKSHAWMAN-166.R Saving _problems/test-ta_CDLRICKSHAWMAN-178.R Saving _problems/test-ta_CDLRICKSHAWMAN-184.R Saving _problems/test-ta_CDLRISEFALL3METHODS-160.R Saving _problems/test-ta_CDLRISEFALL3METHODS-166.R Saving _problems/test-ta_CDLRISEFALL3METHODS-178.R Saving _problems/test-ta_CDLRISEFALL3METHODS-184.R Saving _problems/test-ta_CDLSEPARATINGLINES-160.R Saving _problems/test-ta_CDLSEPARATINGLINES-166.R Saving _problems/test-ta_CDLSEPARATINGLINES-178.R Saving _problems/test-ta_CDLSEPARATINGLINES-184.R Saving _problems/test-ta_CDLSHOOTINGSTAR-160.R Saving _problems/test-ta_CDLSHOOTINGSTAR-166.R Saving _problems/test-ta_CDLSHOOTINGSTAR-178.R Saving _problems/test-ta_CDLSHOOTINGSTAR-184.R Saving _problems/test-ta_CDLSHORTLINE-160.R Saving _problems/test-ta_CDLSHORTLINE-166.R Saving _problems/test-ta_CDLSHORTLINE-178.R Saving _problems/test-ta_CDLSHORTLINE-184.R Saving _problems/test-ta_CDLSPINNINGTOP-160.R Saving _problems/test-ta_CDLSPINNINGTOP-166.R Saving _problems/test-ta_CDLSPINNINGTOP-178.R Saving _problems/test-ta_CDLSPINNINGTOP-184.R Saving _problems/test-ta_CDLSTALLEDPATTERN-160.R Saving _problems/test-ta_CDLSTALLEDPATTERN-166.R Saving _problems/test-ta_CDLSTALLEDPATTERN-178.R Saving _problems/test-ta_CDLSTALLEDPATTERN-184.R Saving _problems/test-ta_CDLSTICKSANDWICH-160.R Saving _problems/test-ta_CDLSTICKSANDWICH-166.R Saving _problems/test-ta_CDLSTICKSANDWICH-178.R Saving _problems/test-ta_CDLSTICKSANDWICH-184.R Saving _problems/test-ta_CDLTAKURI-160.R Saving _problems/test-ta_CDLTAKURI-166.R Saving _problems/test-ta_CDLTAKURI-178.R Saving _problems/test-ta_CDLTAKURI-184.R Saving _problems/test-ta_CDLTASUKIGAP-160.R Saving _problems/test-ta_CDLTASUKIGAP-166.R Saving _problems/test-ta_CDLTASUKIGAP-178.R Saving _problems/test-ta_CDLTASUKIGAP-184.R Saving _problems/test-ta_CDLTHRUSTING-160.R Saving _problems/test-ta_CDLTHRUSTING-166.R Saving _problems/test-ta_CDLTHRUSTING-178.R Saving _problems/test-ta_CDLTHRUSTING-184.R Saving _problems/test-ta_CDLTRISTAR-160.R Saving _problems/test-ta_CDLTRISTAR-166.R Saving _problems/test-ta_CDLTRISTAR-178.R Saving _problems/test-ta_CDLTRISTAR-184.R Saving _problems/test-ta_CDLUNIQUE3RIVER-160.R Saving _problems/test-ta_CDLUNIQUE3RIVER-166.R Saving _problems/test-ta_CDLUNIQUE3RIVER-178.R Saving _problems/test-ta_CDLUNIQUE3RIVER-184.R Saving _problems/test-ta_CDLUPSIDEGAP2CROWS-160.R Saving _problems/test-ta_CDLUPSIDEGAP2CROWS-166.R Saving _problems/test-ta_CDLUPSIDEGAP2CROWS-178.R Saving _problems/test-ta_CDLUPSIDEGAP2CROWS-184.R Saving _problems/test-ta_CDLXSIDEGAP3METHODS-160.R Saving _problems/test-ta_CDLXSIDEGAP3METHODS-166.R Saving _problems/test-ta_CDLXSIDEGAP3METHODS-178.R Saving _problems/test-ta_CDLXSIDEGAP3METHODS-184.R Saving _problems/test-ta_CMO-160.R Saving _problems/test-ta_CMO-166.R Saving _problems/test-ta_CMO-178.R Saving _problems/test-ta_CMO-184.R Saving _problems/test-ta_DEMA-160.R Saving _problems/test-ta_DEMA-166.R Saving _problems/test-ta_DEMA-178.R Saving _problems/test-ta_DEMA-184.R Saving _problems/test-ta_DX-160.R Saving _problems/test-ta_DX-166.R Saving _problems/test-ta_DX-178.R Saving _problems/test-ta_DX-184.R Saving _problems/test-ta_EMA-160.R Saving _problems/test-ta_EMA-166.R Saving _problems/test-ta_EMA-178.R Saving _problems/test-ta_EMA-184.R Saving _problems/test-ta_HT_DCPERIOD-160.R Saving _problems/test-ta_HT_DCPERIOD-166.R Saving _problems/test-ta_HT_DCPERIOD-178.R Saving _problems/test-ta_HT_DCPERIOD-184.R Saving _problems/test-ta_HT_DCPHASE-160.R Saving _problems/test-ta_HT_DCPHASE-166.R Saving _problems/test-ta_HT_DCPHASE-178.R Saving _problems/test-ta_HT_DCPHASE-184.R Saving _problems/test-ta_HT_PHASOR-160.R Saving _problems/test-ta_HT_PHASOR-166.R Saving _problems/test-ta_HT_PHASOR-178.R Saving _problems/test-ta_HT_PHASOR-184.R Saving _problems/test-ta_HT_SINE-160.R Saving _problems/test-ta_HT_SINE-166.R Saving _problems/test-ta_HT_SINE-178.R Saving _problems/test-ta_HT_SINE-184.R Saving _problems/test-ta_HT_TRENDLINE-160.R Saving _problems/test-ta_HT_TRENDLINE-166.R Saving _problems/test-ta_HT_TRENDLINE-178.R Saving _problems/test-ta_HT_TRENDLINE-184.R Saving _problems/test-ta_HT_TRENDMODE-160.R Saving _problems/test-ta_HT_TRENDMODE-166.R Saving _problems/test-ta_HT_TRENDMODE-178.R Saving _problems/test-ta_HT_TRENDMODE-184.R Saving _problems/test-ta_IMI-160.R Saving _problems/test-ta_IMI-166.R Saving _problems/test-ta_IMI-178.R Saving _problems/test-ta_IMI-184.R Saving _problems/test-ta_KAMA-160.R Saving _problems/test-ta_KAMA-166.R Saving _problems/test-ta_KAMA-178.R Saving _problems/test-ta_KAMA-184.R Saving _problems/test-ta_MACD-160.R Saving _problems/test-ta_MACD-166.R Saving _problems/test-ta_MACD-178.R Saving _problems/test-ta_MACD-184.R Saving _problems/test-ta_MACDEXT-169.R Saving _problems/test-ta_MACDEXT-175.R Saving _problems/test-ta_MACDEXT-187.R Saving _problems/test-ta_MACDEXT-193.R Saving _problems/test-ta_MACDFIX-163.R Saving _problems/test-ta_MACDFIX-169.R Saving _problems/test-ta_MACDFIX-181.R Saving _problems/test-ta_MACDFIX-187.R Saving _problems/test-ta_MAMA-160.R Saving _problems/test-ta_MAMA-166.R Saving _problems/test-ta_MAMA-178.R Saving _problems/test-ta_MAMA-184.R Saving _problems/test-ta_MFI-160.R Saving _problems/test-ta_MFI-166.R Saving _problems/test-ta_MFI-178.R Saving _problems/test-ta_MFI-184.R Saving _problems/test-ta_MINUS_DI-160.R Saving _problems/test-ta_MINUS_DI-166.R Saving _problems/test-ta_MINUS_DI-178.R Saving _problems/test-ta_MINUS_DI-184.R Saving _problems/test-ta_MINUS_DM-160.R Saving _problems/test-ta_MINUS_DM-166.R Saving _problems/test-ta_MINUS_DM-178.R Saving _problems/test-ta_MINUS_DM-184.R Saving _problems/test-ta_MOM-160.R Saving _problems/test-ta_MOM-166.R Saving _problems/test-ta_MOM-178.R Saving _problems/test-ta_MOM-184.R Saving _problems/test-ta_NATR-160.R Saving _problems/test-ta_NATR-166.R Saving _problems/test-ta_NATR-178.R Saving _problems/test-ta_NATR-184.R Saving _problems/test-ta_OBV-160.R Saving _problems/test-ta_OBV-166.R Saving _problems/test-ta_OBV-178.R Saving _problems/test-ta_OBV-184.R Saving _problems/test-ta_PLUS_DI-160.R Saving _problems/test-ta_PLUS_DI-166.R Saving _problems/test-ta_PLUS_DI-178.R Saving _problems/test-ta_PLUS_DI-184.R Saving _problems/test-ta_PLUS_DM-160.R Saving _problems/test-ta_PLUS_DM-166.R Saving _problems/test-ta_PLUS_DM-178.R Saving _problems/test-ta_PLUS_DM-184.R Saving _problems/test-ta_PPO-160.R Saving _problems/test-ta_PPO-166.R Saving _problems/test-ta_PPO-178.R Saving _problems/test-ta_PPO-184.R Saving _problems/test-ta_ROC-160.R Saving _problems/test-ta_ROC-166.R Saving _problems/test-ta_ROC-178.R Saving _problems/test-ta_ROC-184.R Saving _problems/test-ta_ROCR-160.R Saving _problems/test-ta_ROCR-166.R Saving _problems/test-ta_ROCR-178.R Saving _problems/test-ta_ROCR-184.R Saving _problems/test-ta_RSI-160.R Saving _problems/test-ta_RSI-166.R Saving _problems/test-ta_RSI-178.R Saving _problems/test-ta_RSI-184.R Saving _problems/test-ta_SAR-160.R Saving _problems/test-ta_SAR-166.R Saving _problems/test-ta_SAR-178.R Saving _problems/test-ta_SAR-184.R Saving _problems/test-ta_SAREXT-160.R Saving _problems/test-ta_SAREXT-166.R Saving _problems/test-ta_SAREXT-178.R Saving _problems/test-ta_SAREXT-184.R Saving _problems/test-ta_SMA-160.R Saving _problems/test-ta_SMA-166.R Saving _problems/test-ta_SMA-178.R Saving _problems/test-ta_SMA-184.R Saving _problems/test-ta_STOCH-160.R Saving _problems/test-ta_STOCH-166.R Saving _problems/test-ta_STOCH-178.R Saving _problems/test-ta_STOCH-184.R Saving _problems/test-ta_STOCHF-160.R Saving _problems/test-ta_STOCHF-166.R Saving _problems/test-ta_STOCHF-178.R Saving _problems/test-ta_STOCHF-184.R Saving _problems/test-ta_STOCHRSI-160.R Saving _problems/test-ta_STOCHRSI-166.R Saving _problems/test-ta_STOCHRSI-178.R Saving _problems/test-ta_STOCHRSI-184.R Saving _problems/test-ta_T3-160.R Saving _problems/test-ta_T3-166.R Saving _problems/test-ta_T3-178.R Saving _problems/test-ta_T3-184.R Saving _problems/test-ta_TEMA-160.R Saving _problems/test-ta_TEMA-166.R Saving _problems/test-ta_TEMA-178.R Saving _problems/test-ta_TEMA-184.R Saving _problems/test-ta_TRANGE-160.R Saving _problems/test-ta_TRANGE-166.R Saving _problems/test-ta_TRANGE-178.R Saving _problems/test-ta_TRANGE-184.R Saving _problems/test-ta_TRIMA-160.R Saving _problems/test-ta_TRIMA-166.R Saving _problems/test-ta_TRIMA-178.R Saving _problems/test-ta_TRIMA-184.R Saving _problems/test-ta_TRIX-160.R Saving _problems/test-ta_TRIX-166.R Saving _problems/test-ta_TRIX-178.R Saving _problems/test-ta_TRIX-184.R Saving _problems/test-ta_ULTOSC-160.R Saving _problems/test-ta_ULTOSC-166.R Saving _problems/test-ta_ULTOSC-178.R Saving _problems/test-ta_ULTOSC-184.R Saving _problems/test-ta_VOLUME-160.R Saving _problems/test-ta_VOLUME-166.R Saving _problems/test-ta_VOLUME-178.R Saving _problems/test-ta_VOLUME-184.R Saving _problems/test-ta_WILLR-160.R Saving _problems/test-ta_WILLR-166.R Saving _problems/test-ta_WILLR-178.R Saving _problems/test-ta_WILLR-184.R Saving _problems/test-ta_WMA-160.R Saving _problems/test-ta_WMA-166.R Saving _problems/test-ta_WMA-178.R Saving _problems/test-ta_WMA-184.R [ FAIL 484 | WARN 10 | SKIP 0 | PASS 2108 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-charting.R:11:2'): Charting ────────────────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:18:2'): Charting ────────────────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:27:2'): Charting ────────────────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Error ('test-charting.R:42:2'): chart() reset clears environment ──────────── Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Backtrace: ▆ 1. ├─talib::chart(BTC) at test-charting.R:42:9 2. └─talib:::chart.default(BTC) 3. └─talib:::assert_plotly_pkg() ── Failure ('test-charting.R:57:2'): Charting with Themes ────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:64:2'): Charting with Themes ────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:71:2'): Charting with Themes ────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:78:2'): Charting with Themes ────────────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:113:2'): Multi-indicator mode plotly ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:120:2'): Multi-indicator mode plotly ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-charting.R:127:2'): Multi-indicator mixed types plotly ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:134:2'): Multi-indicator mixed types plotly ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-charting.R:152:2'): Standalone indicator plotly ────────────── Expected `indicator(RSI, data = BTC, n = 14)` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:156:2'): Standalone indicator plotly ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-charting.R:287:2'): Mixed patterns and indicators plotly ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-charting.R:297:2'): Mixed patterns and indicators plotly ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-state-isolation.R:6:3'): function-body state is isolated from other function bodies ── Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Backtrace: ▆ 1. └─talib (local) fa() at test-state-isolation.R:14:9 2. ├─talib::chart(BTC) at test-state-isolation.R:6:17 3. └─talib:::chart.default(BTC) 4. └─talib:::assert_plotly_pkg() ── Error ('test-state-isolation.R:29:3'): local() blocks don't share state with siblings ── Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Backtrace: ▆ 1. └─base::eval(...) 2. └─base::eval(...) 3. ├─talib::chart(BTC) at test-state-isolation.R:29:17 4. └─talib:::chart.default(BTC) 5. └─talib:::assert_plotly_pkg() ── Error ('test-state-isolation.R:41:3'): chart() with no args clears state in caller's frame ── Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Backtrace: ▆ 1. └─talib (local) f() at test-state-isolation.R:46:9 2. ├─talib::chart(BTC) at test-state-isolation.R:41:17 3. └─talib:::chart.default(BTC) 4. └─talib:::assert_plotly_pkg() ── Error ('test-state-isolation.R:53:2'): standalone indicator() gets transient state that doesn't leak ── Error: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. Backtrace: ▆ 1. ├─talib::indicator(RSI, data = BTC) at test-state-isolation.R:53:9 2. └─talib:::indicator.function(RSI, data = BTC) 3. └─talib:::assert_plotly_pkg() ── Failure ('test-ta_ACCBANDS.R:155:2'): <plotly>-methods for <data.frame> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ACCBANDS.R:164:2'): <plotly>-methods for <data.frame> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ACCBANDS.R:173:2'): <plotly>-methods for <matrix> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ACCBANDS.R:182:2'): <plotly>-methods for <matrix> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AD.R:155:2'): <plotly>-methods for <data.frame> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AD.R:164:2'): <plotly>-methods for <data.frame> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AD.R:173:2'): <plotly>-methods for <matrix> ─────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AD.R:182:2'): <plotly>-methods for <matrix> ─────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADOSC.R:158:2'): <plotly>-methods for <data.frame> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADOSC.R:167:2'): <plotly>-methods for <data.frame> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADOSC.R:176:2'): <plotly>-methods for <matrix> ──────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADOSC.R:185:2'): <plotly>-methods for <matrix> ──────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADX.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADX.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADX.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADX.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADXR.R:158:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADXR.R:167:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ADXR.R:176:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ADXR.R:185:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_APO.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_APO.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_APO.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_APO.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AROON.R:155:2'): <plotly>-methods for <data.frame> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AROON.R:164:2'): <plotly>-methods for <data.frame> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AROON.R:173:2'): <plotly>-methods for <matrix> ──────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AROON.R:182:2'): <plotly>-methods for <matrix> ──────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AROONOSC.R:155:2'): <plotly>-methods for <data.frame> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AROONOSC.R:164:2'): <plotly>-methods for <data.frame> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_AROONOSC.R:173:2'): <plotly>-methods for <matrix> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_AROONOSC.R:182:2'): <plotly>-methods for <matrix> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ATR.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ATR.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ATR.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ATR.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_BBANDS.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_BBANDS.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_BBANDS.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_BBANDS.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_BOP.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_BOP.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_BOP.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_BOP.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CCI.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CCI.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CCI.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CCI.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL2CROWS.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL2CROWS.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL2CROWS.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL2CROWS.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3BLACKCROWS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3BLACKCROWS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3BLACKCROWS.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3BLACKCROWS.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3INSIDE.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3INSIDE.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3INSIDE.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3INSIDE.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3LINESTRIKE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3LINESTRIKE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3LINESTRIKE.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3LINESTRIKE.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3OUTSIDE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3OUTSIDE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3OUTSIDE.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3OUTSIDE.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3STARSINSOUTH.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3STARSINSOUTH.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3STARSINSOUTH.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3STARSINSOUTH.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3WHITESOLDIERS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3WHITESOLDIERS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDL3WHITESOLDIERS.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDL3WHITESOLDIERS.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLABANDONEDBABY.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLABANDONEDBABY.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLABANDONEDBABY.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLABANDONEDBABY.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLADVANCEBLOCK.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLADVANCEBLOCK.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLADVANCEBLOCK.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLADVANCEBLOCK.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLBELTHOLD.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLBELTHOLD.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLBELTHOLD.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLBELTHOLD.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLBREAKAWAY.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLBREAKAWAY.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLBREAKAWAY.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLBREAKAWAY.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCLOSINGMARUBOZU.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCLOSINGMARUBOZU.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCLOSINGMARUBOZU.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCLOSINGMARUBOZU.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCONCEALBABYSWALL.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCONCEALBABYSWALL.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCONCEALBABYSWALL.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCONCEALBABYSWALL.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCOUNTERATTACK.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCOUNTERATTACK.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLCOUNTERATTACK.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLCOUNTERATTACK.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDARKCLOUDCOVER.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDARKCLOUDCOVER.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDARKCLOUDCOVER.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDARKCLOUDCOVER.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDOJI.R:155:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDOJI.R:164:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDOJI.R:173:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDOJI.R:182:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDOJISTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDOJISTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDOJISTAR.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDOJISTAR.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDRAGONFLYDOJI.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDRAGONFLYDOJI.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLDRAGONFLYDOJI.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLDRAGONFLYDOJI.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLENGULFING.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLENGULFING.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLENGULFING.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLENGULFING.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLEVENINGDOJISTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLEVENINGDOJISTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLEVENINGDOJISTAR.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLEVENINGDOJISTAR.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLEVENINGSTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLEVENINGSTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLEVENINGSTAR.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLEVENINGSTAR.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLGAPSIDESIDEWHITE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLGAPSIDESIDEWHITE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLGAPSIDESIDEWHITE.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLGAPSIDESIDEWHITE.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLGRAVESTONEDOJI.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLGRAVESTONEDOJI.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLGRAVESTONEDOJI.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLGRAVESTONEDOJI.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHAMMER.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHAMMER.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHAMMER.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHAMMER.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHANGINGMAN.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHANGINGMAN.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHANGINGMAN.R:173:2'): <plotly>-methods for <matrix> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHANGINGMAN.R:182:2'): <plotly>-methods for <matrix> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHARAMI.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHARAMI.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHARAMI.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHARAMI.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHARAMICROSS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHARAMICROSS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHARAMICROSS.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHARAMICROSS.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIGHWAVE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIGHWAVE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIGHWAVE.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIGHWAVE.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIKKAKE.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIKKAKE.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIKKAKE.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIKKAKE.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIKKAKEMOD.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIKKAKEMOD.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHIKKAKEMOD.R:173:2'): <plotly>-methods for <matrix> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHIKKAKEMOD.R:182:2'): <plotly>-methods for <matrix> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHOMINGPIGEON.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHOMINGPIGEON.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLHOMINGPIGEON.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLHOMINGPIGEON.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLIDENTICAL3CROWS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLIDENTICAL3CROWS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLIDENTICAL3CROWS.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLIDENTICAL3CROWS.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLINNECK.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLINNECK.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLINNECK.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLINNECK.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLINVERTEDHAMMER.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLINVERTEDHAMMER.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLINVERTEDHAMMER.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLINVERTEDHAMMER.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLKICKING.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLKICKING.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLKICKING.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLKICKING.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLKICKINGBYLENGTH.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLKICKINGBYLENGTH.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLKICKINGBYLENGTH.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLKICKINGBYLENGTH.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLADDERBOTTOM.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLADDERBOTTOM.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLADDERBOTTOM.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLADDERBOTTOM.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLONGLEGGEDDOJI.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLONGLEGGEDDOJI.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLONGLEGGEDDOJI.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLONGLEGGEDDOJI.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLONGLINE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLONGLINE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLLONGLINE.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLLONGLINE.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMARUBOZU.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMARUBOZU.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMARUBOZU.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMARUBOZU.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMATCHINGLOW.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMATCHINGLOW.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMATCHINGLOW.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMATCHINGLOW.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMATHOLD.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMATHOLD.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMATHOLD.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMATHOLD.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMORNINGDOJISTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMORNINGDOJISTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMORNINGDOJISTAR.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMORNINGDOJISTAR.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMORNINGSTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMORNINGSTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLMORNINGSTAR.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLMORNINGSTAR.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLONNECK.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLONNECK.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLONNECK.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLONNECK.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLPIERCING.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLPIERCING.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLPIERCING.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLPIERCING.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLRICKSHAWMAN.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLRICKSHAWMAN.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLRICKSHAWMAN.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLRICKSHAWMAN.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLRISEFALL3METHODS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLRISEFALL3METHODS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLRISEFALL3METHODS.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLRISEFALL3METHODS.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSEPARATINGLINES.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSEPARATINGLINES.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSEPARATINGLINES.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSEPARATINGLINES.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSHOOTINGSTAR.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSHOOTINGSTAR.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSHOOTINGSTAR.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSHOOTINGSTAR.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSHORTLINE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSHORTLINE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSHORTLINE.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSHORTLINE.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSPINNINGTOP.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSPINNINGTOP.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSPINNINGTOP.R:173:2'): <plotly>-methods for <matrix> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSPINNINGTOP.R:182:2'): <plotly>-methods for <matrix> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSTALLEDPATTERN.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSTALLEDPATTERN.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSTALLEDPATTERN.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSTALLEDPATTERN.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSTICKSANDWICH.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSTICKSANDWICH.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLSTICKSANDWICH.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLSTICKSANDWICH.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTAKURI.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTAKURI.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTAKURI.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTAKURI.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTASUKIGAP.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTASUKIGAP.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTASUKIGAP.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTASUKIGAP.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTHRUSTING.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTHRUSTING.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTHRUSTING.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTHRUSTING.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTRISTAR.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTRISTAR.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLTRISTAR.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLTRISTAR.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLUNIQUE3RIVER.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLUNIQUE3RIVER.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLUNIQUE3RIVER.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLUNIQUE3RIVER.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLUPSIDEGAP2CROWS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLUPSIDEGAP2CROWS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLUPSIDEGAP2CROWS.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLUPSIDEGAP2CROWS.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLXSIDEGAP3METHODS.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLXSIDEGAP3METHODS.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CDLXSIDEGAP3METHODS.R:173:2'): <plotly>-methods for <matrix> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CDLXSIDEGAP3METHODS.R:182:2'): <plotly>-methods for <matrix> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CMO.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CMO.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_CMO.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_CMO.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_DEMA.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_DEMA.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_DEMA.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_DEMA.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_DX.R:155:2'): <plotly>-methods for <data.frame> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_DX.R:164:2'): <plotly>-methods for <data.frame> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_DX.R:173:2'): <plotly>-methods for <matrix> ─────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_DX.R:182:2'): <plotly>-methods for <matrix> ─────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_EMA.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_EMA.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_EMA.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_EMA.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_DCPERIOD.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_DCPERIOD.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_DCPERIOD.R:173:2'): <plotly>-methods for <matrix> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_DCPERIOD.R:182:2'): <plotly>-methods for <matrix> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_DCPHASE.R:155:2'): <plotly>-methods for <data.frame> ─── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_DCPHASE.R:164:2'): <plotly>-methods for <data.frame> ─── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_DCPHASE.R:173:2'): <plotly>-methods for <matrix> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_DCPHASE.R:182:2'): <plotly>-methods for <matrix> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_PHASOR.R:155:2'): <plotly>-methods for <data.frame> ──── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_PHASOR.R:164:2'): <plotly>-methods for <data.frame> ──── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_PHASOR.R:173:2'): <plotly>-methods for <matrix> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_PHASOR.R:182:2'): <plotly>-methods for <matrix> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_SINE.R:155:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_SINE.R:164:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_SINE.R:173:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_SINE.R:182:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_TRENDLINE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_TRENDLINE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_TRENDLINE.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_TRENDLINE.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_TRENDMODE.R:155:2'): <plotly>-methods for <data.frame> ── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_TRENDMODE.R:164:2'): <plotly>-methods for <data.frame> ── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_HT_TRENDMODE.R:173:2'): <plotly>-methods for <matrix> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_HT_TRENDMODE.R:182:2'): <plotly>-methods for <matrix> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_IMI.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_IMI.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_IMI.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_IMI.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_KAMA.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_KAMA.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_KAMA.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_KAMA.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACD.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACD.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACD.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACD.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACDEXT.R:164:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACDEXT.R:173:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACDEXT.R:182:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACDEXT.R:191:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACDFIX.R:158:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACDFIX.R:167:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MACDFIX.R:176:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MACDFIX.R:185:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MAMA.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MAMA.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MAMA.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MAMA.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MFI.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MFI.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MFI.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MFI.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MINUS_DI.R:155:2'): <plotly>-methods for <data.frame> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MINUS_DI.R:164:2'): <plotly>-methods for <data.frame> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MINUS_DI.R:173:2'): <plotly>-methods for <matrix> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MINUS_DI.R:182:2'): <plotly>-methods for <matrix> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MINUS_DM.R:155:2'): <plotly>-methods for <data.frame> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MINUS_DM.R:164:2'): <plotly>-methods for <data.frame> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MINUS_DM.R:173:2'): <plotly>-methods for <matrix> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MINUS_DM.R:182:2'): <plotly>-methods for <matrix> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MOM.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MOM.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_MOM.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_MOM.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_NATR.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_NATR.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_NATR.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_NATR.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_OBV.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_OBV.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_OBV.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_OBV.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PLUS_DI.R:155:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PLUS_DI.R:164:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PLUS_DI.R:173:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PLUS_DI.R:182:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PLUS_DM.R:155:2'): <plotly>-methods for <data.frame> ────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PLUS_DM.R:164:2'): <plotly>-methods for <data.frame> ────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PLUS_DM.R:173:2'): <plotly>-methods for <matrix> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PLUS_DM.R:182:2'): <plotly>-methods for <matrix> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PPO.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PPO.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_PPO.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_PPO.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ROC.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ROC.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ROC.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ROC.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ROCR.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ROCR.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ROCR.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ROCR.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_RSI.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_RSI.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_RSI.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_RSI.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SAR.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SAR.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SAR.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SAR.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SAREXT.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SAREXT.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SAREXT.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SAREXT.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SMA.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SMA.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_SMA.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_SMA.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCH.R:155:2'): <plotly>-methods for <data.frame> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCH.R:164:2'): <plotly>-methods for <data.frame> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCH.R:173:2'): <plotly>-methods for <matrix> ──────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCH.R:182:2'): <plotly>-methods for <matrix> ──────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCHF.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCHF.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCHF.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCHF.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCHRSI.R:155:2'): <plotly>-methods for <data.frame> ───── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCHRSI.R:164:2'): <plotly>-methods for <data.frame> ───── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_STOCHRSI.R:173:2'): <plotly>-methods for <matrix> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_STOCHRSI.R:182:2'): <plotly>-methods for <matrix> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_T3.R:155:2'): <plotly>-methods for <data.frame> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_T3.R:164:2'): <plotly>-methods for <data.frame> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_T3.R:173:2'): <plotly>-methods for <matrix> ─────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_T3.R:182:2'): <plotly>-methods for <matrix> ─────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TEMA.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TEMA.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TEMA.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TEMA.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRANGE.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRANGE.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRANGE.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRANGE.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRIMA.R:155:2'): <plotly>-methods for <data.frame> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRIMA.R:164:2'): <plotly>-methods for <data.frame> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRIMA.R:173:2'): <plotly>-methods for <matrix> ──────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRIMA.R:182:2'): <plotly>-methods for <matrix> ──────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRIX.R:155:2'): <plotly>-methods for <data.frame> ───────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRIX.R:164:2'): <plotly>-methods for <data.frame> ───────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_TRIX.R:173:2'): <plotly>-methods for <matrix> ───────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_TRIX.R:182:2'): <plotly>-methods for <matrix> ───────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ULTOSC.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ULTOSC.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_ULTOSC.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_ULTOSC.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_VOLUME.R:155:2'): <plotly>-methods for <data.frame> ─────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_VOLUME.R:164:2'): <plotly>-methods for <data.frame> ─────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_VOLUME.R:173:2'): <plotly>-methods for <matrix> ─────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_VOLUME.R:182:2'): <plotly>-methods for <matrix> ─────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_WILLR.R:155:2'): <plotly>-methods for <data.frame> ──────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_WILLR.R:164:2'): <plotly>-methods for <data.frame> ──────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_WILLR.R:173:2'): <plotly>-methods for <matrix> ──────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_WILLR.R:182:2'): <plotly>-methods for <matrix> ──────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_WMA.R:155:2'): <plotly>-methods for <data.frame> ────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_WMA.R:164:2'): <plotly>-methods for <data.frame> ────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-ta_WMA.R:173:2'): <plotly>-methods for <matrix> ────────────── Expected `{ ... }` not to throw any errors. Actually got a <simpleError> with message: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. ── Failure ('test-ta_WMA.R:182:2'): <plotly>-methods for <matrix> ────────────── Expected `inherits(output, "plotly")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 484 | WARN 10 | SKIP 0 | PASS 2108 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘candlestick.Rmd’ using rmarkdown Quitting from candlestick.Rmd:28-137 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `loadNamespace()`: ! there is no package called 'plotly' --- Backtrace: ▆ 1. └─base::loadNamespace(x) 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'candlestick.Rmd' failed with diagnostics: there is no package called 'plotly' --- failed re-building ‘candlestick.Rmd’ --- re-building ‘charting.Rmd’ using rmarkdown Quitting from charting.Rmd:27-31 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. --- Backtrace: ▆ 1. ├─talib::chart(x = talib::NVDA) 2. └─talib:::chart.default(x = talib::NVDA) 3. └─talib:::assert_plotly_pkg() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'charting.Rmd' failed with diagnostics: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. --- failed re-building ‘charting.Rmd’ --- re-building ‘talib.Rmd’ using rmarkdown Quitting from talib.Rmd:259-273 [chart(basic)] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. --- Backtrace: ▆ 1. ├─talib::chart(talib::BTC) 2. └─talib:::chart.default(talib::BTC) 3. └─talib:::assert_plotly_pkg() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'talib.Rmd' failed with diagnostics: Package 'plotly' is required for the plotly backend. Install it with install.packages('plotly'), or set options(talib.chart.backend = 'ggplot2') to use the ggplot2 backend instead. --- failed re-building ‘talib.Rmd’ SUMMARY: processing the following files failed: ‘candlestick.Rmd’ ‘charting.Rmd’ ‘talib.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-2
Check: PDF version of manual
Result: ERROR Rd conversion errors: Converting parsed Rd's to LaTeX ............Warning in file(out, "wt") : cannot open file '/tmp/RtmpkXcF92/ltx2c4ca01bae1bbe/two_crows.tex': No space left on device Error in file(out, "wt") : cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc