-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 844 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
Package: youtubeR
Title: An Interface to the YouTube API
Version: 0.0.0.9001
Authors@R: c(
person("Kevin", "Kent", , "[email protected]", role = c("aut", "cre")),
person("Jon", "Harmon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4781-4346"))
)
Description: Manage YouTube videos from R.
License: MIT + file LICENSE
URL: https://kevin-m-kent.github.io/youtubeR/,
https://github.com/kevin-m-kent/youtubeR
BugReports: https://github.com/kevin-m-kent/youtubeR/issues
Depends:
R (>= 4.1)
Imports:
cli,
curl,
fs,
glue,
httr2 (>= 1.0.0),
jsonlite,
purrr,
rlang,
snakecase
Suggests:
covr,
httptest2,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2