[Rd] odd behavior of names
David Winsemius
dwin@emiu@ @ending from comc@@t@net
Sun Jul 29 17:45:52 CEST 2018
> On Jul 29, 2018, at 6:31 AM, Gabor Grothendieck <ggrothendieck using gmail.com> wrote:
>
> The first component name has backticks around it and the second does
> not. Though not wrong, it seems inconsistent.
>
> list(a = 1, b = 2)
> ## $`a`
> ## [1] 1
> ##
> ## $b
> ## [1] 2
>
> R.version.string
> ## [1] "R version 3.5.1 Patched (2018-07-02 r74950)"
Agree it would be unexpected. Unable to reproduce on Mac:
list(a = 1, b = 2)
#------
$a
[1] 1
$b
[1] 2
R.version.string
#[1] "R version 3.5.1 (2018-07-02)"
Platform: x86_64-apple-darwin15.6.0 (64-bit)
>
>
>
> --
> Statistics & Software Consulting
> GKX Group, GKX Associates Inc.
> tel: 1-877-GKX-GROUP
> email: ggrothendieck at gmail.com
>
> ______________________________________________
> R-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
David Winsemius
Alameda, CA, USA
'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law
More information about the R-devel
mailing list