Package: learnrhash Type: Package Title: Tools for hashing learnr sessions Version: 0.2.0 Authors@R: c(person(given = "Colin", family = "Rundel", role = c("aut", "cre"), email = "rundel@gmail.com"), person(given = "Mine", family = "Cetinkaya-Rundel", role = "aut", email = "mine@rstudio.com") ) Description: This package provides tools for the hashing of learnr sessions. The resulting hashes are presented as base64 encoded strings which can easily be copied into a web form, LMS submission tool, etc. License: MIT + file LICENSE Encoding: UTF-8 Imports: learnr (> 0.10.1), shiny, base64enc, dplyr, tidyr, purrr, clipr, rlang, tibble, magrittr Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Suggests: testthat Depends: R (>= 3.5.0) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://inqs909.r-universe.dev Date/Publication: 2022-07-21 17:56:26 UTC RemoteUrl: https://github.com/rundel/learnrhash RemoteRef: HEAD RemoteSha: be00e49fd90386c7d322eb1e6749a98a67d2554e NeedsCompilation: no Packaged: 2026-06-15 11:52:02 UTC; root Author: Colin Rundel [aut, cre], Mine Cetinkaya-Rundel [aut] Maintainer: Colin Rundel