cpsievert / pitchRx

Tools for scraping MLB Gameday data and Visualizing PITCHf/x
http://cpsievert.github.io/pitchRx/
Other
124 stars 33 forks source link

segfault error due to outdated version of libxml on some architectures #13

Closed cpsievert closed 10 years ago

cpsievert commented 10 years ago

Even though the XML package currently requires libxml2 (>= 2.6.3), you should make sure you have version 2.7.8 or higher if you run into a similar error (when using scrape):

 *** caught segfault ***
address 0x300001c4f, cause 'memory not mapped'

More details can be found in this R-help discussion.