Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 18, 2020
1 parent 513b58a commit 9bc2803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/crypto_hashing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ myfile <- system.file("CITATION")
md5(file(myfile))
```

Same for URLs. The hash of the [`R-installer.exe`](https://cran-project.org/bin/windows/base/old/4.0.0/R-4.0.0-win.exe) below should match the one in [`md5sum.txt`](https://cran-project.org/bin/windows/base/old/4.0.0/md5sum.txt)
Same for URLs. The hash of the [`R-installer.exe`](https://cran.r-project.org/bin/windows/base/old/4.0.0/R-4.0.0-win.exe) below should match the one in [`md5sum.txt`](https://cran.r-project.org/bin/windows/base/old/4.0.0/md5sum.txt)

```{r eval=FALSE}
# Stream-hash from a network connection
Expand Down

0 comments on commit 9bc2803

Please sign in to comment.