inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

Fix issue 50 #51

Closed hansvancalster closed 3 years ago

hansvancalster commented 3 years ago

I think this should fix #50, but I am running into checklist::check_package() troubles.

One question: is lint_dir() smart enough to only look inside R chunks in case of Rmd files? The documentation of lint_dir() only talks about R files.