-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1000 Bytes
/
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
42
43
44
Package: wizehiver
Title: wizehiver: An R Wrapper for WizeHive's Zengine API
Version: 0.0.0.9000
Authors@R:
c(person(given = "Isabella",
family = "Velásquez",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Gustavo",
family = "Velásquez",
role = "aut",
email = "[email protected]"))
Description: An R wrapper for WizeHive's Zengine API.
License: MIT + file LICENSE
URL: https://ivelasq.github.io/wizehiver, https://github.com/ivelasq/wizehiver
BugReports: https://github.com/ivelasq/wizehiver/issues
Depends:
R (>= 3.5)
Imports:
cli,
crayon,
dplyr,
httr,
jsonlite,
magrittr,
purrr,
rlang,
tibble,
tidyr,
tidyselect,
usethis,
utils
Suggests:
covr,
pkgdown,
testthat,
knitr,
rmarkdown
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
VignetteBuilder: knitr