Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning from tibble 2.0.0 #50

Open
hannahlowens opened this issue Oct 8, 2021 · 2 comments
Open

Deprecation Warning from tibble 2.0.0 #50

hannahlowens opened this issue Oct 8, 2021 · 2 comments

Comments

@hannahlowens
Copy link

When using bib2df (version 1.1.1) bib2df:::bib2df_gather(bib = myBib) I get the following warning:

Warning (test-occCitePrint.R:19:3): regular print
as_data_frame() was deprecated in tibble 2.0.0.
Please use as_tibble() instead.
The signature and semantics have changed, see ?as_tibble.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

It looks like this could be fixed by replacing dat <- as_data_frame(dat) with dat <- as_tibble(dat).

@LukasWallrich
Copy link

Duplicates #48?

Seems to be fixed in development version that can be installed with devtools::install_github("ropensci/bib2df")

@HedvigS
Copy link
Contributor

HedvigS commented Apr 3, 2024

@giabaio can we please have a new version released on CRAN? This fix is really helpful as it quiets annoying warnings.

Please and thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants