gesistsa / adaR

:computer: wrapper for ada-url a WHATWG-compliant and fast URL parser written in modern C++
https://gesistsa.github.io/adaR/
Other
26 stars 2 forks source link

bump ada-url version #58

Closed schochastics closed 11 months ago

schochastics commented 11 months ago

add to data-raw

temp <- tempfile(fileext = "zip")
download.file("https://github.com/ada-url/ada/releases/latest/download/singleheader.zip", temp)
unzip(temp,exdir = "src/ada/")
unlink(temp)