CRAN Package Check Results for Package popsom

Last updated on 2023-09-11 10:58:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.0 9.44 103.80 113.24 NOTE
r-devel-linux-x86_64-debian-gcc 6.0 6.42 75.23 81.65 NOTE
r-devel-linux-x86_64-fedora-clang 6.0 143.20 NOTE
r-devel-linux-x86_64-fedora-gcc 6.0 140.57 NOTE
r-devel-windows-x86_64 6.0 13.00 92.00 105.00 OK
r-patched-linux-x86_64 6.0 8.12 97.18 105.30 NOTE
r-release-linux-x86_64 6.0 9.59 98.44 108.03 OK
r-release-macos-arm64 6.0 46.00 OK
r-release-macos-x86_64 6.0 65.00 OK
r-release-windows-x86_64 6.0 15.00 106.00 121.00 OK
r-oldrel-macos-arm64 6.0 39.00 OK
r-oldrel-macos-x86_64 6.0 75.00 ERROR
r-oldrel-windows-x86_64 6.0 14.00 114.00 128.00 OK

Additional issues

Intel

Check Details

Version: 6.0
Check: compiled code
Result: NOTE
    File ‘popsom/libs/popsom.so’:
     Found ‘_gfortran_random_r4’, possibly from ‘random_number’ (Fortran)
     Object: ‘vsom.o’
     Found ‘_gfortran_random_seed_i4’, possibly from ‘random_seed’
     (Fortran)
     Object: ‘vsom.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs nor [v]sprintf.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64

Version: 6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-predict.R:12:3): map.predict function works ───────────────────
     p[56, 1] (`actual`) not equal to "versicolor" (`expected`).
    
     `actual`: "virginica"
     `expected`: "versicolor"
     ── Failure (test-predict.R:13:3): map.predict function works ───────────────────
     p[145, 1] (`actual`) not equal to "virginica" (`expected`).
    
     `actual`: "versicolor"
     `expected`: "virginica"
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 10 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-macos-x86_64