-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
32 lines (32 loc) · 894 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: patentsview
Type: Package
Title: An R Client to the 'PatentsView' API
Version: 0.3.0
Authors@R: c(
person("Christopher", "Baker", email = "[email protected]",
role = c("aut", "cre")),
person("Russ", "Allen", email = "[email protected]", role = "aut")
)
Encoding: UTF-8
Description: Provides functions to simplify the 'PatentsView' API
(<https://patentsview.org/apis/purpose>) query language,
send GET and POST requests to the API's twenty seven endpoints, and parse the data
that comes back.
URL: https://docs.ropensci.org/patentsview/index.html
BugReports: https://github.com/ropensci/patentsview/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.1)
Imports:
httr,
lifecycle,
jsonlite,
utils
Suggests:
knitr,
rmarkdown,
testthat,
tidyr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)