| Summary: | R backend: when compiling, R should be run with --no-init-file | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | Ryan Thompson <rct+bugs> |
| Component: | r-backend | Assignee: | Alexander Rieder <alexanderrieder> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexanderrieder, filipe, warquark |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 14.11.80 | |
| Sentry Crash Report: | |||
|
Description
Ryan Thompson
2010-08-06 22:43:54 UTC
Actually, it might be even better to run with --vanilla. That won't load any user- or site-specific init files at all. If you want to add '-vanilla' automatically to all invocations of R within the kdeedu tree, I've done it with the following one-liner, run in the main kdeedu directory:
ack -ai '\$\{R_EXECUTABLE\}' -l | xargs -n1 perl -lape 's/\$\{R_EXECUTABLE\}/$& --vanilla/' -i
You'll need ack (http://betterthangrep.com/) installed. You can use grep for the same thing if you figure out the options.
I Close this outdated bug, because as I see, this solved after v14.11.80, if I am not mistake. |