简体   繁体   中英

opencpu server user libaries not available

i updated my opencpu infrastructure:

  • opencpu 1.6
  • RStudio Version 1.0.44
  • R version 3.3.1 (2016-06-21)

in /rstudio i install some packages

.libPaths()

[1] "/home/<myUser>/R/x86_64-pc-linux-gnu-library/3.2"
[2] "/usr/local/lib/R/site-library"              
[3] "/usr/lib/R/site-library"                    
[4] "/usr/lib/R/library"    

But /ocpu/user/ has no library content -.-

any idea?

Best regards, Arthur

通过添加以下evn解决了我的问题:R_LIBS_USER =〜/ R / x86_64-pc-linux-gnu-library / 3.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM