-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
515 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^README\.Rmd$ | ||
^\.travis\.yml$ | ||
^codecov\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r | ||
|
||
language: R | ||
cache: packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: gitear | ||
Title: Client to the 'gitea' API | ||
Version: 0.0.4 | ||
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="ctb", email="[email protected]")) | ||
person("Ronny", "Hernández Mora", role="aut", 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 | ||
|
@@ -17,8 +17,10 @@ Imports: | |
License: MIT + file LICENCE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Suggests: testthat, | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
rmarkdown, | ||
covr | ||
RoxygenNote: 7.0.2 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
comment: false | ||
|
||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
patch: | ||
default: | ||
target: auto | ||
threshold: 1% |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.