bdc icon indicating copy to clipboard operation
bdc copied to clipboard

Erro com a função bdc_clean_names()

Open Barros56789 opened this issue 1 year ago • 2 comments

Oie

sempre que tenho executar a função "bdc_clean_names()" aparece a seguinte mensagem de erro: Error: ! install_gnparser() was deprecated in rgnparser 0.3.0 and is now defunct. ℹ Please see help page for deprecation reason and solution. Run rlang::last_trace() to see where the error occurred.

Ja tentei baixar manualmente o gnparser mas não está disponivel para minha versão do R. Alguma ideia de como corrigir? Grata!

Barros56789 avatar Feb 21 '24 19:02 Barros56789

Olá, obrigado pelo seu comentário. Houve uma atualização recente no pacote rgnparser, de forma que agora não é possível utilizar a funcão install_gnparser().

Dessa forma, é preciso instalar manualmente o gnparser. Veja instruções aqui (https://brunobrr.github.io/bdc/reference/bdc_clean_names.html).

Details Terms denoting uncertainty or provisional status of taxonomic identification as well as infraspecific terms were obtained from Sigoviniet al. (2016; doi: 10.1111/2041-210X.12594). More details about the names parse process can be found in gnparser. Note: GNparser is not automatically installed. Please see guidelines https://github.com/gnames/gnparser#installation to install gnparser.

Além disso, estamos fazendo atualizações no pacote e recomendamos utilizar a versão em desenvolvimento.

install.packages("remotes")remotes::install_github("brunobrr/bdc")

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

Oie

sempre que tenho executar a função "bdc_clean_names()" aparece a seguinte mensagem de erro: Error: ! install_gnparser() was deprecated in rgnparser 0.3.0 and is now defunct. ℹ Please see help page for deprecation reason and solution. Run rlang::last_trace() to see where the error occurred.

Ja tentei baixar manualmente o gnparser mas não está disponivel para minha versão do R. Alguma ideia de como corrigir? Grata!

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

brunobrr avatar Feb 22 '24 19:02 brunobrr

oi @Barros56789, você conseguiu instalar o gnparser como o Bruno sugeriu?

kguidonimartins avatar Mar 25 '24 23:03 kguidonimartins