Skip to content

Commit 51bd377

Browse files
committed
added stats dendency etc
1 parent f5ec357 commit 51bd377

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: patentsview
22
Type: Package
33
Title: An R Client to the 'PatentsView' API
4-
Version: 0.3.0
4+
Version: 1.0.0
55
Authors@R: c(
66
person("Christopher", "Baker", email = "[email protected]",
77
role = c("aut", "cre")),
@@ -10,7 +10,7 @@ Authors@R: c(
1010
Encoding: UTF-8
1111
Description: Provides functions to simplify the 'PatentsView' API
1212
(<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
1414
that comes back.
1515
URL: https://docs.ropensci.org/patentsview/index.html
1616
BugReports: https://github.com/ropensci/patentsview/issues
@@ -22,7 +22,8 @@ Imports:
2222
httr2,
2323
lifecycle,
2424
jsonlite,
25-
utils
25+
utils,
26+
stats
2627
Suggests:
2728
dplyr,
2829
knitr,

0 commit comments

Comments
 (0)