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