Displaying 2 results from an estimated 2 matches for "extprompt".
Did you mean:
efkprompt
2014 Oct 12
1
Is this an incorrect use of the R-API?
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: ?ptr_R_ReadConsole?
>
> Compiled code should not call non-API entry points in R.
The concerned file is this:
https://gith...
2014 Oct 27
0
Calling the original function after tweaking arguments is an incorrect use of the R-API?
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: ?ptr_R_ReadConsole?
Compiled code should not call non-API entry points in R.
The concerned file is this:
https://github.com/musically...