Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
fix covr
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Mar 18, 2020
1 parent bfafc4c commit 6c69ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ register_mlr3 = function(libname, pkgname) {
}

.onUnload = function(libpath) {
# nocov start
event = packageEvent("mlr3", "onLoad")
hooks = getHook(event)
pkgname = vapply(hooks, function(x) environment(x)$pkgname, NA_character_)
Expand Down

0 comments on commit 6c69ffe

Please sign in to comment.