Last updated on 2026-05-06 09:55:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.86 | 118.41 | 121.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 2.34 | 80.78 | 83.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 187.19 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 200.16 | OK | |||
| r-devel-windows-x86_64 | 1.1.1 | 6.00 | 121.00 | 127.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.1 | 4.39 | 110.32 | 114.71 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 3.32 | 111.10 | 114.42 | OK | |
| r-release-macos-arm64 | 1.1.1 | 1.00 | 32.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 3.00 | 132.00 | 135.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 5.00 | 122.00 | 127.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 3.00 | 113.00 | 116.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 8.00 | 167.00 | 175.00 | OK |
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
>
> library(testthat)
> library(PHENTHAUproc)
>
> test_check("PHENTHAUproc")
Saving _problems/test_convertfuns-10.R
Saving _problems/test_convertfuns-11.R
Saving _problems/test_convertfuns-12.R
Saving _problems/test_convertfuns-13.R
Calculating PHENTHAUproc:
Temperature data input: dailymeanminmax
Output datatype: dataframe
Year of Prognosis: 2020
First day of calculation: 2019-09-01
Last day of calculation: 2020-09-30
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_convertfuns.R:10:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[3]]` to equal 18.8.
Differences:
`actual`: 0.0
`expected`: 18.8
── Failure ('test_convertfuns.R:11:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[4]]` to equal 11.6.
Differences:
`actual`: 18.8
`expected`: 11.6
── Failure ('test_convertfuns.R:12:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[5]]` to equal 24.
Differences:
`actual`: 11.6
`expected`: 24.0
── Failure ('test_convertfuns.R:13:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[6]]` to equal 22.
Differences:
`actual`: 0.0
`expected`: 22.0
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
>
> library(testthat)
> library(PHENTHAUproc)
>
> test_check("PHENTHAUproc")
Saving _problems/test_convertfuns-10.R
Saving _problems/test_convertfuns-11.R
Saving _problems/test_convertfuns-12.R
Saving _problems/test_convertfuns-13.R
Calculating PHENTHAUproc:
Temperature data input: dailymeanminmax
Output datatype: dataframe
Year of Prognosis: 2020
First day of calculation: 2019-09-01
Last day of calculation: 2020-09-30
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_convertfuns.R:10:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[3]]` to equal 18.8.
Differences:
`actual`: 0.0
`expected`: 18.8
── Failure ('test_convertfuns.R:11:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[4]]` to equal 11.6.
Differences:
`actual`: 18.8
`expected`: 11.6
── Failure ('test_convertfuns.R:12:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[5]]` to equal 24.
Differences:
`actual`: 11.6
`expected`: 24.0
── Failure ('test_convertfuns.R:13:3'): convert_hour_to_meanminmax ─────────────
Expected `x[[6]]` to equal 22.
Differences:
`actual`: 0.0
`expected`: 22.0
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64