-1.5 for Exercise 5, correct fix is difftime(today() + weeks(1), date_landing, units = "days"). The instructions ask how many days it will have been in a week from now, not from the date of the moon landing.
-1.5pts for Exercise 10, answer is full_join() rather than inner_join(), as it is asking you to keep all rows and all columns from both datasets.
There are several duplicate files in the repo (troubleshooting milestone 1 doc is both in the root of the repo and within the milestone 1 folder), the README wasn't fixed as per Milestone 1 Feedback (#22) - the content within the document is still duplicated and missing detail about how to run the code in the repo, and the Issues were not closed prior to submission as requested in the instructions (-2pts)
Good work! Congratulations on finishing your group project!
Hi @Tomiyosi-Bola and @berudri,
-1.5 for Exercise 5, correct fix is
difftime(today() + weeks(1), date_landing, units = "days")
. The instructions ask how many days it will have been in a week from now, not from the date of the moon landing. -1.5pts for Exercise 10, answer isfull_join()
rather thaninner_join()
, as it is asking you to keep all rows and all columns from both datasets.Good work! Congratulations on finishing your group project!