Package: adaR Title: A Fast 'WHATWG' Compliant URL Parser Version: 0.3.5.9000 Authors@R: c(person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")), person("Chung-hong", "Chan", role = c("aut"), email = "chainsawtiney@gmail.com", comment = c(ORCID = "0000-0002-6232-7530")), person("Yagiz", "Nizipli", role = c("ctb", "cph"),comment = "author of ada-url : "), person("Daniel", "Lemire", role = c("ctb", "cph"),comment = "author of ada-url : ") ) Description: A wrapper for 'ada-url', a 'WHATWG' compliant and fast URL parser written in modern 'C++'. Also contains auxiliary functions such as a public suffix extractor. URL: https://gesistsa.github.io/adaR/, https://github.com/gesistsa/adaR BugReports: https://github.com/gesistsa/adaR/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 LinkingTo: Rcpp Imports: Rcpp, triebeard Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 4.2) VignetteBuilder: knitr SystemRequirements: C++20, GNU make, GCC >= 12 (or Clang with equivalent C++20 support) Config/pak/sysreqs: make Repository: https://cynkra.r-universe.dev Date/Publication: 2026-02-22 19:58:21 UTC RemoteUrl: https://github.com/gesistsa/adaR RemoteRef: HEAD RemoteSha: f93f84651f85f8d46922dd151a82d7bd094e4631 NeedsCompilation: yes Packaged: 2026-06-22 10:05:08 UTC; root Author: David Schoch [aut, cre] (ORCID: ), Chung-hong Chan [aut] (ORCID: ), Yagiz Nizipli [ctb, cph] (author of ada-url : ), Daniel Lemire [ctb, cph] (author of ada-url : ) Maintainer: David Schoch