-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mian
committed
Sep 9, 2024
1 parent
408ebc4
commit 04663ae
Showing
22 changed files
with
410 additions
and
192 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 |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^CITATION\.cff$ | ||
^\.github$ |
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 @@ | ||
*.html |
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,52 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
|
||
name: R-CMD-check.yaml | ||
|
||
permissions: read-all | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ${{ matrix.config.os }} | ||
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
http-user-agent: ${{ matrix.config.http-user-agent }} | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true | ||
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")' |
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,54 @@ | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "watercostaccra" in publications use:' | ||
type: software | ||
license: CC-BY-4.0 | ||
title: 'watercostaccra: Household water costs and coping strategies data from metropolitan | ||
Accra' | ||
version: 0.0.0.9000 | ||
abstract: A household survey on water costs and coping strategies as well as a water | ||
point survey were conducted in two low-income communities in metropolitan Accra. | ||
These are Korle Gonno, a larger, well-planned coastal area with over 35 household | ||
water vendors, and Abuja, a small, densely packed, extralegal settlement with 15 | ||
water vendor and bathhouse businesses. | ||
authors: | ||
- family-names: Vicario | ||
given-names: Elizabeth | ||
email: [email protected] | ||
orcid: https://orcid.org/0009-0000-6081-2076 | ||
- family-names: Götschmann | ||
given-names: Margaux | ||
email: [email protected] | ||
orcid: https://orcid.org/0009-0002-2567-3343 | ||
- family-names: Davidson | ||
given-names: Betty Avanu | ||
email: [email protected] | ||
orcid: https://orcid.org/0009-0006-9594-4048 | ||
- family-names: Amankwaa | ||
given-names: Ebenezer F. | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-8735-2521 | ||
- family-names: Zhong | ||
given-names: Mian | ||
email: [email protected] | ||
orcid: https://orcid.org/0009-0009-4546-7214 | ||
repository-code: https://github.com/openwashdata/watercostaccra | ||
url: https://github.com/openwashdata/watercostaccra | ||
contact: | ||
- family-names: Götschmann | ||
given-names: Margaux | ||
email: [email protected] | ||
orcid: https://orcid.org/0009-0002-2567-3343 | ||
keywords: | ||
- accra | ||
- ghana | ||
- household-surveys | ||
- open-data | ||
- openwashdata | ||
- r | ||
- water-cost | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ Package: watercostaccra | |
Title: Household water costs and coping strategies data from metropolitan Accra | ||
Version: 0.0.0.9000 | ||
Authors@R: c( | ||
person("Margaux", "Götschmann", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0009-0002-2567-3343")), | ||
person("Elizabeth", "Vicario", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0009-0000-6081-2076")), | ||
person("Margaux", "Götschmann", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0009-0002-2567-3343")), | ||
person("Betty Avanu", "Davidson", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0009-0006-9594-4048")), | ||
person("Ebenezer F.", "Amankwaa", , "[email protected]", role = "aut", | ||
|
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
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.