Skip to content

Commit

Permalink
usethis::use_covr_ignore()
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Aug 15, 2024
1 parent de85ece commit 44ec349
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^cran-comments\.md$
^CRAN-SUBMISSION$
^data-raw$
^\.covrignore$
2 changes: 2 additions & 0 deletions .covrignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
R/aaa.R
R/zzz.R
2 changes: 0 additions & 2 deletions R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
}
)

# nocov start
link <- function(id) {
els <- .links[[id]]
md_link(els[[2]], els[[1]])
Expand All @@ -90,4 +89,3 @@ link <- function(id) {
print_deprecation <- function(id, ...) {
do.call(.deprecations[[id]], list(...))
}
# nocov end
2 changes: 0 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# nocov start
.onLoad <- function(...) {
vctrs::s3_register("waldo::compare_proxy", "plm")
invisible()
}
# nocov end

0 comments on commit 44ec349

Please sign in to comment.