Cannot launch RStudio 1.2.1335 on Fedora 29 - r

I used RStudio Desktop 1.1.463 on my Fedora 29 without problems. I use R version 3.5.3. A new version of RStudio is available (1.2.1335) and after installation through .rpm and clicking on app symbol in Menu, like before, nothing happens. I get no error, no message, nothing, so cannot really pinpoint to anything. I know that the installation was successful since the icon logo was updated.

Download the Zip/Tarball from the rstudio website https://www.rstudio.com/products/rstudio/download/#download
Open a terminal and extract e.g.
tar xzfv rstudio-1.2.1335-x86_64-fedora.tar.gz
Then run
./rstudio-1.2.1335/bin/rstudio
Check if you get any specific error.
It runs fine for me on Fedora 29 with 5.1.11-200.fc29.x86_64

Related

Cannot open rstudio from command line though installation worked

I can't start rstudio from my linux terminal. It always shows me this message:
Unable to determine real path of R script /home/remi/anaconda3/bin/R (system error 2 (No such file or directory))
I have Kubuntu 18 and anaconda installed on it.
I had trouble with installing curl and other libraries that need curl.
Since it was maybe due to a problem of paths, I removed R and RStudio from my conda environment in order to work only on the R and RStudio installed in Kubuntu. Something must have gone wrong.
I have tried to remove and reinstall both R and RStudio but it didn't work.
Weirdly, I can launch RStudio from my application launcher and I was able to install all the libraries I needed.
I would like to be able to launch RStudio from the terminal without any problem.
Does someone know what the problem is ?
Thank you !

Anaconda Navigator Install Issues for RStudio

I recommended to my class (2 sections) that they use Anaconda Navigator for a quick and easy way to install both python and R on their machine. I have had success with this recommendation in the past but recently this proved to be very problematic. At least on macOS, installing RStudio via the GUI does not work. It appears to stall.
In addition, attempting to create a new environment ,with both R and Python (3.7), the environment does not get created. It appears in the GUI for < second and then goes away without any other warning visible to the student.
Is there a bug in the recent version or perhaps version collisions across the environments?
I believe there is a bug. I installed Anaconda navigator, then RStudio in navigator. RStudio installed, but when I relaunch navigator I don't get the 'launch' tile, only the 'install' tile for RStudio. When I click the install tile (just to humor myself I suppose) it appears that it is reinstalling RStudio, but really it's just a hung process.
My environment is Windows 10 1909

RStudio won't start, R ver. 3.4.2, Rstudio ver. 1.1.383

I'm not able to start a fresh installment of RStudio. I've deleted prior versions, and are currently only running R ver. 3.4.2. Likewise I've deleted my .RData file, but nothing seems to work. The program doesn't show anything, but it is listed on running programs, and the more times I click the more times it opens a new RStudio, untill it clogs the CPU. I'm running Windows 10.
What to do?
I am afraid that this idea will help you or not that you can try this.
Uninstalling RStudio and R, cleaning the registry, and installing again.
If it is running then close it first from the task manager then uninstall the program.

Error in newly re-installed RStudio (Windows XP)

What is the meaning of the following error when I start RStudio, and how can I address it? I re-installed a new version of R (3.2.1) and did a reinstall of RStudio
"rsession.exe - Entry Point Not Found
The procedure entry point strerror_s could not be located in the dynamic link library msvcrt.dll."
I installed Rstudio with R(3.2.1) to my XP box and get this same error message when opening Rstudio. Clicking "OK" and moving past the error message yields what appears to be a perfectly good Rstudio. That is, I have used tutorials and it works as the tutorial indicates it should. Plotting is fine, calculating is fine, etc.
you can install a old version of Rstudio that was still supporting XP: For instance https://download1.rstudio.org/RStudio-0.98.245.exe
The answer from RockScience points to an out-of-date URL (and older version of RStudio). This is the official RStudio page for older versions, where version 0.98.1103 is available. This message was written in Oct 2016.
On installation the reported error does not occur and everything appears to work fine. However, the following appears in the Console:
Warning message:
R graphics engine version 11 is not supported by this version of RStudio.
The Plots tab will be disabled until a newer version of RStudio is installed.
Not sure of the full meaning of this warning but all plot types that I tested so far seem to work great. They do appear in a separate window, however, and not integrated into the "Plots" tab of RStudio. After installing the "ggplot2" package, the warning still occurs.

R package "repmis" crashes R on library(repmis)

I tried installing a list of packages this morning and had an error which crashed R when I ran library(repmis)
install.packages("repmis")
library(repmis)
I've uninstalled & reinstalled R (on my mac by deleting the app and downloading the new build), but still get an app crash when I run library(repmis).
Can anyone tell me why? And/or how I can more effectively uninstall R to get this package to work again?
Problem solved, I restarted the computer and repeated the procedure above and this time received a prompt to install a Java 6 runtime.
I'm guessing that the dialogue box had issues displaying earlier because of some system printer windows I had open.

Resources