Re: [Rd] Evaluate values in `Sys.setenv`

2020-08-29 Thread Jeff King
Thanks for your explanation. The function `path.expand` is very helpful! Best, Jiefei On Fri, Aug 28, 2020 at 8:34 AM peter dalgaard wrote: > It is the shell that does the ~ and $ expansions, and Sys.setenv() doesn't > go via the shell, so you cannot expect it to understand the shell > metachar

Re: [Rd] utils::isS3stdGeneric chokes on primitives and identity

2020-08-29 Thread Gabriel Becker
Hi all, I have a patch that fixes this and also fixes/improves debugcall so that it supports pkg::fun(obj) and pkg:::fun(obj) style calls. I'm going to test it a bit more and add a regression test for isS3stdGeneric and then I will submit it to bugzilla tonight or tomorrow morning. Best, ~G On T