Dear all,
It seems that as.pairlist does not convert call objects, producing
results like the following:
> is.pairlist(as.pairlist(quote(x + y)))
[1] FALSE
Should this behavior be expected?
Thanks,
Jialin
> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-suse-linux-gnu (64-bit)
Ru
I have committed a change to R-devel that addresses this. To be on the
safe side I need to run some more extensive tests before deciding if
this can be ported to the release branch for R 3.5.0. Should know in a
day or two.
Best,
luke
On Tue, 27 Mar 2018, luke-tier...@uiowa.edu wrote:
This has
Thanks! Fixed in R-devel,
Tomas
On 03/26/2018 03:22 PM, Korpela Mikko (MML) wrote:
I stumbled upon a typo in a time zone name: Irtutsk should be Irkutsk.
A patch is attached. I also checked that this is the only bug of its
kind in this file, i.e., all the other Olson time zones occurring in
the
On 03/27/2018 11:53 AM, Iñaki Úcar wrote:
2018-03-27 11:11 GMT+02:00 Tomas Kalibera :
On 03/27/2018 09:51 AM, Iñaki Úcar wrote:
2018-03-27 6:02 GMT+02:00 :
This has nothing to do with printing or dispatch per se. It is the
result of an internal register (R_ReturnedValue) being protected. It
g
2018-03-27 11:11 GMT+02:00 Tomas Kalibera :
> On 03/27/2018 09:51 AM, Iñaki Úcar wrote:
>>
>> 2018-03-27 6:02 GMT+02:00 :
>>>
>>> This has nothing to do with printing or dispatch per se. It is the
>>> result of an internal register (R_ReturnedValue) being protected. It
>>> gets rewritten whenever
On 03/27/2018 09:51 AM, Iñaki Úcar wrote:
2018-03-27 6:02 GMT+02:00 :
This has nothing to do with printing or dispatch per se. It is the
result of an internal register (R_ReturnedValue) being protected. It
gets rewritten whenever there is a jump, e.g. by an explicit return
call. So a simplified
2018-03-27 6:02 GMT+02:00 :
> This has nothing to do with printing or dispatch per se. It is the
> result of an internal register (R_ReturnedValue) being protected. It
> gets rewritten whenever there is a jump, e.g. by an explicit return
> call. So a simplified example is
>
> new_foo <- function()