Package: urlparse Type: Package Title: Fast Simple URL Parser Version: 0.2.1 Authors@R: person("Dyfan", "Jones", , "dyfan.r.jones@gmail.com", role = c("aut", "cre")) Description: A fast and simple 'URL' parser package for 'R'. This package provides functions to parse 'URLs' into their components, such as scheme, user, password, host, port, path, query, and fragment. License: MIT + file LICENSE URL: https://github.com/dyfanjones/urlparse, https://dyfanjones.r-universe.dev/urlparse BugReports: https://github.com/dyfanjones/urlparse/issues Encoding: UTF-8 LinkingTo: Rcpp Imports: Rcpp RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Repository: https://dyfanjones.r-universe.dev Date/Publication: 2025-04-14 14:31:47 UTC RemoteUrl: https://github.com/DyfanJones/urlparse RemoteRef: HEAD RemoteSha: 62d5193b3a192979cddc133bb4504b1b7cb36f27 NeedsCompilation: yes Packaged: 2026-06-06 09:21:31 UTC; root Author: Dyfan Jones [aut, cre] Maintainer: Dyfan Jones