Package: cookies
Title: Use Browser Cookies with 'shiny'
Version: 0.2.3
Authors@R: c(
    person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-4781-4346")),
    person("Klaus", "Hartl", role = "cph",
           comment = "js-cookie JavaScript library"),
    person("Fagner", "Brack", role = "cph",
           comment = "js-cookie JavaScript library")
  )
Description: Browser cookies are name-value pairs that are saved in a
    user's browser by a website. Cookies allow websites to persist
    information about the user and their use of the website. Here we
    provide tools for working with cookies in 'shiny' apps, in part by
    wrapping the 'js-cookie' JavaScript library
    <https://github.com/js-cookie/js-cookie>.
License: MIT + file LICENSE
URL: https://github.com/r4ds/cookies, https://r4ds.github.io/cookies/
BugReports: https://github.com/r4ds/cookies/issues
Imports: cli, clock, glue, htmltools, httpuv, jsonlite, purrr, rlang,
        shiny (>= 1.6.0), stats, vctrs
Suggests: covr, pkgdown, rmarkdown, roxygen2, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-02 16:44:59 UTC; jonth
Author: Jon Harmon [aut, cre, cph] (<https://orcid.org/0000-0003-4781-4346>),
  Klaus Hartl [cph] (js-cookie JavaScript library),
  Fagner Brack [cph] (js-cookie JavaScript library)
Maintainer: Jon Harmon <jonthegeek@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-02 17:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:03:18 UTC; unix
