Skip to content

Commit

Permalink
fix: note on R CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 5, 2024
1 parent fd4327c commit 45e8f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.onLoad <- function(libname, pkgname) {
# Fixes R CMD check note on "All declared Imports should be used."
# teal.data is necessary to access S3 method names.teal_data
teal.data::teal_data

teal.logger::register_logger(namespace = "teal.osprey")
teal.logger::register_handlers("teal.osprey")
}

0 comments on commit 45e8f1f

Please sign in to comment.