Mario dos Reis
banner
mariodosreis.bsky.social
Mario dos Reis
@mariodosreis.bsky.social
Reader in Statistical Phylogenetics @QMUL
https://dosreislab.github.io/
🇻🇪🇵🇹🇬🇧
Michael Benton books, i.e, Extinctions, When Life Nearly Died
October 10, 2025 at 1:40 PM
Maybe look in /Applications/RStudio.app/Contents/Resources/app/R/modules/SessionAutomation.R
June 4, 2025 at 3:32 PM
Are you using Rstudio? If so, Rstudio startup scripts are loaded after .Rprofile is read, and so everything is overwritten. For example, if you edit Rstudio's Tools.R you can permanently set the graphics device.
June 4, 2025 at 3:27 PM
I had a similar problem and I had memory access errors. Once in a while in a gigantic for loop, I was accessing vectors outside the space allocated to them. You can verify you don't have this bug by accessing all vectors with () instead of []. For example: my_vector(i).
May 13, 2025 at 8:31 PM
May 6, 2025 at 11:08 AM