adaR
A Fast WHATWG Compliant URL Parser
An R binding to the ada URL parser, now maintained by a research-software group.
◆Recent moves
- 1y ago
Faster ada_url_parse
Improves ada_url_parse performance. Speed is the package's main reason to exist over regex-based URL handling in R, so tuning the primary entry point is on-thesis even as a one-line note.
View source ↗ - 2y ago
ada-url 2.7.3; repository moves to gesistsa
Bumps the vendored ada-url to 2.7.3 and records the repository transfer from an individual account to the gesistsa organisation. The transfer is a maintenance-governance change, not a functional one.
View source ↗ - 2y ago
Initial parser, accessors and vectorised functions
The initial feature set: ada_url_parser, the ada_get_* family, vectorised functions, error handling for malformed URLs and the first tests. Published out of order — this 0.1.0 entry carries a later date than the 0.3.x releases above it.
View source ↗ - 2y ago
Exports the full URL setter and clearer families
Exports the full ada_set_* and ada_clear_* families alongside ada_get_basename() and bumps ada-url to 2.7.0. This is where the package became a URL manipulation tool rather than a read-only parser.
View source ↗