Last updated on 2026-02-12 12:51:43 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| approximator | 2 | 12 | ||
| BACCO | 2 | 12 | ||
| Brobdingnag | 2 | 12 | ||
| calibrator | 2 | 12 | ||
| clifford | 2 | 12 | ||
| cmvnorm | 1 | 13 | ||
| contfrac | 2 | 12 | ||
| Davies | 14 | |||
| disordR | 14 | |||
| elliptic | 2 | 12 | ||
| emulator | 14 | |||
| evitaicossa | 14 | |||
| frab | 2 | 12 | ||
| freealg | 14 | |||
| freegroup | 14 | |||
| gsl | 14 | |||
| hyper2 | 14 | |||
| hypergeo | 2 | 12 | ||
| jordan | 14 | |||
| knotR | 14 | |||
| lorentz | 14 | |||
| magic | 2 | 12 | ||
| MM | 2 | 12 | ||
| multipol | 2 | 12 | ||
| multivator | 2 | 2 | 10 | |
| mvp | 14 | |||
| Oarray | 2 | 12 | ||
| onion | 2 | 12 | ||
| partitions | 14 | |||
| permutations | 14 | |||
| quadform | 14 | |||
| ResistorArray | 14 | |||
| spray | 14 | |||
| stokes | 14 | |||
| untb | 14 | |||
| vfunc | 14 | |||
| weyl | 14 |
Current CRAN status: NOTE: 2, OK: 12
Version: 1.2-8
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Robin", "K.", "S."),
family = "Hankin",
role = c("aut", "cre"),
email = "hankin.robin@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 2.1-0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Robin", "K.", "S."),
family = "Hankin",
role = c("aut", "cre"),
email = "hankin.robin@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 1.2-9
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 1.2-8
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 1.1-3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Found the following (possibly) invalid file URI:
URI: 1206.3683
From: inst/doc/clifford.pdf
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 13
Version: 1.1-1
Check: examples
Result: ERROR
Running examples in ‘cmvnorm-Ex.R’ failed
The error most likely occurred in:
> ### Name: wishart
> ### Title: The complex Wishart distribution
> ### Aliases: wishart rcwis rwis
>
> ### ** Examples
>
>
> rcwis(10, 2)
[,1] [,2]
[1,] 6.562620+0.0000000i 1.345748+0.4461206i
[2,] 1.345748-0.4461206i 8.937235+0.0000000i
> eigen(rcwis(7,3), TRUE, TRUE) # all positive
*** caught segfault ***
address 0x1, cause 'invalid permissions'
Traceback:
1: eigen(rcwis(7, 3), TRUE, TRUE)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-macos-arm64
Version: 1.1-1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘cmvnorm.Rnw’ using Sweave
Attaching package: ‘cmvnorm’
The following objects are masked from ‘package:stats’:
sd, var
*** caught segfault ***
address 0x27, cause 'invalid permissions'
Traceback:
1: eigen(A)
2: eval(expr, .GlobalEnv)
3: eval(expr, .GlobalEnv)
4: withVisible(eval(expr, .GlobalEnv))
5: doTryCatch(return(expr), name, parentenv, handler)
6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
7: tryCatchList(expr, classes, parentenv, handlers)
8: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call[[1L]], quote(doTryCatch))) call <- sys.call(-4L) dcall <- deparse(call, nlines = 1L) prefix <- paste("Error in", dcall, ": ") LONG <- 75L sm <- strsplit(conditionMessage(e), "\n")[[1L]] w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if (w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <- "Error : " msg <- paste0(prefix, conditionMessage(e), "\n") .Internal(seterrmessage(msg[1L])) if (!silent && isTRUE(getOption("show.error.messages"))) { cat(msg, file = outFile) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))})
9: try(withVisible(eval(expr, .GlobalEnv)), silent = TRUE)
10: evalFunc(ce, options)
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatch(evalFunc(ce, options), finally = { cat("\n") sink()})
13: driver$runcode(drobj, chunk, chunkopts)
14: utils::Sweave(...)
15: engine$weave(file, quiet = quiet, encoding = enc)
16: doTryCatch(return(expr), name, parentenv, handler)
17: tryCatchOne(expr, names, parentenv, handlers[[1L]])
18: tryCatchList(expr, classes, parentenv, handlers)
19: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) } outputs <- c(outputs, output)}, error = function(e) { thisOK <<- FALSE fails <<- c(fails, file) message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))})
20: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/cmvnorm.Rcheck/vign_test/cmvnorm", skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/Rtmpgc6GAs/file1583d7d5eb9c9.rds")
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-macos-arm64
Current CRAN status: NOTE: 2, OK: 12
Version: 1.1-12
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Robin", "K.", "S."),
family = "Hankin",
role = c("aut", "cre"),
email = "hankin.robin@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: WARN: 2, OK: 12
Version: 1.5-1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘elliptic.Rnw’ using Sweave
Attaching package: ‘elliptic’
The following objects are masked from ‘package:stats’:
sd, sigma
The following object is masked from ‘package:base’:
is.primitive
Loading required package: emulator
Loading required package: mvtnorm
Loading required package: calibrator
Error: processing vignette 'elliptic.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'elliptic.tex' failed.
LaTeX errors:
!pdfTeX error: pdflatex (file bbm6): Font bbm6 at 600 not found
==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘elliptic.Rnw’
--- re-building ‘residuetheorem.Rnw’ using Sweave
Attaching package: ‘elliptic’
The following objects are masked from ‘package:stats’:
sd, sigma
The following object is masked from ‘package:base’:
is.primitive
Warning in genhypergeo_series(U, L, z, tol = tol, maxiter = maxiter, check_mod = check_mod, :
series not converged
--- finished re-building ‘residuetheorem.Rnw’
SUMMARY: processing the following file failed:
‘elliptic.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 0.0-6
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
The BugReports field in DESCRIPTION has
https://github.com/RobinHankin/frab
which should likely be
https://github.com/RobinHankin/frab/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 1.2-14
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Found the following (possibly) invalid URLs:
URL: http:/functions.wolfram.com/HypergeometricFunctions/
From: inst/doc/hypergeometric.pdf
Message: Invalid URL: missing authority part
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 1.6-1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 1.6-8
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Robin", "K.", "S."),
family = "Hankin",
role = c("aut", "cre"),
email = "hankin.robin@gmail.com"),
person(given = c("P.", "M.", "E."),
family = "Altham",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: WARN: 2, OK: 12
Version: 1.0-9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘multipol.Rnw’ using Sweave
Loading required package: multipol
Loading required package: abind
Attaching package: ‘multipol’
The following object is masked from ‘package:stats’:
deriv
The following object is masked from ‘package:base’:
single
Loading required package: polynom
Error: processing vignette 'multipol.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'multipol.tex' failed.
LaTeX errors:
!pdfTeX error: pdflatex (file bbm10): Font bbm10 at 657 not found
==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘multipol.Rnw’
SUMMARY: processing the following file failed:
‘multipol.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Current CRAN status: WARN: 2, NOTE: 2, OK: 10
Version: 1.1-11
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
The BugReports field in DESCRIPTION has
https://github.com/RobinHankin/multivator
which should likely be
https://github.com/RobinHankin/multivator/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1-11
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘cias.Rnw’ using Sweave
Attaching package: ‘multivator’
The following objects are masked from ‘package:base’:
levels, rbind
--- finished re-building ‘cias.Rnw’
--- re-building ‘multivator.Rnw’ using Sweave
Attaching package: 'multivator'
The following objects are masked from 'package:base':
levels, rbind
Error: processing vignette 'multivator.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'multivator.tex' failed.
LaTeX errors:
!pdfTeX error: pdflatex (file bbm10): Font bbm10 at 657 not found
==> Fatal error occurred, no output PDF file produced!
--- failed re-building 'multivator.Rnw'
SUMMARY: processing the following file failed:
‘multivator.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 1.4-9
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Jonathan",
family = "Rougier",
role = "aut",
email = "j.c.rougier@bristol.ac.uk"),
person(given = c("Robin", "K.", "S."),
family = "Hankin",
role = "cre",
email = "hankin.robin@gmail.com"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: WARN: 2, OK: 12
Version: 1.5-3
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘onionmat.Rmd’ using rmarkdown
--- finished re-building ‘onionmat.Rmd’
--- re-building ‘onionpaper.Rnw’ using Sweave
Loading required package: onion
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"box" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"r" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"theta" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"phi" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"box" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"r" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"theta" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"phi" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"box" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"r" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"theta" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"phi" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"box" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"r" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"theta" is not a graphical parameter
Warning in plot.xy(xy.coords(x, y), type = type, ...) :
"phi" is not a graphical parameter
Error: processing vignette 'onionpaper.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'onionpaper.tex' failed.
LaTeX errors:
!pdfTeX error: pdflatex (file bbm10): Font bbm10 at 657 not found
==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘onionpaper.Rnw’
SUMMARY: processing the following file failed:
‘onionpaper.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 14
Version: 1.0-32
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robin K. S. Hankin <hankin.robin@gmail.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0-32
Check: Rd files
Result: NOTE
checkRd: (-1) resistance.Rd:52: Lost braces
52 | \item B. Bollob\'{a}s, 1998. \emph{Modern Graph Theory}. Springer.
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14