Commit 51bd377 1 parent f5ec357 commit 51bd377 Copy full SHA for 51bd377
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: patentsview
2
2
Type: Package
3
3
Title: An R Client to the 'PatentsView' API
4
- Version: 0.3 .0
4
+ Version: 1.0 .0
5
5
Authors@R: c(
6
6
person("Christopher", "Baker", email = "
[email protected] ",
7
7
role = c("aut", "cre")),
@@ -10,7 +10,7 @@ Authors@R: c(
10
10
Encoding: UTF-8
11
11
Description: Provides functions to simplify the 'PatentsView' API
12
12
(<https://patentsview.org/apis/purpose>) query language,
13
- send GET and POST requests to the API's twelve endpoints, and parse the data
13
+ send GET and POST requests to the API's twenty seven endpoints, and parse the data
14
14
that comes back.
15
15
URL: https://docs.ropensci.org/patentsview/index.html
16
16
BugReports: https://github.com/ropensci/patentsview/issues
@@ -22,7 +22,8 @@ Imports:
22
22
httr2,
23
23
lifecycle,
24
24
jsonlite,
25
- utils
25
+ utils,
26
+ stats
26
27
Suggests:
27
28
dplyr,
28
29
knitr,
You can’t perform that action at this time.
0 commit comments