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

tibble::as.tibble() in Nmisc:::get_referenced_packages() Throwing Warning #11

Open
emiii43 opened this issue May 17, 2024 · 0 comments
Open

Comments

@emiii43
Copy link

emiii43 commented May 17, 2024

Running Nmisc::get_packages(..., package_options = "referenced") throws the following warning:

Warning message: 'as.tibble()' was deprecated in tibble 2.0.0. ℹ Please use 'as_tibble()' instead. ℹ The signature and semantics have changed, see '?as_tibble'. ℹ The deprecated feature was likely used in the Nmisc package. Please report the issue at <https://github.com/numeract/Nmisc/issues>. This warning is displayed once every 8 hours. Call 'lifecycle::last_lifecycle_warnings()' to see where this warning was generated.

It seems that only Nmisc:::get_referenced_packages() contains tibble::as.tibble(), as Nmisc:::get_library_packages() and Nmisc:::get_description_packages() options both use tibble::as_tibble()

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

1 participant