You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

Package: unjuris
Type: Package
4 years ago
Title: Search the U.N. Jurisprudence Database
Version: 0.1.0
Date: 2020-03-05
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
4 years ago
Description: The jurisprudence database is intended to be a single source of the human rights recommendations
and findings issued by all above committees in their work on individual cases. It enables the general
public, governments, civil society organizations, United Nations partners and international regional
mechanisms to research the vast body of legal interpretation of international human rights law as
it has evolved over the past years. Tools are provided to search and retrieve search results from
the datbase.
URL: https://git.rud.is/hrbrmstr/unjuris
BugReports: https://git.rud.is/hrbrmstr/unjuris/issues
Encoding: UTF-8
4 years ago
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
4 years ago
xml2,
httr,
4 years ago
jsonlite,
rvest,
stringi,
magrittr,
stats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2