r-spatial / mapedit

Interactive editing of spatial data in R

Home Page:https://www.r-spatial.org/r/2019/03/31/mapedit_leafpm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jennet opened this issue · 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

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.

How to update to the development version

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

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

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