generated from Global-Health-Engineering/manuscript-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from openwashdata/main
Merge R data package development from openwashdata
- Loading branch information
Showing
166 changed files
with
60,080 additions
and
432 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^LICENSE\.md$ | ||
^CITATION\.cff$ | ||
^vignettes/articles$ | ||
^\.github$ | ||
^README\.Rmd$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^data-raw | ||
^citation.R |
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,49 @@ | ||
# 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 | ||
|
||
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@v3 | ||
|
||
- 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 |
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 |
---|---|---|
|
@@ -50,3 +50,6 @@ rsconnect/ | |
|
||
# Mac files | ||
.DS_Store | ||
|
||
# citation helper file | ||
citation.R |
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,19 +1,63 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.5.0 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
message: 'To cite package "wasteskipsblantyre" in publications use:' | ||
type: software | ||
license: CC-BY-4.0 | ||
title: 'wasteskipsblantyre: Locations of Public Waste Skips in Blantyre, Malawi' | ||
version: 0.0.2 | ||
doi: 10.5281/zenodo.6470427 | ||
abstract: An R data package containing the locations of public waste skips in Blantyre, | ||
Malawi. | ||
authors: | ||
- family-names: Yesaya | ||
given-names: Mabvuto | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3234-9699 | ||
- family-names: Msuku | ||
given-names: Limbani | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9291-8462 | ||
- family-names: Tilley | ||
given-names: Elizabeth | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-2095-9724 | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-8830-1734 | ||
preferred-citation: | ||
type: generic | ||
title: 'wasteskipsblantyre: Locations of Public Waste Skips in Blantyre, Malawi' | ||
authors: | ||
- family-names: Yesaya | ||
given-names: Mabvuto | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3234-9699 | ||
- family-names: Msuku | ||
given-names: Limbani | ||
given-names: Limbani | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9291-8462 | ||
- family-names: Schöbitz | ||
given-names: Lars | ||
orcid: https://orcid.org/0000-0003-2196-5015 | ||
- family-names: Tilley | ||
given-names: Elizabeth | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-2095-9724 | ||
title: "Locations of 53 public waste skips in Malawi, Blantyre." | ||
version: 0.0.1 | ||
doi: https://zenodo.org/badge/latestdoi/483225869 | ||
date-released: 2022-04-19 | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-8830-1734 | ||
year: '2023' | ||
doi: 10.5281/zenodo.6470427 | ||
abstract: An R data package containing the locations of public waste skips in Blantyre, | ||
Malawi. | ||
version: 0.0.2 | ||
url: https://openwashdata.github.io/wasteskipsblantyre/ | ||
date-released: '2023-08-02' | ||
contact: | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-8830-1734 |
This file was deleted.
Oops, something went wrong.
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,27 @@ | ||
Package: wasteskipsblantyre | ||
Title: Locations of Public Waste Skips in Blantyre, Malawi | ||
Version: 0.0.2 | ||
Authors@R: c( | ||
person("Mabvuto", "Yesaya", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-3234-9699")), | ||
person("Limbani", "Msuku", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-9291-8462")), | ||
person("Lars", "Schöbitz", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0003-2196-5015")), | ||
person("Elizabeth", "Tilley", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-2095-9724")), | ||
person("Mian", "Zhong", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0009-0009-4546-7214")), | ||
person("Sebastian Camilo", "Loos", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-8830-1734")) | ||
) | ||
Description: An R data package containing the locations of public waste skips in Blantyre, Malawi. | ||
License: CC BY 4.0 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Depends: | ||
R (>= 2.10) | ||
LazyData: true | ||
Language: en-GB | ||
Config/Needs/website: rmarkdown |
Oops, something went wrong.