Skip to content

Commit

Permalink
Last minor cleanup for #240
Browse files Browse the repository at this point in the history
  • Loading branch information
spgarbet committed Sep 12, 2023
1 parent e590b05 commit 5b9d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/validateImport.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b9d4af

Please sign in to comment.