Skip to content

Commit decab9d

Browse files
gaborcsardijimhester
authored andcommitted
Fix typo
1 parent 2f5c519 commit decab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/covr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ package_coverage <- function(path = ".",
537537
"src/cpp11.cpp",
538538
"R/cpp11.R",
539539
line_exclusions,
540-
with::with_dir(root, parse_covr_ignore())
540+
withr::with_dir(root, parse_covr_ignore())
541541
)
542542

543543
exclude(coverage,

0 commit comments

Comments
 (0)