-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: africalaws
Type: Package
Title: Interface to the Laws.Africa API
Version: 0.0.0.9000
Authors@R: c(
person("Jillian Francise", "Lee", role = c("aut", "cph")),
person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io", role = c("aut", "cre", "cph")),
person("Sanjeev", "Pugazhendhi", role = "ths"),
person("Proochista", "Ariana", role = c("ths", "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,
user-friendly, educational, and reusable. This initiative seeks to empower
citizens with knowledge of their legal rights and obligations while
promoting transparency and accountability within the legal system.
Laws.Africa offers a content application programming interface (API) to
fetch legislative content and metadata. The API is a read-only API for
listing and fetching published versions of legislative works. This package
interfaces with this API to allow access using R.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
askpass,
dplyr,
httr2,
rlang,
tibble
Suggests:
jsonlite
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/OxfordIHTM/africalaws, http://oxford-ihtm.io/africalaws/
BugReports: https://github.com/OxfordIHTM/africalaws/issues