We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f185cda commit 82e9225Copy full SHA for 82e9225
doc/manual/R-exts.texi
@@ -14881,6 +14881,10 @@ can be called from C code (and a few that can be called from Fortran
14881
code). Only those documented here are stable enough that they will only
14882
be changed with considerable notice.
14883
14884
+As explained elsewhere in this manual, these functions should only be
14885
+called from the main thread of the @R{} process. (Doing otherwise can
14886
+result in memory corruption and very hard-to-debug seqfaults.)
14887
+
14888
The recommended procedure to use these is to include the header file
14889
@file{R.h} in your C code by
14890
0 commit comments