SmogDr / edar_coursebook

1 stars 0 forks source link

Local build pathnames #35

Open wendtke opened 3 years ago

wendtke commented 3 years ago

When calling getwd() within the book (Chapter 2), the pathname in use comes from the user's local machine; the pathname is different, depending on which developer builds the book.

Will cache=TRUE in the code chunk fix this issue? Or, is a static approach better/easier: use eval=FALSE and manually enter the expected pathname?