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