Skip to content

Commit

Permalink
require instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 7, 2023
1 parent e62598c commit f369336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/modules/NotebookPlots.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

suppressPackageStartupMessages({
for (package in requiredPackages) {
library(package, character.only = TRUE, quietly = TRUE)
require(package, character.only = TRUE, quietly = TRUE)
}
})

Expand Down

0 comments on commit f369336

Please sign in to comment.