[Rd] Calling the original function after tweaking arguments is an incorrect use of the R-API?

2014-10-27 Thread Utkarsh Upadhyay
Hi, I am trying to create a small extension for R here for embedding the current time on the R prompt:https://github.com/musically-ut/extPrompt Things seem to be working overall, but R CMD check . raised a warning: File '[truncated]..Rcheck/extPrompt/libs/extPrompt.so’: Found non-API call > to R

[Rd] Is this an incorrect use of the R-API?

2014-10-12 Thread Utkarsh Upadhyay
since a different plugin (like mine) could have overridden it already, I do not want to directly invoke `R_ReadConsole` but the function which previously was at `ptr_R_ReadConsole`. Is this an incorrect use of the API? Thanks! Best Regards, Utkarsh Upadhyay http://musicallyut.in [1]: I am impr