sandpaper icon indicating copy to clipboard operation
sandpaper copied to clipboard

Fix `checkRd` notes

Open milanmlft opened this issue 1 year ago • 1 comments

R CMD check is showing a bunch of warnings that look like this:

N  checking Rd files ...
   checkRd: (-1) build_episode_md.Rd:32: Lost braces; missing escapes or markup?
       32 | {knitr} output.}
          | 

See for example https://github.com/carpentries/sandpaper/actions/runs/10153800168/job/28077829634#step:12:304 This should fix that.

I also updated some outdated docs, by running devtools::document()

milanmlft avatar Aug 05 '24 15:08 milanmlft

Thanks @milanmlft! This looks great. The checks are failing due to a problem that @froggleston has fixed with https://github.com/carpentries/sandpaper/pull/600, which has now been merged. Could you please pull down the changes to main into your fork, which will retrigger the tests? They should pass and then we can merge this.

ErinBecker avatar Aug 06 '24 17:08 ErinBecker