Package: encryptedRmd
Title: Encrypt Html Reports Using 'Libsodium'
Version: 0.2.1
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
LazyData: true
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'
NeedsCompilation: no
Packaged: 2020-12-09 20:43:58 UTC; dirkschumacher
Author: Dirk Schumacher [aut, cre, cph],
  Jannis R. [aut, cph]
Maintainer: Dirk Schumacher <mail@dirk-schumacher.net>
Repository: CRAN
Date/Publication: 2020-12-09 22:40:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:42:31 UTC; windows
