mapedit icon indicating copy to clipboard operation
mapedit copied to clipboard

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

Open jennet opened this issue 4 years ago • 6 comments

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

jennet avatar Apr 20 '22 14:04 jennet

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.

fgoerlich avatar Apr 04 '23 09:04 fgoerlich

How to update to the development version

yangxiaoao avatar Jul 02 '23 10:07 yangxiaoao

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

TiagoOlivoto avatar Sep 27 '23 15:09 TiagoOlivoto

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

remckee2014 avatar Oct 02 '23 14:10 remckee2014

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")

elipousson avatar Oct 11 '23 20:10 elipousson