/usr/lib/R/site-library/urltools/NAMESPACE is in r-cran-urltools 1.7.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 | # Generated by roxygen2: do not edit by hand
export("domain<-")
export("fragment<-")
export("parameters<-")
export("path<-")
export("port<-")
export("scheme<-")
export(domain)
export(fragment)
export(get_credentials)
export(host_extract)
export(param_get)
export(param_remove)
export(param_set)
export(parameters)
export(path)
export(port)
export(puny_decode)
export(puny_encode)
export(scheme)
export(strip_credentials)
export(suffix_extract)
export(suffix_refresh)
export(tld_extract)
export(tld_refresh)
export(url_compose)
export(url_decode)
export(url_encode)
export(url_parse)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(triebeard,longest_match)
importFrom(triebeard,trie)
useDynLib(urltools, .registration = TRUE)
|