forestgeo/fgeo

Encapsulate fgeo.analyze

Closed this issue · 0 comments

RE #76.

In module

  • Do:
  • ensure to export the minimum possible
  • ensure to not document internal functions by using #' @noRd.
  • don't use #' @keywords internal if using @nord.
  • pay particular attention to generics and methods.
  • use appropriate @family.

In fgeo

  • Create R/module-reexport.R

For each function

  • Reexport function and documentation
  • Remove package from fgeo_on_attach().