-
Notifications
You must be signed in to change notification settings - Fork 599
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
Problem with && Operator in Course 1 Unit 8 #905
Comments
Trying to skip causes the same problem:
|
Same for me |
yup same for me . |
| Not quite! Try again. Or, type info() for more options. | As you'll see, the && version of AND works differently. Type: TRUE && c(TRUE, |
Using vectors of more than one element in && or || will give an error. |
same for me. |
It looks like an update to R version 4.3.0 (2023-04-21) causes an error for && Operator in Course 8 and elsewhere. Per CRAN R Project release News (2023-04-21), " |
Same Issue for me! |
indeed - hte reason is an update to R enviroment. but the course(s) should be updated as well |
Will this get fixed? |
With a little more googling, I was able to find a work around to this problem. If you install an earlier version of R (pre version 4.3.0) the swirl Logics course is able to proceed with the && inputs. If you are using Windows: I downloaded/installed R version 4.2.3 |
Hello! I have a problem with this task in Course 1 (R Programming) Unit 8 (Logic):
My OS is Windows 11, this is what I get from infoSession():
Could you please help me fix it?
The text was updated successfully, but these errors were encountered: