Re: [ESS] Displaying R plots within an Emacs buffer

2024-04-11 Thread Stephen J. Eglen via ESS-help
I've tidied up the code for showing R plots as SVG in an Emacs buffer; it is now on melpa: https://melpa.org/#/essgd so package.el can grab it easily enough. Best wishes, Stephen On Wed, Mar 27 2024, Stephen J. Eglen wrote: I've got it now working locally so that the aspect ratio is

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-27 Thread Stephen J. Eglen via ESS-help
I've got it now working locally so that the aspect ratio is the same size as the window that you use to view the svg. This I think is more flexible. Looking forward to that functionality :-) Version 2 is now live for testing: code: https://github.com/sje30/ess-unigd/tree/main/v2

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-25 Thread Ramon Diaz-Uriarte via ESS-help
On Mon, 25-March-2024, at 11:21:26, Stephen J Eglen wrote: >> - I works perfectly for me in two different machines (both running >> Debian and Emacs 29.2.50) > > Thanks for confirming. > >> - Maybe I am not understanding >>

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-25 Thread Stephen J Eglen via ESS-help
- I works perfectly for me in two different machines (both running Debian and Emacs 29.2.50) Thanks for confirming. - Maybe I am not understanding https://github.com/sje30/ess-unigd#adjust-to-size-of-buffer--dynamically-update , but resize of image (on changing frame and window sizes)

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-24 Thread Ramon Diaz-Uriarte via ESS-help
Wow! This is really nice! Thanks, Stephen and Rodney!! A few comments: - I works perfectly for me in two different machines (both running Debian and Emacs 29.2.50) - Maybe I am not understanding https://github.com/sje30/ess-unigd#adjust-to-size-of-buffer--dynamically-update , but resize of

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-22 Thread Sparapani, Rodney via ESS-help
: Re: [ESS] Displaying R plots within an Emacs buffer ATTENTION: This email originated from a sender outside of MCW. Use caution when clicking on links or opening attachments. > Hi Stephen: > > With emacs v29.2, I keep getting this error and I can.t figure

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-22 Thread Stephen J. Eglen via ESS-help
Hi Stephen: With emacs v29.2, I keep getting this error and I can.t figure out why. apply: Searching for program: Permission denied, ./check_outputs.pl I have perl and curl installed. So this what I see. hi Rodney, did you do: chmod +x ./check_outputs.pl and that the perl script is in

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-21 Thread Tyler Smith via ESS-help
That looks cool! I don't understand the code, but seeing it only took 20 lines, maybe it's something I could figure out. Great start! - tyler -- plantarum.ca On Thu, Mar 21, 2024, at 5:30 PM, Stephen J. Eglen via ESS-help wrote: > This is an itch I've had for ESS for probably at least 10 >