【发布时间】:2020-06-14 11:58:33
【问题描述】:
我最近将 R 升级到 4.0.1。当我为 bioconductor Systemfonts 安装一个包时,安装失败,并且有一条信息指出这是因为找不到一个包
freetype2 was not found in the pkg-config search path.
perhaps you should add the directory containing `freetype2.pc' to the pkg_config_path environment
variable no package 'freetype2' found
当我尝试安装 freetype2 时,它显示 freetype2 不适用于 R 4.0.1。
有人知道我该怎么办吗?
【问题讨论】:
-
您是如何尝试安装 freetype2 的?这不是 R 包,但必须通过例如安装Homebrew 在 macOS 上。也就是说,如果您指定您使用的操作系统,它也会有所帮助。
标签: r bioconductor