I am trying to get a handle on what R_useDynamicSymbols and R_forceSymbols are 
used for in the C init functions for R packages. From the documentation, they 
appear to have something to do with controlling visibility of functions within 
the compiled package library, but there is no description of when to use them 
and what Boolean value should be passed to them. Looking at several other R 
packages with C code, they all seem to use R_useDynamicSymbols and pass it 
false. Does anyone know when these should be used and why?

Thanks,


Nathan Wendt
Meteorologist, CIMMS/SPC Research Associate
2330 National Weather Center
120 David L Boren Blvd.
Norman, OK 73072


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to