Last updated on 2025-05-15 09:53:04 CEST.
Package | FAIL | ERROR | NOTE | OK |
---|---|---|---|---|
pcSteiner | 1 | 2 | 2 | 8 |
Current CRAN status: FAIL: 1, ERROR: 2, NOTE: 2, OK: 8
Version: 1.0.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Aleksei Krasikov <krasikov.as@phystech.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Aleksei",
family = "Krasikov",
role = c("aut", "cre"),
email = "krasikov.as@phystech.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.0.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘tutorial.Rmd’ using rmarkdown
! kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 bbm10
! mkdir: ././opt/tex/texmf-var/fonts/pk/ljfour/public: Permission denied
! mktexpk: /opt/tex/texmf-dist/web2c/mktexdir /opt/tex/texmf-var/fonts/pk/ljfour/public/bbm failed.
! kpathsea: Appending font creation commands to missfont.log.
Error: processing vignette 'tutorial.Rmd' failed with diagnostics:
LaTeX failed to compile /Volumes/Builds/packages/big-sur-arm64/results/4.5/pcSteiner.Rcheck/vign_test/pcSteiner/vignettes/tutorial.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See tutorial.log for more info.
--- failed re-building ‘tutorial.Rmd’
SUMMARY: processing the following file failed:
‘tutorial.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Version: 1.0.0.1
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ### Title: Solve the Prize-Collecting Steiner Tree problem
> ### Aliases: pcs.tree
>
> ### ** Examples
>
> g <- graph('Bull')
Warning: `graph()` was deprecated in igraph 2.1.0.
ℹ Please use `make_graph()` instead.
> E(g)$costs <- c(3, 3, 3, 3, 3)
> V(g)$prizes <- c(10, 2, 2, 2, 2)
> treeData <- pcs.tree(graph=g, terminals=c(4,5), lambda=1, root=3, depth=5, eps=1e-3, max_iter=10)
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.85 0.08 0.92 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64
Version: 1.0.0.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘tutorial.Rmd’ using rmarkdown
! kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 bbm10
! mkdir: ././opt/tex/texmf-var/fonts/pk/ljfour/public: Permission denied
! mktexpk: /opt/tex/texmf-dist/web2c/mktexdir /opt/tex/texmf-var/fonts/pk/ljfour/public/bbm failed.
! kpathsea: Appending font creation commands to missfont.log.
Error: processing vignette 'tutorial.Rmd' failed with diagnostics:
LaTeX failed to compile /Volumes/Builds/packages/big-sur-arm64/results/4.4/pcSteiner.Rcheck/vign_test/pcSteiner/vignettes/tutorial.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See tutorial.log for more info.
--- failed re-building ‘tutorial.Rmd’
SUMMARY: processing the following file failed:
‘tutorial.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-arm64
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.
Health stats visible at Monitor.