Skip to content

Adds {cnd}#268

Merged
jmbarbone merged 170 commits into
mainfrom
259-cnd
Apr 19, 2026
Merged

Adds {cnd}#268
jmbarbone merged 170 commits into
mainfrom
259-cnd

Conversation

@jmbarbone
Copy link
Copy Markdown
Owner

resolves #259

@jmbarbone
Copy link
Copy Markdown
Owner Author

Not going to be concerned with these errors

❯ checking examples with --run-donttest ... ERROR
  Running examples in ‘mark-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: are_identical
  > ### Title: Identical extensions
  > ### Aliases: are_identical
  > 
  > ### ** Examples
  > 
  > x <- y <- z <- 1:5
  > y[2] <- 3L
  > z[5] <- NA_integer_
  > 
  > identical(x, y)        # compare entire vector
  [1] FALSE
  > are_identical(x, y)    # element-wise
  Error in dyn.load(file, DLLpath = DLLpath, ...) : 
    unable to load shared object '/home/runner/work/_temp/Library/rlang/libs/rlang.so':
    /home/runner/work/_temp/Library/rlang/libs/rlang.so: undefined symbol: SETLENGTH
  Calls: are_identical -> loadNamespace -> library.dynam -> dyn.load
  Execution halted
❯ checking tests ...
  See below...

── Test failures ───────────────────────────────────────────────── spelling ────

> if (requireNamespace("spelling", quietly = TRUE)) {
+   spelling::spell_check_test(
+     vignettes = TRUE,
+     error = FALSE,
+     skip_on_cran = TRUE
+   )
+ }
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/home/runner/work/_temp/Library/rlang/libs/rlang.so':
  /home/runner/work/_temp/Library/rlang/libs/rlang.so: undefined symbol: SETLENGTH
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Error: Error: R CMD check found ERRORs

@jmbarbone jmbarbone merged commit b7da6b4 into main Apr 19, 2026
10 of 11 checks passed
@jmbarbone jmbarbone deleted the 259-cnd branch April 19, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use {cnd}

1 participant