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
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/
NeedsCompilation: no
Packaged: 2025-11-05 19:57:11 UTC; peshghi
Author: Peyman Eshghi [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1613-2705>),
  Nandu Krishnan [aut],
  Nadia Abraham [aut],
  Harika Adapala [ctb],
  Johnson & Johnson Innovative Medicine [cph, fnd]
Maintainer: Peyman Eshghi <peymaan.es@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-05 23:30:02 UTC
Built: R 4.6.0; ; 2025-11-06 02:02:02 UTC; unix
