Skip to content

Commit fbc3cec

Browse files
Merge pull request #11 from OxfordIHTM/dev
add authors
2 parents cd8498e + 7d2d9c6 commit fbc3cec

File tree

5 files changed

+30
-16
lines changed

5 files changed

+30
-16
lines changed

DESCRIPTION

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ Package: africalaws
22
Type: Package
33
Title: Interface to the Laws.Africa API
44
Version: 0.0.0.9000
5-
Authors@R: person(given = "Ernest",
6-
family = "Guevarra",
7-
comment = c(ORCID = "0000-0002-4887-4415"),
8-
email = "ernest@guevarra.io",
9-
role = c("aut", "cre"))
5+
Authors@R: c(
6+
person("Jillian Francise", "Lee", role = c("aut", "cph")),
7+
person("Sanjeev", "Pugazhendhi", role = c("aut", "cph")),
8+
person("Ernest", "Guevarra",
9+
comment = c(ORCID = "0000-0002-4887-4415"),
10+
email = "ernest@guevarra.io", role = c("aut", "cre", "cph")),
11+
person("Proochista", "Ariana", role = c("aut", "cph")))
1012
Description: Laws.Africa <https://laws.africa> endeavours to facilitate African
1113
governments in offering sustainable, free access to dependable digital laws.
1214
It aims to achieve this by ensuring that the laws are easily accessible,
@@ -30,5 +32,5 @@ Suggests:
3032
LazyData: true
3133
RoxygenNote: 7.3.1
3234
Roxygen: list(markdown = TRUE)
33-
URL: https://oxford-ihtm.io/africalaws/, https://github.com/OxfordIHTM/africalaws, http://oxford-ihtm.io/africalaws/
35+
URL: https://github.com/OxfordIHTM/africalaws, http://oxford-ihtm.io/africalaws/
3436
BugReports: https://github.com/OxfordIHTM/africalaws/issues

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ citation("africalaws")
7272
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).
7373

7474
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.
75+

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ follows:
7979
citation("africalaws")
8080
#> To cite africalaws in publications use:
8181
#>
82-
#> Ernest Guevarra (2024). africalaws: Interface to the Laws.Africa API.
83-
#> R package version 0.0.9000. URL https://oxford-ihtm.io/africalaws/
82+
#> Jillian Francise Lee, Sanjeev Pugazhendhi, Ernest Guevarra, and
83+
#> Proochista Ariana (2024). africalaws: Interface to the Laws.Africa
84+
#> API. R package version 0.0.9000. URL
85+
#> https://oxford-ihtm.io/africalaws/
8486
#>
8587
#> A BibTeX entry for LaTeX users is
8688
#>
8789
#> @Manual{,
8890
#> title = {africalaws: Interface to the Laws.Africa API},
89-
#> author = {{Ernest Guevarra}},
91+
#> author = {{Jillian Francise Lee} and {Sanjeev Pugazhendhi} and {Ernest Guevarra} and {Proochista Ariana}},
9092
#> year = {2024},
9193
#> note = {R package version 0.0.9000},
9294
#> url = {https://oxford-ihtm.io/africalaws/},

inst/CITATION

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ citHeader("To cite africalaws in publications use:")
33
citEntry(
44
entry = "Manual",
55
title = "africalaws: Interface to the Laws.Africa API",
6-
author = person("Ernest Guevarra"),
6+
author = c(person("Jillian Francise Lee"),
7+
person("Sanjeev Pugazhendhi"),
8+
person("Ernest Guevarra"),
9+
person("Proochista Ariana")),
710
year = "2024",
811
note = "R package version 0.0.9000",
912
url = "https://oxford-ihtm.io/africalaws/",
1013
textVersion = paste(
11-
paste("Ernest Guevarra (2024).",
12-
"africalaws: Interface to the Laws.Africa API.",
13-
"R package version 0.0.9000.",
14-
"URL https://oxford-ihtm.io/africalaws/")
14+
"Jillian Francise Lee, Sanjeev Pugazhendhi, Ernest Guevarra, and Proochista Ariana (2024).",
15+
"africalaws: Interface to the Laws.Africa API.",
16+
"R package version 0.0.9000.",
17+
"URL https://oxford-ihtm.io/africalaws/"
1518
)
1619
)

man/africalaws.Rd

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)