-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
32 lines (32 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: urltools
Type: Package
Title: Vectorised Tools for URL Handling and Parsing
Version: 1.7.3
Date: 2019-04-14
Author: Os Keyes [aut, cre], Jay Jacobs [aut, cre], 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>
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)