7,823 questions
Score of -1
0 answers
95 views
Virtual environment manager for RStudio on Windows PC [closed]
For many years I've been using RStudio on my Windows machine. There is a complete mess of different versions of the R packages in the result. Because of that, installation of new R packages and their ...
Score of 4
0 answers
121 views
Equivalent of `R --quiet --no-save --no-restore` in the IDE?
To start R without the startup banner or the quit/save dialogue, we can use
alias R='R --quiet --no-save --no-restore'
giving:
$ R
>
How can we achieve the same in (1) RStudio Desktop and
(2) a ...
Score of 19
1 answer
1714 views
How to turn off the summary pop-up in the new RStudio?
In the latest update of RStudio, when you run the View(foo) function a pop-up appears summarising some of the variables in foo.
This is what it looks like:
I can imagine this new function being ...
Score of 2
0 answers
252 views
Unwanted console output from data.table in R Notebook when using walrus operator (:=) in j argument to modify columns in place
Recently (presumably from an update), when using data.table in an R Notebook (RStudio), data.tables have been printing themselves to the console (and below the code chunk) when I use the walrus ...
Score of -1
1 answer
111 views
Where has the 'Files' tab gone in the new RStudio?
I recently updated RStudio to the latest version, and I've noticed that the 'Files' tab is completely missing from the bottom-right utility pane (where Plots, Packages, and Help usually reside, ...
Advice
0
votes
1
replies
67
views
Interpreting a forest plot from Rstudio
I've made this plot in RStudio using the metafor plot:
As you can see, it's a meta-analysis forest plot with age as a moderator. I just don't know what the grey diamonds show, and I've been scouring ...
Advice
0
votes
5
replies
65
views
Constructing an Association Matrix
To explain my situation shortly, I've conducted a series of experiments where participants sort 43 unique cards (each associated with an alphabetic code; A, B, C ... AO, AP, AQ) into groups, with each ...
Score of 1
0 answers
85 views
Terminal launched inside RStudio doesn't show updated object definition
I define a function foo inside an .Rmd file in RStudio:
foo <- function() {
return(2)
}
Now I save the file and quit RStudio. Before quitting, RStudio tells me that there is a terminal running ...
Advice
0
votes
1
replies
48
views
RStudio is telling me that the compressed files I'm trying to use contain more than 1 unsupported file
I am a student who is learning R for the first time and I am having to use it for an assignment.
I downloaded a dataset in RStudio and I am trying to work on it, but I am getting this error "...
Score of 4
2 answers
138 views
Debugging methods for [[ in RStudio freezes R
I've implemented an S3 method for the [[ subsetting operator for my class. When using RStudio, if I add a call to browser() or add a breakpoint in the method, I observe the following whenever the ...
Best practices
1
vote
1
replies
89
views
Visualizing percentages values in Euler diagrams in R
I will use Euler diagrams (from the eulerr package) to visualize A, B, and the intersections of A and B. My data points are A: 21%, B: 24%, and “A&B”: 14%, and my goal is to visualize all three ...
Advice
0
votes
3
replies
147
views
Choosing files in R with RStudio, is there a way to adapt one of three options
In R there are three options for choosing a file (Win10 or 11):
file.choose() which does not have any options to specify the file (like e.g. extension) but does give an icon in the taskbar when called....
Tooling
0
votes
1
replies
33
views
Change the order of the seasons on the y-axis
fish graphIn my graph the seasons order is (winter,summer,spring,fall) but I’d like it to be (winter,spring,summer,fall) but I can’t seem to get it to changed. I’ve tried using desired_season_order &...
Tooling
0
votes
2
replies
108
views
Reporting using RStudio
Lately I've been trying to build a reporting pipeline of sorts. Basically I run my analyses and save them to RData files , load them in my Quarto file and the I would like to create a readable and ...
Score of 0
0 answers
188 views
R Studio "Modelsummary" does not install
If I want to install the "modelsummary" package, I get this error. Where is it coming from?
Thx
ERROR: lazy loading failed for package 'modelsummary'
* removing 'C:/Users/danie/AppData/Local/...