- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'nlrx/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'nlrx' version '0.4.6'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'nlrx' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [1s] OK
- checking whether startup messages can be suppressed ... [1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [10s] OK
- checking Rd files ... [2s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [39s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [44s] ERROR
Running 'testthat-class.R' [2s]
Running 'testthat-exe1.R' [2s]
Running 'testthat-exe2.R' [2s]
Running 'testthat-exe3.R' [2s]
Running 'testthat-nldoc.R' [24s]
Running 'testthat-simul.R' [10s]
Running 'testthat-util.R' [2s]
Running the tests in 'tests/testthat-nldoc.R' failed.
Complete output:
> Sys.unsetenv("R_TESTS")
>
> library(testthat)
> library(nlrx)
>
> test_check("nlrx", filter = "nldoc")
"C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS nldoc.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output nldoc.html --lua-filter "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmarkdown\lua\latex-div.lua" --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --template "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --number-sections --variable theme=cosmo --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2026_01_16_01_50_00_28300\Rtmp65XJ5h\rmarkdown-str94643cc071fa.html"
Could not fetch http://ccl.northwestern.edu/images/creativecommons/byncsa.png
HttpExceptionRequest Request {
host = "ccl.northwestern.edu"
port = 80
secure = False
requestHeaders = []
path = "/images/creativecommons/byncsa.png"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(ConnectionFailure Network.Socket.connect: <socket: 848>: failed (Connection timed out (WSAETIMEDOUT)))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-nldoc.R:14:5'): nldoc ──────────────────────────────────────────
Error: pandoc document conversion failed with error 61
Backtrace:
▆
1. └─nlrx::nldoc(...) at test-nldoc.R:14:5
2. └─nlrx:::nldoc_write_nldoc(...)
3. └─rmarkdown::render(mdfile)
4. └─rmarkdown (local) convert(output_file, run_citeproc)
5. └─rmarkdown (local) convert_it(output)
6. └─rmarkdown (local) convert_fun(...)
7. └─rmarkdown:::stop2(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [14s] OK
- checking PDF version of manual ... [21s] OK
- checking HTML version of manual ... [16s] OK
- DONE
Status: 1 ERROR