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

Updates required for tibbles #9

Open
ReasonableRadish opened this issue Feb 5, 2025 · 2 comments
Open

Updates required for tibbles #9

ReasonableRadish opened this issue Feb 5, 2025 · 2 comments

Comments

@ReasonableRadish
Copy link

Using the NetCDF() function and getting this warning to update tibble function references.

Looks like a simple swap of "as_data_frame()" for "as_tibble()" and "data_frame()" for "tibble()"

Warning messages:
1: as_data_frame() was deprecated in tibble 2.0.0.
ℹ Please use as_tibble() (with slightly different semantics) to convert to a tibble, or as.data.frame() to convert to a data frame.
ℹ The deprecated feature was likely used in the ncdump package.
Please report the issue at https://github.com/r-gris/ncdump/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
2: data_frame() was deprecated in tibble 1.1.0.
ℹ Please use tibble() instead.
ℹ The deprecated feature was likely used in the ncdump package.
Please report the issue at https://github.com/r-gris/ncdump/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

@mdsumner
Copy link
Member

mdsumner commented Feb 6, 2025

actually I think I fixed this a long time ago on github, I'll try a release

@mdsumner
Copy link
Member

mdsumner commented Feb 7, 2025

but, for what it's worth - I recommend using {ncmeta} instead of this package.

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

2 participants