有人编写了一个包(我们称之为“Thing”),它在很大程度上依赖于Rstudio的工作,包括需要rstudioapi
库。它有一个身份验证例程
依赖rstudioapi::askForPassword("Enter your pw")
函数。
如果我运行安装程序,则会引发此类错误:
> setup_thing()
Thanks for downloading Thing, the custom R package for things.
Loading required package: rstudioapi
Error: RStudio not running
我试图避免重写整个库;有没有办法在RStudio中安装和设置软件包,但是使用R CLI中配置的实例?
答案 0 :(得分:1)
我认为答案很遗憾没有。但可能有一个解决方法。你调查了cronR
吗? https://cran.r-project.org/web/packages/cronR/README.html
您可以在Rstudio内部安排作业。