Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Epiverse-TRACE lintr settings #67

Merged
merged 24 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
52c1788
Copy lintr settings from packagetemplate
Bisaloo Oct 9, 2023
ee0131a
Use v3 for rda file workspace format
Bisaloo Oct 9, 2023
bf95d59
Do not use == TRUE on booleans
Bisaloo Oct 9, 2023
cbfb8be
Remove unnecessary c()
Bisaloo Oct 9, 2023
71e3593
Use startsWith() / endsWith() where appropriate
Bisaloo Oct 9, 2023
aac70cf
Add fixed to regex where appropriate
Bisaloo Oct 9, 2023
761e584
Use dedicate URLencode() fct to HTML escape space
Bisaloo Oct 9, 2023
6f67ba1
Simplify paste() to paste0()
Bisaloo Oct 9, 2023
4532a49
Use file.path() and system.file() for portable file paths
Bisaloo Oct 9, 2023
1341eab
Simplify complex ifelse() succession
Bisaloo Oct 9, 2023
5523411
Simplify complex if
Bisaloo Oct 9, 2023
7566f73
Silence library_call_linter()
Bisaloo Oct 9, 2023
c1efc50
Silence lint on pak::pak()
Bisaloo Oct 9, 2023
fcc0279
Add undesirable function linter
Bisaloo Oct 9, 2023
07db048
Replace sapply() calls by vectorized operations
Bisaloo Oct 9, 2023
c47bf69
Add .lintr to .Rbuildignore
Bisaloo Oct 9, 2023
a11ff94
Run devtools::document()
Bisaloo Oct 9, 2023
b393476
Prefix URLencode() with namespace
Bisaloo Oct 9, 2023
d64aa9d
Unify consecutive call to stopifnot()
Bisaloo Nov 8, 2023
b924f30
Remove unnecessary quotes around names
Bisaloo Nov 8, 2023
ba81b50
Remove paste0() in warning() call
Bisaloo Nov 8, 2023
dc4f33e
Convert code_dept to character
Bisaloo Nov 8, 2023
da04ee7
Merge branch 'main' into lintr
GeraldineGomez Nov 23, 2023
3f372e0
Merge branch 'main' into lintr
GeraldineGomez Nov 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
^codecov\.yml$
^LICENSE\.md$
^config\.yml$
^\.lintr$
^\.lintr$
Binary file modified data/dengue2020.RData
Binary file not shown.
4 changes: 2 additions & 2 deletions man/sivirep-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading