Skip to content

Commit d8222cb

Browse files
authored
Merge pull request #9 from openwashdata/4-data-package-review-documentation
Fix Issue #4: Documentation
2 parents ab06700 + f18fbe6 commit d8222cb

5 files changed

Lines changed: 51 additions & 17 deletions

File tree

R/artesianwells.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
#' \item{longitude}{Longitude coordinate of the surveyed site}
1010
#' \item{artesian_well}{Indicates whether the location of the artesian well}
1111
#' \item{district}{Administrative district where the site is located}
12-
#' \item{trad_auth}{Traditional authority under which the site falls}
12+
#' \item{traditional_authority}{Traditional authority under which the site falls}
1313
#' \item{well_images}{Links or filenames of images showing the well}
1414
#' \item{has_structure}{Indicates if the well has a surrounding structure}
15-
#' \item{structure_type}{Type of structure present around the well}
16-
#' \item{structure_type_other}{Description of structure if Other is selected}
15+
#' \item{well_structure_type}{Type of structure present around the well}
16+
#' \item{well_structure_type_other}{Description of structure if Other is selected}
1717
#' \item{can_test_flow}{Indicates if a flow test can be conducted at the site}
18-
#' \item{fill_time_20l}{Time in seconds required to fill a 20 liter container}
19-
#' \item{community_use}{Primary community usage of the water source}
18+
#' \item{seconds_to_fill_20L}{Time in seconds required to fill a 20 liter container}
19+
#' \item{use_of_site}{Primary community usage of the water source}
2020
#' \item{other_site_use}{Additional uses of the site (if any)}
2121
#' \item{seasonal_unavail}{Indicates if the site becomes unavailable during certain seasons}
2222
#' \item{area_photos}{Links or filenames of photos showing the broader site area}

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ggplot() +
190190
## License
191191

192192
Data are available as
193-
[CC-BY](https://github.com/openwashdata/%7B%7B%7Bpackagename%7D%7D%7D/blob/main/LICENSE.md).
193+
[CC-BY](https://github.com/openwashdata/artesianwells/blob/main/LICENSE.md).
194194

195195
## Citation
196196

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ artesianwells |>
112112
gt::as_raw_html()
113113
```
114114

115-
<div id="iypvyonzrr" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
115+
<div id="pewlrhwbgt" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
116116
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
117117
<thead style="border-style: none;">
118118
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -863,7 +863,7 @@ ggplot() +
863863
## License
864864

865865
Data are available as
866-
[CC-BY](https://github.com/openwashdata/%7B%7B%7Bpackagename%7D%7D%7D/blob/main/LICENSE.md).
866+
[CC-BY](https://github.com/openwashdata/artesianwells/blob/main/LICENSE.md).
867867

868868
## Citation
869869

@@ -874,17 +874,18 @@ citation("artesianwells")
874874
#> Um Paket 'artesianwells' in Publikationen zu zitieren, nutzen Sie
875875
#> bitte:
876876
#>
877-
#> Mhango E (2025). _artesianwells: Artesian Well Site Assessment Data_.
878-
#> R package version 0.0.0.9000,
877+
#> Mhango E (2025). "artesianwells: Artesian Well Site Assessment Data."
879878
#> <https://github.com/openwashdata/artesianwells>.
880879
#>
881880
#> Ein BibTeX-Eintrag für LaTeX-Benutzer ist
882881
#>
883-
#> @Manual{,
882+
#> @Misc{,
884883
#> title = {artesianwells: Artesian Well Site Assessment Data},
885884
#> author = {Emmanuel Mhango},
886885
#> year = {2025},
887-
#> note = {R package version 0.0.0.9000},
888886
#> url = {https://github.com/openwashdata/artesianwells},
887+
#> abstract = {A dataset capturing geospatial, structural, usage, and management characteristics of artesian well sites.},
888+
#> version = {0.0.0.9000},
889+
#> type = {dataset},
889890
#> }
890891
```

_pkgdown.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
url: https://github.com/openwashdata/artesianwells
2+
template:
3+
bootstrap: 5
4+
includes:
5+
in_header: |
6+
<script defer data-domain="openwashdata.github.io" src="https://plausible.io/js/script.js"></script>
7+
8+
home:
9+
links:
10+
- icon: github
11+
text: GitHub repository
12+
href: https://github.com/openwashdata/artesianwells
13+
sidebar:
14+
structure: [links, citation, authors, dev, custom]
15+
components:
16+
custom:
17+
title: Funding
18+
text: This project was funded by the [Open Research Data Program of the ETH Board](https://ethrat.ch/en/eth-domain/open-research-data/).
19+
20+
authors:
21+
footer:
22+
roles: [cre, fnd]
23+
text: "Crafted by"
24+
sidebar:
25+
roles: [cre, aut, ctb]
26+
before: "So *who* does the work?"
27+
after: "Thanks all!"
28+
29+
reference:
30+
- title: "Data"
31+
desc: "Access the artesianwells dataset"
32+
contents:
33+
- artesianwells

man/artesianwells.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)