Package: widgetframe
Type: Package
Title: 'Htmlwidgets' in Responsive 'iframes'
Version: 0.3.1
Authors@R: c(
person("Bhaskar", "Karambelkar", email = "bhaskarvk@gmail.com", role = c("aut", "cre")),
person("Yihui", "Xie", role = c("ctb")),
person("NPR Visual Team", role = c("ctb", "cph"), comment = "pym.js JavaScript library"),
person("Bjørn Klinggaard", role = c("ctb", "cph"), comment = "bLazy.js JavaScript library")
)
Description: Provides two functions 'frameableWidget()', and
'frameWidget()'. The 'frameableWidget()' is used to add extra
code to a 'htmlwidget' which allows is to be rendered correctly
inside a responsive 'iframe'. The 'frameWidget()' is a
'htmlwidget' which displays content of another 'htmlwidget'
inside a responsive 'iframe'. These functions allow for easier
embedding of 'htmlwidgets' in content management systems such
as 'wordpress', 'blogger' etc. They also allow for separation
of widget content from main HTML content where CSS of the main
HTML could interfere with the widget.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.1.0), htmlwidgets,
Imports: htmltools, purrr, magrittr, utils, tools
RoxygenNote: 6.0.1
URL: https://github.com/bhaskarvk/widgetframe,
https://bhaskarvk.github.io/widgetframe/
BugReports: https://github.com/bhaskarvk/widgetframe/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Config/pak/sysreqs: cmake make libuv1-dev
Repository: https://trafficonese.r-universe.dev
Date/Publication: 2021-09-30 14:38:42 UTC
RemoteUrl: https://github.com/trafficonese/widgetframe
RemoteRef: HEAD
RemoteSha: 8683d86ccdff351d5aacf13db6ec09b5ed9a1054
NeedsCompilation: no
Packaged: 2026-06-08 06:54:32 UTC; root
Author: Bhaskar Karambelkar [aut, cre],
Yihui Xie [ctb],
NPR Visual Team [ctb, cph] (pym.js JavaScript library),
Bjørn Klinggaard [ctb, cph] (bLazy.js JavaScript library)
Maintainer: Bhaskar Karambelkar