Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi all, I'm working on a large simulation and I'm using the doParallel package to parallelize my work. I have 20 cores on my machine and would like to preserve some for day-to-day activities - word processing...
Hi all, I'm trying to get organized about my R programming and I'm looking for a way to "tag" snippets of handy code that I go back to time and again. At the moment, I just plop .R...
Hi, I'm slowly migrating from SAS to R and - for the very first time - I'm working with a native .Rda data file (rather than importing data from other sources). When I load this .Rda file into the global...
In the latest update to RStudio (2025.09.1-401), is anyone else experiencing system crashes with modeling functions? I'm getting the dreaded "bomb" icon with "R Session Aborted". It's happened for me on 3 different machines (2...
Hi, I'm trying to reshape and output 8 simple tables into excel files. This is the code I'm using for (i in 1:8) { count <- table(mydata$ctry, mydata[,paste0("q0",i,"r")]) dat <- as.data.frame(q01count...
Thanks, all, for your quick and comprehensive help with this - very much appreciated in my R journey. Leslie On Tue, Aug 30, 2016 at 8:03 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > Thanks for the perspective...
Hi Paul, I recently ran into file path conflicts and found the following useful (looks like you already know the answer to 1.): 1. Use .libPaths() to find where packages are being stored. 2. To change this path: Control Panel...
"tags" are a way to label things digitally so that they are easier to find later - Twitter uses these, as one example. I found a nice solution: GitHubGist with an interface via Lepton, if anyone else would like to avoid...
I've run into this problem on nearly every new machine I've touched in the past year. Here is a solution that has consistently worked for me in Windows 7 & 10: 1. Use .libPaths() to find where packages are...
Can't find what you're looking for? Try searching with Google .