Skip to content

Commit

Permalink
Merge pull request #11 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
add authors
  • Loading branch information
ernestguevarra authored Mar 28, 2024
2 parents cd8498e + 7d2d9c6 commit fbc3cec
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 16 deletions.
14 changes: 8 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ Package: africalaws
Type: Package
Title: Interface to the Laws.Africa API
Version: 0.0.0.9000
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io",
role = c("aut", "cre"))
Authors@R: c(
person("Jillian Francise", "Lee", role = c("aut", "cph")),
person("Sanjeev", "Pugazhendhi", role = c("aut", "cph")),
person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io", role = c("aut", "cre", "cph")),
person("Proochista", "Ariana", role = c("aut", "cph")))
Description: Laws.Africa <https://laws.africa> endeavours to facilitate African
governments in offering sustainable, free access to dependable digital laws.
It aims to achieve this by ensuring that the laws are easily accessible,
Expand All @@ -30,5 +32,5 @@ Suggests:
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://oxford-ihtm.io/africalaws/, https://github.com/OxfordIHTM/africalaws, http://oxford-ihtm.io/africalaws/
URL: https://github.com/OxfordIHTM/africalaws, http://oxford-ihtm.io/africalaws/
BugReports: https://github.com/OxfordIHTM/africalaws/issues
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ citation("africalaws")
Feedback, bug reports and feature requests are welcome; file issues or seek support [here](https://github.com/OxfordIHTM/africalaws/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://oxford-ihtm.io/africalaws/CONTRIBUTING.html).

This project is released with a [Contributor Code of Conduct](https://oxford-ihtm.io/africalaws/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ follows:
citation("africalaws")
#> To cite africalaws in publications use:
#>
#> Ernest Guevarra (2024). africalaws: Interface to the Laws.Africa API.
#> R package version 0.0.9000. URL https://oxford-ihtm.io/africalaws/
#> Jillian Francise Lee, Sanjeev Pugazhendhi, Ernest Guevarra, and
#> Proochista Ariana (2024). africalaws: Interface to the Laws.Africa
#> API. R package version 0.0.9000. URL
#> https://oxford-ihtm.io/africalaws/
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {africalaws: Interface to the Laws.Africa API},
#> author = {{Ernest Guevarra}},
#> author = {{Jillian Francise Lee} and {Sanjeev Pugazhendhi} and {Ernest Guevarra} and {Proochista Ariana}},
#> year = {2024},
#> note = {R package version 0.0.9000},
#> url = {https://oxford-ihtm.io/africalaws/},
Expand Down
13 changes: 8 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ citHeader("To cite africalaws in publications use:")
citEntry(
entry = "Manual",
title = "africalaws: Interface to the Laws.Africa API",
author = person("Ernest Guevarra"),
author = c(person("Jillian Francise Lee"),
person("Sanjeev Pugazhendhi"),
person("Ernest Guevarra"),
person("Proochista Ariana")),
year = "2024",
note = "R package version 0.0.9000",
url = "https://oxford-ihtm.io/africalaws/",
textVersion = paste(
paste("Ernest Guevarra (2024).",
"africalaws: Interface to the Laws.Africa API.",
"R package version 0.0.9000.",
"URL https://oxford-ihtm.io/africalaws/")
"Jillian Francise Lee, Sanjeev Pugazhendhi, Ernest Guevarra, and Proochista Ariana (2024).",
"africalaws: Interface to the Laws.Africa API.",
"R package version 0.0.9000.",
"URL https://oxford-ihtm.io/africalaws/"
)
)
10 changes: 8 additions & 2 deletions man/africalaws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbc3cec

Please sign in to comment.