-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.13 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
Package: psl
Type: Package
Title: Extract Internet Domain Components Using the Public Suffix List
Version: 0.1.1
Date: 2023-01-17
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Tim", "Rühsen", email = "[email protected]", role = c("aut"),
comment = "libpsl : <https://github.com/rockdaboot/libpsl>")
)
Maintainer: Bob Rudis <[email protected]>
Description: The 'Public Suffix List' (<https://publicsuffix.org/>) is a collection
of top-level domains ('TLDs') which include global top-level domainsa ('gTLDs')
such as '.com' and '.net'; country top-level domains ('ccTLDs') such as '.de' and
'.cn'; and, brand top-level domains such as '.apple' and '.google'. Tools are provided
to extract internet domain components using the public suffix list base data.
URL: https://gihub.com/hrbrmstr/psl
BugReports: https://github.com/hrbrmstr/psl/issues
SystemRequirements: C++11; libpsl
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
Rcpp
RoxygenNote: 7.2.3
LinkingTo: Rcpp