Last updated on 2024-11-12 00:49:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 4.67 | 43.94 | 48.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 3.13 | 24.99 | 28.12 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 77.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 76.06 | OK | |||
r-devel-windows-x86_64 | 1.0-1 | 5.00 | 66.00 | 71.00 | OK | |
r-patched-linux-x86_64 | 1.0-1 | 4.75 | 44.63 | 49.38 | OK | |
r-release-linux-x86_64 | 1.0-1 | 3.80 | 44.27 | 48.07 | OK | |
r-release-macos-arm64 | 1.0-1 | 25.00 | OK | |||
r-release-macos-x86_64 | 1.0-1 | 38.00 | OK | |||
r-release-windows-x86_64 | 1.0-1 | 5.00 | 65.00 | 70.00 | OK | |
r-oldrel-macos-arm64 | 1.0-1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-1 | 84.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-1 | 5.00 | 72.00 | 77.00 | OK |
Version: 1.0-1
Check: examples
Result: ERROR
Running examples in ‘SOP-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rae
> ### Title: Defining random effects in SOP formula
> ### Aliases: rae
> ### Keywords: models smooth regression
>
> ### ** Examples
>
> library(SOP)
> require(SpATS)
Loading required package: SpATS
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘SpATS’
> ## An example of use of SOP package for the analysis of field trials experiments.
> ## Taken from the SpATS package.
> data(wheatdata)
Warning in data(wheatdata) : data set ‘wheatdata’ not found
>
> # Create factor variable for row and columns
> wheatdata$R <- as.factor(wheatdata$row)
Error: object 'wheatdata' not found
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc