Skip to content

Commit

Permalink
suppress the messages produced by attaching the dplyr and lubridate p…
Browse files Browse the repository at this point in the history
…ackage (#48)
  • Loading branch information
laijasmine committed Jun 30, 2021
1 parent b0d3a1a commit fcffbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/main_cron_script.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library(dplyr)
suppressMessages(library(dplyr))
library(httr)
library(lubridate)
suppressMessages(library(lubridate))
library(magrittr)
library(RCurl)
library(rt)
Expand Down

0 comments on commit fcffbf9

Please sign in to comment.