CRAN Package Check Results for Package fastquant

Last updated on 2020-10-05 10:50:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 5.84 64.10 69.94 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 4.90 48.65 53.55 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 91.68 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 71.96 OK
r-patched-linux-x86_64 0.1.2 4.68 54.59 59.27 OK
r-patched-solaris-x86 0.1.2 100.90 ERROR
r-release-linux-x86_64 0.1.2 5.31 54.75 60.06 OK
r-release-macos-x86_64 0.1.2 OK
r-release-windows-ix86+x86_64 0.1.2 15.00 110.00 125.00 OK
r-oldrel-macos-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 12.00 119.00 131.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'spelling.R' [0s/1s]
     Running 'testthat.R' [15s/111s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(fastquant)
     >
     > test_check("fastquant")
     -- 1. Failure: get_stock_data returns correct data (@test-get-stock.R#12) -----
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$close not equal to 292.
     Lengths differ: 0 is not 1
    
     -- 2. Failure: get_stock_data returns correct data (@test-get-stock.R#13) -----
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$volume not equal to 1665440.
     Lengths differ: 0 is not 1
    
     == testthat results ===========================================================
     [ OK: 3 | SKIPPED: 0 | WARNINGS: 184 | FAILED: 2 ]
     1. Failure: get_stock_data returns correct data (@test-get-stock.R#12)
     2. Failure: get_stock_data returns correct data (@test-get-stock.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [11s/112s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(fastquant)
     >
     > test_check("fastquant")
     ── 1. Failure: get_stock_data returns correct data (@test-get-stock.R#12) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$close not equal to 292.
     Lengths differ: 0 is not 1
    
     ── 2. Failure: get_stock_data returns correct data (@test-get-stock.R#13) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$volume not equal to 1665440.
     Lengths differ: 0 is not 1
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 3 | SKIPPED: 0 | WARNINGS: 184 | FAILED: 2 ]
     1. Failure: get_stock_data returns correct data (@test-get-stock.R#12)
     2. Failure: get_stock_data returns correct data (@test-get-stock.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [10s/58s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(fastquant)
     >
     > test_check("fastquant")
     ── 1. Failure: get_stock_data returns correct data (@test-get-stock.R#12) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$close not equal to 292.
     Lengths differ: 0 is not 1
    
     ── 2. Failure: get_stock_data returns correct data (@test-get-stock.R#13) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$volume not equal to 1665440.
     Lengths differ: 0 is not 1
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 3 | SKIPPED: 0 | WARNINGS: 184 | FAILED: 2 ]
     1. Failure: get_stock_data returns correct data (@test-get-stock.R#12)
     2. Failure: get_stock_data returns correct data (@test-get-stock.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [10s/459s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(fastquant)
     >
     > test_check("fastquant")
     ── 1. Failure: get_stock_data returns correct data (@test-get-stock.R#12) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$close not equal to 292.
     Lengths differ: 0 is not 1
    
     ── 2. Failure: get_stock_data returns correct data (@test-get-stock.R#13) ─────
     get_stock_data("JFC", "2019-01-03", "2019-01-03")$volume not equal to 1665440.
     Lengths differ: 0 is not 1
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 3 | SKIPPED: 0 | WARNINGS: 184 | FAILED: 2 ]
     1. Failure: get_stock_data returns correct data (@test-get-stock.R#12)
     2. Failure: get_stock_data returns correct data (@test-get-stock.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86