Using font_import() in a non-interactive session require the user to manually set prompt = FALSE to avoid user interaction. font_import() should instead check if (interactive()) to determine if the prompt should be displayed. I can provide a pull request if this feature is wanted.
Using
font_import()in a non-interactive session require the user to manually setprompt = FALSEto avoid user interaction.font_import()should instead checkif (interactive())to determine if the prompt should be displayed. I can provide a pull request if this feature is wanted.