-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.04 KB
/
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
Package: routr
Type: Package
Title: A Simple Router for HTTP and WebSocket Requests
Version: 0.4.1.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "thomasp85@gmail.com",
comment = c(ORCID = "0000-0002-5147-4711")))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: In order to make sure that web request ends up in the correct
handler function a router is often used. 'routr' is a package implementing a
simple but powerful routing functionality for R based servers. It is a fully
functional 'fiery' plugin, but can also be used with other 'httpuv' based
servers.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
R6,
assertthat,
uuid,
reqres,
stringi,
tools,
digest
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Suggests: testthat,
covr,
fiery
URL: https://routr.data-imaginist.com, https://github.com/thomasp85/routr#routr
BugReports: https://github.com/thomasp85/routr/issues