Last updated on 2021-05-27 05:50:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.13 | 13.98 | 96.52 | 110.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.13 | 11.19 | 70.80 | 81.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.13 | 135.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.13 | 130.63 | ERROR | |||
r-devel-windows-x86_64 | 0.1.13 | 21.00 | 112.00 | 133.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.13 | ERROR | ||||
r-patched-linux-x86_64 | 0.1.13 | 19.93 | 90.06 | 109.99 | ERROR | |
r-patched-solaris-x86 | 0.1.13 | 161.90 | ERROR | |||
r-release-linux-x86_64 | 0.1.13 | 13.11 | 90.08 | 103.19 | ERROR | |
r-release-macos-x86_64 | 0.1.13 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.13 | 24.00 | 95.00 | 119.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.1.13 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.13 | 24.00 | 87.00 | 111.00 | ERROR |
Version: 0.1.13
Check: examples
Result: ERROR
Running examples in 'JOPS-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SpATS.nogeno
> ### Title: Two-dimensional P-spline smoothing
> ### Aliases: SpATS.nogeno
>
> ### ** Examples
>
> # Get the data
> library(SemiPar)
> data(ethanol)
>
> # Fit the PS-ANOVA model
> ps2d <- SpATS.nogeno(response = "NOx",
+ spatial = ~PSANOVA(E, C, nseg = c(20, 20), nest.div = c(2, 2)),
+ data = ethanol,
+ control = list(maxit = 100, tolerance = 1e-05,
+ monitoring = 0, update.psi = FALSE))
>
> # Report effective dimensions, if desired
> # print(summary(ps2d))
>
> # Compute component surface and their sum on a fine grid
> Tr = obtain.spatialtrend(ps2d, grid = c(100, 100))
Warning in max(cumDim[cumDim <= lstats]) :
no non-missing arguments to max; returning -Inf
Error in array(STATS, dims[perm]) :
'data' must be of a vector type, was 'NULL'
Calls: obtain.spatialtrend -> sweep -> aperm -> array
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.13
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘MASS’ ‘boot’ ‘fds’ ‘rpart’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1.13
Check: examples
Result: ERROR
Running examples in ‘JOPS-Ex.R’ failed
The error most likely occurred in:
> ### Name: SpATS.nogeno
> ### Title: Two-dimensional P-spline smoothing
> ### Aliases: SpATS.nogeno
>
> ### ** Examples
>
> # Get the data
> library(SemiPar)
> data(ethanol)
>
> # Fit the PS-ANOVA model
> ps2d <- SpATS.nogeno(response = "NOx",
+ spatial = ~PSANOVA(E, C, nseg = c(20, 20), nest.div = c(2, 2)),
+ data = ethanol,
+ control = list(maxit = 100, tolerance = 1e-05,
+ monitoring = 0, update.psi = FALSE))
>
> # Report effective dimensions, if desired
> # print(summary(ps2d))
>
> # Compute component surface and their sum on a fine grid
> Tr = obtain.spatialtrend(ps2d, grid = c(100, 100))
Warning in max(cumDim[cumDim <= lstats]) :
no non-missing arguments to max; returning -Inf
Error in array(STATS, dims[perm]) :
'data' must be of a vector type, was 'NULL'
Calls: obtain.spatialtrend -> sweep -> aperm -> array
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64