1

发生的事情是这样的:

我使用 Shiny 构建了一个程序。但在这个程序中,我还使用 openxlsx 来使用 write.xlsx() 将结果打印到 excel 文件中。所以在我的 server.R 文件的最顶部,我写了这段代码:

Sys.setenv("R_ZIPCMD" = "C:/Rtools/bin/zip.exe")

library(openxlsx)

当我在我的电脑上运行它时,它工作得很好。但是当我将它部署到云中(使用 shinyapps.io)并在另一台计算机上运行它(使用 Chrome)时,我收到了这个错误:

*Error: zipping up workbook failed. Please make sure Rtools is installed or a zip application is available to R. Try installr:: install.rtools() on Windows.*
4

0 回答 0