Questions tagged [rstudio-server]

This tag is to be used for rstudio-server, which provides a browser based interface for R / Rstudio running on a remote server. Note that this is different from accessing the Rstudio IDE directly via remote access.

591 questions
0
votes
3 answers

RStudio Server doesn't find libraries for Macports R when building

I'm building the latest github version of rstudio-server to run on OSX Yosemite, but can't get it to find the macports R libraries when installing. I run into a "Minimum R version (2.11.1) not found." error when I run cmake -DRSTUDIO_TARGET=Server…
Roger Filmyer
  • 676
  • 1
  • 8
  • 24
0
votes
1 answer

Cannot detect cores on Amazon EC2 instance

I have set up a RStudio server on an Amazon EC2 micro instance (the free one, just to start). I've done this following this tutorial. As I understand from the description, the machine should have two cores, so I would like to use it for parallel…
splinter123
  • 1,183
  • 1
  • 14
  • 34
0
votes
1 answer

R cannot find packages after rstudio-server was terminated

Has anyone run into this problem and know how to resolve it? I was using shiny in rstudio-server, and for some reason runApp was fetching a cached copy of the server.R file. So I terminated rstudio-server by doing sudo rstudio-server restart in my…
Alex
  • 15,186
  • 15
  • 73
  • 127
0
votes
1 answer

Error in plot.new()

I'm using R Studio when doing some GIS plots. Unfortunately I keep getting this same error but only on certain maps. Error in plot.new() : figure margins too large I know its an issue with the plotting window size but I'm wondering if there is a…
I Del Toro
  • 913
  • 4
  • 15
  • 36
0
votes
0 answers

Rstudio server as an iframe on windows

I wanted to have R Studio server that enables accessing R Studio from a browser in my web application . I have seen earlier that we could do that using iframe. But R studio server was only meant for ubuntu/linux kind , Not windows. How do I add R…
32teeths
  • 1,469
  • 1
  • 15
  • 32
0
votes
0 answers

Leaving code on AMI to compile (Amazon EC2)

I ran a script on an AMI dedicated to RStudio which runs on top Ubuntu. I closed the tab on the browser with the public DNS but when I open a new tab and open the public DNS again the script seem to be interrupted by something (as if RStudio…
thecheech
  • 2,041
  • 3
  • 18
  • 25
0
votes
1 answer

Platform-dependent data output

In order to aid myself with displaying debugging information, I decided to create the following tiny function that would dynamically switch between displaying data in RStudio's internal data browser and simple character-based output, depending on…
Aleksandr Blekh
  • 2,462
  • 4
  • 32
  • 64
0
votes
2 answers

Error in installing packages from RStudio

I have been trying to install the package "doby" from RStudio (ver 0.98.501 ) on ubuntu 13.04 but it keeps throwing the following warning and the package does not get installed. Warning in install.packages : package ‘doBy’ is not available (for R…
ping localhost
  • 479
  • 3
  • 22
0
votes
1 answer

Installing old packages on RStudio-hosted Shiny Server

I am trying to install several packages on the RStudio-hosted Shiny Server, but these packages run with at least R version 3.0.0. A possible solution that I found on the…
User33
  • 294
  • 3
  • 10
0
votes
1 answer

how to provide output of user-defined-function as data.frame in R in .GlobalEnv

I have created a function 'mywsobj' which takes one input & 2 output user input: environment output1: a data.frame name "wsobj" (data of list of objects,their classes,their memory usage) output to console output2: a barplot of list of…
pmr
  • 998
  • 2
  • 13
  • 27
0
votes
1 answer

Rstudio server start up script

I am a newbie to R. I need to write a extension for R. When Rstudio is started , a function in this package should be called which verifies and loads some data to main memory for faster access. How can i tell R studio to call a particular function…
Vineeth Mohan
  • 18,633
  • 8
  • 63
  • 77
-1
votes
1 answer

rstudio server and access of remote databases

I understand that several users can use an rstudio server. usually when we work locally we are already connected the to our databases (sql server) via active directory. How would this work in the server scenario. Would users have to enter…
cs0815
  • 16,751
  • 45
  • 136
  • 299
-1
votes
1 answer

How to secure RStudio server by fail2ban?

I have installed a RStudio server which allows for online login and programming from within the browser. Someone, having experience on how to secure the server by fail2ban?
MortenM
  • 119
  • 1
  • 6
-1
votes
1 answer

Line colour based on slope of line

I want to create an app for financial analysis, i have a code ready but proftrend = output$Plot <- renderPlot(ggplot()+ geom_line(data = as.data.frame(date[2:34]), …
rahul yadav
  • 432
  • 3
  • 20
-1
votes
2 answers

Unable to install plotly and devtools in rstudio server installed in Ubuntu on AWS?

I have created an EC2 instance in AWS(with Ubuntu), installed r studio server, but when I am trying to install the plotly package it gives an error related to OpenSSL: ------------------------- ANTICONF ERROR…
Vish
  • 1
  • 1
1 2 3
39
40