-
Notifications
You must be signed in to change notification settings - Fork 15
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
Include fonts in inst/ #1
Comments
Thank you for the useful issue @seasmith I'll be sure to address this. |
I'm also having some trouble getting the fonts to work, even when doing this. Has anyone had any luck? Could we make a Docker image? |
Hello @mrbuche, Apologies for the delayed response, and thank you for your patience 😊 Could you please specify the operating system you are using? I've implemented a I appreciate your suggestion, and I'm considering creating a Docker image in the near future to enhance accessibility. Your feedback is valuable, and I'm committed to improving the user experience ♿ Thank you again for bringing this to my attention @seasmith ❤️ |
@moldach thank you so much for your response! I was using WSL in Windows but since then I have an actual Ubuntu OS. Tried it today, works great! I bet the extra stuff you added lately works for Windows. |
Including the fonts in
inst/
would make these fonts accessible to R code viasystem.file()
-- allowing them to be be registered and loaded viaextrafont
within thevapoRwave
package.The
DESCRIPTION
file would need to reflect the font authors, copyright holders, etc. Most of the fonts seem to not have any license restrictions prohibiting this kind of distribution.The text was updated successfully, but these errors were encountered: