-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.03 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
Package: WufooR
Type: Package
Title: R Wrapper for the 'Wufoo.com' - The Form Building Service
Description: Allows form managers to download entries from their respondents
using Wufoo JSON API (<https://www.wufoo.com>). Additionally, the Wufoo reports - when public - can be
also acquired programmatically. Note that building new forms within this package
is not supported.
Version: 1.0
Date: 2020-03-22
Authors@R: c(
person("John", "Malc", email = "cincenko@outlook.com", role = c("aut", "cre"), comment = "@dmpe"),
person("Maksim", "Pecherskiy", role = c("ctb"), comment = "@MrMaksimize")
)
Maintainer: John Malc <cincenko@outlook.com>
Depends:
R (>= 3.6.0)
Imports:
httr (>= 1.4.1),
jsonlite (>= 1.6.1),
dplyr (>= 0.8.5)
Suggests:
roxygen2 (>= 7.1.0),
knitr (>= 1.28),
testthat (>= 2.3.2),
rmarkdown (>= 2.1),
covr
VignetteBuilder: knitr
Encoding: UTF-8
License: Apache License 2.0
URL: https://github.com/dmpe/wufoor
BugReports: https://github.com/dmpe/wufoor/issues
RoxygenNote: 7.1.0