Open jkylearmstrong opened 5 years ago
I'm having the same issue. My R is 3.4.1, which could be the issue. Company server and don't have admin rights to upgrade :(
Why not download the package source, comment out the line in R/xmlInternalSource.R that reads
setMethod("source", "XMLCodeFile", tmp.source)
and the line
exportMethods(source)
in the NAMESPACE file
and then install the resulting code.