File: README.md

package info (click to toggle)
r-cran-rinside 0.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: cpp: 3,310; ansic: 117; xml: 57; ruby: 34; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

## Sandboxed Server

The example provided in this directory requires `RInside` to be built with
callback support.  This can be enabled by uncommenting one line in the file
`RInsideConfig.h` to define the preprocessor constant `RINSIDE_CALLBACKS`,
and then rebuilding.

Alternatively, adding a compiler flag `-DRINSIDE_CALLBACKS` and reinstalling
would do too; this also requires using the same flag when building the
example or similar applications.