Package: listviewer
Type: Package
Title: 'htmlwidget' for Interactive Views of R Lists
Version: 3.0.0
Date: 2019-11-02
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 = "kent.russell@timelyportfolio.com" )
  )
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: 6.1.1
NeedsCompilation: no
Packaged: 2019-11-02 18:05:18 UTC; kentr
Author: Jos de Jong [aut, cph] (jsoneditor.js library in
    htmlwidgets/jsoneditor, http://github.com/josdejong/jsoneditor/),
  Mac Gainer [aut, cph] (react-json-view library in
    htmlwidgets/react-json, https://github.com/mac-s-g/react-json-view),
  Kent Russell [aut, cre] (R interface)
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>
Repository: CRAN
Date/Publication: 2019-11-02 18:20:02 UTC
Built: R 4.1.3; ; 2023-04-17 18:22:17 UTC; windows
