On 14/11/2012 23:10, BayesForever wrote:
Is there a reference guide to the complete set of functions and their
arguments that are available in the R.dll library for Windows, i.e. the set
of functions that includes "Rf_initEmbeddedR" and "Rf_endEmbeddedR" listed
in section 8.2.2 of the Writing R Extensions manual?

What does 'available' mean? From that manual:

We can classify the entry points as

API
Entry points which are documented in this manual and declared in an installed header file. These can be used in distributed packages and will only be changed after deprecation.

public
Entry points declared in an installed header file that are exported on all R platforms but are not documented and subject to change without notice.

private
Entry points that are used when building R and exported on all R platforms but are not declared in the installed header files. Do not use these in distributed code.

hidden
Entry points that are where possible (Windows and some modern Unix-alike compilers/loaders when using R as a shared library) not exported.

So everything which we intend to be documented is documented in that manual, and it is the 'reference guide'.



This may be more of an indictment of my lexical searching skills than
anything else, but I was unable to turn up anything comprehensive after an
hour with various search engines.




--
View this message in context: 
http://r.789695.n4.nabble.com/R-dll-Reference-Guide-tp4649543.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to