CRAN Package Check Results for Package RelimpPCR

Last updated on 2019-04-22 07:46:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 2.05 47.12 49.17 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 1.65 38.00 39.65 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 57.62 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 55.48 ERROR
r-devel-windows-ix86+x86_64 0.2.3 7.00 75.00 82.00 ERROR
r-patched-linux-x86_64 0.2.3 1.69 47.21 48.90 ERROR
r-patched-solaris-x86 0.2.3 90.60 ERROR
r-release-linux-x86_64 0.2.3 0.80 45.69 46.49 NOTE
r-release-windows-ix86+x86_64 0.2.3 3.00 66.00 69.00 OK
r-release-osx-x86_64 0.2.3 OK
r-oldrel-windows-ix86+x86_64 0.2.3 5.00 84.00 89.00 OK
r-oldrel-osx-x86_64 0.2.3 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR
     Running 'testthat.R' [25s/27s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     -- 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) -----------------------
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     -- 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) -----------------------
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ------------------------
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     -- 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ------------------------
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 5. Failure: Check Original R2 Train (@tests1.R#21) -------------------------
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     -- 6. Failure: Check Original R2 Train (@tests1.R#22) -------------------------
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 7. Failure: Check Original R2 Test (@tests1.R#25) --------------------------
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     -- 8. Failure: Check Original R2 Test (@tests1.R#26) --------------------------
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 9. Failure: Check PCA R2 Train (@tests1.R#29) ------------------------------
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     -- 10. Failure: Check PCA R2 Train (@tests1.R#30) -----------------------------
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 11. Failure: Check PCA R2 Test (@tests1.R#33) ------------------------------
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     -- 12. Failure: Check PCA R2 Test (@tests1.R#34) ------------------------------
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 13. Failure: Check Relimp R2 Train (@tests1.R#37) --------------------------
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     -- 14. Failure: Check Relimp R2 Train (@tests1.R#38) --------------------------
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 15. Failure: Check Relimp R2 Test (@tests1.R#41) ---------------------------
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     -- 16. Failure: Check Relimp R2 Test (@tests1.R#42) ---------------------------
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     == testthat results ===========================================================
     OK: 23 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [21s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     ── 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) ───────────────────────
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) ───────────────────────
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ────────────────────────
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ────────────────────────
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 5. Failure: Check Original R2 Train (@tests1.R#21) ─────────────────────────
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     ── 6. Failure: Check Original R2 Train (@tests1.R#22) ─────────────────────────
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 7. Failure: Check Original R2 Test (@tests1.R#25) ──────────────────────────
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     ── 8. Failure: Check Original R2 Test (@tests1.R#26) ──────────────────────────
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 9. Failure: Check PCA R2 Train (@tests1.R#29) ──────────────────────────────
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 10. Failure: Check PCA R2 Train (@tests1.R#30) ─────────────────────────────
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 11. Failure: Check PCA R2 Test (@tests1.R#33) ──────────────────────────────
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 12. Failure: Check PCA R2 Test (@tests1.R#34) ──────────────────────────────
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 13. Failure: Check Relimp R2 Train (@tests1.R#37) ──────────────────────────
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     ── 14. Failure: Check Relimp R2 Train (@tests1.R#38) ──────────────────────────
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 15. Failure: Check Relimp R2 Test (@tests1.R#41) ───────────────────────────
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     ── 16. Failure: Check Relimp R2 Test (@tests1.R#42) ───────────────────────────
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [30s/33s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     ── 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) ───────────────────────
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) ───────────────────────
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ────────────────────────
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ────────────────────────
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 5. Failure: Check Original R2 Train (@tests1.R#21) ─────────────────────────
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     ── 6. Failure: Check Original R2 Train (@tests1.R#22) ─────────────────────────
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 7. Failure: Check Original R2 Test (@tests1.R#25) ──────────────────────────
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     ── 8. Failure: Check Original R2 Test (@tests1.R#26) ──────────────────────────
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 9. Failure: Check PCA R2 Train (@tests1.R#29) ──────────────────────────────
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 10. Failure: Check PCA R2 Train (@tests1.R#30) ─────────────────────────────
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 11. Failure: Check PCA R2 Test (@tests1.R#33) ──────────────────────────────
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 12. Failure: Check PCA R2 Test (@tests1.R#34) ──────────────────────────────
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 13. Failure: Check Relimp R2 Train (@tests1.R#37) ──────────────────────────
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     ── 14. Failure: Check Relimp R2 Train (@tests1.R#38) ──────────────────────────
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 15. Failure: Check Relimp R2 Test (@tests1.R#41) ───────────────────────────
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     ── 16. Failure: Check Relimp R2 Test (@tests1.R#42) ───────────────────────────
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [29s/32s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     ── 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) ───────────────────────
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) ───────────────────────
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ────────────────────────
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ────────────────────────
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 5. Failure: Check Original R2 Train (@tests1.R#21) ─────────────────────────
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     ── 6. Failure: Check Original R2 Train (@tests1.R#22) ─────────────────────────
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 7. Failure: Check Original R2 Test (@tests1.R#25) ──────────────────────────
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     ── 8. Failure: Check Original R2 Test (@tests1.R#26) ──────────────────────────
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 9. Failure: Check PCA R2 Train (@tests1.R#29) ──────────────────────────────
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 10. Failure: Check PCA R2 Train (@tests1.R#30) ─────────────────────────────
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 11. Failure: Check PCA R2 Test (@tests1.R#33) ──────────────────────────────
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 12. Failure: Check PCA R2 Test (@tests1.R#34) ──────────────────────────────
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 13. Failure: Check Relimp R2 Train (@tests1.R#37) ──────────────────────────
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     ── 14. Failure: Check Relimp R2 Train (@tests1.R#38) ──────────────────────────
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 15. Failure: Check Relimp R2 Test (@tests1.R#41) ───────────────────────────
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     ── 16. Failure: Check Relimp R2 Test (@tests1.R#42) ───────────────────────────
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.3
Check: tests
Result: ERROR
     Running 'testthat.R' [31s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     -- 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) -----------------------
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     -- 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) -----------------------
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ------------------------
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     -- 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ------------------------
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 5. Failure: Check Original R2 Train (@tests1.R#21) -------------------------
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     -- 6. Failure: Check Original R2 Train (@tests1.R#22) -------------------------
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 7. Failure: Check Original R2 Test (@tests1.R#25) --------------------------
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     -- 8. Failure: Check Original R2 Test (@tests1.R#26) --------------------------
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 9. Failure: Check PCA R2 Train (@tests1.R#29) ------------------------------
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     -- 10. Failure: Check PCA R2 Train (@tests1.R#30) -----------------------------
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 11. Failure: Check PCA R2 Test (@tests1.R#33) ------------------------------
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     -- 12. Failure: Check PCA R2 Test (@tests1.R#34) ------------------------------
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     -- 13. Failure: Check Relimp R2 Train (@tests1.R#37) --------------------------
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     -- 14. Failure: Check Relimp R2 Train (@tests1.R#38) --------------------------
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     -- 15. Failure: Check Relimp R2 Test (@tests1.R#41) ---------------------------
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     -- 16. Failure: Check Relimp R2 Test (@tests1.R#42) ---------------------------
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     == testthat results ===========================================================
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [26s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     ── 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) ───────────────────────
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) ───────────────────────
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ────────────────────────
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ────────────────────────
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 5. Failure: Check Original R2 Train (@tests1.R#21) ─────────────────────────
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     ── 6. Failure: Check Original R2 Train (@tests1.R#22) ─────────────────────────
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 7. Failure: Check Original R2 Test (@tests1.R#25) ──────────────────────────
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     ── 8. Failure: Check Original R2 Test (@tests1.R#26) ──────────────────────────
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 9. Failure: Check PCA R2 Train (@tests1.R#29) ──────────────────────────────
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 10. Failure: Check PCA R2 Train (@tests1.R#30) ─────────────────────────────
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 11. Failure: Check PCA R2 Test (@tests1.R#33) ──────────────────────────────
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 12. Failure: Check PCA R2 Test (@tests1.R#34) ──────────────────────────────
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 13. Failure: Check Relimp R2 Train (@tests1.R#37) ──────────────────────────
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     ── 14. Failure: Check Relimp R2 Train (@tests1.R#38) ──────────────────────────
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 15. Failure: Check Relimp R2 Test (@tests1.R#41) ───────────────────────────
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     ── 16. Failure: Check Relimp R2 Test (@tests1.R#42) ───────────────────────────
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [46s/61s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > require(testthat)
     Loading required package: testthat
     > require(RelimpPCR)
     Loading required package: RelimpPCR
     > test_check("RelimpPCR")
     [1] "RelimpPCR successful. Checking output..."
     ── 1. Failure: Check Relimp PCA R2 Train (@tests1.R#13) ───────────────────────
     Z$relimp_pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 2. Failure: Check Relimp PCA R2 Train (@tests1.R#14) ───────────────────────
     Z$relimp_pca_r2_train[length(Z$relimp_pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 3. Failure: Check Relimp PCA R2 Test (@tests1.R#17) ────────────────────────
     Z$relimp_pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 4. Failure: Check Relimp PCA R2 Test (@tests1.R#18) ────────────────────────
     Z$relimp_pca_r2_test[length(Z$relimp_pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 5. Failure: Check Original R2 Train (@tests1.R#21) ─────────────────────────
     Z$original_r2_train[1] not equal to 0.7442582.
     1/1 mismatches
     [1] 0.744 - 0.744 == -0.000257
    
     ── 6. Failure: Check Original R2 Train (@tests1.R#22) ─────────────────────────
     Z$original_r2_train[length(Z$original_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 7. Failure: Check Original R2 Test (@tests1.R#25) ──────────────────────────
     Z$original_r2_test[1] not equal to 0.6964342.
     1/1 mismatches
     [1] 0.28 - 0.696 == -0.416
    
     ── 8. Failure: Check Original R2 Test (@tests1.R#26) ──────────────────────────
     Z$original_r2_test[length(Z$original_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 9. Failure: Check PCA R2 Train (@tests1.R#29) ──────────────────────────────
     Z$pca_r2_train[1] not equal to 0.8272183.
     1/1 mismatches
     [1] 0.821 - 0.827 == -0.00671
    
     ── 10. Failure: Check PCA R2 Train (@tests1.R#30) ─────────────────────────────
     Z$pca_r2_train[length(Z$pca_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 11. Failure: Check PCA R2 Test (@tests1.R#33) ──────────────────────────────
     Z$pca_r2_test[1] not equal to 0.8022651.
     1/1 mismatches
     [1] 0.684 - 0.802 == -0.118
    
     ── 12. Failure: Check PCA R2 Test (@tests1.R#34) ──────────────────────────────
     Z$pca_r2_test[length(Z$pca_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ── 13. Failure: Check Relimp R2 Train (@tests1.R#37) ──────────────────────────
     Z$relimp_r2_train[1] not equal to 0.7977666.
     1/1 mismatches
     [1] 0.735 - 0.798 == -0.0624
    
     ── 14. Failure: Check Relimp R2 Train (@tests1.R#38) ──────────────────────────
     Z$relimp_r2_train[length(Z$relimp_r2_train)] not equal to 0.9056683.
     1/1 mismatches
     [1] 0.852 - 0.906 == -0.0536
    
     ── 15. Failure: Check Relimp R2 Test (@tests1.R#41) ───────────────────────────
     Z$relimp_r2_test[1] not equal to 0.757175.
     1/1 mismatches
     [1] 0.929 - 0.757 == 0.172
    
     ── 16. Failure: Check Relimp R2 Test (@tests1.R#42) ───────────────────────────
     Z$relimp_r2_test[length(Z$relimp_r2_test)] not equal to 0.7338205.
     1/1 mismatches
     [1] 0.785 - 0.734 == 0.0508
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 16
     1. Failure: Check Relimp PCA R2 Train (@tests1.R#13)
     2. Failure: Check Relimp PCA R2 Train (@tests1.R#14)
     3. Failure: Check Relimp PCA R2 Test (@tests1.R#17)
     4. Failure: Check Relimp PCA R2 Test (@tests1.R#18)
     5. Failure: Check Original R2 Train (@tests1.R#21)
     6. Failure: Check Original R2 Train (@tests1.R#22)
     7. Failure: Check Original R2 Test (@tests1.R#25)
     8. Failure: Check Original R2 Test (@tests1.R#26)
     9. Failure: Check PCA R2 Train (@tests1.R#29)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.2.3
Check: DESCRIPTION meta-information
Result: NOTE
    Dependence on R version ‘3.3.2’ not with patchlevel 0
Flavor: r-release-linux-x86_64