Skip to content

Commit

Permalink
covr needed some code to work
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Apr 25, 2024
1 parent 6aab952 commit dcf2c3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^vignettes$
^docs$
^box\.linters\.Rproj$
^codecov\.yml$
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US
4 changes: 4 additions & 0 deletions R/blank.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

some_func <- function() {
1 + 1
}

0 comments on commit dcf2c3b

Please sign in to comment.