Package: patentsview Type: Package Title: An R Client to the 'PatentsView' API Version: 1.0.0 Authors@R: c( person("Christopher", "Baker", email = "chriscrewbaker@gmail.com", role = c("aut", "cre")), person("Russ", "Allen", email = "rrjallen@yahoo.com", role = "aut") ) Encoding: UTF-8 Description: Provides functions to simplify the 'PatentsView' API () 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 (>= 4.1.0) Imports: httr2, lifecycle, jsonlite, utils, stats Suggests: dplyr, knitr, rmarkdown, testthat (>= 3.0.0), tidyr, vcr (>= 1.6.0) RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/Needs/website: visNetwork, igraph, highcharter, dplyr, DT, magrittr, stringr Config/pak/sysreqs: libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-27 00:02:32 UTC RemoteUrl: https://github.com/ropensci/patentsview RemoteRef: master RemoteSha: c4e3b48943a715f2feb04c2e7bdeb81805879b39 NeedsCompilation: no Packaged: 2026-06-04 07:41:38 UTC; root Author: Christopher Baker [aut, cre], Russ Allen [aut] Maintainer: Christopher Baker