aggiedown icon indicating copy to clipboard operation
aggiedown copied to clipboard

add detail about placing index.Rmd in a root project for rendering

Open ryanpeek opened this issue 2 years ago • 0 comments

If getting "no input RMarkdown found from current directory error..." when trying to render, need to:

a) Put everything into an RStudio project (name whatever is best for you). Put all files that were created into the new project dir (or create a project and then create from aggiedown template). Then should be able to render since it's looking in the root directory. b) Set working directory for where the index.Rmd file lives (setwd()). Not ideal, but functional.

ryanpeek avatar Dec 06 '23 20:12 ryanpeek