Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 23, 2024
1 parent d2ccbf4 commit 8bb28fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/FunctionReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ FunctionReporter <- R6::R6Class(
))

# workaround for covr conflict with loaded packages on windows
if(.Platform$OS.type == "unix") {
if(.Platform$OS.type == "windows") {
attachNamespace(self$pkg_name)
}

Expand Down

0 comments on commit 8bb28fe

Please sign in to comment.