-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 970 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
45
46
47
48
49
50
Package: rgeco
Type: Package
Title: R package for accessing the Generable API
Version: 0.0.7-9000
Author: Generable Inc
Maintainer: Jacqueline Buros <[email protected]>
Description: The Generable API is a HTTP REST API that provides access to data and inferences. The rgeco package provides convenient access to the information in the API in an R-friendly format.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Config/reticulate:
list(
packages = list(
list(package = "xarray")
)
)
Imports:
httr,
RJSONIO,
magrittr,
futile.logger,
checkmate,
stringr,
rlang,
purrr,
dplyr,
tibble,
glue,
broom,
tidyr,
survival,
lubridate,
forcats,
table1,
reticulate,
boot,
cli,
data.table,
httpcache,
keyring
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
scales,
tidyverse,
utils
RoxygenNote: 7.3.1
VignetteBuilder: knitr