forked from dannywarren-wdfw/iformr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 877 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 877 Bytes
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
Package: iformr
Type: Package
Title: A set of tools to leverage the iFormBuilder API
Version: 0.1.0.9009
Authors@R: as.person(c(
"Are Strom <Are.Strom@dfw.wa.gov> [aut, cre]",
"Tyler Garber <Tyler.Garber@dfw.wa.gov> [ctb]",
"Bill DeVoe <William.DeVoe@maine.gov> [ctb]"
))
Description: A collection of tools to connect R to the iFormBuilder API.
For now, these functions allow the most basic operations such as
creating new option lists and downloading data. Additional functions
will be added as time allows.
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Imports:
curl (>= 2.7),
httr (>= 1.2.1),
jsonlite (>= 1.5),
lubridate (>= 1.6.0),
openssl (>= 0.9.6),
dplyr (>= 0.7.1),
stringi (>= 1.1.5),
tibble (>= 1.4.2),
stringr (>= 1.3.0),
methods (>= 3.5.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0