Parse ‘URLs’ with ‘libcurl’
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
890 B

Package: curlparse
Type: Package
Title: Parse URLs Using 'libcurl'
Version: 0.2.0
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")),
person("Jeroen", "Ooms", role = c("aut"), email =
"jeroen@berkeley.edu", comment = c(ORCID =
"0000-0002-4035-0289")) )
Description: Tools are provided to parse URLs using the modern
'libcurl' built-in parser.
License: Z
SystemRequirements: libcurl: libcurl-devel (rpm) or
libcurl4-openssl-dev (deb).
URL: https://gitlab.com/hrbrmstr/curlparse
BugReports: https://gitlab.com/hrbrmstr/curlparse/issues
Copyrights: file inst/COPYRIGHTS
Suggests:
jsonlite,
tinytest,
knitr
Depends: R (>= 3.2.0)
LazyData: true
RoxygenNote: 6.1.1
Encoding: UTF-8
Language: en-US
LinkingTo: Rcpp
Imports:
Rcpp,
stringi,
magrittr