-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 889 Bytes
/
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
Package: urlexplorer
Title: Structural Analysis and Pattern Discovery in URL Datasets
Version: 0.0.0.9000
Authors@R:
person("Marek", "Prokop", , "mprokop@prokopsw.cz", role = c("aut", "cre"))
Description: urlexplorer offers tools for parsing and analyzing URL datasets,
extracting key components and identifying common patterns. It aids in
examining website architecture and identifying SEO issues, helping users
optimize web presence and content strategy.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
urltools,
xml2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/MarekProkop/urlexplorer
BugReports: https://github.com/MarekProkop/urlexplorer/issues
Depends:
R (>= 2.10)
LazyData: true