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
LazyData: true
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
NeedsCompilation: no
Packaged: 2017-12-20 02:35:32 UTC; bhaskar
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 <bhaskarvk@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-20 04:28:55 UTC
Built: R 4.5.2; ; 2025-11-08 04:01:45 UTC; windows
