CRAN Package Check Results for Package mapbayr

Last updated on 2023-03-30 20:49:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 10.08 180.03 190.11 OK
r-devel-linux-x86_64-debian-gcc 0.9.0 9.51 130.62 140.13 OK
r-devel-linux-x86_64-fedora-clang 0.9.0 251.05 OK
r-devel-linux-x86_64-fedora-gcc 0.9.0 251.36 OK
r-devel-windows-x86_64 0.9.0 26.00 0.00 26.00 FAIL
r-patched-linux-x86_64 0.9.0 10.75 160.49 171.24 OK
r-release-linux-x86_64 0.9.0 11.03 159.77 170.80 OK
r-release-macos-arm64 0.9.0 64.00 OK
r-release-macos-x86_64 0.9.0 92.00 OK
r-release-windows-x86_64 0.9.0 31.00 232.00 263.00 OK
r-oldrel-macos-arm64 0.9.0 72.00 OK
r-oldrel-macos-x86_64 0.9.0 95.00 OK
r-oldrel-windows-ix86+x86_64 0.9.0 24.00 207.00 231.00 OK

Check Details

Version: 0.9.0
Check: examples
Result: ERROR
    Running examples in 'mapbayr-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: mapbayest
    > ### Title: Estimate parameters (maximum a posteriori)
    > ### Aliases: mapbayest
    >
    > ### ** Examples
    >
    > # First, code a model
    > code1 <- "$PARAM ETA1 = 0, ETA2 = 0,
    + KA = 0.5, TVCL = 1.1, TVV = 23.3
    + $OMEGA 0.41 0.32
    + $SIGMA 0.04 0
    + $CMT DEPOT CENT
    + $PK
    + double CL=TVCL*exp(ETA1+ETA(1));
    + double V=TVV*exp(ETA2+ETA(2)) ;
    + $ERROR
    + double DV=CENT/V*(1+EPS(1))+EPS(2);
    + $PKMODEL ncmt = 1, depot = TRUE
    + $CAPTURE DV CL
    + "
    >
    > my_model <- mrgsolve::mcode("my_model", code1)
    Building my_model ... error.
    
    ---:: stderr ::---------------------------------------------
    using C++ compiler: 'g++.exe (GCC) 12.2.0'
    ------------------------------------------------------------
    Error: the model build step failed.
    Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.9.0
Check: for unstated dependencies in ‘tests’
Result: FAIL
Flavor: r-devel-windows-x86_64