rv_export_c | R Documentation |
Generates rv_export files from a v
source file, that is located in the
src
directory of a pkg.
rv_export_c(pkg = ".", prefix = NULL)
pkg |
|
prefix |
|
The following files are generated:
"./R/rv_export.R": R functions that wrap the v functions
"./src/rv_export.v": v wrappers, that interface v with R.
"./src/init.c" : registration code, needed for the shared library.
"./src/Makevars" : settings that suppress compiler warnings.
"./src/<pkg_name>.c" : generated c code from the v
source code.
(invisibly) the list of parsed v functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.