Package: robservable
Type: Package
Title: Import an Observable Notebook as HTML Widget
Version: 0.2.0
Date: 2020-09-23
Authors@R: c(
    person(
      "Julien", "Barnier",
      email = "julien.barnier@cnrs.fr",
      role = c("aut", "cre")
    ),
    person(
     "Kenton", "Russell",
      email = "kent.russell@timelyportfolio.com",
      role = "aut"
    ))
Maintainer: Julien Barnier <julien.barnier@cnrs.fr>
Description: Allows loading and displaying an Observable notebook (online JavaScript  
    notebooks powered by <https://observablehq.com>) as an HTML Widget in an R 
    session, 'shiny' application or 'rmarkdown' document.
VignetteBuilder: knitr
URL: https://juba.github.io/robservable/
BugReports: https://github.com/juba/robservable/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Enhances: shiny
Imports: htmlwidgets, jsonlite
Suggests: gapminder, knitr, rmarkdown, readr, dplyr, tidyr, lubridate,
        stringr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-28 07:25:38 UTC; julien
Author: Julien Barnier [aut, cre],
  Kenton Russell [aut]
Repository: CRAN
Date/Publication: 2020-09-30 09:00:02 UTC
