Package: shinyNotes Title: Shiny Module for Taking Free-Form Notes Version: 0.0.2 Authors@R: person('Daniel', 'Kovtun', email = 'quantumfusetrader@gmail.com', role = c('cre', 'aut')) Description: An enterprise-targeted scalable and customizable 'shiny' module providing an easy way to incorporate free-form note taking or discussion boards into applications. The package includes a 'shiny' module that can be included in any 'shiny' application to create a panel containing searchable, editable text broken down by section headers. Can be used with a local 'SQLite' database, or a compatible remote database of choice. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: shinyjs, shiny, shinyWidgets, dplyr, DBI, dbplyr, RSQLite, magrittr, stringr, markdown, rlang, utils RoxygenNote: 7.2.0 URL: https://github.com/danielkovtun/shinyNotes BugReports: https://github.com/danielkovtun/shinyNotes/issues Suggests: testthat (>= 2.1.0), knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://danielkovtun.r-universe.dev Date/Publication: 2023-02-19 17:35:43 UTC RemoteUrl: https://github.com/danielkovtun/shinynotes RemoteRef: HEAD RemoteSha: 18007c347029563408f6f01b675de12f4edea580 NeedsCompilation: no Packaged: 2026-06-17 11:39:57 UTC; root Author: Daniel Kovtun [cre, aut] Maintainer: Daniel Kovtun