Last updated on 2017-07-31 01:47:23.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.2 | 5.16 | 102.25 | 107.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.2 | 4.85 | 88.23 | 93.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.2 | 183.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 181.01 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0.2 | 23.00 | 193.00 | 216.00 | OK | |
r-patched-linux-x86_64 | 2.0.2 | 4.88 | 98.86 | 103.74 | OK | |
r-patched-solaris-x86 | 2.0.2 | 237.60 | OK | |||
r-release-linux-x86_64 | 2.0.2 | 5.10 | 100.71 | 105.82 | OK | |
r-release-windows-ix86+x86_64 | 2.0.2 | 35.00 | 201.00 | 236.00 | OK | |
r-release-osx-x86_64 | 2.0.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.4 | 17.00 | 125.00 | 142.00 | ERROR | |
r-oldrel-osx-x86_64 | 2.0.2 | ERROR |
Version: 1.4
Check: S3 generic/method consistency
Result: WARN
median:
function(x, na.rm)
median.sym.data.table:
function(x, na.rm, method, ...)
median:
function(x, na.rm)
median.sym.data.table:
function(x, na.rm, method, ...)
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.4
Check: examples
Result: ERROR
Running examples in 'RSDA-Ex.R' failed
The error most likely occurred in:
> ### Name: median.sym.data.table
> ### Title: Symbolic Median
> ### Aliases: median.sym.data.table
> ### Keywords: Median Symbolic
>
> ### ** Examples
>
> data(example3)
> sym.data<-example3
> median(sym.data[,2])
[1] 1.5
> median(sym.data[,6] ,method='interval')
Error in median(sym.data[, 6], method = "interval") :
unused argument (method = "interval")
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.4
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
>
>
> test_check("RSDA")
1. Error: Mediana simbolica (@test.estadisticos.R#56) --------------------------
unused argument (method = "interval")
1: expect_equal(median(example3[, 6], method = "interval"), c(F6 = 5, F6.1 = 89), tolerance = 1e-06) at testthat/test.estadisticos.R:56
2: compare(object, expected, ...)
3: median(example3[, 6], method = "interval")
testthat results ================================================================
OK: 31 SKIPPED: 0 FAILED: 1
1. Error: Mediana simbolica (@test.estadisticos.R#56)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 2.0.2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-osx-x86_64