Skip to content

Commit bb6e689

Browse files
committed
Final changes for submission
1 parent 3aa87fb commit bb6e689

File tree

3 files changed

+39
-40
lines changed

3 files changed

+39
-40
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^doc$
77
^Meta$
88
^docs$
9+
^LICENCE\.md$

DESCRIPTION

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
Package: gitear
2-
Title: Client to the 'gitea' API
3-
Version: 1.0.0
4-
Authors@R: c(
5-
person(family="ixpantia, SRL", role = "aut", email = "[email protected]"),
6-
person("Frans", "van Dunné", role=c("cre", "aut"), email="[email protected]"),
7-
person("Francisco", "Sácida", role="aut", email="[email protected]"),
8-
person("Ronny", "Hernández Mora", role="aut", email="[email protected]"),
9-
person("Patrick", "Santamaría Guzmán", role="ctb", email="[email protected]"))
10-
Description: 'Gitea' is a community managed, lightweight code hosting solution
11-
were projects and their respective git repositories can be managed
12-
<https://gitea.io>. This package gives an interface to the 'Gitea' API to
13-
access and manage repositories, issues and organizations directly in R.
14-
Depends:
15-
R (>= 3.5.0),
16-
magrittr
17-
Imports:
18-
httr,
19-
jsonlite,
20-
dplyr,
21-
tidyr,
22-
tibble,
23-
stringr,
24-
mockery,
25-
graphics,
26-
Rcpp
27-
License: GPL-3 | file LICENSE
28-
URL: https://ixpantia.github.io/gitear/
29-
BugReports: https://github.com/ixpantia/gitear/issues
30-
Encoding: UTF-8
31-
LazyData: true
32-
Suggests:
33-
testthat,
34-
knitr,
35-
rmarkdown,
36-
covr
37-
RoxygenNote: 7.1.1
38-
VignetteBuilder: knitr
1+
Package: gitear
2+
Title: Client to the 'gitea' API
3+
Version: 1.0.0
4+
Authors@R: c(
5+
person(family="ixpantia, SRL", role = "aut", email = "[email protected]"),
6+
person("Frans", "van Dunné", role=c("cre", "aut"), email="[email protected]"),
7+
person("Francisco", "Sácida", role="aut", email="[email protected]"),
8+
person("Ronny", "Hernández Mora", role="aut", email="[email protected]"),
9+
person("Patrick", "Santamaría Guzmán", role="ctb", email="[email protected]"))
10+
Description: 'Gitea' is a community managed, lightweight code hosting solution
11+
were projects and their respective git repositories can be managed
12+
<https://gitea.io>. This package gives an interface to the 'Gitea' API to
13+
access and manage repositories, issues and organizations directly in R.
14+
Depends:
15+
R (>= 3.5.0),
16+
magrittr
17+
Imports:
18+
httr,
19+
jsonlite,
20+
dplyr,
21+
tidyr,
22+
tibble,
23+
stringr,
24+
mockery,
25+
graphics,
26+
Rcpp
27+
License: GPL-3
28+
URL: https://ixpantia.github.io/gitear/
29+
BugReports: https://github.com/ixpantia/gitear/issues
30+
Encoding: UTF-8
31+
LazyData: true
32+
Suggests:
33+
testthat,
34+
knitr,
35+
rmarkdown,
36+
covr
37+
RoxygenNote: 7.1.1
38+
VignetteBuilder: knitr

LICENSE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)