forked from ixpantia/gitear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.16 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
Package: gitear
Title: Client to the 'gitea' API
Version: 1.0.0
Authors@R: c(
person(family="ixpantia, SRL", role = "aut", email = "[email protected]"),
person("Frans", "van Dunné", role=c("cre", "aut"), email="[email protected]"),
person("Francisco", "Sácida", role="aut", email="[email protected]"),
person("Ronny", "Hernández Mora", role="aut", email="[email protected]"),
person("Patrick", "Santamaría Guzmán", role="ctb", email="[email protected]"))
Description: 'Gitea' is a community managed, lightweight code hosting solution
were projects and their respective git repositories can be managed
<https://gitea.io>. This package gives an interface to the 'Gitea' API to
access and manage repositories, issues and organizations directly in R.
Depends:
R (>= 3.5.0),
magrittr
Imports:
httr,
jsonlite,
dplyr,
tidyr,
tibble,
stringr,
mockery,
graphics,
Rcpp
License: GPL-3
URL: https://ixpantia.github.io/gitear/
BugReports: https://github.com/ixpantia/gitear/issues
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown,
covr
RoxygenNote: 7.1.1
VignetteBuilder: knitr