Skip to content

Commit

Permalink
removed nocov comment that caused coverage action to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Apr 4, 2024
1 parent 63312bd commit b7aaa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/R/onLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

# package global variables
r5r_env <- new.env(parent = emptyenv()) # nocov start
r5r_env <- new.env(parent = emptyenv())

.onLoad <- function(lib, pkg) {

Expand Down

0 comments on commit b7aaa2f

Please sign in to comment.