我需要安装一个乳胶包(eso-pic)来呈现 rmarkdown 报告,但我在代理后面,无法从 R 下载乳胶包(我可以手动下载它们)。
(为了重现,从 Github 安装 {ireports} 并从模板打开一个新的 rmarkdown 文件)
devtools::install_github("INWTlab/ireports")
rmarkdown::draft("skeleton.Rmd",
template="business_report", package="IReports"
)
是否可以像使用 R 包一样安装下载的乳胶包(例如,install.packages("path/to/.zip")
?