Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ RUN install2.r --error --repos "https://cran.r-project.org" \
|
|
14 |
shinydashboard \
|
15 |
sf \
|
16 |
cartogram \
|
|
|
17 |
rnaturalearth \
|
18 |
rnaturalearthdata
|
19 |
|
|
|
14 |
shinydashboard \
|
15 |
sf \
|
16 |
cartogram \
|
17 |
+
countrycode \
|
18 |
rnaturalearth \
|
19 |
rnaturalearthdata
|
20 |
|