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

Icon warnings in chapter 2 #599

Open
jonthegeek opened this issue Dec 22, 2022 · 1 comment
Open

Icon warnings in chapter 2 #599

jonthegeek opened this issue Dec 22, 2022 · 1 comment

Comments

@jonthegeek
Copy link

The second code block in 2.2.5 Limited choices throws warnings:

#> This Font Awesome icon ('angry') does not exist:
#> * if providing a custom `html_dependency` these `name` checks can 
#>   be deactivated with `verify_fa = FALSE`
#> This Font Awesome icon ('smile') does not exist:
#> * if providing a custom `html_dependency` these `name` checks can 
#>   be deactivated with `verify_fa = FALSE`
#> This Font Awesome icon ('sad-tear') does not exist:
#> * if providing a custom `html_dependency` these `name` checks can 
#>   be deactivated with `verify_fa = FALSE`

I'd have to dig in to see exactly why that happens, but I'll try to PR a fix when I've had a chance to look into it.

@jonthegeek
Copy link
Author

The same warning shows up in 2.2.7, and probably other places where icon() is used.

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

1 participant