Skip to content

Commit

Permalink
update check file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiaskowski committed Apr 26, 2024
1 parent 096a56b commit 4e1b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sprintf("Today is %s", Sys.Date())
sprintf("This was last updated %s", xml_attr(date_node, "content"))
if (Sys.Date() != xml_attr(date_node, "content")) {
warning("Don't forget to update the version to today's date", call. = FALSE, immediate. = TRUE)
}
} else {cat("Date looks correct!")}

# not working 2023-04
# message("Checking URLs...")
Expand Down

0 comments on commit 4e1b0c8

Please sign in to comment.