Package: cookies Title: Use Browser Cookies with 'shiny' Version: 0.2.3.9000 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 . License: MIT + file LICENSE URL: https://cookies.shinyworks.org/, https://github.com/shinyworks/cookies BugReports: https://github.com/shinyworks/cookies/issues Imports: cli, clock, glue, htmltools, httpuv, jsonlite, purrr, rlang, shiny (>= 1.6.0), vctrs Suggests: covr, pkgdown, rmarkdown, roxygen2, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://shinyworks.r-universe.dev Date/Publication: 2026-02-04 11:56:49 UTC RemoteUrl: https://github.com/shinyworks/cookies RemoteRef: HEAD RemoteSha: 3e4f7d34550d21606bf7d357e7ba58458c425691 NeedsCompilation: no Packaged: 2026-07-04 06:11:35 UTC; root Author: Jon Harmon [aut, cre, cph] (ORCID: ), Klaus Hartl [cph] (js-cookie JavaScript library), Fagner Brack [cph] (js-cookie JavaScript library) Maintainer: Jon Harmon