Last updated on 2019-07-03 01:47:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 7.14 | 41.93 | 49.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 4.79 | 32.60 | 37.39 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 59.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 57.86 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.1 | 17.00 | 135.00 | 152.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 6.36 | 41.17 | 47.53 | NOTE | |
r-patched-solaris-x86 | 1.2.1 | 160.30 | NOTE | |||
r-release-linux-x86_64 | 1.2.1 | 6.22 | 41.70 | 47.92 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.1 | 16.00 | 115.00 | 131.00 | ERROR | |
r-release-osx-x86_64 | 1.2.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 18.00 | 85.00 | 103.00 | OK | |
r-oldrel-osx-x86_64 | 1.2.1 | OK |
Version: 1.2.1
Check: line endings in C/C++/Fortran sources/headers
Result: NOTE
Found the following sources/headers with CR or CRLF line endings:
inst/include/nloptrAPI.h
Some Unix compilers require LF line endings.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64
Version: 1.2.1
Check: running tests for arch ‘x64’
Result: ERROR
Running 'test-all.R' [13s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> if(require("testthat", quietly = TRUE)) {
+ test_check("nloptr")
+ } else {
+ print( "package 'testthat' not available, cannot run unit tests" )
+ }
Loading required package: nloptr
-- 1. Failure: Test that solver stops when maxtime is reached. (@test-options-ma
`x` not equal to `expected`.
1/1 mismatches
[1] 1 - 6 == -5
== testthat results ===========================================================
OK: 46 SKIPPED: 0 WARNINGS: 10 FAILED: 1
1. Failure: Test that solver stops when maxtime is reached. (@test-options-maxtime.R#42)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 1.2.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
clang-7: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
Flavor: r-release-osx-x86_64