forked from nteetor/prairie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.11 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
34
35
36
37
38
39
40
41
Package: prairie
Type: Package
Title: Get Web Applications Growing In R
Version: 0.0.1.3
Authors@R: person("Nathan", "Teetor", email = "[email protected]", role = c("cre", "aut"))
Description: A web framework for R, prairie is based on existing
frameworks like Express (JS), Django (python), Wookie (lisp), and
Sinatra (ruby) and provides R users with a set of tools to create
web applications from scratch. Alternatively, users can coerce and
combine existing R code and custom classes into responses, routes,
and applications to serve code and data across the web.
License: MIT + file LICENSE
URL: https://github.com/nteetor/prairie
BugReports: https://github.com/nteetor/prairie/issues
RoxygenNote: 6.0.1
Depends:
R (>= 3.0.0)
Imports:
htmltools,
httpuv (>= 1.3.3),
mime,
stringr
Suggests:
jsonlite,
testthat
Collate:
'prairie.R'
'utils.R'
'request.R'
'request-request-line.R'
'request-header.R'
'response.R'
'response-header.R'
'response-utils.R'
'route.R'
'application.R'
'jsonify.R'
'status.R'
'body.R'
'mockup.R'
'zzz.R'