Skip to content
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 starting Manipulating Data with dplyr #502

Closed
kanyhub opened this issue May 3, 2022 · 6 comments
Closed

Problem starting Manipulating Data with dplyr #502

kanyhub opened this issue May 3, 2022 · 6 comments

Comments

@kanyhub
Copy link

kanyhub commented May 3, 2022

HI,
I can't start the course on manipulating data with deplyr.

This is what I get when trying to start it

| Attempting to load lesson dependencies...

| Package ‘dplyr’ loaded correctly!

Error in yaml.load(readLines(con, warn = readLines.warn), error.label = error.label, :
(/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/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

| Leaving swirl now. Type swirl() to resume.

I have already tried this and this.

Anyone with another idea?

@josevillajulca
Copy link

Hi,

From this post: #394 , i put a # in the 205 line in the lesson.yaml file and work fine!!!

Hope this help!

@salhamdani
Copy link

@josevillajulca, thank you so much! I'm an R newbie (for now) and this fixed the same issue for me.

@ViniMig
Copy link

ViniMig commented Jun 11, 2022

Hi guys, I was also facing this issue, and I tried doing something similar to what @josevillajulca did, instead of commenting the whole line 205 (I don't know much of yaml but guessing it will probably make the Hint not appear in the course) I just put the whole text after "Hint" between quotation marks and it solved the issue for me:

Line 205 -> Hint: "!is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA."

Guessing the problem is because of the '!' but just throwing my 2 cents in this! 😄

Something small anyways, i was trying to find a solution and @josevillajulca 's works.

@ankeetkumar
Copy link

Hi,

From this post: #394 , i put a # in the 205 line in the lesson.yaml file and work fine!!!

Hope this help!

Resolved my issue as well

@cfsobral
Copy link

cfsobral commented Feb 4, 2023

Hi Guys. So, I'm newbie here. This is my first participation here.
First, Thank you for tips from ViniMig and anakeetkuma, but I did the following.

I put after Hint: the word "Try" and worked fine for me!

@ncarchedi
Copy link
Member

This should be fixed now: #517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants