Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libxml2 parsing options #88

Merged
merged 8 commits into from
May 19, 2016
Merged

Conversation

jimhester
Copy link
Member

@jimhester jimhester commented May 17, 2016

Continuation of #85

Fixes #62, #49

@codecov-io
Copy link

codecov-io commented May 17, 2016

Current coverage is 59.65%

Merging #88 into master will increase coverage by 0.27%

@@             master        #88   diff @@
==========================================
  Files            30         30          
  Lines          1235       1249    +14   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            733        745    +12   
- Misses          502        504     +2   
  Partials          0          0          

Powered by Codecov. Last updated by 7e980dd...4b8da74

@@ -1,5 +1,5 @@
Package: xml2
Version: 0.1.2.9000
Version: 0.1.2.9200
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW I don't normally bother bumping this unless it's needed for a revdep.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was bumped by the original upstream commit, but good to know!

@jimhester jimhester force-pushed the shabbychef-master branch from e70c13d to 3f25fb6 Compare May 18, 2016 14:43
@jimhester jimhester changed the title Option for XML_PARSE_HUGE and turn on {HT,X}ML_PARSE_NOBLANKS libxml2 parsing options May 18, 2016
@jimhester
Copy link
Member Author

I ended up exposing all of the libxml2 parsing options to the R side in 3f25fb6. They can be specified as a character vector of options to set. The option descriptions come from http://www.xmlsoft.org/html/libxml-parser.html#xmlParserOption

@hadley
Copy link
Member

hadley commented May 18, 2016

This looks great

@jimhester jimhester force-pushed the shabbychef-master branch 3 times, most recently from e5fc442 to 9b1367d Compare May 19, 2016 20:55
@jimhester jimhester force-pushed the shabbychef-master branch from 9b1367d to 26e1043 Compare May 19, 2016 21:10
@jimhester jimhester merged commit 80a1d52 into r-lib:master May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants