diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html index 5de390eab..50e861b22 100644 --- a/Doc/Manual/R.html +++ b/Doc/Manual/R.html @@ -119,6 +119,23 @@ Without it, inheritance of wrapped objects may fail. These two files can be loaded in any order
++ If you are compiling code yourself (not using R itself), there are a few things to watch out for: +
+ +
+> fact(4)
+Error in .Call("R_swig_fact", s_arg1, as.logical(.copy), PACKAGE = "example") :
+ "R_swig_fact" not available for .Call() for package "example"
+
+