R_Programming_E icon indicating copy to clipboard operation
R_Programming_E copied to clipboard

Fixes && problem in logic lesson

Open mollyow opened this issue 1 year ago • 0 comments

With R > 4.3.0, using && with non-scalar throws an error.

In the logic section, answering the question dealing with && gives an error, using skip() will not advance and causes the user to exit swirl. Consequently the user can not advance beyond this question or begin other lessons.

Resolves Issue #522 in swirl_courses

mollyow avatar Jan 09 '24 05:01 mollyow