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

Erro com a função bdc_clean_names() #265

Open Barros56789 opened 6 months ago

Barros56789 commented 6 months ago

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!

brunobrr commented 6 months ago

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: @.***>

kguidonimartins commented 5 months ago

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