-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 907 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
Package: gh
Title: 'GitHub' 'API'
Version: 1.3.1.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("cre", "ctb")),
person("Jennifer", "Bryan", role = "aut"),
person("Hadley", "Wickham", role = "aut"),
person("RStudio", role = c("cph", "fnd"))
)
Description: Minimal client to access the 'GitHub' 'API'.
License: MIT + file LICENSE
URL: https://gh.r-lib.org/, https://github.com/r-lib/gh#readme
BugReports: https://github.com/r-lib/gh/issues
Depends: R (>= 3.4)
Imports:
cli (>= 3.0.1),
gitcreds,
httr (>= 1.2),
ini,
jsonlite
Suggests:
covr,
knitr,
mockery,
rmarkdown,
rprojroot,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1.9000
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate