Last updated on 2026-06-08 08:53:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 11.54 | 126.51 | 138.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 8.57 | 81.68 | 90.25 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 20.00 | 217.97 | 237.97 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 19.00 | 195.47 | 214.47 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 13.00 | 133.00 | 146.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 10.51 | 122.60 | 133.11 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 10.61 | 122.41 | 133.02 | OK | |
| r-release-macos-arm64 | 0.1.1 | 3.00 | 33.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 8.00 | 124.00 | 132.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 13.00 | 140.00 | 153.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 3.00 | 36.00 | 39.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 8.00 | 105.00 | 113.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 17.00 | 176.00 | 193.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘gmfamm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mface_cyc
> ### Title: Multilevel functional principal components analysis with fast
> ### covariance estimation
> ### Aliases: mface_cyc
>
> ### ** Examples
>
> require(refund)
Loading required package: refund
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘refund’
> data(DTI)
Warning in data(DTI) : data set ‘DTI’ not found
> mfpca.DTI <- mfpca.face(Y = DTI$cca, id = DTI$ID, twoway = TRUE)
Error in mfpca.face(Y = DTI$cca, id = DTI$ID, twoway = TRUE) :
could not find function "mfpca.face"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc