Last updated on 2023-07-19 06:52:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 15.39 | 122.14 | 137.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 11.42 | 90.52 | 101.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 172.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 168.22 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 14.00 | 0.00 | 14.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.1 | 10.66 | 117.02 | 127.68 | OK | |
r-release-linux-x86_64 | 1.0.1 | 13.40 | 115.56 | 128.96 | OK | |
r-release-macos-arm64 | 1.0.1 | 69.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 7.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.1 | 18.00 | 0.00 | 18.00 | FAIL | |
r-oldrel-macos-arm64 | 1.0.1 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 80.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 18.00 | 127.00 | 145.00 | OK |
Version: 1.0.1
Check: examples
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:
>
>
>
> cleanEx()
detaching 'package:opalr', 'package:httr'
> nameEx("opal_project_create")
> ### * opal_project_create
>
> flush(stderr()); flush(stdout())
>
> ### Name: opal_project_create
> ### Title: Create a project in an Opal environment
> ### Aliases: opal_project_create
>
> ### ** Examples
>
> {
+
+ library(opalr)
+ opal <-
+ opal.login('administrator','password',
+ url ='https://opal-demo.obiba.org/')
+
+ tempdir <- basename(tempdir())
+ try(opal_project_create(opal, tempdir))
+
+ }
Loading required package: httr
======== End of example output (where/before crash/hang up occured ?) ========
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.0.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘madshapR’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64