-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/67 on 2017-05-31 14:48:57 +0100 -- Hook into R's history\(\) mechanism. 1\. As a minimum, add those commands using ptr\_R\_addhistory that are also saved in our internal console history. \-- This would support savehistory\(\), and history\(\). 1b. Add a GUI-menu item to save history. 2\. Support for reading history is trickier, as it may interfere with the saved history. 2a. Add a GUI -menu item to read history \(prompting to save first; that hook might go to ptr\_R\_loadhistory\(\)\), manually. 2b. Add an option to use R's history, completely, including restoring .Rhistory, automatically. When this is on, and a history was loaded, the internal rkward history should not be saved. When this is false, simply do not act on ptr\_R\_loadhistory\(\) during startup.-- Labels: Console --
R's history functions are supported in RKWard 0.5.5 \(using a very different implementation\).
- **assigned_to**: nobody --> tfry - **summary**: Support .Rhistory --> IMPLEMENTED: Support .Rhistory - **status**: open --> closed