Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Nov 17, 2024
1 parent 5b2ab3b commit dac23b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^README\.Rmd$
^cran-comments\.md$
.github
.lintr
1 change: 1 addition & 0 deletions R/globalVariables.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
utils::globalVariables(".data")
2 changes: 1 addition & 1 deletion R/messy_strings.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @export
#' @examples
#' make_string_messy(c("Hello", "world"))
make_string_messy <- function(x){
make_string_messy <- function(x) {
sapply(x, messy_string, USE.NAMES = FALSE)
}

Expand Down

0 comments on commit dac23b1

Please sign in to comment.