Skip to content

Commit

Permalink
Merge pull request #3 from openwashdata/main
Browse files Browse the repository at this point in the history
Merge R data package development from openwashdata
  • Loading branch information
larnsce authored Aug 2, 2023
2 parents 1e86d92 + d5b1031 commit 549cc35
Show file tree
Hide file tree
Showing 166 changed files with 60,080 additions and 432 deletions.
12 changes: 12 additions & 0 deletions .Rbuildignore
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
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
49 changes: 49 additions & 0 deletions .github/workflows/R-CMD-check.yaml
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ rsconnect/

# Mac files
.DS_Store

# citation helper file
citation.R
62 changes: 53 additions & 9 deletions CITATION.cff
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
134 changes: 0 additions & 134 deletions CONDUCT.md

This file was deleted.

27 changes: 27 additions & 0 deletions DESCRIPTION
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
Loading

0 comments on commit 549cc35

Please sign in to comment.