Last updated on 2025-06-10 05:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-3 | 11.08 | 69.27 | 80.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-3 | 8.80 | 58.60 | 67.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-3 | 123.87 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-3 | 137.81 | OK | |||
r-devel-windows-x86_64 | 0.5-3 | 16.00 | 98.00 | 114.00 | OK | |
r-patched-linux-x86_64 | 0.5-3 | 10.99 | 64.77 | 75.76 | OK | |
r-release-linux-x86_64 | 0.5-3 | 10.25 | 64.62 | 74.87 | OK | |
r-release-windows-x86_64 | 0.5-3 | 15.00 | 101.00 | 116.00 | ERROR | |
r-oldrel-windows-x86_64 | 0.5-3 | 17.00 | 101.00 | 118.00 | OK |
Version: 0.5-3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Jon Clayden <code@clayden.org>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.5-3
Check: examples
Result: ERROR
Running examples in 'mritc-Ex.R' failed
The error most likely occurred in:
> ### Name: plot.mritc
> ### Title: Plot Method for Class "mritc"
> ### Aliases: plot.mritc
> ### Keywords: methods
>
> ### ** Examples
>
> T1 <- readMRI(system.file("extdata/t1.rawb.gz", package="mritc"),
+ c(91,109,91), format="rawb.gz")
> mask <-readMRI(system.file("extdata/mask.rawb.gz", package="mritc"),
+ c(91,109,91), format="rawb.gz")
> tc.icm <- mritc(T1, mask, method="ICM")
Iteration 1: relative error of mu = 0.003; sigma = 0.02
Iteration 2: relative error of mu = 0.001; sigma = 0.007
Iteration 3: relative error of mu = 4e-04; sigma = 0.002
Iteration 4: relative error of mu = 4e-05; sigma = 2e-04
Iteration 5: relative error of mu = 0; sigma = 0
> plot(tc.icm)
Loading required namespace: tkrplot
Unable to save metafile to the clipboard
Error in structure(.External(.C_dotTcl, ...), class = "tclObj") :
[tcl] can't get device image.
Calls: plot ... slices3d -> lapply -> FUN -> <Anonymous> -> .Tcl -> structure
Execution halted
Flavor: r-release-windows-x86_64