Package: urlparse
Type: Package
Title: Fast Simple URL Parser
Version: 0.2.0
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
NeedsCompilation: yes
Packaged: 2025-02-06 13:46:24 UTC; dyfanjones
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-06 14:00:01 UTC
