Last updated on 2025-04-10 08:59:10 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
gamair | 15 | ||
gamm4 | 4 | 11 | |
mgcv | 3 | 2 | 10 |
Current CRAN status: OK: 15
Current CRAN status: NOTE: 4, OK: 11
Version: 0.2-6
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
gamm4.Rd: lmer, glmer, lmerControl, glmerControl
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Current CRAN status: ERROR: 3, NOTE: 2, OK: 10
Version: 1.9-3
Check: installed package size
Result: NOTE
installed size is 5.9Mb
sub-directories of 1Mb or more:
R 3.1Mb
libs 1.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.9-3
Check: examples
Result: ERROR
Running examples in ‘mgcv-Ex.R’ failed
The error most likely occurred in:
> ### Name: mchol
> ### Title: Sparse 'chol' function
> ### Aliases: mchol
> ### Keywords: models regression
>
> ### ** Examples
>
> library(mgcv)
> ## A sparse +ve def matrix
> u <- sample(1:100,10)*.001
> x <- i <- j <- 1:10
> ii <- sample(1:10,10,replace=TRUE);
> jj <- sample(1:10,10,replace=TRUE)
> x <- c(x,u,u);
> i <- c(i,ii,jj)
> j <- c(j,jj,ii)
> A <- Matrix::sparseMatrix(i=i,j=j,x=x)
> R <- mchol(A)
> piv <- attr(R,"pivot")
> range(crossprod(R)-A[piv,piv])
Error in crossprod(x, y) :
requires numeric/complex matrix/vector arguments
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.