Package: mmints Title: Workflows for Building Web Applications Version: 0.2.0.9000 Authors@R: c( person("Mackson", "Ncube", , "macksonncube.stats@gmail.com", role = c("aut", "cre")), person("mightymetrika, LLC", role = c("cph", "fnd")) ) Description: Sharing statistical methods or simulation frameworks through 'shiny' applications often requires workflows for handling data. To help save and display simulation results, the postgresUI() and postgresServer() functions in 'mmints' help with persistent data storage using a 'PostgreSQL' database. The 'mmints' package also offers data upload functionality through the csvUploadUI() and csvUploadServer() functions which allow users to upload data, view variables and their types, and edit variable types before fitting statistical models within the 'shiny' application. These tools aim to enhance efficiency and user interaction in 'shiny' based statistical and simulation applications. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/mightymetrika/mmints BugReports: https://github.com/mightymetrika/mmints/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: DT, pool, RPostgres, shiny, shinyauthr, sodium Config/pak/sysreqs: cmake make libsodium-dev libuv1-dev libpq-dev zlib1g-dev Repository: https://mightymetrika.r-universe.dev Date/Publication: 2025-02-18 16:47:45 UTC RemoteUrl: https://github.com/mightymetrika/mmints RemoteRef: HEAD RemoteSha: 0a48398644d0644857d18918fc1d17fd56f91e2f NeedsCompilation: no Packaged: 2026-07-16 06:59:58 UTC; root Author: Mackson Ncube [aut, cre], mightymetrika, LLC [cph, fnd] Maintainer: Mackson Ncube