CRAN Package Check Results for Maintainer ‘Walerian Sokolowski <rsuite at wlogsolutions.com>’

Last updated on 2020-08-07 01:50:31 CEST.

Package FAIL ERROR OK
RSuite 1 1 10

Package RSuite

Current CRAN status: FAIL: 1, ERROR: 1, OK: 10

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