Package: dockViewR
Title: Layout Manager Widget for R and 'shiny' Apps
Version: 0.3.0
Authors@R:
c(
person("David", "Granjon", , "dgranjon@ymail.com", role = c("aut", "cre")),
person("Nelson", "Stevens", email = "nelson.stevens92@gmail.com", role = "aut"),
person("Nicolas", "Bennett", email = "nicolas@cynkra.com", role = "aut"),
person("mathuo", email = "github.mathuo@gmail.com", role = "cph"),
person("cynkra GmbH", email = "mail@cynkra.com", role = "fnd")
)
Description: Provides R bindings to the 'dockview' 'JavaScript' library
. Create fully customizable grid layouts
(docks) in seconds to include in interactive R reports with R
Markdown or 'Quarto' or in 'shiny' apps
. In 'shiny' mode, modify docks by
dynamically adding, removing or moving panels or groups of
panels from the server function. Choose among 8 stunning themes
(dark and light), serialise the state of a dock to restore it
later.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
RoxygenNote: 7.3.3
Imports: htmlwidgets, htmltools, shiny
Suggests: knitr, rmarkdown, roxy.shinylive, shinytest2, testthat (>=
3.0.0), visNetwork, quarto, thematic, listviewer, jsonlite,
withr
URL: https://github.com/cynkra/dockViewR,
https://cynkra.github.io/dockViewR/
BugReports: https://github.com/cynkra/dockViewR/issues
Config/testthat/edition: 3
Depends: R (>= 2.10)
VignetteBuilder: quarto
Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev
Repository: https://cynkra.r-universe.dev
Date/Publication: 2026-06-25 11:28:27 UTC
RemoteUrl: https://github.com/cynkra/dockViewR
RemoteRef: HEAD
RemoteSha: edc601a46bbf2a4fafe9eac450c51f9f73d5dde6
NeedsCompilation: no
Packaged: 2026-06-25 11:44:30 UTC; root
Author: David Granjon [aut, cre],
Nelson Stevens [aut],
Nicolas Bennett [aut],
mathuo [cph],
cynkra GmbH [fnd]
Maintainer: David Granjon