I am trying to install rjson, httpuv packages in RStudio in dashDB with following command: install.packages(c("rjson", "httpuv"))
I got the following message:
sh: wget: command not found
Warning in install.packages :
download had nonzero exit status
I can't install wget myself since I have no root permission. Is there any workaround for this problem? Will wget be built-in in the near future?