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

check of .Rproj for linters yields false positive #50

Closed hansvancalster closed 3 years ago

hansvancalster commented 3 years ago

I have the following .Rproj file:

Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: XeLaTeX

AutoAppendNewline: Yes

which is flagged by checklist::check_source():

image

so probably something needs to be changed so that the .Rproj file is excluded from the lintr check.

hansvancalster commented 3 years ago

Closed by #51