CRAN Package Check Results for Package pipenostics

Last updated on 2024-04-20 11:50:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 7.58 139.00 146.58 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 4.42 99.71 104.13 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 175.39 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 164.24 OK
r-prerel-macos-arm64 0.2.0 58.00 OK
r-prerel-macos-x86_64 0.2.0 199.00 OK
r-prerel-windows-x86_64 0.2.0 7.00 149.00 156.00 OK
r-patched-linux-x86_64 0.2.0 15.02 129.22 144.24 OK
r-release-linux-x86_64 0.2.0 7.63 130.41 138.04 OK
r-release-macos-arm64 0.2.0 68.00 OK
r-release-macos-x86_64 0.2.0 182.00 OK
r-release-windows-x86_64 0.2.0 7.00 164.00 171.00 OK
r-oldrel-macos-arm64 0.2.0 60.00 ERROR
r-oldrel-windows-x86_64 0.2.0 9.00 143.00 152.00 ERROR

Check Details

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘pipenostics-Ex.R’ failed The error most likely occurred in: > ### Name: mgtdhid > ### Title: Get ground temperature > ### Aliases: mgtdhid mgtdhidt mgtdhgeo mgtdhgeot > > ### ** Examples > > # Let consider the next geographical positions: > lat <- c(s28434 = 56.65, s28418 = 56.47, s23711 = 62.70, ControlPoint = 57) > lon <- c(s28434 = 57.78, s28418 = 53.73, s23711 = 56.20, ControlPoint = 57) > > # * ground temperatures at first three locations on 02 March 2023 at depth 3 m: > mgtdhgeo(head(lat, 3), head(lon, 3), tau = as.POSIXct("2023-03-02"), depth = 3) [1] 4.196030 4.779748 2.939201 > > # * it is the same as obtaining ground temperatures from weather stations: > mgtdhid(id = c(28434L, 28418L, 23711L), tau = as.POSIXct("2023-03-02"), depth = 3) [1] 4.196030 4.779748 2.939201 > > # * undisturbed ground temperature plot at Control Point: > days <- as.POSIXct("2023-01-01") + 3600*24*(seq.int(1, 365) - 1) > plot( + days, + mgtdhgeot(days, lat[["ControlPoint"]], lon[["ControlPoint"]]), + type = "l", + ylab = "Temperature, °C" + ) Error in mgtdhgeot(days, lat[["ControlPoint"]], lon[["ControlPoint"]]) : Assertion on 'tau' failed: Element 1 is not >= 0. Calls: plot ... xy.coords -> mgtdhgeot -> <Anonymous> -> makeAssertion -> mstop Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.2.0
Check: examples
Result: ERROR Running examples in 'pipenostics-Ex.R' failed The error most likely occurred in: > ### Name: mgtdhid > ### Title: Get ground temperature > ### Aliases: mgtdhid mgtdhidt mgtdhgeo mgtdhgeot > > ### ** Examples > > # Let consider the next geographical positions: > lat <- c(s28434 = 56.65, s28418 = 56.47, s23711 = 62.70, ControlPoint = 57) > lon <- c(s28434 = 57.78, s28418 = 53.73, s23711 = 56.20, ControlPoint = 57) > > # * ground temperatures at first three locations on 02 March 2023 at depth 3 m: > mgtdhgeo(head(lat, 3), head(lon, 3), tau = as.POSIXct("2023-03-02"), depth = 3) [1] 4.181937 4.765521 2.928400 > > # * it is the same as obtaining ground temperatures from weather stations: > mgtdhid(id = c(28434L, 28418L, 23711L), tau = as.POSIXct("2023-03-02"), depth = 3) [1] 4.181937 4.765521 2.928400 > > # * undisturbed ground temperature plot at Control Point: > days <- as.POSIXct("2023-01-01") + 3600*24*(seq.int(1, 365) - 1) > plot( + days, + mgtdhgeot(days, lat[["ControlPoint"]], lon[["ControlPoint"]]), + type = "l", + ylab = "Temperature, °C" + ) Error in mgtdhgeot(days, lat[["ControlPoint"]], lon[["ControlPoint"]]) : Assertion on 'tau' failed: Element 1 is not >= 0. Calls: plot ... xy.coords -> mgtdhgeot -> <Anonymous> -> makeAssertion -> mstop Execution halted Flavor: r-oldrel-windows-x86_64