Skip to content

Commit

Permalink
Update test_style_file.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Oct 23, 2024
1 parent fb691e9 commit a961a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/test_style_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

obj <- "name"

#' Not a real function
#'
#' @description
#' Just a test function - using to test the actions
fun <- function(var = 1) {
return(var)
}

0 comments on commit a961a27

Please sign in to comment.