sim960082 / DATA550_Final_git

0 stars 3 forks source link

make render_report error #2

Open allicodi opened 5 months ago

allicodi commented 5 months ago

At the make render_report stage, I got the following error:

processing file: project.Rmd |............................................ | 89% [figure]
Quitting from lines 64-71 [figure] (project.Rmd) Error in library(): ! there is no package called 'effects' Backtrace:

  1. base::library(effects)

Execution halted make: *** [render_report] Error 1

I was able to resolve this by installing the effects package, but it may be worth noting that dependency somewhere in your README file.