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
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