-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
30 lines (30 loc) · 1.22 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
Package: listviewer
Type: Package
Title: 'htmlwidget' for Interactive Views of R Lists
Version: 4.0.0
Date: 2023-09-30
Authors@R: c(
person("Jos", "de Jong", role = c("aut", "cph"), comment = "jsoneditor.js library in htmlwidgets/jsoneditor, http://github.com/josdejong/jsoneditor/" ),
person("Mac"," Gainer", role = c("aut", "cph"), comment = "react-json-view library in htmlwidgets/react-json, https://github.com/mac-s-g/react-json-view"),
person("Kent","Russell", role = c("aut","cre"), comment = "R interface" , email = "[email protected]" )
)
Description: R lists, especially nested lists, can be very difficult to
visualize or represent. Sometimes 'str()' is not enough, so this suite of
htmlwidgets is designed to help see, understand, and maybe even modify your R
lists. The function 'reactjson()' requires a package
'reactR' that can be installed from CRAN or <https://github.com/timelyportfolio/reactR>.
License: MIT + file LICENSE
LazyData: TRUE
URL: https://github.com/timelyportfolio/listviewer
BugReports: https://github.com/timelyportfolio/listviewer/issues
Imports:
htmltools,
htmlwidgets,
shiny
Suggests:
jsonlite,
miniUI,
rstudioapi
Enhances:
reactR
RoxygenNote: 7.2.3