search for: makerevalu

Displaying 4 results from an estimated 4 matches for "makerevalu".

2015 Jul 15
2
bquote/evalq behavior changed in R-3.2.1
...put or result). Using the above code still results in the x object not being stored in fenv on 3.1.2. Dayne On Wed, Jul 15, 2015 at 4:40 PM, William Dunlap <wdunlap at tibco.com> wrote: > Another aspect of the change is (using TERR's RinR package): > > options(REvaluators=list(makeREvaluator("R-3.1.3"), > makeREvaluator("R-3.2.0"))) > > RCompare(rapply(list(quote(function(x)x),list(quote(pi),quote(7-4))), > function(arg)typeof(arg))) > R version 3.1.3 (2015-03-09) R version 3.2.0 (2015-04-16) > [1...
2015 Jul 15
2
bquote/evalq behavior changed in R-3.2.1
On Jul 15, 2015, at 12:51 PM, William Dunlap wrote: > I think rapply() was changed to act like lapply() in this respect. > When I looked at the source of the difference, it was that typeof() returned 'language' in 3.2.1, while it returned 'list' in the earlier version of R. The first check in rapply's code in both version was: if (typeof(object) != "list")
2015 Jul 15
0
bquote/evalq behavior changed in R-3.2.1
Another aspect of the change is (using TERR's RinR package): > options(REvaluators=list(makeREvaluator("R-3.1.3"), makeREvaluator("R-3.2.0"))) > RCompare(rapply(list(quote(function(x)x),list(quote(pi),quote(7-4))), function(arg)typeof(arg))) R version 3.1.3 (2015-03-09) R version 3.2.0 (2015-04-16) [1,] [1] "closure&quot...
2015 Jul 15
0
bquote/evalq behavior changed in R-3.2.1
...e still results in the x object > not being stored in fenv on 3.1.2. > > Dayne > > On Wed, Jul 15, 2015 at 4:40 PM, William Dunlap <wdunlap at tibco.com> wrote: > >> Another aspect of the change is (using TERR's RinR package): >> > options(REvaluators=list(makeREvaluator("R-3.1.3"), >> makeREvaluator("R-3.2.0"))) >> > RCompare(rapply(list(quote(function(x)x),list(quote(pi),quote(7-4))), >> function(arg)typeof(arg))) >> R version 3.1.3 (2015-03-09) R version 3.2.0 (201...