File: DESCRIPTION

package info (click to toggle)
r-cran-webutils 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 252 kB
  • sloc: ansic: 198; sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: webutils
Type: Package
Title: Utility Functions for Developing Web Applications
Version: 1.1
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Description: Parses http request data in application/json, multipart/form-data, 
    or application/x-www-form-urlencoded format. Includes example of hosting
    and parsing html form data in R using either 'httpuv' or 'Rhttpd'.
License: MIT + file LICENSE
URL: https://github.com/jeroen/webutils
BugReports: https://github.com/jeroen/webutils/issues
Imports: curl (>= 2.5), jsonlite
Suggests: httpuv, testthat
RoxygenNote: 7.0.2
Language: en-US
NeedsCompilation: yes
Packaged: 2020-04-28 20:22:33 UTC; jeroen
Repository: CRAN
Date/Publication: 2020-04-28 21:00:02 UTC