r-lib / xml2

Bindings to libxml2
https://xml2.r-lib.org/
Other
220 stars 81 forks source link

Package installation errors out #380

Closed jrodzen closed 1 year ago

jrodzen commented 1 year ago

Issue Description and Expected Result

Reproducible Example

Session Info ```r install.packages() # Paste output below #> rm -f connection.o init.o xml2_doc.o xml2_init.o xml2_namespace.o xml2_node.o xml2_output.o xml2_schema.o xml2_url.o xml2_xpath.o xml2.dll "C:/Users/JRodzen/DOCUME~1/R/R-36~1.3/bin/i386/Rscript.exe" "../tools/winlibs.R" 2.9.10 Error in download.file(sprintf("https://github.com/rwinlib/libxml2/archive/v%s.zip", : cannot open URL 'https://github.com/rwinlib/libxml2/archive/v2.9.10.zip' In addition: Warning message: In download.file(sprintf("https://github.com/rwinlib/libxml2/archive/v%s.zip", : InternetOpenUrl failed: '' Execution halted make: *** [Makevars.win:14: winlibs] Error 1 ERROR: compilation failed for package 'xml2' * removing 'C:/Users/JRodzen/Documents/R/R-3.6.3/library/xml2' Warning in install.packages : installation of package ‘C:/Users/JRodzen/Downloads/xml2_1.3.3.tar.gz’ had non-zero exit status ```