You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please choose a lesson, or type 0 to return to course menu.
1: Manipulating Data with dplyr
2: Grouping and Chaining with dplyr
3: Tidying Data with tidyr
4: Dates and Times with lubridate
Selection: 1
| 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.4-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
In addition: Warning message: tbl_df() was deprecated in dplyr 1.0.0.
ℹ Please use tibble::as_tibble() instead.
ℹ The deprecated feature was likely used in the swirl package.
Please report the issue to the authors.
The text was updated successfully, but these errors were encountered:
Sharing the steps I took that produced the error:
Please choose a lesson, or type 0 to return to course menu.
1: Manipulating Data with dplyr
2: Grouping and Chaining with dplyr
3: Tidying Data with tidyr
4: Dates and Times with lubridate
Selection: 1
| 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.4-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
In addition: Warning message:
tbl_df()
was deprecated in dplyr 1.0.0.ℹ Please use
tibble::as_tibble()
instead.ℹ The deprecated feature was likely used in the swirl package.
Please report the issue to the authors.
The text was updated successfully, but these errors were encountered: