RStudio is an IDE for the R programming language
Questions tagged [rstudio]
84 questions
64
votes
5 answers
How do I check version of R language installed on my system?
I installed r language and r studio on my Fedora-20 system few months back. After that I got busy and now coming back to it. I wanted to know what my R version is, and I am unable to find any help on it. Is there any command/function I can use to…
Pensu
- 813
11
votes
2 answers
Change RStudio library path at home directory
Each time RStudio starts, it checks and creates ~/R if it doesn't exist. I want to change this path elsewhere. How can I do this configuration?
I know that
HOME=/some/path rstudio
will work. But can I configure through some config file?
Frozen Flame
- 1,120
- 3
- 14
- 23
10
votes
2 answers
How to stop Windows 10 from suspending a particular application (RStudio)
First off, I wasn't sure if this was a question better suited to Super User or one of the other communities like Cross Validated, so please let me know if this is in the wrong place.
I'm having an issue where while I am actively using RStudio,…
Amelia
- 201
5
votes
1 answer
Disable the ">" operator in Rstudio linux terminal
For an interactive session via SSH on a Linux cluster in Rstudio, it is very easy to accidentally execute the keyboard shortcut for "run in terminal" when commands are highlighted in Rstudio console. This results in behavior such as
\>…
user36302
- 279
5
votes
0 answers
Install Shiny Server and Rstudio Server on Raspberry Pi 3
I'm trying to install Rstudio server and shiny server in Raspberry Pi 3. It has a ARM architecture which is same as many chromebooks. There are serveral sources I've found
but non of them seems to work. Here I'm listing the sources related to this…
4
votes
2 answers
Specify R executable for Rstudio Server open source edition
You can run multiple versions of R with RStudio Server Pro, and you can select which to run in a dropdown.
The open source edition does not have that ability to change R executables on the fly. That's find.
I just want to be able to pick somehow…
abalter
- 766
3
votes
1 answer
How to add jpeg support in Fedora 22 so that R can use it?
I got an error looking as follows:
gcc -m64 -I/usr/include/R -DNDEBUG -I/usr/local/include -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4…
Krzysiek Setlak
- 147
3
votes
1 answer
Rstudio freezes when clicking global options
I've recently installed Rstudio 0.99.441 on Ubuntu 14.04. I have installed the latest version of R (3.20).
I want to change the background color of the console, but each time I press tools -> global options the programme freezes...Any suggestion?
I…
Cyborg101
- 31
3
votes
4 answers
Keyboard shortcut for maximize and minimize Rstudio Console
In Rstudio you can manually maximize the editor panel by clicking the icon in top-right corner. When executing code, the console will slide into view automatically, but then one has to maximize/minimize the panels manually again. Is there any…
User981636
- 315
3
votes
0 answers
R Versions 4.0.3+ 64 bit Refuses to Launch on Windows 10
Repost of this question on stack overflow
After updating R to 4.0.3, and now 4.0.4, I am unable to launch the 64-bit version. The 32-bit version works fine and previous releases work fine in 64-bit.
Launching in RStudio fails as well as running the…
kaz272
- 31
3
votes
0 answers
"Kind" of .R file incorrectly displayed as "Rez Source" instead of "R Source File"
I am a R user new to MacOS. I found that the "Kind" of .R files are shown as "Rez Source" instead of "R Source File", even after I set the default app for the file as Rstudio.app (See the screenshot here. Interestingly, the icon is correct).
I…
statuser
- 31
3
votes
1 answer
Using R on Windows Server 2012R2 not using more memory
I have a question regarding R and RStudio on my Windows Server 2012 R2 Datacenter.
I access the server directly and the server has 128GB RAM. But when I run my R-script, the task manager shows me, R is only using up to 2 MB of RAM and an overall of…
user1065966
2
votes
0 answers
Any chance to change word selection separator characters in RStudio?
Is it possible to change word delimiters in RStudio? In particular, is it possible to make the underscore (_) and the dot (.) to act as the word delimiters, too?
A S
- 131
2
votes
2 answers
View more than 1000 rows in Rstudio
How can I view more than 1000 rows Rstudio because the view command show me only 1000 rows instead of 103400 in my data file.
library(foreign)
stata <- read.dta("/Users/cool/Desktop/LFS2010-12.dta", convert.factors= F,…
user2970322
- 21
2
votes
0 answers
I get a message error when trying to start R with Rstudio
I can't open R with Rstudio, I get this error message ## R Session Startup Failure Report
RStudio Version
RStudio 2023.12.1+402 "Ocean Storm " (4da58325, 2024-01-28) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,…
Marie Guittonneau