Last updated on 2025-02-19 07:53:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 6.21 | 297.25 | 303.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 3.32 | 209.97 | 213.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 582.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 148.66 | OK | |||
r-devel-macos-arm64 | 1.0.4 | 50.00 | OK | |||
r-devel-macos-x86_64 | 1.0.4 | 105.00 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 7.00 | 113.00 | 120.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.4 | 6.30 | 302.16 | 308.46 | OK | |
r-release-linux-x86_64 | 1.0.4 | 5.65 | 297.16 | 302.81 | OK | |
r-release-macos-arm64 | 1.0.4 | 52.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 81.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 7.00 | 90.00 | 97.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 112.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 9.00 | 183.00 | 192.00 | ERROR |
Version: 1.0.4
Check: tests
Result: ERROR
Running 'test_constants.R' [66s]
Running 'testthat.R' [1s]
Running the tests in 'tests/test_constants.R' failed.
Complete output:
> # List of required packages
> requiredPackages <- c("factset.protobuf.stach.v2")
>
> # Install missing packages
> missingPackages <- requiredPackages %in% installed.packages()[, "Package"]
> if (any(missingPackages == FALSE)) {
+ install.packages(requiredPackages, repos = "http://cran.us.r-project.org")
+ }
Installing package into 'D:/temp/2025_02_15_01_50_01_12291/Rtmp6xizE0/RLIBS_460453c61641'
(as 'lib' is unspecified)
also installing the dependencies 'Rcpp', 'RProtoBuf'
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.5/Rcpp_1.0.14.zip'
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.5/RProtoBuf_0.4.23.zip'
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.5/factset.protobuf.stach.v2_1.0.6.zip'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'Rcpp' failed
package 'RProtoBuf' successfully unpacked and MD5 sums checked
package 'factset.protobuf.stach.v2' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
D:\temp\2025_02_15_01_50_01_12291\RtmpmwRDsj\downloaded_packages
Warning messages:
1: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :
URL 'https://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/4.5/Rcpp_1.0.14.zip': Timeout of 60 seconds was reached
2: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :
some files were not downloaded
>
> # Load packages
> # In the below statement 'invisible' is used to make the printing statements invisible
> # which means the printing statements will not appear
> invisible(lapply(requiredPackages, library, character.only = TRUE))
Loading required package: RProtoBuf
Error: package or namespace load failed for 'RProtoBuf' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'Rcpp'
Error: package 'RProtoBuf' could not be loaded
Execution halted
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(factset.protobuf.stachextensions)
>
> test_check("factset.protobuf.stachextensions")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-StachV2ColumnTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2ColumnTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2ColumnTestsWithoutHeaderTable.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2ColumnTestsWithoutHeaderTable.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2DecompressTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2DecompressTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2RowTests.R:1:1'): (code run outside of `test_that()`) ───
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2RowTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2RowWithRowAndColSpanTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2RowWithRowAndColSpanTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2SimplifiedRowTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2SimplifiedRowTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running 'test_constants.R' [125s]
Running 'testthat.R' [2s]
Running the tests in 'tests/test_constants.R' failed.
Complete output:
> # List of required packages
> requiredPackages <- c("factset.protobuf.stach.v2")
>
> # Install missing packages
> missingPackages <- requiredPackages %in% installed.packages()[, "Package"]
> if (any(missingPackages == FALSE)) {
+ install.packages(requiredPackages, repos = "http://cran.us.r-project.org")
+ }
Installing package into 'D:/temp/2025_02_17_01_50_00_19523/RtmpSu2eoi/RLIBS_281dc4d81457a'
(as 'lib' is unspecified)
also installing the dependencies 'Rcpp', 'RProtoBuf'
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.3/Rcpp_1.0.14.zip'
Content type 'application/zip' length 2894274 bytes (2.8 MB)
========================================
downloaded 2.2 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'http://cran.us.r-project.org/bin/windows/contrib/4.3/Rcpp_1.0.14.zip' failed
In addition: Warning messages:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 0 != reported length 0
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/4.3/Rcpp_1.0.14.zip': Timeout of 60 seconds was reached
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'Rcpp' failed
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.3/RProtoBuf_0.4.23.zip'
Content type 'application/zip' length 2592232 bytes (2.5 MB)
==================================================
downloaded 2.5 MB
trying URL 'http://cran.us.r-project.org/bin/windows/contrib/4.3/factset.protobuf.stach.v2_1.0.6.zip'
Content type 'application/zip' length 51223 bytes (50 KB)
==================================================
downloaded 50 KB
package 'RProtoBuf' successfully unpacked and MD5 sums checked
package 'factset.protobuf.stach.v2' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
D:\temp\2025_02_17_01_50_00_19523\RtmpIZeTCq\downloaded_packages
>
> # Load packages
> # In the below statement 'invisible' is used to make the printing statements invisible
> # which means the printing statements will not appear
> invisible(lapply(requiredPackages, library, character.only = TRUE))
Loading required package: RProtoBuf
Error: package or namespace load failed for 'RProtoBuf' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'Rcpp'
Error: package 'RProtoBuf' could not be loaded
Execution halted
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(factset.protobuf.stachextensions)
>
> test_check("factset.protobuf.stachextensions")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-StachV2ColumnTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2ColumnTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2ColumnTestsWithoutHeaderTable.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2ColumnTestsWithoutHeaderTable.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2DecompressTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2DecompressTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2RowTests.R:1:1'): (code run outside of `test_that()`) ───
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2RowTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2RowWithRowAndColSpanTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2RowWithRowAndColSpanTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
── Error ('test-StachV2SimplifiedRowTests.R:1:1'): (code run outside of `test_that()`) ──
Error: package 'RProtoBuf' could not be loaded
Backtrace:
▆
1. ├─base::source("../test_constants.R") at test-StachV2SimplifiedRowTests.R:1:1
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. └─base::lapply(requiredPackages, library, character.only = TRUE)
6. └─base (local) FUN(X[[i]], ...)
7. └─base::.getRequiredPackages2(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64