Background Information
We use assign() to add paths and functions to the search path. CRAN will fail a package immediately for using assign().
Definition of Done
- Paths are still found.
- Autos are still found, multiple different folders can be sourced, with folders taking priority over others if functions exist in both, and autos always take precedence over packages with the same function name.
Background Information
We use
assign()to add paths and functions to the search path. CRAN will fail a package immediately for usingassign().Definition of Done