[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-package

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

2023-05-11 Thread Manuel Teodoro via ESS-help
Hi Kevin, I was trying to reproduce your error but somehow, I cannot manage. Thus, I did a quick search and found the following link https://github.com/polymode/poly-markdown/issues/2 They report some kind of similar error. The suggestion is the following: >>> I solve it by installing polymode.

[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:

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

2023-05-05 Thread Manuel Teodoro via ESS-help
Hi Kevin, First of all, sorry for the late reply, I was OOO for a couple of weeks and I didn't have my laptop with me. Anyway, I was trying to follow up with your init file but it has a couple of things that, in my opinion, might be redundant or not necessary, and I am not sure if silly mistakes

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

2023-04-27 Thread Kevin Zembower via ESS-help
Hi, Manuel, thanks for your advice and help. Here's the section of my ~/.emacs.d/init.el file that I think pertains to R and Rmarkdown: === ;; Next two sections for editing manpages in markdown (duplicates ;; sections below it, regarding

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

2023-04-23 Thread Kevin Zembower via ESS-help
Jacob, thanks for your help. Here's the output. I don't understand much of it, but the first mention of anything which seems germane is of "poly-markdown-+r-mode": === Debugger entered--Lisp error: "Package cl is deprecated" message("%s" "Package cl

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

2023-04-23 Thread Jacob Kasper via ESS-help
For package cl is depreciated you can read this thread. I don't think this is causing any issues with markdown. https://www.reddit.com/r/emacs/comments/zslyem/package_cl_is_deprecated_debugging/ On Sun, Apr 23, 2023, 17:16 Kevin Zembower via ESS-help < ess-help@r-project.org> wrote: > Tyler,

[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

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

2023-04-21 Thread Tyler Smith via ESS-help
Hi Kevin, If you have an older version of `poly-R`, the function `poly-gfm+r-mode` might not be present. This was added to `poly-R` dev in July 2021, I'm not sure exactly when it would have been added to the released version. If that's the case, updating to the current version of `poly-R`

[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)

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

2023-04-15 Thread Dirk Eddelbuettel via ESS-help
On 15 April 2023 at 19:21, Kevin Zembower via ESS-help wrote: | 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: |

[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