unitizer icon indicating copy to clipboard operation
unitizer copied to clipboard

Comp fun name capture

Open brodieG opened this issue 7 years ago • 0 comments

Got:

| Unable to compare value: comparison function `<anon.FUN>` returned something 
| other than TRUE, FALSE, or character vector (NULL of length 0)

When using:

unitizer_sect("stdout", compare=unitizer:::comp_stdout, {
  1 + 1
  Sys.time()
})

Maybe ... causing problems?

brodieG avatar Nov 22 '16 13:11 brodieG