Package: aurora
Title: Build Stateless Web Apps with 'plumber2'
Version: 0.1.12
Authors@R: c(
person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")),
person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"),
person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"),
person("Carlos", "Amorin", email = "carlos.agaf@ufpe.br", role = "aut"),
person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"),
person("Júlia", "Nascimento Barreto", email = "juliabarreto@gd.seplag.pe.gov.br", role = "aut"))
Description: A scaffolding and deployment toolkit for building
stateless web applications in R on top of the 'plumber2' web
framework (). The UI is authored
with 'bslib' and compiled to a static HTML asset at build time,
while 'plumber2' serves the assets and exposes JSON API routes.
Provides functions to scaffold app skeletons, run them locally,
and generate Dockerfiles and images suitable for 'ShinyProxy'
or plain Docker.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.1)
Imports: cli, fs, glue, htmltools, jsonlite, plumber2 (>= 0.2.0),
rlang, yaml
Suggests: brand.yml, bslib (>= 0.9.0), callr, config, fiery, geojsonsf,
httpuv, httr2, jose, knitr, later, nanoparquet, pak, reqres,
rmarkdown, sf, shiny, sodium, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/aurora-govpe/aurora-rpkg,
https://aurora-govpe.github.io/aurora-rpkg/
BugReports: https://github.com/aurora-govpe/aurora-rpkg/issues
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev
libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev
libpng-dev libsodium-dev libtiff-dev libuv1-dev libwebp-dev
libxml2-dev libssl-dev libx11-dev xz-utils zlib1g-dev
libclang-dev
Repository: https://aurora-govpe.r-universe.dev
Date/Publication: 2026-06-19 18:25:12 UTC
RemoteUrl: https://github.com/aurora-govpe/aurora-rpkg
RemoteRef: HEAD
RemoteSha: 2ae041595a536d8c555f3052612953d1c9f307dc
NeedsCompilation: no
Packaged: 2026-06-25 08:17:44 UTC; root
Author: Andre Leite [aut, cre],
Marcos Wasilew [aut],
Hugo Vasconcelos [aut],
Carlos Amorin [aut],
Diogo Bezerra [aut],
Júlia Nascimento Barreto [aut]
Maintainer: Andre Leite