R Studio is not launching after installation - r

I have a problem with launching R Studio after installation, I have been using R for 2 years already in my job, but now I have a new computer and wanted to install R and RStudio. R version: 4.1.2 RStudio regardless version getting error. On my older Windows notebook, everything works fine. This is the first time I see something like this - it is a brand new pc 64-bit version. R normal GUI works also without problems, however, once RStudio launched getting this error:

Related

R Studio is running very slow after upgrade to R 4.0.3

I have just updated R and Rstudio, because with previous versions RStudio started working slowly 2 days ago.
Now upgraded R and Rstudio, however sometimes even commands like 1+1 takes more than 5 min to run.
Do you know the possible solutions to this problem? Packages are located in local directory.

How come XQuartz/X11 makes the file explorer called with tk_choose.files look like this?

MacOS: High Sierra, version 10.13.6
R version: 3.6.1
R studio verison: 1.2.1335
I have been using Anaconda to manage my R packages for a while now. However, I keep getting errors in regards to C and Fortran compilers when trying to install and run packages that depend on them through the Anaconda R studio distribution. Thus I started using the stand-alone version of R studio again. I use the tcltk package in pretty much all of my scripts to easily choose file paths to load multiple data sets etc. When using the tcltk::tk_choose.files() command through the Anaconda R studio distribution, the file explorer window looks like the standard file explorer in MacOS. However, when using the same command in the stand-alone version the file explorer looks like this when running through XQuartz/X11:
My question is why the file explorer suddenly looks this "old" and if there is a way to fix it so I can continue using tcltk? Otherwise are there any alternatives?
I have tried out rJava together with rChoiceDialogs but I cannot get the rChoiceDialogs::jchoose.files() to work.
I managed to solve the issue. Meaning the file explorer looks normal again. I uninstalled my R, RStudio, and XQuartz. I then reinstalled all three using homebrew following the guide posted here.

R Console - scrolls errors

I am working in Mac with a fresh install of the OS. R 3.4.3 GUI 1.70 El Capitan build (7463) is installed on my system. When I open R Console, I see the following error messages, which scroll continuously until the application is closed. I have tried installing older versions of R, going back to 3.4.0, but with the same results. R Studio works without any issues. Please advise how this may be corrected.

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.

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