generateInternalRd {RGtkBindingGenerator}R Documentation

Create package internal documentation

Description

This creates the Internal.Rd file that "documents" the automatically generated functions. This helps in passing R CMD check for the generated package. This function writes the name of each of the functions in the functions list of the defs object as an alias in the generated Rd file.

Usage

generateInternalRd(defs, package)

Arguments

defs the collection of definitions read from the .defs files
package the name of the package being created. This is used to create the file.

Value

The return value is irrelevant. It is the side effect of creating the package-Internal.Rd file that is the result.

Author(s)

Duncan Temple Lang

References

http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org

See Also

Examples



[Package RGtkBindingGenerator version 0.3 Index]