Package: ambiorix Title: Web Framework Inspired by 'Express.js' Version: 3.1.0 Authors@R: c( person(given = "John", family = "Coene", role = "aut", email = "jcoenep@gmail.com", comment = c(ORCID = "0000-0002-6637-4107")), person(family = "Opifex", role = c("fnd")), person(given = "Kennedy", family = "Mwavu", role = "cre", email = "mwavukennedy@gmail.com", comment = c(ORCID = "0009-0006-3157-7234")), person(given = "Julio", family = "Collazos", role = "ctb", comment = c(ORCID = "0009-0006-5503-0997")), person(family = "SmartBear Software", role = c("ctb", "cph"), comment = "swagger-ui assets in inst/swagger-ui/") ) Description: A web framework inspired by 'express.js' to build any web service from multi-page websites to 'RESTful' application programming interfaces. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: log, cli, glue, httpuv, methods, assertthat, webutils (>= 1.2.0), yyjsonr (>= 0.1.20), mime (>= 0.13), promises (>= 1.5.0) Suggests: readr, readxl, ggplot2, jsonlite, websocket, htmltools, commonmark, htmlwidgets, testthat (>= 3.0.0) URL: https://github.com/ambiorix-web/ambiorix, https://ambiorix.dev BugReports: https://github.com/ambiorix-web/ambiorix/issues Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libssl-dev zlib1g-dev Repository: https://ambiorix-web.r-universe.dev Date/Publication: 2026-07-19 17:34:12 UTC RemoteUrl: https://github.com/ambiorix-web/ambiorix RemoteRef: HEAD RemoteSha: 36a90a122fe63899b7934f4cc4d231b4a719d512 NeedsCompilation: no Packaged: 2026-07-19 17:40:58 UTC; root Author: John Coene [aut] (ORCID: ), Opifex [fnd], Kennedy Mwavu [cre] (ORCID: ), Julio Collazos [ctb] (ORCID: ), SmartBear Software [ctb, cph] (swagger-ui assets in inst/swagger-ui/) Maintainer: Kennedy Mwavu