Last updated on 2024-11-12 01:48:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.11-0 | 41.49 | 135.66 | 177.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.11-0 | 28.00 | 91.21 | 119.21 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.11-0 | 298.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.11-0 | 319.67 | NOTE | |||
r-devel-windows-x86_64 | 2.11-0 | 47.00 | 182.00 | 229.00 | NOTE | |
r-patched-linux-x86_64 | 2.11-0 | 38.36 | 129.41 | 167.77 | OK | |
r-release-linux-x86_64 | 2.11-0 | 36.19 | 127.71 | 163.90 | OK | |
r-release-macos-arm64 | 2.11-0 | 102.00 | OK | |||
r-release-macos-x86_64 | 2.11-0 | 170.00 | NOTE | |||
r-release-windows-x86_64 | 2.11-0 | 46.00 | 184.00 | 230.00 | OK | |
r-oldrel-macos-arm64 | 2.11-0 | 94.00 | OK | |||
r-oldrel-macos-x86_64 | 2.11-0 | 160.00 | OK | |||
r-oldrel-windows-x86_64 | 2.11-0 | 57.00 | 208.00 | 265.00 | OK |
Version: 2.11-0
Check: differences from ‘spam-Ex.Rout’ to ‘spam-Ex.Rout.save’
Result: NOTE
2424,2427c2424,2425
< Furrer R, Gerber F, Flury R (2024). _spam: SPArse Matrix_.
< doi:10.32614/CRAN.package.spam
< <https://doi.org/10.32614/CRAN.package.spam>, R package version
< 2.11-0, <https://CRAN.R-project.org/package=spam>.
---
> Furrer R, Gerber F, Flury R (2024). _spam: SPArse Matrix_. R package
> version 2.11-0, <https://www.math.uzh.ch/pages/spam/>.
2436,2437c2434
< url = {https://CRAN.R-project.org/package=spam},
< doi = {10.32614/CRAN.package.spam},
---
> url = {https://www.math.uzh.ch/pages/spam/},
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 2.11-0
Check: examples
Result: ERROR
Running examples in ‘spam-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: covmat
> ### Title: Covariance Functions
> ### Aliases: covmat cov.exp cov.sph cor.sph cov.nug cov.wu1 cov.wu2 cov.wu3
> ### cov.wend1 cov.wend2 cov.mat cov.mat12 cov.mat32 cov.mat52 cov.finnmat
> ### Keywords: algebra
>
> ### ** Examples
>
> set.seed(123)
> n <- 200
> locs <- cbind(runif(n),runif(n))
> h <- nearest.dist(locs, delta=sqrt(2), upper = NULL)
> Sigma <- cov.sph(h, c(.3, 1, .1))
>
> iidsample <- rnorm(n)
> cholS <- chol.spam(as.spam(Sigma))
> iorder <- iord <- ordering(cholS, inv = TRUE)
> sample <- (iidsample %*% as.spam(cholS))[iorder]
> plot(locs, col = fields::tim.colors(n = 256)[cut(sample, n)], pch = 20)
Error in loadNamespace(x) : there is no package called ‘fields’
Calls: plot ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.11-0
Check: tests
Result: ERROR
Running ‘demo_cholesky.R’ [1s/1s]
Comparing ‘demo_cholesky.Rout’ to ‘demo_cholesky.Rout.save’ ... OK
Running ‘demo_jss10-example1.R’ [2s/2s]
Comparing ‘demo_jss10-example1.Rout’ to ‘demo_jss10-example1.Rout.save’ ... OK
Running ‘demo_jss10-figures-table.R’ [6s/7s]
Comparing ‘demo_jss10-figures-table.Rout’ to ‘demo_jss10-figures-table.Rout.save’ ... OK
Running ‘demo_jss15-BYM.R’ [1s/2s]
Comparing ‘demo_jss15-BYM.Rout’ to ‘demo_jss15-BYM.Rout.save’ ... OK
Running ‘demo_jss15-Leroux.R’ [2s/3s]
Comparing ‘demo_jss15-Leroux.Rout’ to ‘demo_jss15-Leroux.Rout.save’ ... OK
Running ‘demo_spam.R’ [1s/1s]
Comparing ‘demo_spam.Rout’ to ‘demo_spam.Rout.save’ ... OK
Running ‘demo_timing.R’ [3s/3s]
Comparing ‘demo_timing.Rout’ to ‘demo_timing.Rout.save’ ... OK
Running ‘jss_areal_counts.R’ [1s/2s]
Comparing ‘jss_areal_counts.Rout’ to ‘jss_areal_counts.Rout.save’ ... OK
Running ‘testthat.R’ [5s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # HEADER ####################################################
> # This is file spam/tests/testthat.R. #
> # It is part of the R package spam, #
> # --> https://CRAN.R-project.org/package=spam #
> # --> https://CRAN.R-project.org/package=spam64 #
> # --> https://git.math.uzh.ch/reinhard.furrer/spam #
> # by Reinhard Furrer [aut, cre], Florian Gerber [aut], #
> # Roman Flury [aut], Daniel Gerber [ctb], #
> # Kaspar Moesinger [ctb] #
> # HEADER END ################################################
>
> library("testthat")
> # library("spam")
>
> test_check("spam")
Loading required package: spam
Spam version 2.11-0 (2024-10-03) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.
Attaching package: 'spam'
The following objects are masked from 'package:base':
backsolve, forwardsolve
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 722 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmvnorm.R:131:1'): (code run outside of `test_that()`) ─────────
Error in `quilt.plot(cbind(attr(field, "locs"), z = field), nx = nx, ny = ny)`: could not find function "quilt.plot"
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 722 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.11-0
Check: installed package size
Result: NOTE
installed size is 5.6Mb
sub-directories of 1Mb or more:
R 2.0Mb
doc 1.3Mb
libs 1.5Mb
Flavor: r-release-macos-x86_64