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

Create test_style_file.R #2

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
12 changes: 12 additions & 0 deletions R/test_style_file.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Test file to check the style action works

obj <- "name"

#' Not a real function
#'
#' @description
#' Just a test function - used to test the GH actions only
#' @param var any value
fun <- function(var = 1) {
return(var)
}
14 changes: 14 additions & 0 deletions man/fun.Rd

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