Last updated on 2020-01-28 18:50:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.3 | 2.04 | 20.23 | 22.27 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.3 | 1.58 | 15.99 | 17.57 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.3 | 26.99 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.3 | 25.95 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.1.3 | 5.00 | 43.00 | 48.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.1.3 | 5.00 | 44.00 | 49.00 | OK | |
r-patched-linux-x86_64 | 1.1.3 | OK | ||||
r-patched-solaris-x86 | 1.1.3 | 38.20 | OK | |||
r-release-linux-x86_64 | 1.1.3 | 1.52 | 18.45 | 19.97 | OK | |
r-release-windows-ix86+x86_64 | 1.1.3 | 5.00 | 47.00 | 52.00 | OK | |
r-release-osx-x86_64 | 1.1.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.3 | 3.00 | 26.00 | 29.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1.3 | NOTE |
Version: 1.1.3
Check: examples
Result: ERROR
Running examples in 'rowr-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: buffer
> ### Title: Pads an object to a desired length, either with replicates of
> ### itself or another repeated object.
> ### Aliases: buffer
>
> ### ** Examples
>
> buffer(c(1,2,3),20)
[1] 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
> buffer(matrix(c(1,2,3,4),nrow=2),20)
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
rowr
--- call from context ---
as2(results, xclass)
--- call from argument ---
if (class == "factor") return(as.factor(as.character(object)))
--- R stacktrace ---
where 1: as2(results, xclass)
where 2: buffer(matrix(c(1, 2, 3, 4), nrow = 2), 20)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (object, class)
{
object <- as.matrix(object)
if (class == "factor")
return(as.factor(as.character(object)))
if (class == "data.frame")
return(as.data.frame(object))
else return(as(object, class))
}
<bytecode: 0x1b62de0>
<environment: namespace:rowr>
--- function search by body ---
Function as2 in namespace rowr has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class == "factor") return(as.factor(as.character(object))) :
the condition has length > 1
Calls: buffer -> as2
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.3
Check: examples
Result: ERROR
Running examples in ‘rowr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: buffer
> ### Title: Pads an object to a desired length, either with replicates of
> ### itself or another repeated object.
> ### Aliases: buffer
>
> ### ** Examples
>
> buffer(c(1,2,3),20)
[1] 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
> buffer(matrix(c(1,2,3,4),nrow=2),20)
Warning in if (class == "factor") return(as.factor(as.character(object))) :
the condition has length > 1 and only the first element will be used
Warning in if (class == "data.frame") return(as.data.frame(object)) else return(as(object, :
the condition has length > 1 and only the first element will be used
Error in ext[[class2]] : no such index at level 1
Calls: buffer -> as2 -> as -> isFALSE -> possibleExtends
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.3
Check: examples
Result: ERROR
Running examples in ‘rowr-Ex.R’ failed
The error most likely occurred in:
> ### Name: buffer
> ### Title: Pads an object to a desired length, either with replicates of
> ### itself or another repeated object.
> ### Aliases: buffer
>
> ### ** Examples
>
> buffer(c(1,2,3),20)
[1] 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
> buffer(matrix(c(1,2,3,4),nrow=2),20)
Warning in if (class == "factor") return(as.factor(as.character(object))) :
the condition has length > 1 and only the first element will be used
Warning in if (class == "data.frame") return(as.data.frame(object)) else return(as(object, :
the condition has length > 1 and only the first element will be used
Error in ext[[class2]] : no such index at level 1
Calls: buffer -> as2 -> as -> isFALSE -> possibleExtends
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.3
Check: Rd \usage sections
Result: NOTE
S3 methods shown with full name in documentation object 'cbind.fill':
'cbind.fill'
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.
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64