This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.51 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
37
38
39
40
41
42
43
44
45
46
47
Package: rplos
Title: Interface to the Search API for 'PLoS' Journals
Description: A programmatic interface to the 'SOLR' based
search API (<http://api.plos.org/>) provided by the Public
Library of Science journals to search their articles.
Functions are included for searching for articles, retrieving
articles, making plots, doing 'faceted' searches,
'highlight' searches, and viewing results of 'highlighted'
searches in a browser.
Version: 1.0.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Carl", "Boettiger", role = "aut", email = "[email protected]"),
person("Karthik", "Ram", role = "aut", email = "[email protected]"),
person("rOpenSci", role = "fnd", comment = "https://ropensci.org")
)
URL: https://docs.ropensci.org/rplos/
https://github.com/ropensci/rplos
BugReports: https://github.com/ropensci/rplos/issues
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Imports:
ggplot2,
crul (>= 0.7.4),
jsonlite,
dplyr,
plyr,
lubridate,
reshape2,
whisker,
solrium (>= 1.0.2)
Suggests:
xml2,
knitr,
rmarkdown,
testthat,
webmockr,
vcr (>= 0.2.6)
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Literature
X-schema.org-keywords: PLOS, library, science, JSON, XML, API, web, api-client, article, full text
X-schema.org-isPartOf: https://ropensci.org