Package: rAccess Title: Access Control Module for 'shiny' Applications Version: 0.1.1.3 Authors@R: c(person(given = "Peyman", family = "Eshghi", role = c("aut", "cre"), email = "peymaan.es@gmail.com", comment = c(ORCID = "0000-0003-1613-2705")), person(given = "Nandu", family = "Krishnan", role = c("aut")), person(given = "Nadia", family = "Abraham", role = "aut"), person(given = "Harika", family = "Adapala", role = "ctb"), person("Johnson & Johnson Innovative Medicine", role = c("cph", "fnd")) ) Description: Provides a flexible framework for implementing hierarchical access control in 'shiny' applications. Features include user permission management through a two-tier system of access panels and units, pluggable 'shiny' module for administrative interfaces, and support for multiple storage backends (local, 'AWS S3', 'Posit Connect'). The system enables fine-grained control over application features, with built-in audit trails and user management capabilities. Integrates seamlessly with 'Posit Connect's authentication system. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: config, dplyr, DT, here, htmlwidgets, httr, jsonlite, magrittr, pins, R6, shiny, shinyjs, shinyWidgets, tibble, tidyr, yaml, shinyalert, utils Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://johnsonandjohnson.github.io/rAccess/, https://github.com/johnsonandjohnson/rAccess/ BugReports: https://github.com/johnsonandjohnson/rAccess/issues/ Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://johnsonandjohnson.r-universe.dev Date/Publication: 2025-11-06 01:44:25 UTC RemoteUrl: https://github.com/johnsonandjohnson/raccess RemoteRef: HEAD RemoteSha: 276a500fc801efc1260fcdecbfcf97eff21c4ba5 NeedsCompilation: no Packaged: 2026-06-04 10:39:01 UTC; root Author: Peyman Eshghi [aut, cre] (ORCID: ), Nandu Krishnan [aut], Nadia Abraham [aut], Harika Adapala [ctb], Johnson & Johnson Innovative Medicine [cph, fnd] Maintainer: Peyman Eshghi