rAccess
Access Control Module for 'shiny' Applications
v0.1.1.3
·
Nov 5, 2025
·
Apache License (>= 2)
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.
Downloads
215
Last 30 days
21290th
567
Last 90 days
1.1K
Last year
Trend: +13.2% (30d vs prior 30d)
CRAN Check Status
2
ERROR
12
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | ERROR |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | ERROR |
Check details (2 non-OK)
ERROR
r-devel-windows-x86_64
tests
Running 'testthat.R' [17s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(rAccess)
> library(DT)
> library(pins)
> library(shiny)
Attaching package: 'shiny'
The following objects are masked from 'package:DT':
dataTableOutput, renderDataTable
> library(tibble)
>
>
> test_check("rAccess")
Saving _problems/test-app-33.R
Guessing `type = 'rds'`
Creating new version '20260403T124528Z-39356'
Writing to pin 'test_access_board'
Guessing `type = 'rds'`
! The hash of pin "test_access_board" has not changed.
* Your pin will not be stored.
Guessing `ty
...[truncated]...
16. │ │ │ │ └─domain$wrapSync(expr)
17. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack)
18. │ │ │ └─env$runWith(self, func)
19. │ │ │ └─shiny (local) contextFunc()
20. │ │ │ └─shiny::..stacktraceon..(expr)
21. │ │ ├─shiny::withReactiveDomain(...)
22. │ │ │ └─promises::with_promise_domain(...)
23. │ │ │ └─domain$wrapSync(expr)
24. │ │ │ └─base::force(expr)
25. │ │ └─withr::with_options(...)
26. │ │ └─base::force(code)
27. │ └─rAccess (local) server(input = session$input, output = session$output, session = session)
28. │ └─new_iam$is_admin() at test-app.R:424:5
29. │ └─self$pin_board %>% pin_read(pin_name)
30. ├─pins::pin_read(., pin_name)
31. │ └─pins:::object_read(meta, type)
32. │ └─rlang::arg_match0(type, object_types, error_call = call)
33. └─rlang::abort(message = message, call = call)
[ FAIL 3 | WARN 2 | SKIP 4 | PASS 37 ]
Error:
! Test failures.
Execution halted
ERROR
r-release-windows-x86_64
tests
Running 'testthat.R' [17s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(rAccess)
> library(DT)
> library(pins)
> library(shiny)
Attaching package: 'shiny'
The following objects are masked from 'package:DT':
dataTableOutput, renderDataTable
> library(tibble)
>
>
> test_check("rAccess")
Saving _problems/test-app-33.R
Guessing `type = 'rds'`
Creating new version '20260329T082158Z-55896'
Writing to pin 'test_access_board'
Guessing `type = 'rds'`
! The hash of pin "test_access_board" has not changed.
* Your pin will not be stored.
Guessing `ty
...[truncated]...
16. │ │ │ │ └─domain$wrapSync(expr)
17. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack)
18. │ │ │ └─env$runWith(self, func)
19. │ │ │ └─shiny (local) contextFunc()
20. │ │ │ └─shiny::..stacktraceon..(expr)
21. │ │ ├─shiny::withReactiveDomain(...)
22. │ │ │ └─promises::with_promise_domain(...)
23. │ │ │ └─domain$wrapSync(expr)
24. │ │ │ └─base::force(expr)
25. │ │ └─withr::with_options(...)
26. │ │ └─base::force(code)
27. │ └─rAccess (local) server(input = session$input, output = session$output, session = session)
28. │ └─new_iam$is_admin() at test-app.R:424:5
29. │ └─self$pin_board %>% pin_read(pin_name)
30. ├─pins::pin_read(., pin_name)
31. │ └─pins:::object_read(meta, type)
32. │ └─rlang::arg_match0(type, object_types, error_call = call)
33. └─rlang::abort(message = message, call = call)
[ FAIL 3 | WARN 2 | SKIP 4 | PASS 37 ]
Error:
! Test failures.
Execution halted
Check History
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 30, 2026
ERROR
r-release-windows-x86_64
tests
Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test ...[truncated]... │ └─pins:::object_read(meta, type) 32. │ └─rlang::arg_match0(type, object_types, error_call = call) 33. └─rlang::abort(message = message, call = call) [ FAIL 3 | WARN 2 | SKIP 4 | PASS 37 ] Error: ! Test failures. Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 27, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR
r-release-windows-x86_64
tests
Running 'testthat.R' [16s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test ...[truncated]... (., pin_name) 31. │ └─pins:::object_read(meta) 32. │ └─rlang::arg_match0(meta$type, object_types) 33. └─rlang::abort(message = message, call = call) [ FAIL 3 | WARN 2 | SKIP 4 | PASS 37 ] Error: ! Test failures. Execution halted