Skip to content

Commit

Permalink
knit
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 2, 2024
1 parent 0c2c3f6 commit 2c088b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions paper/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ There are two main ways to customize it:

- Create new linters (by leveraging functions like `lintr::make_linter_from_xpath()`) tailored to match project- or organization-specific coding standards.

Indeed, `{goodpractice}` [@Padgham2024] bundles a set of custom linters that are not part of the default set of `{lintr}` linters, while `{box.linters}` [@Basa2024] extends `{lintr}` to support `{box}` modules [@Rudolph2024] and `{checklist}` includes linters as one of the strict checks for R packages [@Onkelinx2024]. `{flint}` [@Bacher2024]
is a Rust-backed analogue inspired by {lintr} that also provides support for fixing lints.
Indeed, `{goodpractice}` [@Padgham2024] bundles a set of custom linters that are not part of the default set of `{lintr}` linters, while `{box.linters}` [@Basa2024] extends `{lintr}` to support `{box}` modules [@Rudolph2024] and `{checklist}` includes linters as one of the strict checks for R packages [@Onkelinx2024]. `{flint}` [@Bacher2024] is a Rust-backed analogue inspired by `{lintr}` that also provides support for fixing lints.

# Benefits of using `{lintr}`

Expand Down
11 changes: 6 additions & 5 deletions paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Static Code Analysis for R"
date: "2024-10-01"
date: "2024-10-02"
tags: ["R", "linter", "tidyverse"]
authors:
- name: Jim Hester
Expand Down Expand Up @@ -297,10 +297,11 @@ lint(

Indeed, `{goodpractice}` [@Padgham2024] bundles a set of custom linters
that are not part of the default set of `{lintr}` linters, while
`{flint}` [@Bacher2024] provides a way to fix the lints detected by
`{lintr}`. Moreover, `{box.linters}` [@Basa2024] extends `{lintr}` to
support `{box}` modules [@Rudolph2024], while `{checklist}` includes
linters as one of the strict checks for R packages [@Onkelinx2024].
`{box.linters}` [@Basa2024] extends `{lintr}` to support `{box}` modules
[@Rudolph2024] and `{checklist}` includes linters as one of the strict
checks for R packages [@Onkelinx2024]. `{flint}` [@Bacher2024] is a
Rust-backed analogue inspired by `{lintr}` that also provides support
for fixing lints.

# Benefits of using `{lintr}`

Expand Down

0 comments on commit 2c088b1

Please sign in to comment.