Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: you must specify '--save', '--no-save' or '--vanilla' #19

Open
luiscruz opened this issue Jan 9, 2014 · 2 comments
Open

Comments

@luiscruz
Copy link

luiscruz commented Jan 9, 2014

Hi,

I'm running my deploying my rails app with Heroku using the R buildpack.
Whenever my app creates a connection using Rserve-client it crashes giving the following message:

2014-01-09T12:58:28.290655+00:00 app[web.1]: WARNING: ignoring environment value of R_HOME
2014-01-09T12:58:28.309165+00:00 app[web.1]: Fatal error: you must specify '--save', '--no-save' or '--vanilla'

Do you have any idea how to fix it?

Thanks,
Luis

@ghost
Copy link

ghost commented Apr 17, 2015

I'm running my Sinatra application on s Debian server and I get the same Fatal error: you must specify '--save', '--no-save' or '--vanilla'

did you found a solution?

@dfwmountainbiker
Copy link

This is a message from Rserve itself, and in the documentation.
eg: You can start Rserve with Rserve(args="--no-save")

Check here under Launching Rserve in the link below
https://www.rforge.net/Rserve/doc.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants