Why has R studio (along with other not installed apps) disappeared from my home screen in Anaconda Navigator? - installation

I installed Anaconda Navigator in my laptop (which uses Ubuntu). The first time I installed it it showed R studio, Orange and some other apps available for install. However, I closed Anaconda Navigator (presumably during the installation) and the next time I opened it the icon of R studio, Orange, etc didn't show.
I tried Updating indexes, completely removing Anaconda, rebooting and reinstalling it, but nothing worked.
However, it is remarkable that when I opened it the first time after I reinstalled Anaconda, it did indeed show the icons for R studio and etc. Then the program acted as if it was updating something and some seconds later all those apps disappeared again. This time it didn't even let me hit the "install" button.

Related

RStudio is not opening, just shows the RStudio logo

I recently uninstalled the versions of R and RStudio that I had and downloaded the latest versions of R(4.2.2) and RStudio. This is on Windows 10.
The first time I try to open RStudio after downloading the newest version, was the first time I had this problem but I closed and try to opened again and it work just fine, but now it isn't working, I also try to open the most recent work I had, that show when I click with the right click of the mouse in the rstudio logo on the taskbar and it try to open rstudio but it was a black screen and nothing else happen. What can I do?
I encountered and solved the same problem after installing the latest versions of R Studio and R(4.2.2 as I write this)
The logo was displayed as when loading without the interface ever appearing.
It appears I had 2 versions of R: the latest and and older (3.5.1).
I solved the problem by uninstalling the latest R version in my case.
I didn't need to uninstall/reinstall R Studio however.
When starting R studio just displayed a box telling me that it needs R to work, then I manually chose the R 64-bit version (3.5.1) that I possess on my computer in the menu proposed in the box.
I don't know if the issue was due to two R versions installed at the same time (the latest and an older), or specifically caused by the latest, either way uninstalling the latest R version I had solved my issue.
So you should check if you have two R versions installed, or installing an older version of R as 3.5.1. The problem seemed however unrelated to R Studio.

Old version of RStudio automatically reinstalled after an update

I have just updated the RStudio to the newest available version. Turning on the computer (Windows 10) the next day and launching RStudio I see that it is back to version 1.4.1106, that has somehow been automatically reinstalled.
I have tried uninstalling 1.4.1106 multiple times and installing both earlier and later versions, but every time I restart it is back to 1.4.1106. Please suggest how I can be able to fix this.

How Can I Uninstall RStudio from Anaconda

I need to uninstall RStudio from Anaconda from my windows 10 laptop and cannot get it to work. Here is why and what I’ve tried so far.
Trying to launch RStudio Desktop (64 bit) from Anaconda I get a blank screen followed by a dialogue box asking that name a download file. This same issue documented in these three links.
failed to start rstudio (installed in Anaconda)
https://github.com/rstudio/rstudio/issues/2802
https://community.rstudio.com/t/r-does-not-launch-properly/8630
The culprit is incompatibility with the latest version of Windows 10 and the fix is not scheduled any time soon.
All posts indicate RStudio (not actually R itself although some recommend do both) needs to be un-installed and then re-installed from their respective official sites.
I tried going through Windows control panel to uninstall it, but RStudio program does not show up in the list of available apps to uninstall. (I do see R for Windows 3.4 but that’s R itself not RStudio) I searched through file explorer and see the program in my AppData/local folder with a short cut to it in my start menu. Then there are dozens of references to RStudio from within Anaconda folders.
I've searched this site and many others including Git, RStudio Community, Anaconda documentation...everything explains uninstalling R-base or how generally to uninstall packages, but nothing about RStudio.
I also tried working through these alternative suggestions from RStudio support to no avail.
https://support.rstudio.com/hc/en-us/articles/200488508-RStudio-Desktop-Will-Not-Start
What else can I try?
To uninstall R studio from Anaconda, you can go into the Anaconda environment itself. In the environment there is a setting icon ( black wheel ) on each application icon. Click on that and then remove the application.

How to install WinDbg when VS 2015 is already installed?

I'm trying to install WinDbg from this page, just under the Debugging Tools for Windows 10 (WinDbg) section. However, when I download the executable and run it, it tells me that
You must uninstall the Windows Software Development Kit - Windows 10.0.10586.15 before you can install the latest version of the kit.
I'm guessing this probably has to do with the fact that I already have VS 2015 (and the Windows 10 SDK) installed. However, when I go to the Developer Command Prompt and type in
> where windbg
it tells me that it can't find WinDbg. How, then, do I install it without doing anything drastic (like reinstalling Visual Studio)?
I just ran into this same problem (with a slightly newer version of the SDK) when setting up a VM with Windows 10 and Visual Studio 2015. Following the general rule (or at least, what used to be the general rule), I installed Visual Studio first before attempting to install the SDK.
Even though I picked all the options in the Visual Studio install, and I appear to have gotten large portions of the SDK, I didn't get the debugging tools or the application verifier, which I wanted. The "Debuggers" folder was empty. Yet when I tried to download and install the standalone Windows 10 SDK, I got the error message you quote, that I needed to uninstall the SDK before I can install the latest version.
Microsoft's site is absolutely no help. It gives no clues about the appropriate way to install the software. Harry Johnston's comment got me going in the right direction.
After installing Visual Studio 2015, you already have the Windows 10 SDK. You do not need to download it separately. To get the additional tools on Windows 10:
Open Settings → System → "Apps and features".
Scroll down to "Windows Software Development Kit".
(I had two versions of it installed. The top one was newer. I'd recommend that you proceed with the newer version for the following steps.)
Select it, and click "Modify". Then, because it's Windows 10 and everything is harder than it needs to be, click "Modify" again.
The installer will launch. Select the "Change" option, and click "Next".
Place a check next to the additional features/tools you want, click "Change" to start the process.
After waiting some time, it will have downloaded and installed the additional portions of the SDK. You should now be good to go!
(This does seem like a bug in my case. The two versions of the SDK (the one I have installed and the one whose installer I downloaded) are identical (both are for version 10.0.10586.212), so running the standalone installer should just launch the same setup tool that you are able to launch from Settings, enabling me to Change/Remove Features. Oh well, at least this works.)

Productivity Power Tools for Visual Studio is disabled and won't enable

I had Productivity Power Tools (PPT) installed on my Visual Studio 2012 for quite some time and everything was working well. Suddenly, it stopped working and I noticed it got disabled under Extensions.
I cannot enable it (the Enable button is grayed out), only uninstall, but even uninstalling it and re-installing it didn't do the trick!
I also installed VS 2013 Community (the new full free version) and installed PPT on it and the situation is exactly the same.
Check it!
Tools - Options - Environment - Extension Manager - Load per user extensions...
Worked for me.
After researching this issue inside out (and vise versa), I have finally found out the reason for the mess described in the question here (at least for my specific case):
It appeared that I had a few versions of Visual Studio installed on my PC, which is obviously a very unhealthy situation to have. In my case, the only symptom for this kind of "sick" diversity that I have noticed was the problem with the extension. And a good thing that happened...
I just uninstalled ALL the versions I had installed on my PC and re-installed only the version (one of them) I wanted to continue working with (in my case, VS2013 Community).
I re-installed all the desired extensions, including of course the Productivity Power Tools, and everything is working just fine.
Of course, rebooting the system between installs wouldn't hurt...
After all, I am talking about a Windows-based PC. ;-)

Resources