-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.22 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
42
43
44
45
46
47
Type: Package
Package: gorr
Title: Genuity Science service API for R
Version: 1.7.2
Authors@R: c(
person("Genuity", "Science", role = c("aut", "cre","cph"), email = "[email protected]"),
person("Edvald", "Gislason", role = "aut", email = ""),
person("Ólafur", "Flygenring", role = "ctb", email = "[email protected]"),
person("Andri", "Stefansson", role = "ctb", email = "[email protected]")
)
URL: https://github.com/wuxi-nextcode/gorr
BugReports: https://github.com/wuxi-nextcode/gorr/issues
Description: R library for interfacing with Genuity Science services.
License: LGPL (>= 2.1)
Encoding: UTF-8
LazyData: true
Imports:
readr (>= 1.1.1),
purrr (>= 0.2.4),
cli (>= 1.0.0),
crayon (>= 1.3.4),
magrittr (>= 1.5),
assertthat (>= 0.2.0),
stringr (>= 1.3.0),
httr (>= 1.3.1),
jsonlite (>= 1.5),
openssl (>= 1.0.1),
lubridate (>= 1.7.4),
data.table (>= 1.12.2),
digest (>= 0.6.20),
rlang (>= 0.4.0),
tidyselect,
tidyr,
methods,
stringi,
ggplot2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
testthat (>= 2.0.0),
knitr (>= 1.20),
rmarkdown (>= 1.10),
processx,
tibble,
fs,
dplyr