Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 17, 2024
1 parent 2d8e0a0 commit c37f43e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion paper/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ withr::local_options(list(

# Statement of Need

A linter is a tool that automatically analyzes code to identify potential errors, stylistic issues, or deviations from coding standards. It helps ensure consistency, readability, and best practices by flagging common mistakes, such as syntax errors, unused variables, or improper formatting. Linters are essential for improving code quality, preventing bugs, and maintaining a clean codebase, especially in collaborative development environments [@enwiki:1218663830]. `{lintr}` is an open-source package that provides linters for R programming language, which is an interpreted, dynamically-typed programming language [@base2023]. It is a popular choice for statistical analysis and visualization, and is used by a wide range of researchers and data scientists. Therefore, `{lintr}` is a valuable tool for R users to help improve the quality and reliability of their code.
A linter is a tool that automatically analyzes code to identify potential errors, stylistic issues, or deviations from coding standards. It helps ensure consistency, readability, and best practices by flagging common mistakes, such as syntax errors, unused variables, or improper formatting. Linters are essential for improving code quality, preventing bugs, and maintaining a clean codebase, especially in collaborative development environments [@enwiki:1218663830]. `{lintr}` is an open-source package that provides linters for R programming language, which is an interpreted, dynamically-typed programming language [@base2023], and is used by a wide range of researchers and data scientists. `{lintr}` can thus act as a valuable tool for R users to help improve the quality and reliability of their code.

# Features

Expand Down
7 changes: 3 additions & 4 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ bugs, and maintaining a clean codebase, especially in collaborative
development environments [@enwiki:1218663830]. `{lintr}` is an
open-source package that provides linters for R programming language,
which is an interpreted, dynamically-typed programming language
[@base2023]. It is a popular choice for statistical analysis and
visualization, and is used by a wide range of researchers and data
scientists. Therefore, `{lintr}` is a valuable tool for R users to help
improve the quality and reliability of their code.
[@base2023], and is used by a wide range of researchers and data
scientists. `{lintr}` can thus act as a valuable tool for R users to
help improve the quality and reliability of their code.

# Features

Expand Down

0 comments on commit c37f43e

Please sign in to comment.