-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 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
45
46
47
48
49
50
Package: gitr
Title: A Lightweight API for 'Git'
Version: 0.0.1.9000
Authors@R: c(
person(given = "Stu",
family = "Field",
role = c("aut", "cre", "cph"),
email = "stu.g.field@gmail.com",
comment = c(ORCID = "0000-0002-1024-5859"))
)
Description: A light-weight, dependency-free, application programming interface
(API) to access system-level 'Git' commands from within 'R'.
Contains wrappers and defaults for common data science workflows as well as
'Zsh' <https://github.com/ohmyzsh/ohmyzsh> plugin aliases.
A generalized API syntax is also available.
A system installation of 'Git' <https://git-scm.com/downloads> is required.
License: MIT + file LICENSE
URL: https://stufield.github.io/gitr/
BugReports: https://github.com/stufield/gitr/issues
Depends:
R (>= 4.1.0)
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: true
Copyright: Stu Field 2023
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en-US
Collate:
'params.R'
'gitr-package.R'
'git.R'
'git-branch.R'
'git-commit.R'
'git-lint-commit.R'
'git-pull-request.R'
'git-sitrep.R'
'git-tag.R'
'trim-sha.R'
'utils.R'
'zsh.R'