-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
128 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
^man-roxygen | ||
^pkgdown$ | ||
^codecov\.yml$ | ||
^.lintr$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
linters: linters_with_defaults( | ||
assignment_linter = NULL, | ||
indentation_linter = NULL, | ||
commented_code_linter = NULL, | ||
object_length_linter = NULL, | ||
line_length_linter(100), | ||
cyclocomp_linter(complexity_limit = 15), | ||
undesirable_operator_linter = undesirable_operator_linter( | ||
op = list("<-" = "Please use '=' for assignment"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,23 @@ | ||
Package: namer | ||
Title: Names Your 'R Markdown' Chunks | ||
Version: 0.1.8 | ||
Authors@R: | ||
c(person(given = "Colin", | ||
family = "Gillespie", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Steph", | ||
family = "Locke", | ||
role = c("aut"), | ||
email = "[email protected]"), | ||
person(given = "Maëlle", | ||
family = "Salmon", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-2815-0399")), | ||
person(given = "Ellis", | ||
family = "Valentiner", | ||
role = "ctb"), | ||
person(given = "Charlie", | ||
family = "Hadley", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0002-3039-6849")), | ||
person(given = "Jumping Rivers", | ||
role = "fnd", | ||
comment = "https://jumpingrivers.com"), | ||
person(given = "Han", | ||
family = "Oostdijk", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0001-6710-4566")), | ||
person(given = "Patrick", | ||
family = "Schratz", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-0748-6624"))) | ||
Description: It names the 'R Markdown' chunks of files based on | ||
the filename. | ||
Version: 0.1.9 | ||
Authors@R: c( | ||
person("Colin", "Gillespie", , "[email protected]", role = c("aut", "cre")), | ||
person("Steph", "Locke", , "[email protected]", role = "aut"), | ||
person("Maëlle", "Salmon", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-2815-0399")), | ||
person("Ellis", "Valentiner", role = "ctb"), | ||
person("Charlie", "Hadley", role = "ctb", | ||
comment = c(ORCID = "0000-0002-3039-6849")), | ||
person("Jumping Rivers", role = "fnd", | ||
comment = "https://jumpingrivers.com"), | ||
person("Han", "Oostdijk", role = "ctb", | ||
comment = c(ORCID = "0000-0001-6710-4566")), | ||
person("Patrick", "Schratz", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0003-0748-6624")) | ||
) | ||
Description: It names the 'R Markdown' chunks of files based on the | ||
filename. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/jumpingrivers/namer, | ||
https://jumpingrivers.github.io/namer/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2022 | ||
YEAR: 2025 | ||
COPYRIGHT HOLDER: namer authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.