CRAN Package Check Results for Package toscutil

Last updated on 2025-12-06 00:49:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.8.0 2.59 39.77 42.36 OK
r-devel-linux-x86_64-debian-gcc 2.8.0 2.31 22.45 24.76 ERROR
r-devel-linux-x86_64-fedora-clang 2.8.0 24.00 44.11 68.11 OK
r-devel-linux-x86_64-fedora-gcc 2.8.0 60.92 OK
r-devel-windows-x86_64 2.8.0 4.00 63.00 67.00 OK
r-patched-linux-x86_64 2.8.0 3.20 34.19 37.39 OK
r-release-linux-x86_64 2.8.0 2.84 36.86 39.70 OK
r-release-macos-arm64 2.8.0 OK
r-release-macos-x86_64 2.8.0 4.00 39.00 43.00 OK
r-release-windows-x86_64 2.8.0 5.00 63.00 68.00 OK
r-oldrel-macos-arm64 2.8.0 OK
r-oldrel-macos-x86_64 2.8.0 5.00 52.00 57.00 OK
r-oldrel-windows-x86_64 2.8.0 6.00 72.00 78.00 OK

Check Details

Version: 2.8.0
Check: examples
Result: ERROR Running examples in ‘toscutil-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: update_docstring > ### Title: Update docstring for a Function > ### Aliases: update_docstring > ### Keywords: doc > > ### ** Examples > > uri <- system.file("testfiles/funcs.R", package = "toscutil") > func <- "f4" > update_docstring(uri, func) Error in get_formals(uri, content, func) : Package 'languageserver' is required for parsing formals. Please install first. Calls: update_docstring -> get_formals Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.8.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(toscutil) > > test_check("toscutil") Saving _problems/test-update_docstring-4.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-update_docstring.R:4:5'): update_docstring works ─────────────── Error in `get_formals(uri, content, func)`: Package 'languageserver' is required for parsing formals. Please install first. Backtrace: ▆ 1. └─toscutil::update_docstring(uri, "f2") at test-update_docstring.R:4:5 2. └─toscutil::get_formals(uri, content, func) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc