su: ignoring --preserve-environment, it's mutually exclusive with --login
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package () to force all conflicts to become errors
Attaching package: ‘DT’
The following objects are masked from ‘package:shiny’:
dataTableOutput, renderDataTable
Attaching package: ‘mapdeck’
The following object is masked from ‘package:tibble’:
add_column
Loading required package: sf
Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE
Breaking News: tmap 3.x is retiring. Please test v4, e.g. with
remotes::install_github('r-tmap/tmap')
Registered S3 method overwritten by 'quantmod':
method from
as.zoo.data.frame zoo
Listening on http://127.0.0.1:44405
Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(id)
# Now:
data %>% select(all_of(id))
See .
Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(numerador)
# Now:
data %>% select(all_of(numerador))
See .
Warning: Error in select: Can't select columns that don't exist.
✖ Column `Nperfil_municipio` doesn't exist.
132:
131: signalCondition
130: signal_abort
129: cnd_signal
128:
127: signalCondition
126: signal_abort
125: abort
124: stop_subscript
123: stop_subscript_oob
122:
121: vctrs::vec_as_location
120: chr_as_locations
119: as_indices_impl
118: as_indices_sel_impl
117: walk_data_tree
116: reduce_sels
115: eval_c
114: walk_data_tree
113: vars_select_eval
110: eval_select_impl
109: tidyselect::eval_select
108: select.data.frame
107: select
106: rename
102: mutate
101: mutate
100: rename
99: select
97: shinyRenderWidget
96: func
83: renderFunc
82: output$tempo_graf_1
1: runApp
Execution halted