Skip to content

Commit

Permalink
citation
Browse files Browse the repository at this point in the history
  • Loading branch information
sskorik01 committed Dec 28, 2023
1 parent f00e602 commit ed2bff7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 64 deletions.
16 changes: 1 addition & 15 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CITATION file created with {cffr} R package, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "cleanteamghana" in publications use:'
type: software
Expand All @@ -28,20 +28,6 @@ authors:
- family-names: Dwumfour-Asare
given-names: Bismark
orcid: https://orcid.org/0000-0002-6493-3892
- family-names: Scott
given-names: Pippa
- family-names: James Benjamin
given-names: Tidwell
orcid: https://orcid.org/0000-0001-5868-6584
- family-names: Kwabena Biritwum
given-names: Nyarko
orcid: https://orcid.org/0000-0002-6544-6711
- family-names: Ian
given-names: Ross
orcid: https://orcid.org/0000-0002-2218-5400
- family-names: Bismark
given-names: Dwumfour-Asare
orcid: https://orcid.org/0000-0002-6493-3892
- family-names: Pippa
given-names: Scott
date-released: '2023-12-28'
Expand Down
9 changes: 0 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-2218-5400")),
person("Bismark", "Dwumfour-Asare", role = "aut",
comment = c(ORCID = "0000-0002-6493-3892")),
person("Pippa", "Scott", role = "aut"),
person("Tidwell", "James Benjamin", role = "aut",
comment = c(ORCID = "0000-0001-5868-6584")),
person("Nyarko", "Kwabena Biritwum", role = "aut",
comment = c(ORCID = "0000-0002-6544-6711")),
person("Ross", "Ian", role = "aut",
comment = c(ORCID = "0000-0002-2218-5400")),
person("Dwumfour-Asare", "Bismark", role = "aut",
comment = c(ORCID = "0000-0002-6493-3892")),
person("Scott", "Pippa", role = "aut")
)
Description: This package compiles user experience data for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Data are available as

## Citation

To cite this package, please use:
To cite this package, please use:

```{r}
citation("cleanteamghana")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Data are available as
## Citation

To cite this package, please use:

``` r
citation("cleanteamghana")
#> Um Paket 'cleanteamghana' in Publikationen zu zitieren, nutzen Sie
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ bibentry(bibtype = "Misc",
family = "Ross"),
person(given = "Bismark",
family = "Dwumfour-Asare"),
person(given = "Pippa",
family = "Scott")),
person(given = "Scott",
family = "Pippa")),
year = "2023",
abstract = "This package compiles user experience data for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana.",
version = "0.0.0.9000")
9 changes: 0 additions & 9 deletions inst/CITATION.bk1

This file was deleted.

19 changes: 0 additions & 19 deletions inst/CITATION.bk2

This file was deleted.

16 changes: 8 additions & 8 deletions utils/update_citation.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ use_author(
comment = c(ORCID = "0009-0001-4755-1649")
)
use_author(
given = "Tidwell",
family = "James Benjamin",
given = "James Benjamin",
family = "Tidwell",
role = c("aut"),
comment = c(ORCID = "0000-0001-5868-6584")
)
use_author(
given = "Nyarko",
family = "Kwabena Biritwum",
given = "Kwabena Biritwum",
family = "Nyarko",
role = c("aut"),
comment = c(ORCID = "0000-0002-6544-6711")
)
use_author(
given = "Ross",
family = "Ian",
given = "Ian",
family = "Ross",
role = c("aut"),
comment = c(ORCID = "0000-0002-2218-5400")
)
use_author(
given = "Dwumfour-Asare",
family = "Bismark",
given = "Bismark",
family = "Dwumfour-Asare",
role = c("aut"),
comment = c(ORCID = "0000-0002-6493-3892")
)
Expand Down

0 comments on commit ed2bff7

Please sign in to comment.