-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
43 lines (43 loc) · 975 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: ambiorix
Title: Web Framework Inspired by 'Express.js'
Version: 2.1.1
Authors@R:
c(
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6637-4107")),
person(family = "Opifex", role = c("fnd"))
)
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
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports:
fs,
log,
cli,
glue,
httpuv,
methods,
jsonlite,
assertthat
Suggests:
mime,
readr,
ggplot2,
promises,
websocket,
htmltools,
commonmark,
htmlwidgets,
testthat (>= 3.0.0)
URL: https://github.com/devOpifex/ambiorix, https://ambiorix.dev
BugReports: https://github.com/devOpifex/ambiorix/issues
Config/testthat/edition: 3