Package: encryptedRmd Title: Encrypt Html Reports Using 'Libsodium' Version: 0.2.1.9000 Authors@R: c( person( given = "Dirk", family = "Schumacher", role = c("aut", "cre", "cph"), email = "mail@dirk-schumacher.net" ), person( given = "Jannis", family = "R.", role = c("aut", "cph"), email = "mail@jannisr.de" ) ) Description: Create encrypted html files that are fully self contained and do not require any additional software. Using the package you can encrypt arbitrary html files and also directly create encrypted 'rmarkdown' html reports. License: MIT + file LICENSE Copyright: file inst/COPYRIGHTS Encoding: UTF-8 RoxygenNote: 7.1.1 URL: https://github.com/dirkschumacher/encryptedRmd BugReports: https://github.com/dirkschumacher/encryptedRmd/issues Imports: sodium, readr, rmarkdown Suggests: testthat (>= 2.1.0) Collate: 'encrypt_html_file.R' 'encrypted_html_document.R' Config/pak/sysreqs: cmake make libsodium-dev libuv1-dev libx11-dev Repository: https://dirkschumacher.r-universe.dev Date/Publication: 2022-01-27 15:56:45 UTC RemoteUrl: https://github.com/dirkschumacher/encryptedrmd RemoteRef: HEAD RemoteSha: cbd56f6edf0ac3d0be5cd8be89fd78b8f9bcb9fd NeedsCompilation: no Packaged: 2026-07-04 00:49:42 UTC; root Author: Dirk Schumacher [aut, cre, cph], Jannis R. [aut, cph] Maintainer: Dirk Schumacher