You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this wonderful elisp. I find this very useful. Some of your work is essential for my R analysis workflow. However, it looks like I am experiencing some issues with ess-R-dv-ctable.
cursor issue
Say I am at line 15 of my R script, and I activate M-x ess-R-dv-ctable for a data frame object at that line. It will show the table nicely. However, when I go back to the script, the cursor has been moved up to line 1 instead of line 15. M-x ess-R-dv-pprint does not have this problem
max.print issue
It may not be a real problem, but if "[ reached getOption("max.print") -- omitted XXX rows ]" is shown, M-x ess-R-dv-ctable shows it in a messy way.
Thank you for creating this wonderful elisp. I find this very useful. Some of your work is essential for my R analysis workflow. However, it looks like I am experiencing some issues with ess-R-dv-ctable.
cursor issue
Say I am at line 15 of my R script, and I activate M-x ess-R-dv-ctable for a data frame object at that line. It will show the table nicely. However, when I go back to the script, the cursor has been moved up to line 1 instead of line 15. M-x ess-R-dv-pprint does not have this problem
max.print issue
It may not be a real problem, but if "[ reached getOption("max.print") -- omitted XXX rows ]" is shown, M-x ess-R-dv-ctable shows it in a messy way.
Thank you for your attention.
My environment: Emacs 24.3 with Japanese inline patch (http://piyopiyoducky.net/install-emacs-24-to-os-x/). Mac OS X 10.8.4. R 3.0.1
The text was updated successfully, but these errors were encountered: