Skip to content

Commit

Permalink
Remove documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsaldanha committed Apr 12, 2024
1 parent 40fa3a8 commit fd8c6d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
7 changes: 0 additions & 7 deletions R/check_md5sum.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#' Check the MD5SUM of a downloaded file against the Zenodo MD5SUM informed value
#'
#' @param file character. The downloaded file path.
#' @param original_checksum character. The MD5SUM informed by Zenodo.
#'
#' @return logical. `TRUE` if the MD5SUM matches.
#'
check_md5sum <- function(file, original_checksum){
file_md5sum <- tools::md5sum(files = file)
if(file_md5sum == original_checksum){
Expand Down
19 changes: 0 additions & 19 deletions man/check_md5sum.Rd

This file was deleted.

0 comments on commit fd8c6d1

Please sign in to comment.