Skip to content

Commit

Permalink
docs: add a comment before require
Browse files Browse the repository at this point in the history
  • Loading branch information
Gotfrid committed Nov 15, 2024
1 parent f6c1015 commit 4e78b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#'
#' @export
run_app <- function(...) {
# Load all packages mentioned in the NAMESPACE
require("aNCA")
require("dplyr")
require("DT")
Expand Down

0 comments on commit 4e78b01

Please sign in to comment.