CRAN Package Check Results for Package logrx

Last updated on 2025-12-06 00:48:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 4.63 113.90 118.53 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 3.55 60.38 63.93 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 12.00 140.25 152.25 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 22.00 143.97 165.97 OK
r-devel-windows-x86_64 0.4.0 7.00 151.00 158.00 OK
r-patched-linux-x86_64 0.4.0 5.33 106.63 111.96 OK
r-release-linux-x86_64 0.4.0 4.76 107.69 112.45 OK
r-release-macos-arm64 0.4.0 OK
r-release-macos-x86_64 0.4.0 4.00 103.00 107.00 OK
r-release-windows-x86_64 0.4.0 6.00 155.00 161.00 OK
r-oldrel-macos-arm64 0.4.0 OK
r-oldrel-macos-x86_64 0.4.0 4.00 104.00 108.00 OK
r-oldrel-windows-x86_64 0.4.0 9.00 175.00 184.00 OK

Check Details

Version: 0.4.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'covr', 'pkgdown', 'lintr', 'yaml' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: examples
Result: ERROR Running examples in ‘logrx-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: axecute > ### Title: Creation of a log and axecution of a file > ### Aliases: axecute > > ### ** Examples > > dir <- tempdir() > text <- 'print("Hello, logrx-person!")' > fileConn <- file(file.path(dir, "hello.R")) > writeLines(text, fileConn) > close(fileConn) > > axecute(file.path(dir, "hello.R")) [1] "Hello, logrx-person!" > > > fileConn <- file(file.path(dir, "hello.Rmd")) > writeLines(text, fileConn) > close(fileConn) > > axecute(file.path(dir, "hello.Rmd")) Error: there is no package called ‘rmarkdown’ Error in loadNamespace(x) : there is no package called ‘knitr’ Calls: axecute ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/26s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logrx) > > test_check("logrx") [1] "hello logrx" hello logrx this is outputhello logrx this is outputhello logrx this is outputhello logrx this is outputWarning in for (lib in lib.loc %||% .libPaths()) if (file.access(file.path(lib, : closing unused connection 4 (/tmp/RtmpMKGshk/log_out_nested.Rds) hello logrx this is outputSaving _problems/test-axecute-188.R Error: there is no package called 'rmarkdown' Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Rows: 3 Columns: 2 $ cyl <dbl> 4, 6, 8 $ mean <dbl> 26.66364, 19.74286, 15.10000 [1] "hello logrx" Error: ref/ex4.R:5:0: unexpected end of input 3: 4: print("hello logrx" ^ [1] 1 [1] "log print" [1] "log print 2" log catlog cat 2log inform log inform 2 log message log message 2 Error: log error Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not [1] "hello logrx" hello logrx this is outputhello again logrx this is outputhello logrx this is output[1] "log print" [1] "log print 2" log catlog cat 2log inform log inform 2 log message log message 2 Error: log error [1] "log print" [1] "log print 2" log catlog cat 2log inform log inform 2 log message log message 2 Error: log error [ FAIL 1 | WARN 9 | SKIP 8 | PASS 104 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • {knitr} is not installed. (2): 'test-axecute.R:248:3', 'test-get.R:240:3' • {lintr} is not installed (5): 'test-get.R:170:3', 'test-get.R:188:3', 'test-get.R:201:3', 'test-writer.R:224:3', 'test-writer.R:256:3' • {yaml} is not installed (1): 'test-writer.R:294:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-axecute.R:184:3'): extra_info works to output extra info list ── Error: Package "yaml" must be installed to use this function. Backtrace: ▆ 1. └─logrx::axecute(...) at test-axecute.R:184:3 2. └─logrx::log_write(...) 3. └─logrx:::write_extra_info() [ FAIL 1 | WARN 9 | SKIP 8 | PASS 104 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc