-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 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
Package: gitgadget
Type: Package
Title: 'Rstudio' Addin for Version Control and Assignment Management using Git
Version: 0.8.0
Date: 2023-7-4
Authors@R: c(
person("Vincent", "Nijs", , "[email protected]", c("aut", "cre")),
person("Sanjiv", "Erat", , "[email protected]", "aut")
)
Description: An 'Rstudio' addin for version control that allows users to clone
repositories, create and delete branches, and sync forks on GitHub, GitLab, etc.
Furthermore, the addin uses the GitLab API to allow instructors to create
forks and merge requests for all students/teams with one click of a button.
Depends:
R (>= 4.0.0)
Imports:
shiny (>= 1.7.1),
miniUI (>= 0.1.1.1),
rstudioapi (>= 0.7),
curl (>= 3.2),
jsonlite (>= 1.5),
dplyr (>= 0.8.3),
shinyFiles (>= 0.7.5),
callr (>= 2.0.4),
usethis (>= 1.5.1),
markdown
Suggests:
knitr,
rmarkdown
URL: URL: https://github.com/vnijs/gitgadget
BugReports: https://github.com/vnijs/gitgadget/issues
License: GPL-3
RoxygenNote: 7.2.3
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr