CRAN Package Check Results for Maintainer ‘Donald Jackson <djackson2641 at gmail.com>’

Last updated on 2025-12-07 07:50:25 CET.

Package ERROR OK
envDocument 1 12

Package envDocument

Current CRAN status: ERROR: 1, OK: 12

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

Version: 2.4.2
Check: tests
Result: ERROR Running ‘test_envDocument.R’ [2s/2s] Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/test_envDocument.R’ failed. Complete output: > # test_envDocument > # > # Note: I'm not sure how to run a true regression test on this package since its > # purpose is to print out a lot of machine-specific info. For now just make > # sure it outupts the appropriate sections (system, Rversion and included package envDocument) > > library(envDocument) > > # Calling env_doc with defaults returns a single data frame of information > # about the environment > info <- env_doc() Warning messages: 1: In normalizePath(lockfile) : path[1]="/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/envDocument.Rcheck/tests/renv.lock": No such file or directory 2: In getScriptInfo() : Error in loadNamespace(x) : there is no package called 'knitr' 3: In getGitInfo() : Unable to look up git information; could not determine calling script Error in loadNamespace(x) : there is no package called 'knitr' > > # Call with output = "print" will print the data frame > env_doc("print") Name 1 sysname 2 release 3 version 4 nodename 5 machine 6 login 7 user 8 effective_user 9 Directory 10 Version 11 Status 12 Lockfile 13 envDocument 14 compiler 15 here 16 rprojroot 17 tools 18 git2r 19 renv 20 All Attributes 21 All Attributes Value 1 Linux 2 6.12.22-amd64 3 #1 SMP PREEMPT_DYNAMIC Debian 6.12.22-1 (2025-04-10) 4 gimli1 5 x86_64 6 hornik 7 hornik 8 hornik 9 /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/envDocument.Rcheck/tests 10 R Under development (unstable) (2025-12-05 r89107) 11 Out of sync 12 Not found at /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/envDocument.Rcheck/tests/renv.lock 13 2.4.2 CRAN CRAN 2025-09-09 14 4.6.0 NA NA NA 15 1.0.2 CRAN CRAN 2025-09-06 16 2.1.1 CRAN CRAN 2025-08-26 16:20:02 UTC 17 4.6.0 NA NA NA 18 0.36.2 CRAN CRAN 2025-03-29 10:00:02 UTC 19 1.1.5 CRAN CRAN 2025-07-24 21:40:02 UTC 20 Not Available 21 Not Available Section 1 System 2 System 3 System 4 System 5 System 6 System 7 System 8 System 9 System 10 R 11 Renv 12 Renv 13 Packages 14 Packages 15 Packages 16 Packages 17 Packages 18 Packages 19 Packages 20 Script 21 Git Warning messages: 1: In normalizePath(lockfile) : path[1]="/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/envDocument.Rcheck/tests/renv.lock": No such file or directory 2: In getScriptInfo() : Error in loadNamespace(x) : there is no package called 'knitr' 3: In getGitInfo() : Unable to look up git information; could not determine calling script Error in loadNamespace(x) : there is no package called 'knitr' > > # Call with output = "table" to pretty-print each section with knitr::kable > # set results to 'asis' to avoid prefixing output > > #+ env_table, results = "asis" > env_doc("table") Error: Package knitr is not available and is needed for this function to work. In addition: Warning messages: 1: In normalizePath(lockfile) : path[1]="/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/envDocument.Rcheck/tests/renv.lock": No such file or directory 2: In getScriptInfo() : Error in loadNamespace(x) : there is no package called 'knitr' 3: In getGitInfo() : Unable to look up git information; could not determine calling script Error in loadNamespace(x) : there is no package called 'knitr' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.4.2
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