Displaying 3 results from an estimated 3 matches for "do_symbol".
2003 Apr 17
2
Difference between .C and .Fortran (on Windows)
In updating my web page on using non-standard compilers in Windows,
I've been trying to figure out exactly what the differences are
between .C() and .Fortran(), but the code is pretty convoluted.
Can someone let me know if the following is correct?
There are two differences between .C("foo", ...) and .Fortran("foo").
1. .C looks for the symbol "foo" in the
2001 Jul 13
7
too many arguments in foreign function call
...diff -ur R-1.3.0-orig/src/main/dotcode.c
R-1.3.0-patched/src/main/dotcode.c
--- R-1.3.0-orig/src/main/dotcode.c Sat Jun 9 19:35:19 2001
+++ R-1.3.0-patched/src/main/dotcode.c Fri Jul 13 06:58:56 2001
@@ -372,7 +372,7 @@
return args;
}
-#define MAX_ARGS 65
+#define MAX_ARGS 255
SEXP do_symbol(SEXP call, SEXP op, SEXP args, SEXP env)
{
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", no...
2001 Jul 13
7
too many arguments in foreign function call
...diff -ur R-1.3.0-orig/src/main/dotcode.c
R-1.3.0-patched/src/main/dotcode.c
--- R-1.3.0-orig/src/main/dotcode.c Sat Jun 9 19:35:19 2001
+++ R-1.3.0-patched/src/main/dotcode.c Fri Jul 13 06:58:56 2001
@@ -372,7 +372,7 @@
return args;
}
-#define MAX_ARGS 65
+#define MAX_ARGS 255
SEXP do_symbol(SEXP call, SEXP op, SEXP args, SEXP env)
{
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", no...