Displaying 2 results from an estimated 2 matches for "rf_findfun3".
Did you mean:
rf_findfun
2019 Sep 07
2
Missing function Rf_findFun3
Hi,
The function `Rf_findFun3` is declared in
`$(R CMD CONFIG HOME)/lib/R/include/Rinternals.h`
but appears to be missing from R's shared library (R.so).
Is this an oversight?
Best,
Laurent
[[alternative HTML version deleted]]
2019 Sep 08
1
[External] Missing function Rf_findFun3
...th an embedded R.
Why have it declared in the include/ if it cannot be accessed then?
Best,
Laurent
On Sun, Sep 8, 2019, 8:27 AM Tierney, Luke <luke-tierney at uiowa.edu> wrote:
> On Sat, 7 Sep 2019, Laurent Gautier wrote:
>
> > Hi,
> >
> >
> > The function `Rf_findFun3` is declared in
> > `$(R CMD CONFIG HOME)/lib/R/include/Rinternals.h`
> > but appears to be missing from R's shared library (R.so).
> >
> > Is this an oversight?
>
> No. This is not part of the API supported for use in packages.
>
> Best,
>
> luke
>...