sugitora commited on
Commit
5a1b592
·
verified ·
1 Parent(s): 5e4be32

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -2,7 +2,7 @@
2
 
3
  library(shiny)
4
  library(dplyr)
5
- library(lubridate)
6
  library(leaflet)
7
 
8
  set.seed(123)
 
2
 
3
  library(shiny)
4
  library(dplyr)
5
+ # library(lubridate) # 不要なので削除
6
  library(leaflet)
7
 
8
  set.seed(123)