2

I've an use case where I need to run rserve in non-daemon mode. I tried "daemon no" and "daemon disable" in the rserve.conf file and also --silent to the R CMD command line invocation but that didn't help.

Thanks

Sunil
  • 169
  • 1
  • 8

1 Answers1

1

You can run Rserve in the debug mode:

/usr/bin/R CMD Rserve.dbg --vanilla --no-save
Artem Klevtsov
  • 9,193
  • 6
  • 52
  • 57