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

Registered S3 method overwritten by rvest (read_xml.response from xlm2) #242

Closed
jmgirard opened this issue May 15, 2019 · 0 comments
Closed
Labels
bug an unexpected problem or unintended behavior

Comments

@jmgirard
Copy link

jmgirard commented May 15, 2019

I am getting the following undesirable message:

> library(xml2)
> library(rvest)
#> Registered S3 method overwritten by 'rvest':
#>   method            from
#>   read_xml.response xml2
Here is my session info: ```r > sessionInfo() #> R version 3.6.0 (2019-04-26) #> Platform: x86_64-w64-mingw32/x64 (64-bit) #> Running under: Windows 10 x64 (build 17763) #> #> Matrix products: default #> #> locale: #> [1] LC_COLLATE=English_United States.1252 #> [2] LC_CTYPE=English_United States.1252 #> [3] LC_MONETARY=English_United States.1252 #> [4] LC_NUMERIC=C #> [5] LC_TIME=English_United States.1252 #> #> attached base packages: #> [1] stats graphics grDevices utils datasets #> [6] methods base #> #> other attached packages: #> [1] rvest_0.3.3.9000 xml2_1.2.0 #> #> loaded via a namespace (and not attached): #> [1] httr_1.4.0 compiler_3.6.0 magrittr_1.5 #> [4] R6_2.4.0 tools_3.6.0 Rcpp_1.0.1 #> [7] packrat_0.5.0 ```

See related issue: r-lib/rlang#669

@hadley hadley added the bug an unexpected problem or unintended behavior label May 15, 2019
@hadley hadley closed this as completed in b6f8ac4 May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants