-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
32 lines (32 loc) · 932 Bytes
/
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
Package: aRxiv
Title: Interface to the arXiv API
Version: 0.10
Date: 2024-02-29
Authors@R: c(person("Karthik", "Ram", role="aut",
email="[email protected]", comment=c(ORCID = "0000-0002-0233-1757")),
person("Karl", "Broman", role=c("aut","cre"),
email="[email protected]", comment=c(ORCID = "0000-0002-4914-6671")))
Description: An interface to the API for 'arXiv',
a repository of electronic preprints for
computer science, mathematics, physics, quantitative biology,
quantitative finance, and statistics.
URL: https://docs.ropensci.org/aRxiv/, https://github.com/ropensci/aRxiv
BugReports: https://github.com/ropensci/aRxiv/issues
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Imports:
httr,
utils,
XML
Suggests:
devtools,
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)