From 5b9d4afa29f33156c3911f8dcd9b9b5a47a722b5 Mon Sep 17 00:00:00 2001 From: Shawn Garbett Date: Tue, 12 Sep 2023 10:52:08 -0500 Subject: [PATCH] Last minor cleanup for #240 --- R/validateImport.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/validateImport.R b/R/validateImport.R index a1765aca..752c59b1 100644 --- a/R/validateImport.R +++ b/R/validateImport.R @@ -73,7 +73,7 @@ validateImport <- function(data, meta_data, logfile = "") coll <- checkmate::makeAssertCollection() # Validating e-mail addresses taken from - # \url{http://www.regular-expressions.info/email.html} + # \url{https://www.regular-expressions.info/email.html} checkmate::assert_data_frame(x = data, add = coll)