|
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 |
0 commit comments