Last updated on 2021-03-04 00:48:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.37-253 | 16.89 | 97.43 | 114.32 | OK | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 0.37-253 | 13.88 | 72.24 | 86.12 | OK | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 0.37-253 | 1642.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.37-253 | 278.75 | OK | |||
r-devel-windows-ix86+x86_64 | 0.37-253 | 34.00 | 504.00 | 538.00 | OK | |
r-patched-linux-x86_64 | 0.37-253 | 14.69 | 88.26 | 102.95 | OK | --no-vignettes |
r-patched-solaris-x86 | 0.37-253 | 194.50 | ERROR | |||
r-release-linux-x86_64 | 0.37-253 | 14.02 | 87.90 | 101.92 | OK | --no-vignettes |
r-release-macos-x86_64 | 0.37-253 | OK | ||||
r-release-windows-ix86+x86_64 | 0.37-253 | 25.00 | 384.00 | 409.00 | OK | |
r-oldrel-macos-x86_64 | 0.37-253 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.37-253 | 27.00 | 449.00 | 476.00 | OK |
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)
2021-02-15 04:50:16 INFO:rsuite:Project my_project has structure compliant with current version of RSuite(v0.37.253).
2021-02-15 04:50:16 INFO:rsuite:Project my_project started.
>
> # create package in the project
> prj_start_package("mypackage", prj = prj, skip_rc = TRUE)
2021-02-15 04:50:16 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")
2021-02-15 04:50:16 WARNING:rsuite:Project environment is not locked!
2021-02-15 04:50:16 INFO:rsuite:Exporting project from /tmp/RtmpZJaWSB/working_dir/Rtmp_ma4TS/example_596f66a62a00/my_project ...
2021-02-15 04:50:16 INFO:rsuite:Exporting project from /tmp/RtmpZJaWSB/working_dir/Rtmp_ma4TS/example_596f66a62a00/my_project ... done
2021-02-15 04:50:17 WARNING:rsuite:Zip building aborted for /tmp/RtmpZJaWSB/working_dir/Rtmp_ma4TS/prjpack_my_project_1.0x.zip
2021-02-15 04:50:17 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