-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.39 KB
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
Package: aurora
Type: Package
Title: Interface to the Oxford University Research Archive
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"))
Description: The Oxford University Research Archive (ORA) <https://ora.ox.ac.uk/>
is an Open Access platform and is the institutional repository for the
University of Oxford. ORA serves as a permanent and secure online archive of
research materials produced by members of the University of Oxford. ORA
supports and participates in the Open Archives Initiative (OAI). ORA is a
registered OAI-PMH data-provider and provides metadata for all public records
which is updated as soon as each record is published or updated. ORA also
provides API access to its resources. This package provides low level
functions to interface with the ORA API <https://ora.ox.ac.uk/api>.
License: GPL (>= 3)
Depends:
R (>= 4.1.0)
Imports:
dplyr,
httr2,
rlang,
tibble,
tidyr,
xml2
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
URL: https://oxford-ihtm.io/aurora/, https://github.com/OxfordIHTM/aurora, http://oxford-ihtm.io/aurora/
BugReports: https://github.com/OxfordIHTM/aurora/issues