Last updated on 2019-04-08 07:47:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 12.64 | 36.68 | 49.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 11.27 | 28.46 | 39.73 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 59.78 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 57.28 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 0.2.0 | 25.00 | 72.00 | 97.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 14.29 | 35.71 | 50.00 | OK | |
| r-patched-solaris-x86 | 0.2.0 | 82.90 | NOTE | |||
| r-release-linux-x86_64 | 0.2.0 | 14.19 | 32.05 | 46.24 | ERROR | |
| r-release-windows-ix86+x86_64 | 0.2.0 | 16.00 | 64.00 | 80.00 | ERROR | |
| r-release-osx-x86_64 | 0.2.0 | ERROR | ||||
| r-oldrel-windows-ix86+x86_64 | 0.2.0 | 3.00 | 73.00 | 76.00 | ERROR | |
| r-oldrel-osx-x86_64 | 0.1.0 | NOTE | 
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
      ‘R6’ ‘nnet’ ‘purrr’
      All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
      Running ‘testthat.R’ [1s/1s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
      > library(testthat)
      > library(reinforcelearn)
      > 
      > test_check("reinforcelearn")
      ── 1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22)  ───
      getReplayMemory(agent) not equal to list(...).
      Component 1: Component 2: Mean relative difference: 1
      Component 1: Component 4: Mean relative difference: 0.03225806
      Component 2: Component 1: Mean relative difference: 0.03225806
      Component 2: Component 4: Mean relative difference: 0.04761905
      
      ══ testthat results  ═══════════════════════════════════════════════════════════
      OK: 20 SKIPPED: 0 FAILED: 1
      1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22) 
      
      Error: testthat unit tests failed
      Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
      Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(reinforcelearn)
      > 
      > test_check("reinforcelearn")
      -- 1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22)  ---
      getReplayMemory(agent) not equal to list(...).
      Component 1: Component 2: Mean relative difference: 1
      Component 1: Component 4: Mean relative difference: 0.03225806
      Component 2: Component 1: Mean relative difference: 0.03225806
      Component 2: Component 4: Mean relative difference: 0.04761905
      
      == testthat results  ===========================================================
      OK: 20 SKIPPED: 0 FAILED: 1
      1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22) 
      
      Error: testthat unit tests failed
      Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.2.0
Check: tests
Result: ERROR
      Running ‘testthat.R’ [1s/1s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
      > 
      > test_check("reinforcelearn")
      ── 1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22)  ───
      getReplayMemory(agent) not equal to list(...).
      Component 1: Component 2: Mean relative difference: 1
      Component 1: Component 4: Mean relative difference: 0.03225806
      Component 2: Component 1: Mean relative difference: 0.03225806
      Component 2: Component 4: Mean relative difference: 0.04761905
      
      ══ testthat results  ═══════════════════════════════════════════════════════════
      OK: 20 SKIPPED: 0 FAILED: 1
      1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22) 
      
      Error: testthat unit tests failed
      Execution halted
Flavor: r-release-osx-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
      Running 'testthat.R' [1s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(reinforcelearn)
      > 
      > test_check("reinforcelearn")
      -- 1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22)  ---
      getReplayMemory(agent) not equal to list(...).
      Component 1: Component 2: Mean relative difference: 1
      Component 1: Component 4: Mean relative difference: 0.03225806
      Component 2: Component 1: Mean relative difference: 0.03225806
      Component 2: Component 4: Mean relative difference: 0.04761905
      
      == testthat results  ===========================================================
      OK: 20 SKIPPED: 0 FAILED: 1
      1. Failure: getReplayMemory returns list (@test_accessor_functions.R#22) 
      
      Error: testthat unit tests failed
      Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
      ‘R6’ ‘nnet’ ‘purrr’
      All declared Imports should be used.
Flavor: r-oldrel-osx-x86_64