Skip to content

Commit

Permalink
Fix R-CMD-Check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayudyawer committed May 6, 2024
1 parent dc6ef04 commit 99c41b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions R/build_urls.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@
url_df %>%
mutate(valid = sapply(url_name, valid_url))

if(verbose){
message('Data for the following dates are not available on IMOS:\n', paste(as.Date(url_tab[url_tab$valid %in% FALSE, "date"]), sep = "\n"))
}
# if(verbose){
# message('Data for the following dates are not available on IMOS:\n', paste(as.Date(url_tab[url_tab$valid %in% FALSE, "date"]), sep = "\n"))
# }

url_df <- filter(url_tab, valid %in% TRUE)

Expand Down
2 changes: 1 addition & 1 deletion man/dot-pull_env.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/extractEnv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99c41b2

Please sign in to comment.