pkgdown: issue on inherit methods.
SteveViss opened this issue · 5 comments
SteveViss commented
Hard to fix this one... don't know what it is.
@KevCaz , could you have a look if you have a moment.
Thanks !
> pkgdown::build_article("rmangal")
Reading 'vignettes/rmangal.Rmd'
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function 'mapView' for signature '"tbl_df"'
SteveViss commented
Even more strange as devtools::build_vignettes()
works
KevCaz commented
devtools::build_site()
works on master.
KevCaz commented
R> pkgdown::build_article("rmangal")
Error: Can't find article called 'rmangal'
KevCaz commented
oops... wrong branch... my bad. But still, it works fine:
R> pkgdown::build_article("rmangal")
Reading 'vignettes/rmangal.Rmd'
Writing 'articles/rmangal.html'
SteveViss commented
This is so strange. I'll have to investigate. I had warning with igraph too. I updated pkgdown
. I close this issue as it is related to my own environment.