Last updated on 2025-12-20 09:49:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.6 | 2.69 | 50.05 | 52.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.6 | 1.64 | 26.08 | 27.72 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.6 | 58.19 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 69.64 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.6 | 4.00 | 70.00 | 74.00 | OK | |
| r-patched-linux-x86_64 | 0.1.6 | 2.28 | 45.67 | 47.95 | OK | |
| r-release-linux-x86_64 | 0.1.6 | 2.57 | 45.42 | 47.99 | OK | |
| r-release-macos-arm64 | 0.1.6 | OK | ||||
| r-release-macos-x86_64 | 0.1.6 | 2.00 | 76.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 0.1.6 | 4.00 | 68.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.6 | 2.00 | 48.00 | 50.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.6 | 5.00 | 84.00 | 89.00 | OK |
Version: 0.1.6
Check: examples
Result: ERROR
Running examples in ‘irg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: calc_irg
> ### Title: IRG
> ### Aliases: calc_irg
>
> ### ** Examples
>
> # Load data.table
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
>
> # Read in example data
> ndvi <- fread(system.file("extdata", "sampled-ndvi-MODIS-MOD13Q1.csv", package = "irg"))
>
> # Filter and scale NDVI time series
> filter_ndvi(ndvi)
Error in `[.data.table`(DT, , `:=`(winter, stats::quantile(filtered, probs = probs, :
attempt access index 6/6 in VECTOR_ELT
Calls: filter_ndvi -> filter_winter -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("irg")
+ }
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 1 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 2 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 3 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 3 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 4 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 4 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 5 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 6 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 7 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 8 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 9 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 9 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 10 tests <1b>[0;31m1 fails<1b>[0m Error in `[.data.table`(DT, , `:=`(winter, stats::quantile(filtered, probs = probs, :
attempt access index 6/6 in VECTOR_ELT
Calls: <Anonymous> ... FUN -> eval -> eval -> filter_winter -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘example-scripts.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘example-scripts.Rmd’
--- re-building ‘getting-started-with-irg.Rmd’ using rmarkdown
Quitting from getting-started-with-irg.Rmd:185-191 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 1/1 in VECTOR_ELT
---
Backtrace:
▆
1. ├─...[]
2. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started-with-irg.Rmd' failed with diagnostics:
attempt access index 1/1 in VECTOR_ELT
--- failed re-building ‘getting-started-with-irg.Rmd’
SUMMARY: processing the following file failed:
‘getting-started-with-irg.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.6
Check: examples
Result: ERROR
Running examples in ‘irg-Ex.R’ failed
The error most likely occurred in:
> ### Name: calc_irg
> ### Title: IRG
> ### Aliases: calc_irg
>
> ### ** Examples
>
> # Load data.table
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
>
> # Read in example data
> ndvi <- fread(system.file("extdata", "sampled-ndvi-MODIS-MOD13Q1.csv", package = "irg"))
>
> # Filter and scale NDVI time series
> filter_ndvi(ndvi)
Error in `[.data.table`(DT, , `:=`(winter, stats::quantile(filtered, probs = probs, :
attempt access index 6/6 in VECTOR_ELT
Calls: filter_ndvi -> filter_winter -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘tinytest.R’
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("irg")
+ }
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 0 tests
test-filter.R................. 1 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 2 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 3 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 3 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 4 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 4 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 5 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 6 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 7 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 8 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 9 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 9 tests <1b>[0;32mOK<1b>[0m
test-filter.R................. 10 tests <1b>[0;31m1 fails<1b>[0m Error in `[.data.table`(DT, , `:=`(winter, stats::quantile(filtered, probs = probs, :
attempt access index 6/6 in VECTOR_ELT
Calls: <Anonymous> ... FUN -> eval -> eval -> filter_winter -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘example-scripts.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘example-scripts.Rmd’
--- re-building ‘getting-started-with-irg.Rmd’ using rmarkdown
Quitting from getting-started-with-irg.Rmd:185-191 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 1/1 in VECTOR_ELT
---
Backtrace:
▆
1. ├─...[]
2. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started-with-irg.Rmd' failed with diagnostics:
attempt access index 1/1 in VECTOR_ELT
--- failed re-building ‘getting-started-with-irg.Rmd’
SUMMARY: processing the following file failed:
‘getting-started-with-irg.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc