When trying the piece of code inside 7.1.2 of chapter 6: ``` library(animint2) USpolygons <- map_data("state") ``` I get: ``` Error: Package `maps` required for `map_data`. Please install and try again. ```