-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
33 lines (33 loc) · 984 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
Package: gitcreds
Title: Query 'git' Credentials from 'R'
Version: 0.1.2.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Query, set, delete credentials from the 'git' credential
store. Manage 'GitHub' tokens and other 'git' credentials. This
package is to be used by other packages that need to authenticate to
'GitHub' and/or other 'git' repositories.
License: MIT + file LICENSE
URL: https://gitcreds.r-lib.org/, https://github.com/r-lib/gitcreds
BugReports: https://github.com/r-lib/gitcreds/issues
Depends:
R (>= 3.4)
Suggests:
codetools,
covr,
knitr,
mockery,
oskeyring,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: git