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>.
Version: | 0.2.3 |
Imports: | cli, clock, glue, htmltools, httpuv, jsonlite, purrr, rlang, shiny (≥ 1.6.0), stats, vctrs |
Suggests: | covr, pkgdown, rmarkdown, roxygen2, testthat (≥ 3.0.0) |
Published: | 2023-10-02 |
DOI: | 10.32614/CRAN.package.cookies |
Author: | Jon Harmon |
Maintainer: | Jon Harmon <jonthegeek at gmail.com> |
BugReports: | https://github.com/r4ds/cookies/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/r4ds/cookies, https://r4ds.github.io/cookies/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | cookies results |
Reference manual: | cookies.pdf |
Package source: | cookies_0.2.3.tar.gz |
Windows binaries: | r-devel: cookies_0.2.3.zip, r-release: cookies_0.2.3.zip, r-oldrel: cookies_0.2.3.zip |
macOS binaries: | r-devel (arm64): cookies_0.2.3.tgz, r-release (arm64): cookies_0.2.3.tgz, r-oldrel (arm64): cookies_0.2.3.tgz, r-devel (x86_64): cookies_0.2.3.tgz, r-release (x86_64): cookies_0.2.3.tgz, r-oldrel (x86_64): cookies_0.2.3.tgz |
Old sources: | cookies archive |
Reverse imports: | login, scenes |
Please use the canonical form https://CRAN.R-project.org/package=cookies to link to this page.