We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c34d89 commit 4100934Copy full SHA for 4100934
1 file changed
bin/generate_md_episodes.R
@@ -2,11 +2,11 @@ generate_md_episodes <- function() {
2
3
library("methods")
4
5
- if (!require("remotes")) {
+ if (!require("remotes", quietly = TRUE)) {
6
install.packages("remotes", repos = c(CRAN = "https://cloud.r-project.org/"))
7
}
8
9
- if (!require("requirements")) {
+ if (!require("requirements", quietly = TRUE)) {
10
remotes::install_github("hadley/requirements")
11
12
0 commit comments