Last updated on 2020-08-07 01:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-7 | 23.29 | 122.50 | 145.79 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-7 | 20.34 | 89.54 | 109.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-7 | 178.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-7 | 168.12 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0-7 | 46.00 | 95.00 | 141.00 | OK | |
r-patched-linux-x86_64 | 1.0-7 | 23.30 | 119.46 | 142.76 | OK | |
r-patched-solaris-x86 | 1.0-7 | 229.00 | OK | |||
r-release-linux-x86_64 | 1.0-7 | 22.36 | 119.44 | 141.80 | OK | |
r-release-macos-x86_64 | 1.0-7 | ERROR | ||||
r-release-windows-ix86+x86_64 | 1.0-7 | 51.00 | 105.00 | 156.00 | OK | |
r-oldrel-macos-x86_64 | 1.0-7 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-7 | 29.00 | 125.00 | 154.00 | OK |
Version: 1.0-7
Check: tests
Result: ERROR
Running ‘run-tests.R’ [3s/6s]
Running the tests in ‘tests/run-tests.R’ failed.
Last 13 lines of output:
4: initialize(value, ...)
5: initialize(value, ...)
6: methods::new(def, ...)
7: GSlider$new(toolkit, from, to, by, value, horizontal, handler, action, container, ...)
8: .gslider.guiWidgetsToolkitRGtk2(toolkit, from, to, by, value, horizontal, handler, action, container = container, ...)
9: .gslider(toolkit, from, to, by, value, horizontal, handler, action, container = container, ...)
10: gslider(from = 0, to = 100, by = 1, cont = g)
11: eval(ei, envir)
12: eval(ei, envir)
13: withVisible(eval(ei, envir))
14: source(i)
15: FUN(X[[i]], ...)
16: lapply(X = X, FUN = FUN, ...)
17: sapply(f, function(i) { message("testing ", i) source(i)})
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-release-macos-x86_64
Version: 1.0-7
Check: dependencies in R code
Result: NOTE
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: S3 generic/method consistency
Result: WARN
No protocol specified
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: replacement functions
Result: WARN
No protocol specified
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: foreign function calls
Result: NOTE
No protocol specified
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: R code for possible problems
Result: NOTE
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: for missing documentation entries
Result: WARN
No protocol specified
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: for code/documentation mismatches
Result: WARN
No protocol specified
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: Rd \usage sections
Result: NOTE
No protocol specified
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 1.0-7
Check: tests
Result: ERROR
Running ‘run-tests.R’ [1s/1s]
Running the tests in ‘tests/run-tests.R’ failed.
Last 13 lines of output:
> f <- Filter(function(x) !grepl("html", x), f)
>
> sapply(f, function(i) {
+ message("testing ", i)
+ source(i)
+ })
testing /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/gWidgets2/tests/button.R
Loading required package: gWidgets2RGtk2
Loading required package: memoise
Loading required package: RGtk2
No protocol specified
R session is headless; GTK+ not initialized.
Error in guiToolkit() : Can't load RGtk2
Calls: sapply ... withVisible -> eval -> eval -> gwindow -> guiToolkit
Execution halted
Flavor: r-oldrel-macos-x86_64