EVOLUTION-MANAGER
Edit File: hello.c
#include <RInside_C.h> int main() { setupRinC(); evalQuietlyInR("print('Hello, World')"); teardownRinC(); }