CRAN Package Check Results for Package pcSteiner

Last updated on 2025-05-14 23:51:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0.1 2.85 36.05 38.90 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.0.1 2.33 27.67 30.00 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.0.1 63.00 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0.1 73.53 OK
r-devel-windows-x86_64 1.0.0.1 4.00 64.00 68.00 OK
r-patched-linux-x86_64 1.0.0.1 2.89 35.00 37.89 OK
r-release-linux-x86_64 1.0.0.1 3.01 34.40 37.41 OK
r-release-macos-arm64 1.0.0.1 40.00 ERROR
r-release-macos-x86_64 1.0.0.1 53.00 OK
r-release-windows-x86_64 1.0.0.1 4.00 0.00 4.00 FAIL
r-oldrel-macos-arm64 1.0.0.1 37.00 ERROR
r-oldrel-macos-x86_64 1.0.0.1 42.00 OK
r-oldrel-windows-x86_64 1.0.0.1 5.00 72.00 77.00 OK

Check Details

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