UBC-MDS / speed_dating_analysis

This repo is for a group project for analyzing speed dating data set for MDS-522
Other
0 stars 0 forks source link

Package markdown required but not installed #66

Open mishelly-h opened 11 months ago

mishelly-h commented 11 months ago

When I follow the README instructions, R tells me that I don't have markdown installed to run the analysis. Checking the installed packages with installed.packages() I also cannot see the package. Can we include the package or is there a reason the package is not included?

mishelly-h commented 11 months ago

I installed markdown and tired to 'run all' for the 'analysis_report.Rmd' on windows machine: returns error. '"---"' is not recognized as an internal or external command, operable program or batch file.

mishelly-h commented 11 months ago

I think the issue was that I wasn't in the project. I tried it again: this time, the package bookdown is not installed. But I get the same error as before when trying to run all

wenyunie commented 11 months ago

@mishelly-h just to confirm, I see you merged the last two PR, and the main is updated. You are trying to run based on this new version right?

wenyunie commented 11 months ago

@mishelly-h In the .Rproj, did you renv::restore()?