Last updated on 2025-12-06 00:49:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.1.3 | 3.92 | 60.60 | 64.52 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 4.1.3 | 3.00 | 29.44 | 32.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.1.3 | 97.10 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 4.1.3 | 100.05 | OK | |||
| r-devel-windows-x86_64 | 4.1.3 | 7.00 | 112.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 4.1.3 | 5.33 | 53.48 | 58.81 | OK | |
| r-release-linux-x86_64 | 4.1.3 | 4.07 | 56.42 | 60.49 | OK | |
| r-release-macos-arm64 | 4.1.3 | OK | ||||
| r-release-macos-x86_64 | 4.1.3 | 4.00 | 60.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 4.1.3 | 6.00 | 104.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 4.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 4.1.3 | 3.00 | 45.00 | 48.00 | OK | |
| r-oldrel-windows-x86_64 | 4.1.3 | 5.00 | 139.00 | 144.00 | OK |
Version: 4.1.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Glenn J. Tattersall <gtatters@brocku.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Glenn", "J."),
family = "Tattersall",
role = c("aut", "cre"),
email = "gtatters@brocku.ca")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 4.1.3
Check: examples
Result: ERROR
Running examples in ‘Thermimage-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: diffFrame
> ### Title: A frame difference function for subtracting adjacent frames from
> ### an imported thermal image sequence.
> ### Aliases: diffFrame
>
> ### ** Examples
>
>
> # set w to 640 and h to 480
> w<-640
> h<-480
> f<-system.file("extdata", "SampleSEQ.seq", package = "Thermimage")
> x<-frameLocates(f, w=w, h=h)
> suppressWarnings(templookup<-raw2temp(1:65535))
> alldata<-unlist(lapply(x$f.start, getFrames, vidfile=f, w=w, h=h))
> alldata<-matrix(alldata, nrow=w*h, byrow=FALSE)
> alltemperature<-templookup[alldata]
> alltemperature<-unname(matrix(alltemperature, nrow=w*h, byrow=FALSE))
>
> dalltemperature<-as.matrix(diffFrame(alltemperature, absolute=TRUE), nrow=w)
>
> # Plot
> plotTherm(dalltemperature[,1], templookup=NULL, w=w, h=h, minrangeset=min(dalltemperature),
+ maxrangeset=max(dalltemperature), trans="mirror.matrix")
Error in loadNamespace(x) : there is no package called ‘fields’
Calls: plotTherm ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc