3v324v23 commited on
Commit
ad9ce8e
·
1 Parent(s): efb2094
.ipynb_checkpoints/install-checkpoint.r ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ install.packages(c(
2
+ "leaflet.extras",
3
+ "leaflet",
4
+ "mapdata",
5
+ "maps",
6
+ "DT",
7
+ "shiny",
8
+ "shinythemes",
9
+ "shinycssloaders",
10
+ "viridis",
11
+ "hexbin",
12
+ "hexbin",
13
+ "wesanderson",
14
+ "lubridate",
15
+ "glue",
16
+ "tidyverse",
17
+ "jsonlite",
18
+ "httr"))
install.r CHANGED
@@ -8,6 +8,8 @@ install.packages(c(
8
  "shinythemes",
9
  "shinycssloaders",
10
  "viridis",
 
 
11
  "wesanderson",
12
  "lubridate",
13
  "glue",
 
8
  "shinythemes",
9
  "shinycssloaders",
10
  "viridis",
11
+ "hexbin",
12
+ "arrow",
13
  "wesanderson",
14
  "lubridate",
15
  "glue",