kelseygonzalez / beardown

An updated R Markdown thesis template using the bookdown package for University of Arizona
Other
4 stars 3 forks source link

Error on build from mac #2

Closed kelseygonzalez closed 3 years ago

kelseygonzalez commented 3 years ago

@drakeasberry reached out with the following build error:

Quitting from lines 2-63 (thesis.Rmd) 
Error in file(con, "r") : cannot open the connection
Calls: <Anonymous> ... withVisible -> eval -> eval -> paste -> readLines -> file
In addition: Warning message:
In file(con, "r") :
  cannot open file '/Users/drakeasberry/Desktop/Drake/prelims/00-abstract.Rmd': No such file or directory
Execution halted
kelseygonzalez commented 3 years ago

The error was mainly causes by every here::here() command not being build with /index/ as the first subfolder. This has been ammended.

Also, in 01-chap1.Rmd there is a call to library(thesisdown) that should be removed. Solved in commit 399c0e10565d92fac670d22065d6a5e67ad605d8.