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
Highcharts (www.highcharts.com) is a Highsoft software product which is
not free for commercial and Governmental use
Listening on http://127.0.0.1:40489
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: `unite_()` was deprecated in tidyr 1.2.0.
ℹ Please use `unite()` instead.
ℹ The deprecated feature was likely used in the highcharter package.
Please report the issue at .
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: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(denominador)
# Now:
data %>% select(all_of(denominador))
See .
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
old-style crs object detected; please recreate object with a recent sf::st_crs()
Registered S3 method overwritten by 'jsonify':
method from
print.json jsonlite
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Warning: 'hcboxplot' is deprecated.
Use 'data_to_boxplot' instead.
See help("Deprecated")
Execution halted