r-spatial / mapedit

Interactive editing of spatial data in R
https://www.r-spatial.org/r/2019/03/31/mapedit_leafpm.html
Other
218 stars 33 forks source link

Warning: `select_()` was deprecated in dplyr 0.7.0. #124

Open jennet opened 2 years ago

jennet commented 2 years ago

I get these warnings when using mapedit.

Warning: `select_()` was deprecated in dplyr 0.7.0.
Please use `select()` instead.

See usages in codebase here

fgoerlich commented 1 year ago

I still get the same warnings:

Warning: `select_()` was deprecated in dplyr 0.7.0.
Please use `select()` instead.

mapedit version 0.6.0 Should I update to devel version? Thanks a lot.

yangxiaoao commented 1 year ago

How to update to the development version

TiagoOlivoto commented 1 year ago

This issue still persists. (2023/09/07)

remckee2014 commented 1 year ago

The issue persists 2023/10/02 when trying to draw_ext()

elipousson commented 11 months ago

FWIW – there is an open pull request that addresses this issue. If you don't want to see the warning message, you could always install that with pak::pkg_install("https://github.com/r-spatial/mapedit/pull/129")