-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
30 lines (30 loc) · 898 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
Package: ghee
Title: Provides a Lightweight Interface for 'GitHub' through R
Version: 0.1.0
Authors@R:
person(given = "Jonathan",
family = "Trattner",
role = c("aut", "cre"),
email = "jdt@jdtrat.com",
comment = c(ORCID = "0000-0002-1097-7603"))
Description: Provides a user friendly wrapper for the 'gh' package facilitating easy
access to the REST API for 'GitHub'. Includes support for common tasks such as
creating and commenting on issues, inviting collaborators, and more.
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
URL: https://github.com/jdtrat/ghee
BugReports: https://github.com/jdtrat/ghee/issues
Imports:
gh,
jsonlite,
utils
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr