More posts like this
-
Environmental association of microsatellite dataset
written by aabhordia •Hello everyone I am trying to find the environmental association of microsatellite dataset. I have used LEA package but unfortunately could not got any result …
-
'gcmr' package installation issue
written by pnhra •I have been trying to install 'gcmr' package built for R on my Mac. I have tried every version of 'gcmr' from source with all …
-
Is there other IDE like R studio working on the linux?
written by shangguandong1996 •Hi, every one I want to run multi version R on linux, because I want to test different bioconductor package version. but R studio only …
-
Staden Package is not working on my macOS Mojave
written by jcastrofigueroaHello, I'm trying to use PreGap4 and Gap4 of the Staden Package on MacOS Mojave (recently updated from MacOS High Sierra). Every time I try …
-
How to use genewise using pubmed.mineR ?
written by sharmatina189059 •The example file is Genewise(x, "TLR4"). See the below mentioned link. https://rdrr.io/cran/pubmed.mineR/man/Genewise.html and in R studio, I am running Genewise(Abstracts, "TLR4"), getabs(Abstracts, "acinetobacter") ,Give_Sentences_PMC(PMC4039032, "atherosclerosis") …
-
server for RNAseq
written by bahare.a.1370 •hello every body I decide to work with bowtie and TopHat ,so I want to know I need to *sever*? and can I use R …
-
repeatscout, run filter-stage-1.prl and get empty file
written by biologo •hello everyone i m try to work with repeatscout but every time when i m runninf filter-stage-1.prl, the filtered library generated is created empty( no …
-
Software to identify and classify disease-relevant variants
written by dominik.saburo •Hi there! I'm new here so please be forgiving for my questions :) I have problems with finding mutations in my vcf. file because Illumina …
-
Comparing log2 fold values with in a file using a r studio program?
written by oqp5041 •Hi everyone! I organized some genes with their log2 fold change values from smallest to biggest. However, our project deals with genes changing under different …
-
Tutorial: A few words for R beginners
written by ParhamHi, As a biologist who started to learn R, I encountered a lot of problems on learning the subject. Now I don't want to go …
To provide a solution, one must first properly diagnose the problem. Please explain better what happens when you open RStudio. Is your computer just crap (not powerful), or are you running RStudio in a different way, e.g., on a remote server via a web-browser?; what type of analyses are you trying to do?; are there any error messages?
I ran the file from RGui and it worked, the file was broken on R-Studio...Thanks
That does not add any detail. Try to remove and reinstall it. It’s not bioinformatics-related so I suggest to contact their support or open a post with details in the RStudio help forum.
OP probably has R installed through a package manager (homebrew/conda) and updated it. I used to run into this all the time, which is why I use R for macOS directly and never through a package manager.
Thanks for your help @Ram @ATpoint but I discovered that it's the only file that has problem, all other files work well that's why I think the file was broken, the file was open on R studio freezes the program that's why I thought its a problem with R-studio not with the file
What kind of file is it? If it's an Rproj file, conflicting versions could be a problem. If it's a data file, it's probably the data size.
R markdown
Your RStudio crashes when you try and open an Rmarkdown file? There's probably something in that file that doesn't compute (large file load, contacting an external server and timing out etc.).
Edit the R markdown file using a text editor, comment out lines that either have a lot of IO or a lot of compute happening and try loading the file. Do this test iteratively to find which line causes the crash. Once you have that line, you'll know what's wrong and you can then fix it.
How is this related to bioinformatics? This is a general software product related question.
This post does not fit the theme of this forum.