-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This question does not work in R 4.3.1 #522
Comments
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 &&
skip() | Leaving swirl now. Type swirl() to resume. |
same issure here :( |
swirl_courses/R_Programming/Logic/lesson.yaml
Line 146 in 201ccea
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
The text was updated successfully, but these errors were encountered: