fusen icon indicating copy to clipboard operation
fusen copied to clipboard

Template gets "Package vignette without corresponding tangle output" with r-devel

Open statnmap opened this issue 1 year ago • 2 comments

This problem is reproducible using {rig} with R-devel version locally on Ubuntu, when running devtools::check() on {fusen}.
However, this is not reproducible directly and interactively on the package "full" when extracted from the output.

Maybe an artifact of devtools::check() ? Let's see if there are other packages with this same error where there is an explanation...

  ── Failure ('test-inflate-part2.R:440:9'): inflate() output no error ───────────
  check_out[["notes"]] (`actual`) not equal to "zero notes" (`expected`).
  
  lines(actual) vs lines(expected)
  - "checking package vignettes ... NOTE"
  - "Package vignette without corresponding tangle output:"
  - "  ‘get-started.Rmd’"
  + "zero notes"

statnmap avatar Feb 02 '24 17:02 statnmap