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.

364 results for “from:Abby Spurdle”

did bot execute
Abby Spurdle · Jun 2, 2020 · r-help

(excerpts only) > Tried this new version but did not execute... > Error in plot_ds(bat_call, "plot 2", c(25, 28), c(-15, 10), k1 = 1.25, : > object 'bat_call' not found I've used the bat_call object, from...

M[cbind()] <- assignment with Matrix object loses attributes
Abby Spurdle · Aug 22, 2020 · r-devel

> Hmm, really? In `R Under development (unstable) (2020-08-14 > r79020)`, doing the indexed assignment with a regular matrix (as opposed > to a Matrix) appears to preserve attributes. I was referring to *Matrix* objects. Sorry, if that wasn't clear.

Including full text of open source licenses in a package
Abby Spurdle · Sep 12, 2020 · r-devel

> > Including a copy of the license with the work is vital Hmmm... Agree. Just for context: CRAN has a history of being exceptionally useful and efficient. In general, I don't support suggestions to change their submission policies.

Query on contour plots
Abby Spurdle · Jun 2, 2020 · r-help

> that extraneous white lines in PDFs are the fault of the PDF > viewing program rather than of R. Except it's a PNG file. I've tried to minimize artifacts viewing PDF files. But assumed (falsely?) that PNGs and other...

Regarding R licensing usage guidance
Abby Spurdle · Jul 23, 2019 · r-help

> > I do not intend to use hard work of community and > > earn profit on it. > No, that's not right. The problem comes if you try to distribute copies > of R or R packages. You are allowed to make a...

[SPAM] Re: The "--slave" option
Abby Spurdle · Sep 22, 2019 · r-help

> I also don't think attacking a person's research to counter a point that has nothing to do with their research is what is wanted on this mail-list. You're right. I may take a break from these...

stats:: spline's method could not be monoH.FC
Abby Spurdle · May 3, 2020 · r-help

I just realized that note (2) is not completely correct. It would be possible to specify both the first and second derivatives at the endpoints. However, that would require subdivision of the outermost spline segments, which increases the complexity of...

as.data.frame.table() does not recognize default.stringsAsFactors()
Abby Spurdle · Mar 14, 2019 · r-devel

Martin Maechler Wrote: and we should've tried harder to keep things purely functional (R remaining as closely as possible a "functional language") This is diverging from the original post. However, isn't R a multiparadigm programming language (by design...

bugs in head() and tail()
Abby Spurdle · Mar 25, 2019 · r-devel

(Using R 3.5.3). I found bugs in head() and tail(). The following works: > f = function () 1 > head (f) 1 function () 2 1 However, the following does not: > class (f) = "f" > head (f) Error in x[seq_len(n...

[FORGED] Re: readxl issue
Abby Spurdle · Feb 5, 2020 · r-help

> should have been read_excel whose parameters need to be adjusted to not look for a header line. And Jeff's probably correct (from the package documentation): > read_excel(path, sheet = NULL, range = NULL, col_names = TRUE, Set col_names...

surprised matrix (1:256, 8, 8) doesn't cause error/warning
Abby Spurdle · Jan 31, 2021 · r-devel

I'm a little surprised that the following doesn't trigger an error or a warning. matrix (1:256, 8, 8) The help file says that the main argument is recycled, if it's too short. But doesn't say...

[External] Re: use of the tcltk package crashes R 4.0.1 for Windows
Abby Spurdle · Jun 7, 2020 · r-devel

On Mon, Jun 8, 2020 at 4:09 AM Fox, John <jfox at mcmaster.ca> wrote: > Does it make sense to withdraw the Windows R 4.0.1 binary until the issue is resolved? Yes, it does. All the release...

'closure' (was "stats:: spline's method could not be monoH.FC")
Abby Spurdle · May 6, 2020 · r-help

> If you want to mess around with the environment of a > function, then you need to understand this stuff, but you probably > shouldn't do that. What exactly do you mean? Are you implying that a user should not use...

Rtools contains Python interpreter(s), and six copies?
Abby Spurdle · Aug 1, 2019 · r-devel

I've just discovered that Rtools (on Windows) contains Python interpreter(s). I'm assuming that Python is required to build R packages, on all operating systems. I think this is a mistake. Also, by my count, Rtools contains six...

Survey Data - comparing multiple groups
Abby Spurdle · Jul 25, 2019 · r-help

> I have ran Kruskal Wallis as follows but get the following error: > svyranktest(CARB ~ group, df, test=c("KruskalWallis")) >From the survey package, I assume. And df is a data frame, I also assume. (Complete self-contained examples are good...

matplot.Date & matplot.POSIXct
Abby Spurdle · Jan 27, 2020 · r-devel

Maybe I'm missing something really obvious here, but I was unable to create a matrix out of POSIXct object(s). Perhaps that deserves a separate discussion...? Regarding your other comments/questions: (1) You should *NOT* mask functions from the...

Working with very large datasets and generating an executable file
Abby Spurdle · May 6, 2020 · r-help

> The second question is, is there a way I can develop an R model and turn it > into an executable program that can work on any OS? ------myrscript.c-------- int main (int argc, char* argv []) { system ("Rscript myrscript.r"); return...

Offer zip builds
Abby Spurdle · Jun 7, 2019 · r-devel

> Just to add to that point - it is expected that the registry is appropriately updated so the correct version of R can be located. Just unpacking a ZIP won't work in general since tools using R have no reliable...

Best settings for RStudio video recording?
Abby Spurdle · Aug 15, 2020 · r-help

On Fri, Aug 14, 2020 at 12:11 PM Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > It is a public benefit corporation Seriously? On Fri, Aug 14, 2020 at 12:11 PM Jeff Newmiller <jdnewmil at dcn.davis...

random truncation
Abby Spurdle · Jul 13, 2019 · r-help

Note my last response is probably off-topic. I just wanted to highlight the need for defining problems in a way that computers (and R programmers) can understand. On Sun, Jul 14, 2019 at 1:13 PM Abby Spurdle <spurdle...

Can't find what you're looking for? Try searching with Google .