Questions Tagged [Rstudio]
Ask Question Rstudio Is an Ide for the R Statistical Programming Language. Do Not Use This Tag for General R Programming Problems, Just Use the R Tag. Only Use...
RStudio is an IDE for the R statistical programming language. DO NOT use this tag for general R programming problems, just use the R tag. ONLY use for RStudio-specific questions.
7,338
questions
0
votes
0
answers
11
views
How can I create a unique ID using character data in R [duplicate]
I'm trying to create a unique identifier column using character data in a dataset in RStudio, this is some sample data:
field
direction
transect
wire
north
A
wire
north
B
farm
east
A
farm
east
B
...
0
votes
0
answers
20
views
extracting specific values between given start and end values R
I have matrix M with n1 number of rows and n2 number of column,i am trying to do is extracting values where its found value greater than or equal to 0.50 and it should take all values until its found ...
0
votes
0
answers
21
views
Rstudio multiline commenting shortcut does not do anything
As the title says, I normally use ctrl + shift + c to comment out multiple lines of code in Rstudio. It no longer works (nothing happens when I use the above shortcut).
I am using Rstudio version:
...
0
votes
0
answers
15
views
Why my sessions die even when I only call install packages and packages library?
I am simply trying to install some packages and call some packages to use in Rstudio. I have been doing this for a long time and have never faced a problem. However today, when I type this code
...
1
vote
1
answer
38
views
Can't install recent version of Rstudio in Ubuntu 22.04 through anaconda
When tried to install through terminal command:
conda install -c r rstudio
The terminal got stuck in solving environmental step forever. I manually killed the process.
Then I tried to install ...
-1
votes
1
answer
33
views
Rstudio freezes at the start because it can't load a notebook
I didn't save the notebook but as in rstudio these files are still there with names like Untitled.Rmd and Untitled.nb.html. I understand the problem is that the file has a lot in it (tons of ...
0
votes
0
answers
19
views
Getting an error Error: 1:32: unexpected '/' in Rstudio when trying to knit [SOLVED]
I can't knit. I've tried uninstalling the Rstudio, but it didn't work. When I try to knit I get the following error.
Error: 1:32: unexpected '/'
1: options(repos = c(CRAN = https:/
Execution halted
...
0
votes
1
answer
12
views
Cannot load image of workspace
I have problem that I cant load image of my workspace to my RStudio. When I use command load data nothing happened. If i check it with file exists output is false but I can see the file with my own ...
2
votes
1
answer
33
views
How to see the 'http' adress of Git repository in use from RStudio?
I have started to use version control in RStudio using GitLab, but now I wish to use GitHub instead. So, I need to move all of my repositories from GitLab to GitHub, as specified e.g. here.
But, for ...
1
vote
1
answer
52
views
Issues installing tidyverse package
I'm an R user for some years now, and today, I opened a new R project, and tidyverse could'nt be installed.
install.packages("tidyverse")
The error message is :
Error : install of package '...
0
votes
0
answers
11
views
R Studio start up fail
I am able to start R 4.2.0 with RGui just fine, when I use RStudio however, it fails.
R Session Startup Failure Report
RStudio Version
RStudio 2021.09.0+351, "Ghost Orchid" (077589bc, 2021-...
1
vote
1
answer
39
views
git ssh keys present in some terminals but not others
I can use git to clone and push from my MobaXterm terminal application, but not from Windows PowerShell or RStudio terminal.
When I try to push from these terminals, git doesn't seem to know my ...
0
votes
2
answers
50
views
Rstudio gives an error at startup, Is there a way to fix this?
enter image description here## R Session Startup Failure Report
RStudio Version
RStudio 2022.02.3+492, "Prairie Trillium" (1db809b8, 2022-05-16) for macOS
Mozilla/5.0 (Macintosh; Intel Mac ...
0
votes
0
answers
16
views
Rstudio stops producing Rmarkdown outputs using the knit/run document button
My Rstudio stops producing Rmarkdown outputs when I hit the Knit/Run Document button. When I clicked the button, no information shows up in the "R Markdown" tab and no document is produced.
...
-1
votes
0
answers
16
views
Standalone Data-viewer for Oracle [closed]
Im looking to display some data with graphs, that my company has on our oracle database. For internal purposes only.
Now I don´t know which tool is suited best. My criteria:
The Dashboard should be ...