Package: rewind
Type: Package
Title: Undo and Redo for 'Shiny' Applications
Version: 0.2.0
Authors@R: person(
    given = "Tanmay",
    family = "Chanda",
    email = "tanmaychanda96@gmail.com",
    role = c("aut", "cre", "cph"))
Description: Adds a user-facing undo and redo history to 'Shiny'
    applications. Application state, comprising registered inputs and
    optionally server-side reactive values, is captured as the user
    interacts with the application. Users may then step backwards and
    forwards through that history with the keyboard, with buttons, or by
    scrubbing a visual history rail. Rapid successive changes, such as
    dragging a slider, are coalesced into a single history entry, and
    related changes may be grouped explicitly into semantic steps.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
Depends: R (>= 4.1.0)
Imports: htmltools, R6, shiny (>= 1.7.0), utils
Suggests: shinytest2, testthat (>= 3.0.0), withr
URL: https://github.com/tenmeh/rewind, https://tenmeh.github.io/rewind/
BugReports: https://github.com/tenmeh/rewind/issues
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-20 03:02:42 UTC; tchan
Author: Tanmay Chanda [aut, cre, cph]
Maintainer: Tanmay Chanda <tanmaychanda96@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-21 13:50:08 UTC
