You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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 theunittools
package. However, when I build the package from scratch I actually see many similar warnings. I think we should fix them all.The text was updated successfully, but these errors were encountered: