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

Dev version not loading fontawesome 6.5.2 #121

Open
AmeliaMN opened this issue Jul 30, 2024 · 0 comments
Open

Dev version not loading fontawesome 6.5.2 #121

AmeliaMN opened this issue Jul 30, 2024 · 0 comments

Comments

@AmeliaMN
Copy link

This could easily be a user error issue, because I don't install from GitHub very frequently. I'm trying to get fontawesome 6.5.2 so I can use fa("bluesky") on my Quarto website. I have tried

remove.packages("fontawesome")
devtools::install_github("rstudio/fontawesome", build = TRUE)
library(fontawesome)
fa_metadata()$version
[1] "6.4.2"

(both with and without the build = TRUE). Every time it tells me the fontawesome version is still 6.4.2, and when I run

fa("bluesky")

I get

Error: The `name` provided ('bluesky') does not correspond to a known icon

I can see in the repo that it should be updated to 6.5.2. Am I doing something wrong with my install?

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