mvuorre / workshop

Workshop in applied stats topics
https://mvuorre.github.io/workshop
Creative Commons Attribution 4.0 International
1 stars 4 forks source link

redering the index.qmd file #4

Open AmirHoseinHadian opened 2 weeks ago

AmirHoseinHadian commented 2 weeks ago

While I am rendering the file index.qmd in the modules/worlflow directory

see the following error:

Error in loadNamespace(x) : there is no package called ‘rmarkdown’

MaohuaNie commented 2 weeks ago

I have the same error

mvuorre commented 2 weeks ago

We use renv to manage R dependencies. Run renv::restore() in R first. Does that work?

mvuorre commented 2 weeks ago

If you follow the instructions in README.md, this should not happen. I've clarified the instructions in 0d653aac33849fe921236b7259914172de510b0f. Does this solve your problem?