Last updated on 2022-03-04 06:51:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2016.7-1 | 6.31 | 76.27 | 82.58 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2016.7-1 | 4.52 | 58.86 | 63.38 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2016.7-1 | 101.71 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2016.7-1 | 91.19 | ERROR | |||
r-devel-windows-x86_64-new-UL | 2016.7-1 | 54.00 | 106.00 | 160.00 | OK | |
r-devel-windows-x86_64-new-TK | 2016.7-1 | OK | ||||
r-patched-linux-x86_64 | 2016.7-1 | 5.02 | 69.58 | 74.60 | OK | |
r-release-linux-x86_64 | 2016.7-1 | 5.77 | 74.81 | 80.58 | OK | |
r-release-macos-arm64 | 2016.7-1 | OK | ||||
r-release-macos-x86_64 | 2016.7-1 | OK | ||||
r-release-windows-ix86+x86_64 | 2016.7-1 | 12.00 | 90.00 | 102.00 | OK | |
r-oldrel-macos-x86_64 | 2016.7-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2016.7-1 | 12.00 | 88.00 | 100.00 | OK |
Version: 2016.7-1
Check: tests
Result: ERROR
Running 'TSwriteXLS.R' [2s/3s]
Running 'perl.R' [0s/1s]
Running 'timeSeries.R' [2s/4s]
Running 'tis.R' [2s/3s]
Running 'xts.R' [2s/2s]
Running 'zoo.R' [2s/3s]
Running 'zoo2.R' [2s/2s]
Running the tests in 'tests/zoo2.R' failed.
Complete output:
> # This tests part of a problem as of zoo 1.7-11 that is fixed in the devel version.
> #changeTSrepresentation() seems sometimes to need require("zoo") rather than
> # requireNamespace("zoo"). zoo needs to overwrite the as.Date() generic since there
> # is no default for the origin in the as.Date.numeric() method.
>
> #test2 <- function(){
> # loadNamespace("zoo")
> # z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
> # z1 <- zoo::as.Date(stats::time(z0))
> # as.ts(z1)
> # }
>
> require("tframePlus")
Loading required package: tframePlus
Loading required package: tframe
>
> z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
>
> z <- changeTSrepresentation(z0, "zoo")
Loading required namespace: zoo
>
> z <- changeTSrepresentation(z0, "ts")
>
> z
Time Series:
Start = 1990
End = 1999
Frequency = 1
Series 1
[1,] -0.42078763
[2,] 0.07910328
[3,] 0.17001971
[4,] -0.31130388
[5,] 0.67678566
[6,] -0.37826484
[7,] -1.72728743
[8,] 1.55723667
[9,] 0.96910255
[10,] 1.36379352
>
> if(start(z) != 1990 ) stop("zoo changeTSrepresentation test 1 failed.")
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
tframePlus
--- call from context ---
NULL
--- call from argument ---
if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.")
--- R stacktrace ---
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
--- function search by body ---
----------- END OF FAILURE REPORT --------------
Error in if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.") :
the condition has length > 1
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2016.7-1
Check: tests
Result: ERROR
Running ‘TSwriteXLS.R’ [2s/3s]
Running ‘perl.R’ [0s/1s]
Running ‘timeSeries.R’ [2s/3s]
Running ‘tis.R’ [1s/2s]
Running ‘xts.R’ [1s/2s]
Running ‘zoo.R’ [1s/3s]
Running ‘zoo2.R’ [1s/2s]
Running the tests in ‘tests/zoo2.R’ failed.
Complete output:
> # This tests part of a problem as of zoo 1.7-11 that is fixed in the devel version.
> #changeTSrepresentation() seems sometimes to need require("zoo") rather than
> # requireNamespace("zoo"). zoo needs to overwrite the as.Date() generic since there
> # is no default for the origin in the as.Date.numeric() method.
>
> #test2 <- function(){
> # loadNamespace("zoo")
> # z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
> # z1 <- zoo::as.Date(stats::time(z0))
> # as.ts(z1)
> # }
>
> require("tframePlus")
Loading required package: tframePlus
Loading required package: tframe
>
> z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
>
> z <- changeTSrepresentation(z0, "zoo")
Loading required namespace: zoo
>
> z <- changeTSrepresentation(z0, "ts")
>
> z
Time Series:
Start = 1990
End = 1999
Frequency = 1
Series 1
[1,] 0.6663762
[2,] 0.0931529
[3,] -0.8422452
[4,] 0.4981025
[5,] -0.1641969
[6,] 0.2551427
[7,] 0.8886389
[8,] -0.6371147
[9,] -1.1634517
[10,] 0.8490192
>
> if(start(z) != 1990 ) stop("zoo changeTSrepresentation test 1 failed.")
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
tframePlus
--- call from context ---
NULL
--- call from argument ---
if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.")
--- R stacktrace ---
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
--- function search by body ---
----------- END OF FAILURE REPORT --------------
Error in if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.") :
the condition has length > 1
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2016.7-1
Check: tests
Result: ERROR
Running ‘TSwriteXLS.R’
Running ‘perl.R’
Running ‘timeSeries.R’
Running ‘tis.R’
Running ‘xts.R’
Running ‘zoo.R’
Running ‘zoo2.R’
Running the tests in ‘tests/zoo2.R’ failed.
Complete output:
> # This tests part of a problem as of zoo 1.7-11 that is fixed in the devel version.
> #changeTSrepresentation() seems sometimes to need require("zoo") rather than
> # requireNamespace("zoo"). zoo needs to overwrite the as.Date() generic since there
> # is no default for the origin in the as.Date.numeric() method.
>
> #test2 <- function(){
> # loadNamespace("zoo")
> # z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
> # z1 <- zoo::as.Date(stats::time(z0))
> # as.ts(z1)
> # }
>
> require("tframePlus")
Loading required package: tframePlus
Loading required package: tframe
>
> z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
>
> z <- changeTSrepresentation(z0, "zoo")
Loading required namespace: zoo
>
> z <- changeTSrepresentation(z0, "ts")
>
> z
Time Series:
Start = 1990
End = 1999
Frequency = 1
Series 1
[1,] 0.85483049
[2,] 0.76292732
[3,] 0.37256977
[4,] -1.58533288
[5,] -0.99144502
[6,] -0.67421065
[7,] 0.06195516
[8,] 0.85027547
[9,] -1.28650966
[10,] 1.09193247
>
> if(start(z) != 1990 ) stop("zoo changeTSrepresentation test 1 failed.")
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
tframePlus
--- call from context ---
NULL
--- call from argument ---
if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.")
--- R stacktrace ---
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
--- function search by body ---
----------- END OF FAILURE REPORT --------------
Error in if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.") :
the condition has length > 1
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2016.7-1
Check: tests
Result: ERROR
Running ‘TSwriteXLS.R’
Running ‘perl.R’
Running ‘timeSeries.R’
Running ‘tis.R’
Running ‘xts.R’
Running ‘zoo.R’
Running ‘zoo2.R’
Running the tests in ‘tests/zoo2.R’ failed.
Complete output:
> # This tests part of a problem as of zoo 1.7-11 that is fixed in the devel version.
> #changeTSrepresentation() seems sometimes to need require("zoo") rather than
> # requireNamespace("zoo"). zoo needs to overwrite the as.Date() generic since there
> # is no default for the origin in the as.Date.numeric() method.
>
> #test2 <- function(){
> # loadNamespace("zoo")
> # z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
> # z1 <- zoo::as.Date(stats::time(z0))
> # as.ts(z1)
> # }
>
> require("tframePlus")
Loading required package: tframePlus
Loading required package: tframe
>
> z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1)
>
> z <- changeTSrepresentation(z0, "zoo")
Loading required namespace: zoo
>
> z <- changeTSrepresentation(z0, "ts")
>
> z
Time Series:
Start = 1990
End = 1999
Frequency = 1
Series 1
[1,] 0.3662455
[2,] -0.4978805
[3,] -1.0679842
[4,] -0.5056331
[5,] -0.2728251
[6,] 0.3283341
[7,] 1.2188289
[8,] -1.5960393
[9,] 1.5511258
[10,] 0.4647185
>
> if(start(z) != 1990 ) stop("zoo changeTSrepresentation test 1 failed.")
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
tframePlus
--- call from context ---
NULL
--- call from argument ---
if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.")
--- R stacktrace ---
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
--- function search by body ---
----------- END OF FAILURE REPORT --------------
Error in if (start(z) != 1990) stop("zoo changeTSrepresentation test 1 failed.") :
the condition has length > 1
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc