Re: [Rd] subset argument in nls() and possibly other functions

2021-07-13 Thread Marc Schwartz via R-devel
Hi John, In scanning some of the more popular model functions (e.g. lm(), glm(), lme(), coxph(), etc.), none seem to provide examples of the use of the 'subset' argument, even though it is documented for them. That being said, there is some old (2003) documentation by Prof Ripley here: https

[Rd] subset argument in nls() and possibly other functions

2021-07-13 Thread J C Nash
In mentoring and participating in a Google Summer of Code project "Improvements to nls()", I've not found examples of use of the "subset" argument in the call to nls(). Moreover, in searching through the source code for the various functions related to nls(), I can't seem to find where subset is

Re: [Rd] unicode in R documentation

2021-07-13 Thread Frederick Eaton
Thank you both! it works On Tue, Jul 13, 2021 at 04:00:05PM +, Martin Morgan wrote: I have options(useFancyQuotes = FALSE) in my ~/.Rprofile. Martin Morgan Not sure if this is more of an R-help topic. I use options(useFancyQuotes = FALSE) in my .Rprofile. Best regards, Seb

Re: [Rd] unicode in R documentation

2021-07-13 Thread Sebastian Meyer
Am 13.07.21 um 17:37 schrieb Frederick Eaton: Dear R Team, I am running R from the terminal command line (not RStudio). I've noticed that R has been using Unicode quotes in its documentation for some time, maybe since before I started using it. I am wondering if it is possible to compile the

Re: [Rd] unicode in R documentation

2021-07-13 Thread Martin Morgan
I have options(useFancyQuotes = FALSE) in my ~/.Rprofile. Martin Morgan On 7/13/21, 11:37 AM, "R-devel on behalf of Frederick Eaton" wrote: Dear R Team, I am running R from the terminal command line (not RStudio). I've noticed that R has been using Unicode quotes in its documentatio

[Rd] unicode in R documentation

2021-07-13 Thread Frederick Eaton
Dear R Team, I am running R from the terminal command line (not RStudio). I've noticed that R has been using Unicode quotes in its documentation for some time, maybe since before I started using it. I am wondering if it is possible to compile the documentation to use normal quotes instead. I

[Rd] R Can Use Your Help: Testing R Before Release

2021-07-13 Thread Tomas Kalibera
If anyone is interested in helping out, this is a good time to test R 4.1.1 before it is released. Now is the time to look for and report - regressions (things that worked in 4.1.0, but not in 4.1.1) - regressions in 4.1.0 not fixed by 4.1.1 - bugs in new features in 4.1.0 not fixed by 4.1.1 Fo