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.

132 results for “from:Lenth, Russell V”

No exit codes from RTerm (Windows) (PR#9296)
Lenth, Russell V · Oct 13, 2006 · r-devel

Full_Name: Russell V. Lenth Version: 2.3.1 OS: Windows XP Pro Submission from: (NULL) (128.255.132.188) I wrote a simple .BAT file to run the Sweave function on a file (via RTerm), then run pdflatex on...

[R-pkg-devel] Catch-22 on mandatory package update
Lenth, Russell V · Aug 12, 2025 · r-package-devel

Dear package developers: I have run into a dilemma... I received a message that my package has errors on the development version of R; and that I must fix the error by August 26. Since I will be traveling out...

lme4: Obtaining the SE of difference in two fixed-effects
Lenth, Russell V · Oct 29, 2020 · r-sig-mixed-models

Do this: a <- c(0, 1, -1) V <- vcov(fit) sqrt(t(a) %*% V %*% a) Russ -----Original Message----- Message: 2 Date: Wed, 28 Oct 2020 21:29:53 -0500 From: Simon Harmel <sim.harmel at gmail.com> To: r-sig...

[R-pkg-devel] Software ecosystems survey
Lenth, Russell V · Aug 22, 2016 · r-package-devel

Package developers, I am acquainted with one of the authors of an interesting article on how software developers respond to, and manage, evolutionary changes in various multi-developer computing "ecosystems". The article has some preliminary results based on interviews with...

Sample size calculation
Lenth, Russell V · Jan 1, 2014 · r-sig-mixed-models

Maybe I can help. But what's the situation? Do you already have pilot data analyzed with one of those packages? If so, you can use that analysis to estimate the variance component nets needed for the sample-size calculation...

[R-pkg-devel] Documenting courtesy S3 methods
Lenth, Russell V · Aug 6, 2020 · r-package-devel

Thanks, Bert. This looks potentially useful as an alternative to the way I currently dynamically register the method. It does seem to require that 'pkg' must actually be installed on the system in order to work, and that pkg would...

lme4 sanple size analysis / power analysis by simulation ...
Lenth, Russell V · Oct 22, 2013 · r-sig-mixed-models

The reviewers were NOT correct in questioning whether you had sufficient power. Power is the probability of rejecting a null hypothesis. You have the data, you did your analysis, so you know which hypotheses were rejected (retrospectively, the power of...

[R-pkg-devel] Courtesy methods and explosive dependencies
Lenth, Russell V · May 25, 2018 · r-package-devel

> There can't really be an "ImportGenerics", because S3 is so informal. A generic function is a function that calls UseMethod, but it can do anything else as well. So R would need some fancy code analysis to know whether...

[R-pkg-devel] Documenting courtesy S3 methods
Lenth, Russell V · Aug 6, 2020 · r-package-devel

Testing results for Bert's suggestion... I tested this with a different -- much smaller -- package: Put the S3method() construct in NAMESPACE but the generic package is not mentioned at all in any DESCRIPTION field. I built the package and checked...

[R-pkg-devel] [External] Re: What is a "retired"package?
Lenth, Russell V · Sep 21, 2021 · r-package-devel

... "I am not fixing this hot mess"??? To the contrary, the README contains a clearly expressed intention to maintain plyr to keep in on CRAN. RL -----Original Message----- From: Jeff Newmiller <jdnewmil at dcn.davis.ca.us> Sent: Tuesday, September...

[R-pkg-devel] pandoc version used in winbuilder
Lenth, Russell V · Jun 26, 2019 · r-package-devel

All, How does one tell what version of pandoc is being used by winbuilder (and probably other related CRAN-submission processes)? I have a package with several HTML vignettes, for which I use a custom style. I had decided to...

[R-pkg-devel] Annoying "missing file link" messages when rebuilding
Lenth, Russell V · Jan 3, 2018 · r-package-devel

Developers: Lately (the past month or so), I have been getting a ton of messages like the following whenever I rebuild my package: Rd warning: H:/progs/R/devel/EMMEANS/emmeans/man/xtable.emmGrid.Rd:57: missing file link 'print...

default for 'signif.stars'
Lenth, Russell V · Mar 26, 2019 · r-devel

Dear R-Devel, As I am sure many of you know, a special issue of The American Statistician just came out, and its theme is the [mis]use of P values and the many common ways in which they are...

[R-pkg-devel] [External] Re: What is a "retired"package?
Lenth, Russell V · Sep 21, 2021 · r-package-devel

Hadley, As I suspected, and a good point. But please note that the term "retired" causes angst, and it may be good to change that to "superceded" or something else. As a side note, I'll mention that I myself...

[R-pkg-devel] Redirect error in .Rd file
Lenth, Russell V · May 25, 2021 · r-package-devel

Hello package developers, I just upgraded to R version 4.1.0, and now get a new error when I re-build my package. Among the messages about converting help files, I now get: ... update.emmGrid html REDIRECT:topic levels...

[R-pkg-devel] Indexing HTML vignette topics
Lenth, Russell V · Apr 23, 2018 · r-package-devel

Developers, I have a package that has a number of vignettes with examples and such; so I see an increasing need to provide easier ways to navigate among them and to find a particular topic. All the vignettes are written...

[R-pkg-devel] [External] Re: Farming out methods to other packages
Lenth, Russell V · Aug 10, 2019 · r-package-devel

Thanks, Duncan. That's helpful. In addition, I confess I had a closing parenthesis in the wrong place. Should be: . . . .GlobalEnv), silent = TRUE) Cheers, Russ -----Original Message----- From: Duncan Murdoch <murdoch.duncan at gmail.com> Sent: Saturday, August 10, 2019...

[R-pkg-devel] Absent variables and tibble
Lenth, Russell V · Jun 27, 2016 · r-package-devel

My package 'lsmeans' is now suddenly broken because of a new provision in the 'tibble' package (loaded by 'dplyr' 0.5.0), whereby the "[[" and "$" methods for 'tbl_df' objects - as documented - throw an error if a variable is not...

Weight, weight - do tell me
Lenth, Russell V · Jul 21, 2014 · r-help

This is a question only about terminology. Suppose I have data categorized by three factors A, B, and C, with cell means ybar_ijk and cell frequencies n_ijk, where I, j, and k index A, B, and C respectively...

[R-pkg-devel] Relicense to GPL-3?
Lenth, Russell V · Nov 5, 2016 · r-package-devel

Dear all, I received an email from a user telling me that another package that depends on my package is licensed GPL(>=3), whereas mine is licensed GPL-2; and that therefore, the other package is in violation of its...

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