Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
0 answers
95 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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/...

15 30 50 per page
1
2 3 4 5
522