Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -1,13 +1,3 @@
|
|
| 1 |
-
#if (!requireNamespace("lapop", quietly = TRUE)) {
|
| 2 |
-
# message("lapop missing at app start; attempting install (this will print logs).")
|
| 3 |
-
# install.packages("remotes", repos='https://cloud.r-project.org')
|
| 4 |
-
# remotes::install_github('lapop-central/lapop', dependencies=TRUE, force=TRUE, build_vignettes=FALSE, upgrade='never')
|
| 5 |
-
#}
|
| 6 |
-
|
| 7 |
-
if (!requireNamespace("shinyWidgets", quietly = TRUE)) {
|
| 8 |
-
install.packages("shinyWidgets", repos='https://cloud.r-project.org')
|
| 9 |
-
}
|
| 10 |
-
|
| 11 |
library(lapop)
|
| 12 |
library(haven)
|
| 13 |
library(dplyr)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
library(lapop)
|
| 2 |
library(haven)
|
| 3 |
library(dplyr)
|