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 = "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 . License: MIT + file LICENSE 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 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://timelyportfolio.r-universe.dev Date/Publication: 2023-09-30 17:54:18 UTC RemoteUrl: https://github.com/timelyportfolio/listviewer RemoteRef: master RemoteSha: 5f748e712d5da9cf10392f6c9e0b704221c32a1b NeedsCompilation: no Packaged: 2026-06-16 11:41:10 UTC; root 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