Hi -
When I tried to use the "Getting and Cleaning Data" course I received a message that swirl has a coding error. Here is the code I used to install and try to run the course:
install_course("Getting and Cleaning Data")
|=====================================================================================| 100%
| Course installed successfully!
swirl()
| Welcome to swirl! Please sign in. If you've been here before, use the same name as you did
| then. If you are new, call yourself something unique.
What shall I call you? heber
| Please choose a course, or type 0 to exit swirl.
1: Getting and Cleaning Data
2: R Programming
3: Take me to the swirl course repository!
Selection: 1
| 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 select(cran, size:ip_id) : unused argument (size:ip_id)
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.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
| Leaving swirl now. Type swirl() to resume.
I am using a Windows 10 platform (64 bit) and the "Shortstop Beagle" version of R. My R Studio is 2023.03.0.
Hi - When I tried to use the "Getting and Cleaning Data" course I received a message that swirl has a coding error. Here is the code I used to install and try to run the course:
| Course installed successfully!
| Welcome to swirl! Please sign in. If you've been here before, use the same name as you did | then. If you are new, call yourself something unique.
What shall I call you? heber
| Please choose a course, or type 0 to exit swirl.
1: Getting and Cleaning Data 2: R Programming 3: Take me to the swirl course repository!
Selection: 1
| 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 select(cran, size:ip_id) : unused argument (size:ip_id) In addition: Warning message:
tbl_df()
was deprecated in dplyr 1.0.0. ℹ Please usetibble::as_tibble()
instead. ℹ The deprecated feature was likely used in the swirl package. Please report the issue to the authors. This warning is displayed once every 8 hours. Calllifecycle::last_lifecycle_warnings()
to see where this warning was generated.| Leaving swirl now. Type swirl() to resume.
I am using a Windows 10 platform (64 bit) and the "Shortstop Beagle" version of R. My R Studio is 2023.03.0.
Heber