Last updated on 2025-12-28 03:52:16 CET.
| Package | ERROR | WARN | OK |
|---|---|---|---|
| FjordLight | 13 | ||
| heatwaveR | 6 | 1 | 6 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 6, WARN: 1, OK: 6
Version: 0.5.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: src/Makevars: Unknown C++ standard ‘CXX12’ was ignored
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/heatwaveR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘Debian clang version 21.1.8 (1)’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.4
Check: examples
Result: ERROR
Running examples in ‘heatwaveR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ts2clm3
> ### Title: Make a climatology from a daily time series.
> ### Aliases: ts2clm3
>
> ### ** Examples
>
> data.table::setDTthreads(threads = 1) # optimise for your code and local computer
> res <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"))
> res[1:10, ]
t temp seas thresh
<Date> <num> <num> <num>
1: 1982-01-01 20.94 21.6080 22.9605
2: 1982-01-02 21.25 21.6348 22.9987
3: 1982-01-03 21.38 21.6621 23.0376
4: 1982-01-04 21.16 21.6895 23.0771
5: 1982-01-05 21.26 21.7169 23.1130
6: 1982-01-06 21.61 21.7436 23.1460
7: 1982-01-07 21.74 21.7699 23.1775
8: 1982-01-08 21.50 21.7958 23.2080
9: 1982-01-09 21.40 21.8217 23.2366
10: 1982-01-10 21.36 21.8478 23.2649
>
> # Or if one only wants the 366 day climatology
> res_clim <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ clmOnly = TRUE)
> res_clim[1:10, ]
doy seas thresh
<num> <num> <num>
1: 1 21.6080 22.9605
2: 2 21.6348 22.9987
3: 3 21.6621 23.0376
4: 4 21.6895 23.0771
5: 5 21.7169 23.1130
6: 6 21.7436 23.1460
7: 7 21.7699 23.1775
8: 8 21.7958 23.2080
9: 9 21.8217 23.2366
10: 10 21.8478 23.2649
>
> # Or if one wants the variance column included in the results
> res_var <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ var = TRUE)
Warning in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
'n' is deprecated in frollapply, use 'N' instead
Error in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
argument "FUN" is missing, with no default
Calls: ts2clm3 ... [.data.table -> eval -> eval -> <Anonymous> -> match.fun
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
detect_event 4.437 0.1 6.02
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [238s/158s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: src/Makevars: Unknown C++ standard ‘CXX12’ was ignored
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/heatwaveR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.4
Check: examples
Result: ERROR
Running examples in ‘heatwaveR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ts2clm3
> ### Title: Make a climatology from a daily time series.
> ### Aliases: ts2clm3
>
> ### ** Examples
>
> data.table::setDTthreads(threads = 1) # optimise for your code and local computer
> res <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"))
> res[1:10, ]
t temp seas thresh
<Date> <num> <num> <num>
1: 1982-01-01 20.94 21.6080 22.9605
2: 1982-01-02 21.25 21.6348 22.9987
3: 1982-01-03 21.38 21.6621 23.0376
4: 1982-01-04 21.16 21.6895 23.0771
5: 1982-01-05 21.26 21.7169 23.1130
6: 1982-01-06 21.61 21.7436 23.1460
7: 1982-01-07 21.74 21.7699 23.1775
8: 1982-01-08 21.50 21.7958 23.2080
9: 1982-01-09 21.40 21.8217 23.2366
10: 1982-01-10 21.36 21.8478 23.2649
>
> # Or if one only wants the 366 day climatology
> res_clim <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ clmOnly = TRUE)
> res_clim[1:10, ]
doy seas thresh
<num> <num> <num>
1: 1 21.6080 22.9605
2: 2 21.6348 22.9987
3: 3 21.6621 23.0376
4: 4 21.6895 23.0771
5: 5 21.7169 23.1130
6: 6 21.7436 23.1460
7: 7 21.7699 23.1775
8: 8 21.7958 23.2080
9: 9 21.8217 23.2366
10: 10 21.8478 23.2649
>
> # Or if one wants the variance column included in the results
> res_var <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ var = TRUE)
Warning in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
'n' is deprecated in frollapply, use 'N' instead
Error in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
argument "FUN" is missing, with no default
Calls: ts2clm3 ... [.data.table -> eval -> eval -> <Anonymous> -> match.fun
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [142s/122s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: src/Makevars: Unknown C++ standard ‘CXX12’ was ignored
See ‘/data/gannet/ripley/R/packages/tests-clang/heatwaveR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 21.1.8’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.4
Check: examples
Result: ERROR
Running examples in ‘heatwaveR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ts2clm3
> ### Title: Make a climatology from a daily time series.
> ### Aliases: ts2clm3
>
> ### ** Examples
>
> data.table::setDTthreads(threads = 1) # optimise for your code and local computer
> res <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"))
> res[1:10, ]
t temp seas thresh
<Date> <num> <num> <num>
1: 1982-01-01 20.94 21.6080 22.9605
2: 1982-01-02 21.25 21.6348 22.9987
3: 1982-01-03 21.38 21.6621 23.0376
4: 1982-01-04 21.16 21.6895 23.0771
5: 1982-01-05 21.26 21.7169 23.1130
6: 1982-01-06 21.61 21.7436 23.1460
7: 1982-01-07 21.74 21.7699 23.1775
8: 1982-01-08 21.50 21.7958 23.2080
9: 1982-01-09 21.40 21.8217 23.2366
10: 1982-01-10 21.36 21.8478 23.2649
>
> # Or if one only wants the 366 day climatology
> res_clim <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ clmOnly = TRUE)
> res_clim[1:10, ]
doy seas thresh
<num> <num> <num>
1: 1 21.6080 22.9605
2: 2 21.6348 22.9987
3: 3 21.6621 23.0376
4: 4 21.6895 23.0771
5: 5 21.7169 23.1130
6: 6 21.7436 23.1460
7: 7 21.7699 23.1775
8: 8 21.7958 23.2080
9: 9 21.8217 23.2366
10: 10 21.8478 23.2649
>
> # Or if one wants the variance column included in the results
> res_var <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ var = TRUE)
Warning in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
'n' is deprecated in frollapply, use 'N' instead
Error in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
argument "FUN" is missing, with no default
Calls: ts2clm3 ... [.data.table -> eval -> eval -> <Anonymous> -> match.fun
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [265s/261s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: src/Makevars: Unknown C++ standard ‘CXX12’ was ignored
See ‘/data/gannet/ripley/R/packages/tests-devel/heatwaveR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [206s/352s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: src/Makevars: Unknown C++ standard 'CXX12' was ignored
See 'd:/Rcompile/CRANpkg/local/4.6/heatwaveR.Rcheck/00install.out' for details.
* used C++ compiler: 'g++.exe (GCC) 14.3.0'
Flavor: r-devel-windows-x86_64
Version: 0.5.4
Check: examples
Result: ERROR
Running examples in ‘heatwaveR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ts2clm3
> ### Title: Make a climatology from a daily time series.
> ### Aliases: ts2clm3
>
> ### ** Examples
>
> data.table::setDTthreads(threads = 1) # optimise for your code and local computer
> res <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"))
> res[1:10, ]
t temp seas thresh
<Date> <num> <num> <num>
1: 1982-01-01 20.94 21.6080 22.9605
2: 1982-01-02 21.25 21.6348 22.9987
3: 1982-01-03 21.38 21.6621 23.0376
4: 1982-01-04 21.16 21.6895 23.0771
5: 1982-01-05 21.26 21.7169 23.1130
6: 1982-01-06 21.61 21.7436 23.1460
7: 1982-01-07 21.74 21.7699 23.1775
8: 1982-01-08 21.50 21.7958 23.2080
9: 1982-01-09 21.40 21.8217 23.2366
10: 1982-01-10 21.36 21.8478 23.2649
>
> # Or if one only wants the 366 day climatology
> res_clim <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ clmOnly = TRUE)
> res_clim[1:10, ]
doy seas thresh
<num> <num> <num>
1: 1 21.6080 22.9605
2: 2 21.6348 22.9987
3: 3 21.6621 23.0376
4: 4 21.6895 23.0771
5: 5 21.7169 23.1130
6: 6 21.7436 23.1460
7: 7 21.7699 23.1775
8: 8 21.7958 23.2080
9: 9 21.8217 23.2366
10: 10 21.8478 23.2649
>
> # Or if one wants the variance column included in the results
> res_var <- ts2clm3(sst_WA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
+ var = TRUE)
Warning in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
'n' is deprecated in frollapply, use 'N' instead
Error in data.table::frollapply(thresh, n = smoothPercentileWidth, var, :
argument "FUN" is missing, with no default
Calls: ts2clm3 ... [.data.table -> eval -> eval -> <Anonymous> -> match.fun
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
detect_event 4.382 0.079 5.686
Flavor: r-release-linux-x86_64
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [174s/199s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.5.4
Check: tests
Result: ERROR
Running 'testthat.R' [237s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(heatwaveR)
>
> test_check("heatwaveR")
Saving _problems/test-ts2clm3-101.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ts2clm3.R:101:3'): var argument functions correctly ────────────
<getvarError/missingArgError/error/condition>
Error in `data.table::frollapply(thresh, n = smoothPercentileWidth, var, na.rm = FALSE, align = "center")`: argument "FUN" is missing, with no default
Backtrace:
▆
1. └─heatwaveR::ts2clm3(...) at test-ts2clm3.R:101:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
4. └─base::eval(jsub, SDenv, parent.frame())
5. └─base::eval(jsub, SDenv, parent.frame())
6. └─data.table::frollapply(...)
7. └─base::match.fun(FUN)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 390 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.