Skip to content

Commit

Permalink
Merge pull request #278 from UCD-SERG/use-lint
Browse files Browse the repository at this point in the history
- initialized `lintr` with `lintr::use_lint()`
  • Loading branch information
d-morrison authored Sep 30, 2024
2 parents bbf5c05 + 0e669e0 commit 402b829
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ allpopsamples_hlye.csv$
^CRAN-SUBMISSION$
^README\.qmd$
^codecov\.yml$
^\.lintr$
2 changes: 2 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
linters: linters_with_defaults() # see vignette("lintr")
encoding: "UTF-8"
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# serocalculator (development version)

# serocalculator 1.2.9.9007
* Updated enteric fever example article with upgraded code and visualizations

## New features

* Updated enteric fever example article with upgraded code and visualizations (#290)

* Added template for reporting Issues
(from `usethis::use_tidy_issue_template()`) (#270)

* Added template for pull requests
(from <https://github.com/bcgov/ssdtools>) (#265)

## Developer-facing changes

* initialized [`lintr`](https://lintr.r-lib.org/) with `lintr::use_lint()` (#278)

* created unit test for `df_to_array()` (#276)

* fixed `dplyr::select()` deprecation warning in `df_to_array()` (#276)
Expand Down

0 comments on commit 402b829

Please sign in to comment.