Great! Works for me on RHEL6.
Best,
Kasper
On Fri, May 5, 2017 at 9:23 AM, Tomas Kalibera
wrote:
> Thanks for the report, handled in configure in 72661 (R-devel).
> I'll also port to R-patched.
>
> Best
> Tomas
>
>
> On 05/04/2017 03:49 PM, Tomas Kalibera wrote:
>
>
> There is no way to control
In an implied call to an S3 print method, deparse(substitute(x)) returns
"x", regardless of the name of object in .GlobalEnv, as indicated in the
following:
> Xnamed <- 1
> class(Xnamed) <- 'name.x'
> print.name.x <- function(x, ...){
+ namex <- deparse(substitute(x))
+ cat('How can I get
On 07/05/2017 3:56 PM, Spencer Graves wrote:
In an implied call to an S3 print method, deparse(substitute(x)) returns
"x", regardless of the name of object in .GlobalEnv, as indicated in the
following:
> Xnamed <- 1
> class(Xnamed) <- 'name.x'
> print.name.x <- function(x, ...){
+ namex <-
On 2017-05-07 3:46 PM, Duncan Murdoch wrote:
On 07/05/2017 3:56 PM, Spencer Graves wrote:
In an implied call to an S3 print method, deparse(substitute(x)) returns
"x", regardless of the name of object in .GlobalEnv, as indicated in the
following:
> Xnamed <- 1
> class(Xnamed) <- 'name.x'