Re: [Rd] Coping with non-standard evaluation in R program analysis

2018-01-03 Thread Benjamin Tyner
Evan, The pryr package provides some utilities which may be handy here. In particular see the function: is_promise. Also, next time please post in plaintext. Regards Ben Hello R experts, I plan to develop a tool for dynamic analysis of R programs. I would like to trace function calls at r

Re: [Rd] Coping with non-standard evaluation in R program analysis

2018-01-03 Thread Peter Meilstrup
For 2), it is not exposed in R's standard library but it is exposed in the Rinternals API. A promise that is forced in normal evaluation will have PRENV set to NULL. Peter On Tue, Jan 2, 2018 at 4:19 PM, Evan James Patterson wrote: > Hello R experts, > > > I plan to develop a tool for dynamic an

[Rd] Community Feedback: Git Repository for R-Devel

2018-01-03 Thread Juan Telleria
UNBIASED FACTS: • Bugzilla & R-devel Mailing Lists: Remain unchanged: Understood as Ticketing platforms for bug pull requests on the R-devel Git Repository. • Git Repository Options: A) Github (Cloud with Automated backups from GitHub to CRAN Server): https://github.com B) Gitlab (Selfhosted on C

Re: [Rd] R CMD check warning about compiler warning flags

2018-01-03 Thread Duncan Murdoch
On 03/01/2018 6:11 PM, Uwe Ligges wrote: On 26.12.2017 00:45, Juan Telleria wrote: However, and hope not to be off-topic, a git repository (github, gitlab, codeplex, etc., not just solely github) could constitute a tidy approach, and make things easier to R Core :) By putting the focus on ver

Re: [Rd] R CMD check warning about compiler warning flags

2018-01-03 Thread Uwe Ligges
On 26.12.2017 00:45, Juan Telleria wrote: However, and hope not to be off-topic, a git repository (github, gitlab, codeplex, etc., not just solely github) could constitute a tidy approach, and make things easier to R Core :) By putting the focus on version control, the line of changes made wit