Skip to content

Commit

Permalink
add citation to wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 7, 2024
1 parent 6c5b164 commit cba907b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion paper/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ withr::local_options(list(

# Statement of Need

R 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. The `{lintr}` package is an open-source R package that provides static code analysis to check for a variety of common problems related to readability, efficiency, consistency, style, etc. In particular, by default it enforces the tidyverse style guide [@Wickham2023]. It is designed to be easy to use and integrate into existing workflows, and can be used as part of an automated build or continuous integration process. `{lintr}` also integrates with a number of popular IDEs and text editors, such as RStudio and Visual Studio Code, making it convenient for users to run `{lintr}` checks on their code as they work.
R 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. The `{lintr}` package is an open-source R package that provides static code analysis [@enwiki:1218663830] to check for a variety of common problems related to readability, efficiency, consistency, style, etc. In particular, by default it enforces the tidyverse style guide [@Wickham2023]. It is designed to be easy to use and integrate into existing workflows, and can be used as part of an automated build or continuous integration process. `{lintr}` also integrates with a number of popular IDEs and text editors, such as RStudio and Visual Studio Code, making it convenient for users to run `{lintr}` checks on their code as they work.

# Features

Expand Down
8 changes: 8 additions & 0 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ @book{mcconnell2004code
year={2004},
publisher={Pearson Education}
}

@misc{ enwiki:1218663830,
author = "{Wikipedia contributors}",
title = "Static program analysis --- {Wikipedia}{,} The Free Encyclopedia",
year = "2024",
url = "https://en.wikipedia.org/w/index.php?title=Static_program_analysis&oldid=1218663830",
note = "[Online; accessed 7-May-2024]"
}
17 changes: 9 additions & 8 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ R 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. The
`{lintr}` package is an open-source R package that provides static code
analysis to check for a variety of common problems related to
readability, efficiency, consistency, style, etc. In particular, by
default it enforces the tidyverse style guide [@Wickham2023]. It is
designed to be easy to use and integrate into existing workflows, and
can be used as part of an automated build or continuous integration
process. `{lintr}` also integrates with a number of popular IDEs and
text editors, such as RStudio and Visual Studio Code, making it
convenient for users to run `{lintr}` checks on their code as they work.
analysis [@enwiki:1218663830] to check for a variety of common problems
related to readability, efficiency, consistency, style, etc. In
particular, by default it enforces the tidyverse style guide
[@Wickham2023]. It is designed to be easy to use and integrate into
existing workflows, and can be used as part of an automated build or
continuous integration process. `{lintr}` also integrates with a number
of popular IDEs and text editors, such as RStudio and Visual Studio
Code, making it convenient for users to run `{lintr}` checks on their
code as they work.

# Features

Expand Down

0 comments on commit cba907b

Please sign in to comment.