Skip to content

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.

9 results for “from:Leslie Rutkowski”

Assigning cores
Leslie Rutkowski · Sep 3, 2020 · r-help

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

Code "tags"
Leslie Rutkowski · Oct 10, 2018 · r-help

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

loading .rda file
Leslie Rutkowski · Aug 30, 2016 · r-help

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

lm/glm/glm.nb crashing in latest RStudio
Leslie Rutkowski · Oct 21, 2025 · r-help

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

paste0 in file path
Leslie Rutkowski · Aug 31, 2016 · r-help

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

loading .rda file
Leslie Rutkowski · Aug 30, 2016 · r-help

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

Keep on getting message errors when trying to install and load packages
Leslie Rutkowski · Sep 21, 2017 · r-help

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

Code "tags"
Leslie Rutkowski · Oct 10, 2018 · r-help

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

Unable to Change Library Paths in R 3.5.1 in Windows 10
Leslie Rutkowski · Jul 26, 2018 · r-help

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 .