Skip to content

Add code dependencies in functions

Basically @imporFrom statements to Roxygen. This has two advantages:

  • imports only the needed functions from each package thus reducing dependencies;
  • makes it clear which functions from which packages are used our package. Easier for maintenance.