ITADN

use_lintr() shouldn't error on existing config

#3057OpenMichaelChirico 创建于 2026-06-10
dev-workflow
M
MichaelChiricocommented
I foud myself trying `use_lintr()` on a package with an existing `.lintr` file because I wanted the other side effect(s), currently just fixing up the .Rbuildignore, but after #2994 and beyond, others as well. However currently it immediately fails: ```r use_lintr() # Error in `use_lintr()`: # ! Found an existing configuration file at /.../.lintr. ```
0 条评论