Skip to content

Commit

Permalink
update md5
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Aug 13, 2024
1 parent b7196d8 commit ad38261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-md5.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ff <- list.files(pattern = ".sqlite$")
md5 <- vapply(ff, function(f) digest::digest(f, algo='md5'), character(1))
md5 <- vapply(ff, function(f) digest::digest(f, algo='md5', file=TRUE), character(1))
cat(sprintf("%s\t%s\n", ff, md5), file="md5.txt", sep="")

2 changes: 1 addition & 1 deletion md5.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HDO.sqlite 83ac7c10f266ffc45806a53a43d71aab
HDO.sqlite 41c0d4dc996b5bb4df194fc7d3c3f5b7

0 comments on commit ad38261

Please sign in to comment.