Package: shinyCyJS Title: Create Interactive Network Visualizations in R and 'shiny' Version: 1.2.0 Authors@R: c( person("Jinhwan", "Kim", , email = "hwanistic@gmail.com", role = c("aut", "cre", "cph")) ) Description: Create Interactive Graph (Network) Visualizations. 'shinyCyJS' can be used in 'Shiny' apps or viewed from 'Rstudio' Viewer. 'shinyCyJS' includes API to build Graph model like node or edge with customized attributes for R. 'shinyCyJS' is built with 'cytoscape.js' and 'htmlwidgets' R package. License: MIT + file LICENSE URL: https://github.com/jhk0530/shinyCyJS BugReports: https://github.com/jhk0530/shinyCyJS/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Imports: htmlwidgets, shinyjs Suggests: testthat (>= 3.0.0), rmarkdown, knitr VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://jhk0530.r-universe.dev Date/Publication: 2024-08-18 13:03:35 UTC RemoteUrl: https://github.com/jhk0530/shinyCyJS RemoteRef: HEAD RemoteSha: d1158dada81a9dd205057a4f4aa483236c27d352 NeedsCompilation: no Packaged: 2026-07-16 08:26:57 UTC; root Author: Jinhwan Kim [aut, cre, cph] Maintainer: Jinhwan Kim