Open dancrosby opened 1 year ago
This error also prevents the user from skipping the question, thus they cannot continue with the course.
Swirl is great, but I have the same issue. In the short term, a patch that allows a user to skip the question would be great. If the concept is important and useful, another way to demonstrate the logic expression would be helpful in the long term.
Same issue. Hopefully swirl updates the issue soon!
Same issue.
I've also run into the same issue. Additionally, skip() isn't working either. Because of this I can't finish the lesson.
hello, I managed to get around this problem, doing this specific module in Coursera Lab Sandbox.
same problem am facing here... am using the latest version of rstudio and R... am not able to go to the next round even after typing next()
| Keep trying! Or, type info() for more options.
| As you'll see, the && version of AND works differently. Type: TRUE && | c(TRUE, FALSE, FALSE)
TRUE && c(TRUE, FALSE, FALSE) Error in TRUE && c(TRUE, FALSE, FALSE) : 'length = 3' in coercion to 'logical(1)'
skip() Error in TRUE && c(TRUE, FALSE, FALSE) : 'length = 3' in coercion to 'logical(1)'
| Leaving swirl now. Type swirl() to resume.
same issure here :(
https://github.com/swirldev/swirl_courses/blob/201ccea9d40bd16a3ffa77e5c01e795880793116/R_Programming/Logic/lesson.yaml#L146
I get: Error in TRUE && c(TRUE, FALSE, FALSE) : 'length = 3' in coercion to 'logical(1)'
Possibly related to: https://stackoverflow.com/questions/72848442/r-warning-lengthx-2-1-in-coercion-to-logical1