rknx / AvrBsT

Statistical analysis of bacterial dispersal in R
https://anujs.com.np/avrbst
1 stars 0 forks source link

Modify linters capabilities #9

Open rknx opened 4 years ago

rknx commented 4 years ago

The linters can be specified by creating the .lintr file at the project or home directory. Details can be found at lintr documentation.

rknx commented 4 years ago
linters: with_defaults(
    line_length_linter(80),
    assignment_linter = NULL
)
exclusions: list(
    "inst/test.R",
    "test/"
)
exclude: "#"

Maybe add object_name_linter = NULL

rknx commented 4 years ago

file in prepared, check back to confirm its working

rknx commented 4 years ago

Creating of .lintr (even when empty) causes lintr to stop functioning!!