- using R Under development (unstable) (2025-06-19 r88330)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘FRK/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘FRK’ version ‘2.3.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘dggrids’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘FRK’ can be installed ... [318s/403s] OK
See the install log for details.
- used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [10s/12s] OK
- checking whether the package can be loaded with stated dependencies ... [9s/11s] OK
- checking whether the package can be unloaded cleanly ... [9s/14s] OK
- checking whether the namespace can be loaded with stated dependencies ... [9s/11s] OK
- checking whether the namespace can be unloaded cleanly ... [10s/14s] OK
- checking loading without being on the library search path ... [10s/13s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [66s/80s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [15s/19s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [89m/60m] ERROR
Running ‘testthat.R’ [89m/60m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> ops <- options("crayon.enabled" = FALSE)
> library(testthat)
> require("covr")
Loading required package: covr
>
> test_check("FRK")
Loading required package: FRK
Attaching package: 'FRK'
The following object is masked from 'package:stats':
simulate
NOTE: In FRK >2.0 simple_kriging_fixed = FALSE by default, and hence
universal kriging is done by default. However this is only the case when
method = 'TMB'. When method = 'EM', simple kriging is done, irrespective of
what the argument simple_kriging_fixed is set to.
|
| | 0%
|
|======================= | 33%
|
|=============================================== | 67%
|
|======================================================================| 100%
Maximum EM iterations reached
Intercept
0.152395
Formula: z ~ 1
Assumed response distribution: gaussian
Specified link function: identity
Method of model fitting: EM
Number of datasets: 1
Number of basis functions: 18
Class of basis functions: Basis
Number of BAUs [extract using object@BAUs]: 138
Number of observations [extract using object@Z]: 50
Mean obs. variance at BAU level [extract using object@Ve]: 0.01
Fine-scale variance proportionality constant [extract using object@sigma2fshat]: 0.1172823
Dimensions of C in Z = C*Y + e [extract using object@Cmat]: c(50L, 138L)
Dimensions of S in Y = X*alpha + S*eta + delta [extract using object@S]: c(50L, 18L)
Number of covariates: 1
Formula: z ~ 1
Assumed response distribution: gaussian
Specified link function: identity
Method of model fitting: EM
Number of datasets: 1
Number of basis functions: 18
Class of basis functions: Basis
Number of BAUs [extract using object@BAUs]: 138
Number of observations [extract using object@Z]: 50
Mean obs. variance at BAU level [extract using object@Ve]: 0.01
Fine-scale variance proportionality constant [extract using object@sigma2fshat]: 0.1172823
Dimensions of C in Z = C*Y + e [extract using object@Cmat]: c(50L, 138L)
Dimensions of S in Y = X*alpha + S*eta + delta [extract using object@S]: c(50L, 18L)
Number of covariates: 1
NOTE: In FRK >2.0 simple_kriging_fixed = FALSE by default, and hence
universal kriging is done by default. However this is only the case when
method = 'TMB'. When method = 'EM', simple kriging is done, irrespective of
what the argument simple_kriging_fixed is set to.
|
| | 0%
|
|======================= | 33%
|
|=============================================== | 67%
|
|======================================================================| 100%
Maximum EM iterations reached
Averaging over polygons...
NOTE: In FRK >2.0 simple_kriging_fixed = FALSE by default, and hence
universal kriging is done by default. However this is only the case when
method = 'TMB'. When method = 'EM', simple kriging is done, irrespective of
what the argument simple_kriging_fixed is set to.
|
| | 0%
|
|======================= | 33%
|
|=============================================== | 67%
|
|======================================================================| 100%
Maximum EM iterations reached
Averaging over polygons...
NOTE: In FRK >2.0 simple_kriging_fixed = FALSE by default, and hence
universal kriging is done by default. However this is only the case when
method = 'TMB'. When method = 'EM', simple kriging is done, irrespective of
what the argument simple_kriging_fixed is set to.
|
| | 0%
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [91m/62m] ERROR
Error(s) in re-building vignettes:
Warning: elapsed-time limit of 1 hours reached for sub-process
--- re-building ‘FRK_intro.Rnw’ using knitr
--- re-building ‘FRK_non-Gaussian.Rnw’ using knitr
--- finished re-building ‘FRK_non-Gaussian.Rnw’
SUMMARY: processing the following file failed:
‘FRK_intro.Rnw’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [10s/13s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 2 ERRORs