[ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-05-11 Thread Kevin Zembower via ESS-help
Hi, Manuel, thanks, again, for all your suggestions. I think I have polymode installed correctly. Here's the some of the output of M-x package-list-packages: ... poly-R 20230416.1454 installed Various polymodes for R language use-package20230426.23

[ESS] Emacs, ESS and Rmarkdown: Is this the way compile, is supposed to work?

2023-05-08 Thread Kevin Zembower via ESS-help
Hi, Manuel, thanks, again for your patience and help. I made the changes that you suggested, but it generated an error. This appeared in the Backtrace window when I tried to create a non-existant (new) markdown file called test.md as soon as I started Emacs: Debugger entered--Lisp error: (inval

Re: [ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-27 Thread Kevin Zembower via ESS-help
noticed, this is just in case you have installed use-package. If > not, change the first 3 lines for something like > > (require 'polymode) > (require 'poly-R) > (require 'poly-markdown) > > Although probably require could also give you trouble, in whic

Re: [ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-23 Thread Kevin Zembower via ESS-help
"Prob_17_Page_295.Rmd") command-line-1(("Prob_17_Page_295.Rmd")) command-line() normal-top-level() Thanks for any ongoing advice. -Kevin On 4/23/23 13:34, Jacob Kasper wrote: > For package cl is depreciated you can read this t

[ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-23 Thread Kevin Zembower via ESS-help
Tyler, thanks again for your help. I'm sorry to burden you with my problems, but I'm stuck again. I think I have everything installed and up to date. Here's an excerpt from M-x package-list-packages: markdown-mode 20220212.728 installed Major mode for Markdown-formatted tex

[ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-21 Thread Kevin Zembower via ESS-help
Tyler, thanks for your response. I had found your website while searching for a solution to my problem. Currently, I have this in my .emacs.d/init.el file: (setq load-path (append '("~/.emacs.d/polymode/" "~/.emacs.d/polymode/modes") load-path)) (require 'poly-R) (require 'poly-markdown) (add-to

[ESS] Fwd: Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-20 Thread Kevin Zembower via ESS-help
Thanks to Dirk Eddelbuettel's suggestion of his render.r executable, I was able to boil it down to the commands I need to render the Rmarkdown. I run this _once_ in the R console window of Emacs running ESS: library(rmarkdown) Then, everytime I want to update the document I'm working on, I r

[ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-04-15 Thread Kevin Zembower via ESS-help
I'm trying to get Emacs, ESS and Rmarkdown to work together for the first time. Therefore, the problem might be me, and not the software. I have this program as Prob_11.Rmd: == --- title: "Problem 11, Page 414" author: "Kevin" date: "13 Apr 2023