Skip to content

Releases: ropensci/patentsview

patentsview 0.3.0

24 Oct 02:53
Compare
Choose a tag to compare

Misc

  • The package is now using the new HTTPS endpoints (#17)
  • The list of queryable fields was updated
  • with_qfuns() now find objects in the calling environment (@jcheng5, #20)
  • Vignettes are being pre-computed (#23)
  • An issue was fixed where query strings weren't being properly URL-encoded (#24)
  • Adhoc logic was added to handle API throttling

patentsview v0.2.2

28 Jan 21:49
Compare
Choose a tag to compare

Misc

  • Vignettes removed from package so that CRAN builds don't fail when API is down

patentsview v0.2.1

14 Mar 14:47
Compare
Choose a tag to compare

Misc

  • Examples that hit the API were wrapped in \dontrun{} so CRAN doesn't request fixes to package when API is down

patentsview v0.2.0

09 Feb 21:11
Compare
Choose a tag to compare

New features

  • cast_pv_data() function added to convert the data types of the data returned by search_pv()
  • Additional fields added to the API (e.g., fields starting with forprior_, examiner_)

Misc

  • Additional error handler added for the locations endpoint (@mustberuss, #11)
  • error_browser option has been deprecated

patentsview v0.1.0

12 Jul 23:01
Compare
Choose a tag to compare

New functions

  • search_pv added to send requests to the PatentsView API
  • qry_funs list added with functions to help users write queries
  • get_fields and get_endpoints added to quickly get possible field names
    and endpoints, respectively
  • unnest_pv_data added to unnest the data frames in the returned data