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

Multiple deprecation warnings on startup #1

Open
arilamstein opened this issue Jun 23, 2021 · 0 comments · May be fixed by #2
Open

Multiple deprecation warnings on startup #1

arilamstein opened this issue Jun 23, 2021 · 0 comments · May be fixed by #2
Assignees

Comments

@arilamstein
Copy link

When loading the inventory package I now get a warning 'units::install_symbolic_unit' is deprecated. Use 'install_unit' instead. (See baaqmd/inventory#28) . I traced one of those calls to the unittools package. However, when I build the package from scratch I actually see many similar warnings. I think we should fix them all.

Loading required package: units
udunits database from /usr/share/xml/udunits/udunits2.xml
Warning messages:
1: 'units::install_symbolic_unit' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
2: 'units::install_symbolic_unit' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
3: 'units::install_symbolic_unit' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
4: 'units::install_symbolic_unit' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
5: 'units::install_symbolic_unit' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
6: 'units::install_conversion_constant' is deprecated.
Use 'install_unit' instead.
See help("Deprecated") 
@arilamstein arilamstein self-assigned this Jun 23, 2021
@arilamstein arilamstein linked a pull request Jun 23, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant