Displaying 6 results from an estimated 6 matches for "rdynpriv".
2024 May 28
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
...inter of a class
RegisteredNativeSymbol and not directly the function pointer to the actual routine. The
problem is that there appears not to be any R-level function that would extract the actual
function-pointer and that the C-interface for R_RegisteredNativeSymbol has been defined
in the internal Rdynpriv.h header that is not included in the public API headers.
The only way I was able to access the function directly was using the following C-level
approach in which essential parts of the headers are copied from the Rdynpriv.h:
#include <R.h>
#include <Rinternals.h>
#include <R_ext/...
2024 May 30
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
...; RegisteredNativeSymbol and not directly the function pointer to the actual routine. The
> problem is that there appears not to be any R-level function that would extract the actual
> function-pointer and that the C-interface for R_RegisteredNativeSymbol has been defined
> in the internal Rdynpriv.h header that is not included in the public API headers.
>
> The only way I was able to access the function directly was using the following C-level
> approach in which essential parts of the headers are copied from the Rdynpriv.h:
>
> #include <R.h>
> #include <Rinter...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...pport: no
Tcl/Tk support: yes
R profiling support: yes
R as a shared library: no
The first make halts on src/main/Rdynload.c, the compiler can't
find the variable CFunTab. I solved this by adding the following
lines after #include "R_ext/Rdynpriv.h" :
#include "../unix/FFDecl.h"
static CFunTabEntry CFunTab[] =
{
#include "../unix/FFTab.h"
{NULL, NULL}
};
Now, make runs a bit further, until it stops with the following
errors:
cc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o appl...
2011 Aug 02
0
[Rd] example package for devel newcomers
...hp to produce
a special build to be used as the package library would not be a trivial
task and would demand updates at every new php version. Something I can't
assure I can do. And would have to distribute the whole php source code:
still have to study php licensing scheme.
BTW, I copied Rdynpriv.h by hand to my include path to get access
to 'struct _DllInfo' definition. The R install process did not copy this
file. Am I doing something wrong here?
Sorry for the lengthy message. Thanx for your help.
--
Alexandre
--
Alexandre Santos Aguiar, MD, SCT
-------------- Pr?xima Part...
2011 Jul 31
3
example package for devel newcomers
Hi,
I'd like to know whether there is a package (or more, of course) regarded
as a good example that could be used also as an instructional tool for
newcomers to R extensions development.
Thanks.
--
Alexandre
--
Alexandre Santos Aguiar, MD, SCT
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...3 rhTypesAndConsts.pas
Random.h ~~~> 3 rhR.pas / rhTypesAndConsts.pas
RConverters.h ---> 3 rhRConverters.pas
Rdefines.h ---> 2 rhRDefines.pas
Rdynload.h ---> 2 rhRDynload.pas
Rdynpriv.h ~~~> 2 rhRDynload.pas
Rgraphics.h ---> 3 rhRGraphics.pas
Riconv.h ---> 3 rhRIconv.pas
Rinlinedfuns.h xxxx - (probably(?) only Gnu C compiler relevant)
Rinternals.h --->...