I'm a novice in R and have had an issue recently on knitting an .Rmd
file. I can get the .md
file with no errors and generate figures and tables on my computer, but the .md
file never converts to HTML. There are a few code chunks that may be a bit taxing, like reading in multiple files at the beginning, using a pathway enrichment package, and turning a long table into a figure, but the entire code runs in minutes without any issues. So I'm not sure if these are the only reasons why the .md
file is not converting to HTML.
I've been able to make HTMLs before on other .Rmd
files and even this one (once or twice only), and I've tried reinstalling the latest R (4.3.1), RStudio (July 2023 release), updating pandoc (3.1.6) and all R packages, and downloading all my PC's software updates, all to no avail. Any insight on where things might be hanging up would be greatly appreciated!