-
Start an R session in this directory (
08-tofu
)- RStudio users, open the
*.Rproj
file in this directory
- RStudio users, open the
-
Build the project:
remake::make()
-
Fetch the ragout:
remake::fetch("ragout")
-
Prepare a tofu ragout in addition to the meat ragout:
-
Buy the raw tofu from the local market
-
Don't marinate it (because we don't know how to marinate tofu yet)
- You could also implement
marinate_tofu()
- You could also implement
-
Reuse the vegetables from the meat ragout for the tofu ragout
-
Add spice to your taste
-
Hint: Some copy-pasting may be required.
-
-
Make sure the
tofu_ragout
target is part of the main target!targets: all: depends: - ragout - tofu_ragout - final.html
-
Build the project, fetch the tofu ragout. The meat ragout is not recreated as part of this process (surprise!).
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
08-tofu
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||