In the last exercise in the "Packages" section of the "Programming Basics" tutorial, the learner is asked what to input to install dplyr on their home machine. But since install.packages("dplyr") triggers an error (we can't install packages on your cloud!), the follow-up solution message doesn't show, and it implies the answer is wrong.
I know y'all are working towards a version of these where answers are checked for correctness, but maybe we could placeholder this exercise until then?

In the last exercise in the "Packages" section of the "Programming Basics" tutorial, the learner is asked what to input to install
dplyron their home machine. But sinceinstall.packages("dplyr")triggers an error (we can't install packages on your cloud!), the follow-up solution message doesn't show, and it implies the answer is wrong.I know y'all are working towards a version of these where answers are checked for correctness, but maybe we could placeholder this exercise until then?