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

s3_methods_generic() gives bad class column #19

Closed
dongzhuoer opened this issue Jan 9, 2019 · 2 comments
Closed

s3_methods_generic() gives bad class column #19

dongzhuoer opened this issue Jan 9, 2019 · 2 comments

Comments

@dongzhuoer
Copy link

As in your book https://adv-r.hadley.nz/s3.html#finding-methods

image

@dongzhuoer
Copy link
Author

Not what the readme promise

s3_methods_generic("summary")
#> # A tibble: 35 x 4
#>    generic class                 visible source             
#>    <chr>   <chr>                 <lgl>   <chr>              
#>  1 summary aov                   TRUE    stats              
#>  2 summary aovlist               FALSE   registered S3method
#>  3 summary aspell                FALSE   registered S3method
#>  4 summary check_packages_in_dir FALSE   registered S3method
#>  5 summary connection            TRUE    base               
#>  6 summary data.frame            TRUE    base               
#>  7 summary Date                  TRUE    base               
#>  8 summary default               TRUE    base               
#>  9 summary ecdf                  FALSE   registered S3method
#> 10 summary factor                TRUE    base               
#> # ... with 25 more rows

@hadley
Copy link
Member

hadley commented Feb 17, 2019

Fixed in acd3f24

@hadley hadley closed this as completed Feb 17, 2019
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

No branches or pull requests

2 participants