-
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
Update lesson.yaml #516
base: master
Are you sure you want to change the base?
Update lesson.yaml #516
Conversation
I just ran into this issue as well and this proposed fix seems to resolve this issue for me too. |
I also ran into this issue and it seemed to have fixed it. | Trying to install package ‘- Class: meta’ now... A version of this package for your version of R might be available elsewhere, | Could not install package ‘- Class: meta’! | Leaving swirl now. Type swirl() to resume. Any ideas on how to get around this? |
Could you explain how this error happened? Also, can you try using this command to install manually from GitHub. install.packages("remotes") It's a beta version of the meta package. Maybe this would help. |
Certaintly, install.packages("remotes") and installed all the packaged to the latest's versions and I am still running into the same error. This is an automated error that is happening, I am trying to complete a swirl() course, specifically the "Manipulating Data with dplyr" course. I keep getting this automated error | Attempting to load lesson dependencies... | This lesson requires the ‘- Class: meta’ package. Would you like me to install it for you now? 1: Yes Selection: 1 | Trying to install package ‘- Class: meta’ now... A version of this package for your version of R might be available elsewhere, | Could not install package ‘- Class: meta’! | Leaving swirl now. Type swirl() to resume. I am running R version 4.2.2 (2022-10-31 ucrt) -- "Innocent and Trusting" |
I guess it's an R compatibility issue, I am using R version 4.2.1, and The swirl course works fine for me. You may have to try downgrading or just install the version i mentioned along with the version you have and point the R in Rstudio to this version for this course. |
Ok thanks for your help ambuvjyn |
The solution to remove this error when loading this chapter. :
Error in yaml.load(readLines(con, warn = readLines.warn), error.label = error.label, : (C:/Users/BSL CTCRI/AppData/Local/R/win-library/4.2/swirl/Courses/Getting_and_Cleaning_Data/Manipulating_Data_with_dplyr/lesson.yaml) Scanner error: while scanning a tag at line 205, column 9 did not find expected whitespace or line break at line 205, column 19.
I think it's a typo, Just added Try in line 205.
Would be very useful for a lot of students who are new to this if you could rectify this.
Thanks and Regards
Ambu Vijayan