Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
add testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed Jun 19, 2019
1 parent 088a631 commit 5b12b88
Show file tree
Hide file tree
Showing 97 changed files with 1,884 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .github/404.md
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
# Page not found (404)

Please use the links in the navigation bar.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 1,2 @@
# CODEOWNERS for koboloadeR
.github/CODEOWNERS @edouard_lgp
File renamed without changes.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@

When contributing to this repository, please first discuss the change you wish to make via issue.

Please note we have a [code of conduct](https://github.com/unhcr/koboloadeR/blob/gh-pages/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
Please note we have a [code of conduct](https://github.com/unhcr/koboloadeR/blob/gh-pages/.github/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

<br/>

Expand All @@ -28,13 28,11 @@ Please note we have a [code of conduct](https://github.com/unhcr/koboloadeR/blob

* Push your branch to your fork on Github, the remote `origin`.

* From your fork open a pull request in the correct branch using the specified [Issue Template](https://github.com/unhcr/koboloadeR/blob/gh-pages/ISSUE_TEMPLATE.md)
* From your fork open a pull request in the correct branch using the specified [Issue Template](https://github.com/unhcr/koboloadeR/blob/gh-pages/.github/ISSUE_TEMPLATE.md)
* Update the `README.md` with details of changes to the interface particularly changes in how indicators are defined or addition of new indicators.

* Increase the version numbers in any examples files and the `README.md` to the new version that this `Pull Request` would represent. The versioning scheme we use is [SemVer](http://semver.org/).

* You may then request [Ernest Guevarra](mailto:[email protected]) to merge your `Pull Request` for you.

* Once the pull request is approved and merged you can pull the changes from `upstream` to your local repo and delete
your extra branch(es).

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 11,7 @@ Description: This package facilitates the data crunching & exploration for datas
License: GPL-3
LazyData: TRUE
Depends:
R (>= 3.5)
utils,
data.table (>= 1.9.4),
curl,
Expand Down Expand Up @@ -54,4 55,3 @@ RoxygenNote: 6.1.1
VignetteBuilder: utils
Encoding: UTF-8
SystemRequirements: Java (>= 8)
Depends: R (>= 3.5)
4 changes: 2 additions & 2 deletions buildsite.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@

#install.packages("pkgdown")

library("pkgdown")
pkgdown::build_site()
library("pkgdown")
pkgdown::build_site()

build_vignettes()
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
comment: false
155 changes: 155 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b12b88

Please sign in to comment.