Watts-College / cpp-527-fall-2022

https://watts-college.github.io/cpp-527-fall-2022/
0 stars 1 forks source link

Can't knit - error in Step 5 #5

Open BHammons1 opened 2 years ago

BHammons1 commented 2 years ago

So, I thought I was all good to go because all my code was running perfectly, but right as I'm trying to knit to submit it throws this error. This is in the "Test Function" section following Step 5, and even it appears to be something to do with this particular line of code:

my.final.pick <- change_door( stay=F, opened.door=goat.door, a.pick=my.initial.pick )

--which is causing goat.door to not be found? Again, this issue is only occurring when I attempt to knit. Any ideas?

snip 8 25