juba / explor

Interfaces for Multivariate Analysis in R
https://juba.github.io/explor/
193 stars 13 forks source link

Font Awesome warning #39

Closed jl5000 closed 2 years ago

jl5000 commented 2 years ago

When running explor, I get the following warning:

This Font Awesome icon ('file-image-o') does not exist:

  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE

This is the code I run to produce it:

explor::explor(prcomp(iris[,1:4]))

juba commented 2 years ago

Indeed, this should now be fixed in the development version.

Thanks for taking the time to report the issue !