rstudio-server

Accessing files from Google cloud storage in RStudio

佐手、 提交于 2021-01-27 14:37:06
问题 I have been trying to create connection between the Google cloud storage and RStudio server(The one I spinned up in Google cloud), so that I can access the files in R to run sum analysis on. I have found three different ways to do it on the web, but I don't see many clarity around these ways so far. Access the file by using the public URL specific to the file [This is not an option for me] Mount the Google cloud storage as a disc in RStudio server and access it like any other files in the

RStudio Server not starting

故事扮演 提交于 2021-01-27 07:33:06
问题 I have been working in a remote RStudio server for the last few months without any issues. Today, I restarted the rstudio server in using this command sudo rstudio-server restart After this, I am not able to access the server via browser. It keeps on waiting. I checked the status using this: sudo rstudio-server status This resulted in: rstudio-server stop/waiting My server is configured to run on port 80 回答1: I have found the solution myself The RStudio server was configured to run on port 80

RStudio Server not starting

余生长醉 提交于 2021-01-27 07:32:36
问题 I have been working in a remote RStudio server for the last few months without any issues. Today, I restarted the rstudio server in using this command sudo rstudio-server restart After this, I am not able to access the server via browser. It keeps on waiting. I checked the status using this: sudo rstudio-server status This resulted in: rstudio-server stop/waiting My server is configured to run on port 80 回答1: I have found the solution myself The RStudio server was configured to run on port 80

libgdal.so.20 issue centos rgdal

北慕城南 提交于 2021-01-27 05:39:23
问题 Can someone help me to understanding what is the problem of rgdal ? I installed gdal 2 for centos 6 64 bits but i didn't succeed to install rgdal. I tried to figure out what is the issue but i didn't found anything useful on the internet . this is Rstudio-server console: install.packages("rgdal") Installing package into ‘/home/admin/R/x86_64-redhat-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) essai de l'URL 'https://cran.rstudio.com/src/contrib/rgdal_1.2-18.tar.gz' Content type

libgdal.so.20 issue centos rgdal

你说的曾经没有我的故事 提交于 2021-01-27 05:39:18
问题 Can someone help me to understanding what is the problem of rgdal ? I installed gdal 2 for centos 6 64 bits but i didn't succeed to install rgdal. I tried to figure out what is the issue but i didn't found anything useful on the internet . this is Rstudio-server console: install.packages("rgdal") Installing package into ‘/home/admin/R/x86_64-redhat-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) essai de l'URL 'https://cran.rstudio.com/src/contrib/rgdal_1.2-18.tar.gz' Content type

Why are shiny apps always getting immediately grayed out from RStudio behind `https://`?

别说谁变了你拦得住时间么 提交于 2020-08-08 09:20:22
问题 Every time I try to run a shiny app from RStudio Server 1.2 it gets immediately grayed out. This does not happen when deployed on the Shiny Server-apps work fine there. Both are behind https:// links. I tried running the same app from an http:// link and the app ran normally. What is causing this? Steps to reproduce: start a new Shiny app project File > New Project > Shiny Web App click "Run App" with the old faithful app Here is what the javascript console shows: A coworker is also using the

Can't install any R packages on Linux Server

喜夏-厌秋 提交于 2020-07-19 18:06:47
问题 I can't seem to install any R packages on my amazon linux server, running on EC2. Here is a simple example of trying to install "broom" package. Any idea what's going on here? Any help would be appreciated, as I've been stuck on this for about 5 hours now. I've pasted all of the console output, below. install.packages("broom") Installing package into ‘/home/rstudio/R/x86_64-redhat-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) also installing the dependencies ‘mnormt’, ‘psych’ trying URL

Can't install any R packages on Linux Server

自作多情 提交于 2020-07-19 18:05:41
问题 I can't seem to install any R packages on my amazon linux server, running on EC2. Here is a simple example of trying to install "broom" package. Any idea what's going on here? Any help would be appreciated, as I've been stuck on this for about 5 hours now. I've pasted all of the console output, below. install.packages("broom") Installing package into ‘/home/rstudio/R/x86_64-redhat-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) also installing the dependencies ‘mnormt’, ‘psych’ trying URL