Ticket #9848 (closed defect: duplicate)
'sage -advanced' does not mention the '-R' flag, which starts the R interpreter
| Reported by: | mpatel | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | user interface | Keywords: | |
| Cc: | kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
To run the copy of R bundled with Sage, we can use sage -R, but this option is not documented in the help message returned by sage -advanced.
The relevant file is SAGE_ROOT/local/bin/sage-sage.
Change History
comment:3 Changed 22 months ago by kcrisman
- Status changed from new to needs_review
- Reviewers set to Karl-Dieter Crisman
- Milestone set to sage-4.7.2
Huh, this was fixed at some point in the recent past. At any rate, it is in the released 4.7.1.
-maxima [...] -- run Sage's Maxima with given arguments -mwrank [...] -- run Sage's mwrank with given arguments -python [...] -- run the Python interpreter -R [...] -- run Sage's R with given arguments -scons [...] -- run Sage's scons
In fact, it even shows up in ./sage -help.
Note: See
TracTickets for help on using
tickets.

Are there any other programs we can run in this way which are not on that list? Gap, Pari, Maxima are all there...