Skip to content

Commit

Permalink
Build site
Browse files Browse the repository at this point in the history
  • Loading branch information
margauxgo committed Mar 26, 2024
1 parent a96faa7 commit 7ec3707
Show file tree
Hide file tree
Showing 17 changed files with 123 additions and 20 deletions.
3 changes: 2 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ type: software
license: CC-BY-4.0
title: 'rwpfunctionality: Water point functionality assessment in nine sub-Saharan
Africa and South Asia countries'
version: 0.0.0.9000
version: 0.0.1
doi: 10.5281/zenodo.10878635
abstract: 'Water point monitoring data associated with the paper "[Rural water point
functionality estimates and associations: evidence from nine countries in sub-Saharan
Africa and South Asia](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2023WR034679)"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rwpfunctionality
Title: Water point functionality assessment in nine sub-Saharan Africa and South
Asia countries
Version: 0.0.0.9000
Version: 0.0.1
Authors@R: c(
person("Margaux", "Götschmann", , "margauxg@ethz.ch", role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-2567-3343")),
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ library(tidyverse)
<!-- badges: start -->
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
[![R-CMD-check](https://github.com/openwashdata/rwpfunctionality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata/rwpfunctionality/actions/workflows/R-CMD-check.yaml)
[![DOI](https://zenodo.org/badge/770378167.svg)](https://zenodo.org/doi/10.5281/zenodo.10878634)
<!-- badges: end -->

This package offers users comprehensive documentation on surveys conducted to assess water point functionality and management committees. These surveys were carried out across nine countries in both sub-Saharan Africa and South Asia. The data was published alongside the article "Rural water point functionality estimates and associations: evidence from nine countries in sub-Saharan Africa and South Asia" [@murray2024rural].
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![License: CC BY
4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
[![R-CMD-check](https://github.com/openwashdata/rwpfunctionality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata/rwpfunctionality/actions/workflows/R-CMD-check.yaml)
[![DOI](https://zenodo.org/badge/770378167.svg)](https://zenodo.org/doi/10.5281/zenodo.10878634)
<!-- badges: end -->

This package offers users comprehensive documentation on surveys
Expand Down Expand Up @@ -631,10 +632,9 @@ character
<td style="text-align:left;">
Overall management index for water committee: ‘Inadequate’ means WC is
inadequate in any of the above indices, ‘Minimum’ means WC meets minimum
level in all above indices \[“Operational” Committee\], ‘Moderate’ means
WC meets moderate level in all above indices and ‘Advanced’ means WC
meets moderate level in all above indices AND advanced level in at least
one of the above
level in all above indices, ‘Moderate’ means WC meets moderate level in
all above indices and ‘Advanced’ means WC meets moderate level in all
above indices AND advanced level in at least one of the above
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions data-raw/package_processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ library(cffr)
packageVersion("cffr")

# Hard code doi
# doi <- "10.5281/zenodo.6470427"
doi <- "10.5281/zenodo.10878635"

# creates CFF with all author roles
mod_cff <- cff_create("DESCRIPTION",
dependencies = FALSE,
keys = list(#"doi" = doi,
keys = list("doi" = doi,
"date-released" = Sys.Date()))

# Remove the preferred-citation key
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

8 changes: 5 additions & 3 deletions docs/authors.html

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

5 changes: 3 additions & 2 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-03-26T13:32Z
last_built: 2024-03-26T13:39Z
urls:
reference: https://github.com/openwashdata/rwpfunctionality/blob/main/_pkgdown.yml/reference
article: https://github.com/openwashdata/rwpfunctionality/blob/main/_pkgdown.yml/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/rwpfunctionality.html

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

Loading

0 comments on commit 7ec3707

Please sign in to comment.