Package: urltools
Type: Package
Title: Vectorised Tools for URL Handling and Parsing
Version: 1.7.3.1
Date: 2019-04-14
Authors@R: c(person(given = "Os",
                    family = "Keyes",
                    role = c("aut", "cre"),
                    email = "ironholds@gmail.com"),
             person(given = "Jay",
                    family = "Jacobs",
                    role = "aut"),
             person(given = "Drew",
                    family = "Schmidt",
                    role = "aut"),
             person(given = "Mark",
                    family = "Greenaway",
                    role = "ctb"),
             person(given = "Bob",
                    family = "Rudis",
                    role = "ctb"),
             person(given = "Alex",
                    family = "Pinto",
                    role = "ctb"),
             person(given = "Maryam",
                    family = "Khezrzadeh",
                    role = "ctb"),
             person(given = "Peter",
                    family = "Meilstrup",
                    role = "ctb"),
             person(given = c("Adam", "M."),
                    family = "Costello",
                    role = "cph"),
             person(given = "Jeff",
                    family = "Bezanson",
                    role = "cph"),
             person(given = "Peter",
                    family = "Meilstrup",
                    role = "ctb"),
             person(given = "Xueyuan",
                    family = "Jiang",
                    role = "ctb"))
Description: A toolkit for all URL-handling needs, including encoding and decoding,
    parsing, parameter extraction and modification. All functions are
    designed to be both fast and entirely vectorised. It is intended to be
    useful for people dealing with web-related datasets, such as server-side
    logs, although may be useful for other situations involving large sets of
    URLs.
License: MIT + file LICENSE
LazyData: TRUE
LinkingTo: Rcpp
Imports: Rcpp, methods, triebeard
Suggests: testthat, knitr
URL: https://github.com/Ironholds/urltools/
BugReports: https://github.com/Ironholds/urltools/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2025-06-12 07:48:37 UTC; hornik
Repository: CRAN
Date/Publication: 2025-06-12 08:37:42 UTC
Author: Os Keyes [aut, cre],
  Jay Jacobs [aut],
  Drew Schmidt [aut],
  Mark Greenaway [ctb],
  Bob Rudis [ctb],
  Alex Pinto [ctb],
  Maryam Khezrzadeh [ctb],
  Peter Meilstrup [ctb],
  Adam M. Costello [cph],
  Jeff Bezanson [cph],
  Peter Meilstrup [ctb],
  Xueyuan Jiang [ctb]
Maintainer: Os Keyes <ironholds@gmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:38:55 UTC; windows
Archs: x64
