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

Issue in starting "Manipulating Data with dplyr" module of the "Getting and Cleaning Data" course #498

Open
evankilli opened this issue Mar 25, 2022 · 3 comments

Comments

@evankilli
Copy link

evankilli commented Mar 25, 2022

Hello,

Installed the "Getting and Cleaning Data" course so that I could keep digging into R after finishing the main "R Programming" course. Installed fine, but when I try and load the first module in the "Getting and Cleaning Data" course, I get this error:

Attempting to load lesson dependencies...

| Package ‘dplyr’ loaded correctly!

Error in yaml.load(readLines(con, warn = readLines.warn), error.label = error.label,  : 
  (C:/Users/evan.killion/OneDrive - Resource Systems Group, Inc/Documents/R/win-library/4.1/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.

Tried searching through old and current issues but couldn't find anything similar, is there any way I can fix this so I can continue the course?

@YHx07
Copy link

YHx07 commented Apr 9, 2022

The same issue: #394

@YHx07
Copy link

YHx07 commented Apr 10, 2022

This problem with "!" in the beginning of line:

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

I think the most useful solution:

- Class: cmd_question
  Output: 'Now, put an exclamation point (!) before is.na() to change all of the TRUEs to FALSEs and all of the FALSEs to TRUEs, thus telling us what is NOT NA: !is.na(c(3, 5, NA, 10)).'
  CorrectAnswer: "!is.na(c(3, 5, NA, 10))"
  AnswerTests: omnitest('!is.na(c(3, 5, NA, 10))')
  Hint: Expression !is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA.```

YHx07 added a commit to YHx07/swirl_courses that referenced this issue Apr 10, 2022
Sollution swirldev#498

This problem with "!" in the beginning of line:
Hint: !is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA.
@edaconcept1
Copy link

Hello Guys,
Please I need help on my first programming assignment on getting and cleaning data, I have installed my R programming and I started the assignment from sandbox but I get to the git page I don't know how to link it together. please kindly assist me.
image

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

3 participants