Last updated on 2025-08-23 03:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 6.14 | 29.16 | 35.30 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 4.40 | 24.12 | 28.52 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 531.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 145.76 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 7.00 | 84.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 6.44 | 292.75 | 299.19 | OK | |
r-release-linux-x86_64 | 1.0.4 | 5.46 | 293.05 | 298.51 | OK | |
r-release-macos-arm64 | 1.0.4 | 67.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 111.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 8.00 | 87.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 9.00 | 945.00 | 954.00 | ERROR |
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘test_constants.R’ [0s/181s]
Running ‘testthat.R’ [0m/18m]
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 '/home/hornik/tmp/scratch/RtmpOeTSA1/RLIBS_3696a816284cf0'
(as 'lib' is unspecified)
Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:
cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'
Warning message:
package 'factset.protobuf.stach.v2' is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-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))
Error in FUN(X[[i]], ...) :
there is no package called 'factset.protobuf.stach.v2'
Calls: lapply -> FUN
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 12 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-StachV2ColumnTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2ColumnTestsWithoutHeaderTable.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2DecompressTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowTests.R:1:1'): (code run outside of `test_that()`) ───
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowWithRowAndColSpanTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2SimplifiedRowTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
[ FAIL 6 | WARN 12 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘test_constants.R’ [0s/181s]
Running ‘testthat.R’ [0m/18m]
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 '/tmp/Rtmp5F4FbH/RLIBS_25c13425a690f6'
(as 'lib' is unspecified)
Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:
cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'
Warning message:
package 'factset.protobuf.stach.v2' is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-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))
Error in FUN(X[[i]], ...) :
there is no package called 'factset.protobuf.stach.v2'
Calls: lapply -> FUN
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 12 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-StachV2ColumnTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2ColumnTestsWithoutHeaderTable.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2DecompressTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowTests.R:1:1'): (code run outside of `test_that()`) ───
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowWithRowAndColSpanTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2SimplifiedRowTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
[ FAIL 6 | WARN 12 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.4
Check: tests
Result: ERROR
Running 'test_constants.R' [127s]
Running 'testthat.R' [13m]
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_08_22_01_50_00_25364/Rtmp2Vlja5/RLIBS_3419c4a846b95'
(as 'lib' is unspecified)
Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:
cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'
Warning: unable to access index for repository http://cran.us.r-project.org/bin/windows/contrib/4.4:
cannot open URL 'http://cran.us.r-project.org/bin/windows/contrib/4.4/PACKAGES'
Warning message:
package 'factset.protobuf.stach.v2' is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-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))
Error in FUN(X[[i]], ...) :
there is no package called 'factset.protobuf.stach.v2'
Calls: lapply -> FUN
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 18 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-StachV2ColumnTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2ColumnTestsWithoutHeaderTable.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2DecompressTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowTests.R:1:1'): (code run outside of `test_that()`) ───
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2RowWithRowAndColSpanTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
── Error ('test-StachV2SimplifiedRowTests.R:1:1'): (code run outside of `test_that()`) ──
<packageNotFoundError/error/condition>
Error in `FUN(X[[i]], ...)`: there is no package called 'factset.protobuf.stach.v2'
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]], ...)
[ FAIL 6 | WARN 18 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64