← Back to home
Comparison · Analytics

patentsview vs pkglite

A side-by-side editorial comparison of patentsview and pkglite — release velocity, themes, recent moves, and the top alternatives to consider.

patentsview vs pkglite: at a glance

Featurepatentsviewpkglite
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesapi-client, breaking-change, patent-data, r-packager-packages, pharma-submissions, packaging, file-handling
Last editorial update3h ago1h ago
WebsiteVisit →Visit →

What is patentsview?

Dormant for years, then rewritten wholesale when the API underneath it broke.

patentsview is an R client for the USPTO PatentsView API, and version 1.0.0 is less a feature release than a forced reconstruction: the upstream API introduced mandatory keys, renamed and re-nested its endpoints, and the package had to follow. Between 2017 and 2021 the release cadence was roughly annual and almost entirely defensive — wrapping examples so CRAN would not fail during API outages, patching URL encoding, adding throttling retries. The 1.0.0 work restores the package to parity with an API that no longer resembles the one it was written against.

Read the full patentsview trajectory →

What is pkglite?

pkglite's whole job is knowing which files in an R package are text — and it keeps getting better at guessing.

pkglite packs an R package into a single plain-text file and unpacks it again, the mechanism pharmaceutical submissions use to move source through systems that accept text but not archives. The API settled at 0.2.0 with file specification templates, `merge()` and `prune()`. Every release since has improved the same thing: the dictionary that decides whether a file is text or binary, most recently rebuilt from the file extensions found across 21,369 CRAN packages.

Read the full pkglite trajectory →

patentsview vs pkglite: editorial side-by-side

P
patentsview
ANALYTICS
0.0

Dormant for years, then rewritten wholesale when the API underneath it broke.

◆ Current state

patentsview is an R client for the USPTO PatentsView API, and version 1.0.0 is less a feature release than a forced reconstruction: the upstream API introduced mandatory keys, renamed and re-nested its endpoints, and the package had to follow. Between 2017 and 2021 the release cadence was roughly annual and almost entirely defensive — wrapping examples so CRAN would not fail during API outages, patching URL encoding, adding throttling retries. The 1.0.0 work restores the package to parity with an API that no longer resembles the one it was written against.

◆ Where it's heading

The arc here is a client package whose roadmap is entirely dictated by an upstream service it does not control. Every release since 0.2.0 has been reactive — HTTPS migration, throttling, encoding fixes, and now a full breaking rewrite. The one forward-looking piece is retrieve_linked_data(), which follows HATEOAS links the API now returns, meaning the package is starting to navigate the API rather than just query fixed endpoints.

◆ Prediction

Expect the next releases to be small follow-ups against the reworked API — field list refreshes and error handling for endpoints that behave differently in practice than in the documentation. The entries do not show any independent roadmap, so anything beyond that would depend on further upstream API changes.

P
pkglite
ANALYTICS
0.0

pkglite's whole job is knowing which files in an R package are text — and it keeps getting better at guessing.

◆ Current state

pkglite packs an R package into a single plain-text file and unpacks it again, the mechanism pharmaceutical submissions use to move source through systems that accept text but not archives. The API settled at 0.2.0 with file specification templates, `merge()` and `prune()`. Every release since has improved the same thing: the dictionary that decides whether a file is text or binary, most recently rebuilt from the file extensions found across 21,369 CRAN packages.

◆ Where it's heading

The failure mode this package cares about is silent — misclassify a binary file as text and the round trip corrupts it, misclassify text as binary and it bloats or drops. So the work is empirical rather than architectural: mine real packages for what extensions actually appear, then widen coverage where specific ecosystems break the pattern. Stan interfaces via rstan brought `src/Makevars` and `src/Makefile` handling; machine learning frameworks brought their own binary formats. Dependencies have gone the other way, with cli removed and replaced by internal equivalents.

◆ Prediction

Expect the next substantive release to widen file specification coverage again for whatever package family the maintainers find breaking the default discovery, since that has been the content of every non-maintenance release for four years.

Alternatives to patentsview and pkglite

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either patentsview or pkglite.

See all patentsview alternatives → · See all pkglite alternatives →

Recent activity from patentsview and pkglite

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 5mo agopkgliteMaintainer email and CI workflow updates
  2. 6mo agopatentsviewRebuilt for PatentsView's new API: keys, nested endpoints
  3. 1y agopkgliteHandles Stan-interfacing packages and ML binary formats
  4. 1y agopkgliteExtension dictionary rebuilt from 21,369 CRAN packages
  5. 2y agopkgliteTest helpers moved to helper.R
  6. 3y agopkgliteMore file types recognised; cli dependency dropped
  7. 4y agopatentsviewMoves to HTTPS endpoints and handles API throttling
  8. 5y agopkgliteFile collections gain merge, prune, and a tests template
  9. 7y agopatentsviewVignettes dropped so CRAN builds survive API outages
  10. 8y agopatentsviewAPI examples wrapped in dontrun for CRAN stability
  11. 8y agopatentsviewcast_pv_data() converts returned columns to real types
  12. 9y agopatentsviewFirst release: query DSL for the PatentsView API

Frequently asked questions

What is the difference between patentsview and pkglite?

They serve adjacent needs but don't currently overlap on shipped themes. patentsview and pkglite are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is patentsview better than pkglite?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. patentsview and pkglite are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to patentsview?

Top patentsview alternatives in Analytics are ranked by recent ship velocity. Browse the "patentsview alternatives" section above for the current picks, or visit /alternatives/patentsview for the full list with editorial commentary on each.

What are the best alternatives to pkglite?

Top pkglite alternatives in Analytics are ranked by recent ship velocity. Browse the "pkglite alternatives" section above for the current picks, or visit /alternatives/pkglite for the full list with editorial commentary on each.