Need to make changes: - use @importFrom for repeatedly used functions so you don't need to use `pkg_name::function()`, you can use `function()` - For rarely used functions include package in description import and then use `pkg_name::function()`
Need to make changes:
pkg_name::function(), you can usefunction()pkg_name::function()