-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.1 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
Package: kaggler
Title: Kaggle API Client
Version: 0.0.0.9000
Authors@R: c(
person("Kyle", "Harris", , "[email protected]", role = c("aut", "cre")),
person("Michael Wayne", "Kearney", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0730-4694")),
person("Spencer", "Matthews", role = "ctb",
comment = "kgl_flow_leaderboard")
)
Description: An interface for interacting with the public API offered by
\href{https://www.kaggle.com}{Kaggle}, a machine learning competition
platform.
License: MIT + file LICENSE
URL: https://koderkow.github.io/kaggler,
https://github.com/KoderKow/kaggler,
https://koderkow.github.io/kaggler/
BugReports: https://github.com/KoderKow/kaggler/issues
Imports:
archive,
assertthat,
dplyr,
fs,
glue,
httr,
httr2,
jsonlite,
lubridate,
magrittr,
purrr,
readr (>= 2.0.0),
snakecase,
stringr,
tibble,
usethis
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3