-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.34 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
Package: ghentr
Title: Templating Functions to Use with GitHub Enterprise
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Ian", family = "Lyttle",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849")
),
person("Hadley", "Wickham", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-4757-117X")
),
person("Emily", "Bosak", email = "[email protected]", role = c("ctb"))
)
Description: The devtools package provides a couple of useful functions for
for working with GitHub: install_github(), to install packages from GitHub,
and use_github(), to connect a local package repository with GitHub. However,
these functions are not as convenient to use with a particular instance of
GitHub Enterprise. You can use this package to create analagous functions in
a custom package to work with your instance of GitHub Enterprise.
Depends: R (>= 3.2)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ijlyttle/ghentr
BugReports: https://github.com/ijlyttle/ghentr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
covr,
drat,
knitr,
rmarkdown
Imports:
devtools,
usethis (>= 1.1.0.9000),
roxygen2,
whisker,
crayon,
clipr,
desc,
clisymbols
VignetteBuilder: knitr