Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't load showtext #30
Comments
|
Have you tried to reinstall the package? |
|
I have same errors. *** installing help indices
|
|
These issues seem to be related to the write access of temporary directories. Make sure that the folder pointed by |
|
I think @jinyancool's issue is different from @gpsccs's issue. For @jinyancool's issue (reproduced by @XiangyunHuang: https://d.cosx.org/d/419265/3), my guess is that this is not a good idea: https://github.com/yixuan/sysfonts/blob/eae090/R/font.R#L367 The reason is that R will try to load a package from a temporary location when the package is installed. I wonder why you need For @gpsccs's issue, you probably need to |
|
Thanks for the debugging! I'll create patches later. |
|
The problem that @jinyancool encountered was likely due to these lines. Inside the |
|
@yixuan Yeah, |
|
These issues should have been fixed by the latest version of the showtextdb package, which I will submit to CRAN later. |
|
The new version of |
Hello, when I try to use showtext, it occour the following error:
Error: package or namespace load failed for ‘showtext’:
loadNamespace()里算'showtext'时.onLoad失败了,详细内容:
调用(call): utils::unzip(font_file, exdir = out_dir, overwrite = FALSE)
错误(error): 'exdir' does not exist
How can I fix it?