Skip to content

Commit

Permalink
update tools-Ex.Rout.save
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87179 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
urbaneks committed Sep 20, 2024
1 parent 06641dc commit d58f6f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/Examples/tools-Ex.Rout.save
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,28 @@ function (x, ...)
>
>
> cleanEx()
> nameEx("sha256sum")
> ### * sha256sum
>
> flush(stderr()); flush(stdout())
>
> ### Name: sha256sum
> ### Title: Compute SHA256 Checksums
> ### Aliases: sha256sum
> ### Keywords: utilities
>
> ### ** Examples
>
> as.vector(sha256sum(dir(R.home(), pattern = "^COPY", full.names = TRUE)))
[1] "e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4"
> sha256sum(bytes=raw())
[1] "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
> sha256sum(bytes=charToRaw("abc"))
[1] "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"
>
>
>
> cleanEx()
> nameEx("showNonASCII")
> ### * showNonASCII
>
Expand Down

0 comments on commit d58f6f8

Please sign in to comment.