CRAN Package Check Results for Maintainer ‘Andreas Dominik Cullmann <fvafrcu at mailbox.org>’

Last updated on 2024-06-08 09:49:34 CEST.

Package ERROR NOTE OK
cleanr 13
document 13
fakemake 13
fritools 13
fritools2 4 9
HandTill2001 13
maSAE 13
packager 10 3
rasciidoc 1 12
treePlotArea 13

Package cleanr

Current CRAN status: OK: 13

Package document

Current CRAN status: OK: 13

Package fakemake

Current CRAN status: OK: 13

Package fritools

Current CRAN status: OK: 13

Package fritools2

Current CRAN status: NOTE: 4, OK: 9

Version: 4.1.0
Check: Rd files
Result: NOTE checkRd: (-1) NEWS.Rd:234: Escaped LaTeX specials: \_ checkRd: (-1) NEWS.Rd:257: Escaped LaTeX specials: \_ \_ checkRd: (-1) NEWS.Rd:258: Escaped LaTeX specials: \_ \_ checkRd: (-1) NEWS.Rd:259: Escaped LaTeX specials: \_ checkRd: (-1) NEWS.Rd:262: Escaped LaTeX specials: \_ checkRd: (-1) NEWS.Rd:265: Escaped LaTeX specials: \_ Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package HandTill2001

Current CRAN status: OK: 13

Package maSAE

Current CRAN status: OK: 13

Package packager

Current CRAN status: NOTE: 10, OK: 3

Version: 1.15.2
Check: Rd files
Result: NOTE checkRd: (-1) lint_package.Rd:20: Lost braces 20 | code{\link[lintr:lint_package]{lintr::lint_package}} where we hardcode the | ^ checkRd: (-1) provide_news_rd.Rd:22: Lost braces 22 | Christian Vonderach uses the index thus wants file{inst/NEWS.rd} to | ^ checkRd: (-1) provide_news_rd.Rd:23: Lost braces 23 | automatically be in sync with file{./NEWS.md}. | ^ 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-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

Package rasciidoc

Current CRAN status: ERROR: 1, OK: 12

Version: 4.1.1
Check: tests
Result: ERROR Running 'runit.R' [0s] Running 'testthat.R' [38s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rasciidoc) Due to the CRAN policy of not writing "anywhere else on the file system apart from the R session's temporary directory" we work on a temporary copy of the input file. Thus all internal sourcing and internal links will be broken and any output is written to D:\temp\RtmpioXvQV. Set the option "write_to_disk" to TRUE (using options("write_to_disk" = TRUE) ) to bypass this. You may want to include the above line into your ~/.Rprofile. > > test_check("rasciidoc") Cloning into '/d/temp/RtmpioXvQV/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com Cloning into '/d/temp/RtmpioXvQV/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com Cloning into '/d/temp/RtmpioXvQV/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com [ FAIL 4 | WARN 2 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-main.R:20:29'): get asciidoc ───────────────────────────────── result[["asciidoc_source"]] has type 'NULL', not 'character'. ── Error ('test-main.R:23:29'): get asciidoc ─────────────────────────────────── Error in `file.exists(source_file)`: invalid 'file' argument Backtrace: ▆ 1. ├─testthat::expect_true(file.exists(source_file)) at test-main.R:23:29 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::file.exists(source_file) ── Error ('test-main.R:38:13'): run asciidoc ─────────────────────────────────── <GIT_ENOTFOUND/libgit2_error/error/condition> Error in `libgit2::git_repository_open_ext`: could not find repository at 'D:\temp\RtmpioXvQV\asciidoc' Backtrace: ▆ 1. ├─withr::with_dir(...) at test-main.R:38:13 2. │ └─base::force(code) 3. ├─rasciidoc::rasciidoc(...) 4. │ └─rasciidoc:::get_asciidoc(tag = git_checkout_asciidoc_tag) 5. │ └─gert::git_reset_hard(repo = local_asciidoc_path, ref = as.character(the_tag)) 6. │ └─gert:::git_reset("hard", ref = ref, repo = repo) 7. │ └─gert::git_open(repo) 8. │ └─gert:::git_repository_open(path, search) 9. └─gert:::raise_libgit2_error(...) ── Error ('test-main.R:85:9'): render ────────────────────────────────────────── <GIT_ENOTFOUND/libgit2_error/error/condition> Error in `libgit2::git_repository_open_ext`: could not find repository at 'D:\temp\RtmpioXvQV\asciidoc' Backtrace: ▆ 1. ├─withr::with_dir(file.path(tempdir(), "files"), status <- render("simple.Rasciidoc")) at test-main.R:85:9 2. │ └─base::force(code) 3. ├─rasciidoc::render("simple.Rasciidoc") 4. │ └─rasciidoc::rasciidoc(...) 5. │ └─rasciidoc:::get_asciidoc(tag = git_checkout_asciidoc_tag) 6. │ └─gert::git_reset_hard(repo = local_asciidoc_path, ref = as.character(the_tag)) 7. │ └─gert:::git_reset("hard", ref = ref, repo = repo) 8. │ └─gert::git_open(repo) 9. │ └─gert:::git_repository_open(path, search) 10. └─gert:::raise_libgit2_error(...) [ FAIL 4 | WARN 2 | SKIP 0 | PASS 2 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 4.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'Knitting_Asciidoc_with_R.Rasciidoc' using rasciidoc Warning in run_knit(file_name, knit = knit, envir = envir, write_to_disk = write_to_disk) : Setting option knit to TRUE based on the file contents! processing file: D:\RCompile\CRANpkg\local\4.5\rasciidoc.Rcheck\vign_test\rasciidoc\vignettes\Knitting_Asciidoc_with_R.Rasciidoc Cloning into '/d/temp/RtmpYlt41E/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com Cloning into '/d/temp/RtmpYlt41E/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com Cloning into '/d/temp/RtmpYlt41E/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com output file: D:/RCompile/CRANpkg/local/4.5/rasciidoc.Rcheck/vign_test/rasciidoc/vignettes/Knitting_Asciidoc_with_R.asciidoc Can't find program `source-highlight`. Please install first (http://www.gnu.org/software/src-highlite/). Can't find program `source-highlight`. Please install first (http://www.gnu.org/software/src-highlite/). Can't find program `asciidoc`. Please install first (http://www.asciidoc.org). Cloning into '/d/temp/RtmpYlt41E/asciidoc'... fatal: unable to access 'https://github.com/asciidoc-py/asciidoc-py/': Could not resolve host: github.com Error: processing vignette 'Knitting_Asciidoc_with_R.Rasciidoc' failed with diagnostics: could not find repository at 'D:\temp\RtmpYlt41E\asciidoc' --- failed re-building 'Knitting_Asciidoc_with_R.Rasciidoc' SUMMARY: processing the following file failed: 'Knitting_Asciidoc_with_R.Rasciidoc' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64

Package treePlotArea

Current CRAN status: OK: 13