I wanted to install \"DESeq2\" package in R, but it was missing the xml2-config file. I found somewhere that it can be obtained by installing the libxml2 package, but when I tri
You can install the dev version: devtools::install_github("r-lib/xml2")
devtools::install_github("r-lib/xml2")