brunobrr / bdc

Check out the vignettes with detailed documentation on each module of the bdc package
https://brunobrr.github.io/bdc
GNU General Public License v3.0
23 stars 7 forks source link

Warning message ao executar a função "check_pf <- bdc_coordinates_transposed( )" #263

Closed Barros56789 closed 5 months ago

Barros56789 commented 6 months ago

Quando executo

check_pf <- bdc_coordinates_transposed( data = check_pf, id = "database_id", sci_names = "scientificName", lat = "decimalLatitude", lon = "decimalLongitude", country = "country_suggested", countryCode = "countryCode", border_buffer = 0.2, save_outputs = FALSE)

aparece a seguinte mensagem:

Warning message: Using one column matrices in filter() was deprecated in dplyr 1.1.0. ℹ Please use one dimensional logical vectors instead. ℹ The deprecated feature was likely used in the bdc package. Please report the issue at https://github.com/brunobrr/bdc/issues. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

brunobrr commented 6 months ago

Olá,

Essa mensagem é resultado de alterações recentes feitas no pacote dplyr, o qual bdc depende. Estamos fazendo atualizações no nosso pacote para incorporar as atualizações no dplyr.

Assim, em breve, essa mensagem não deverá mais aparecer. Um abraço, Bruno

On Wed, 21 Feb 2024 at 13:12, Barros56789 @.***> wrote:

Quando executo

check_pf <- bdc_coordinates_transposed( data = check_pf, id = "database_id", sci_names = "scientificName", lat = "decimalLatitude", lon = "decimalLongitude", country = "country_suggested", countryCode = "countryCode", border_buffer = 0.2, save_outputs = FALSE)

aparece a seguinte mensagem:

Warning message: Using one column matrices in filter() was deprecated in dplyr 1.1.0. ℹ Please use one dimensional logical vectors instead. ℹ The deprecated feature was likely used in the bdc package. Please report the issue at https://github.com/brunobrr/bdc/issues. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

— Reply to this email directly, view it on GitHub https://github.com/brunobrr/bdc/issues/263, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGPCNSAIC36B45GYWSHHC2TYUYMGJAVCNFSM6AAAAABDTK32JOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DOMJVGI2TSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kguidonimartins commented 5 months ago

@Barros56789 , a mensgem não afeta os resultados. Vou fechar essa issue.