Changelog
Source:NEWS.md
patentsview 0.3.0 (2021-09-03)
CRAN release: 2021-09-25
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 0.2.0 (2018-02-08)
CRAN release: 2018-02-09
New features
-
cast_pv_data()
function added to convert the data types of the data returned bysearch_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