CRAN Package Check Results for Package RSuite

Last updated on 2020-08-07 01:49:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.37-253 16.47 94.48 110.95 OK --no-vignettes
r-devel-linux-x86_64-debian-gcc 0.37-253 14.30 70.23 84.53 OK --no-vignettes
r-devel-linux-x86_64-fedora-clang 0.37-253 1499.16 OK
r-devel-linux-x86_64-fedora-gcc 0.37-253 272.20 OK
r-devel-windows-ix86+x86_64 0.37-253 51.00 483.00 534.00 OK
r-patched-linux-x86_64 0.37-253 14.69 93.92 108.61 OK --no-vignettes
r-patched-solaris-x86 0.37-253 187.50 ERROR
r-release-linux-x86_64 0.37-253 15.74 94.20 109.94 OK --no-vignettes
r-release-macos-x86_64 0.37-253 OK
r-release-windows-ix86+x86_64 0.37-253 50.00 0.00 50.00 FAIL
r-oldrel-macos-x86_64 0.37-253 OK
r-oldrel-windows-ix86+x86_64 0.37-253 26.00 415.00 441.00 OK

Check Details

Version: 0.37-253
Check: examples
Result: ERROR
    Running examples in ‘RSuite-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: prj_pack
    > ### Title: Prepares project source pack tagged with version.
    > ### Aliases: prj_pack
    >
    > ### ** Examples
    >
    > # create exemplary project base folder
    > prj_base <- tempfile("example_")
    > dir.create(prj_base, recursive = TRUE, showWarnings = FALSE)
    >
    > # start project
    > prj <- prj_start("my_project", skip_rc = TRUE, path = prj_base)
    2020-08-05 23:28:28 INFO:rsuite:Project my_project has structure compliant with current version of RSuite(v0.37.253).
    2020-08-05 23:28:28 INFO:rsuite:Project my_project started.
    >
    > # create package in the project
    > prj_start_package("mypackage", prj = prj, skip_rc = TRUE)
    2020-08-05 23:28:28 INFO:rsuite:Package mypackage started in project my_project.
    >
    > # build project source pack
    > pack_fpath <- prj_pack(prj = prj, path = tempdir(), pack_ver = "1.0")
    2020-08-05 23:28:28 WARNING:rsuite:Project environment is not locked!
    2020-08-05 23:28:28 INFO:rsuite:Exporting project from /tmp/RtmpC2ai6G/working_dir/RtmpXUaGf3/example_6e2c4bd33d1e/my_project ...
    2020-08-05 23:28:28 INFO:rsuite:Exporting project from /tmp/RtmpC2ai6G/working_dir/RtmpXUaGf3/example_6e2c4bd33d1e/my_project ... done
    2020-08-05 23:28:29 WARNING:rsuite:Zip building aborted for /tmp/RtmpC2ai6G/working_dir/RtmpXUaGf3/prjpack_my_project_1.0x.zip
    2020-08-05 23:28:29 ERROR:rsuite:Failed to create pack file (zip returned non 0 return status).
    Error: Failed to create pack file (zip returned non 0 return status).
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.37-253
Check: re-building of vignette outputs
Result: FAIL
    Check process probably crashed or hung up for 20 minutes ... killed
    Most likely this happened in the example checks (?),
    if not, ignore the following last lines of example output:
    > ### Title: Creates a new template with the specified name, in the specified
    > ### path.
    > ### Aliases: tmpl_start
    >
    > ### ** Examples
    >
    > tmpl_dir <- tempfile("templ_")
    > tmpl_start(basename(tmpl_dir), path = tempdir())
    2020-08-03 03:58:54 INFO:rsuite:templ_16ca429df78c8 project template was created successfully
    2020-08-03 03:58:54 INFO:rsuite:templ_16ca429df78c8 package template was created successfully
    2020-08-03 03:58:54 INFO:rsuite:templ_16ca429df78c8 template was created successfully
    >
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 9.95 2.4 21.37 NA NA
    > grDevices::dev.off()
    null device
     1
    > ###
    > ### Local variables: ***
    > ### mode: outline-minor ***
    > ### outline-regexp: "\\(> \\)?### [*]+" ***
    > ### End: ***
    > quit('no')
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-ix86+x86_64