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

Add response methods for read_xml and read_html #93

Merged
merged 2 commits into from May 27, 2016

Conversation

jimhester
Copy link
Member

Also convert read_html to a generic.

Perhaps the need_package("xml") is unnecessary, as how do you get a response object without having httr installed, but I put it in there to be safe.

Also convert read_html to a generic

Fixes r-lib#63
@codecov-io
Copy link

codecov-io commented May 27, 2016

Current coverage is 59.59%

Merging #93 into master will increase coverage by 0.23%

@@             master        #93   diff @@
==========================================
  Files            30         30          
  Lines          1345       1356    +11   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            798        808    +10   
- Misses          547        548     +1   
  Partials          0          0          

Powered by Codecov. Last updated by 8a78f9b...4d37b4a

@@ -20,3 +20,13 @@ quote_str <- function(x, quote = "\"") {

paste0(quote, x, quote)
}

is_installed <- function(pkg) {
system.file(package = pkg) != ""
Copy link
Member

Choose a reason for hiding this comment

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

Can we use requireNamespace(quietly = TRUE) instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

You should never trust that guy's code!

@hadley
Copy link
Member

hadley commented May 27, 2016

LGTM

@jimhester jimhester merged commit d7b883d into r-lib:master May 27, 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.

None yet

4 participants