-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
41 lines (41 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: robservable
Type: Package
Title: Import an Observable Notebook as HTML Widget
Version: 0.2.2.9000
Date: 2022-06-29
Authors@R: c(
person(
"Julien", "Barnier",
email = "[email protected]",
role = c("aut", "cre")
),
person(
"Kenton", "Russell",
email = "[email protected]",
role = "aut"
))
Maintainer: Julien Barnier <[email protected]>
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
Enhances: shiny
Imports:
htmlwidgets,
jsonlite
Suggests:
gapminder,
palmerpenguins,
knitr,
rmarkdown,
readr,
dplyr,
tidyr,
lubridate,
stringr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)