Generates a default logo for a package.
generate_hex.Rd
Generates a generic logo for a package. IF the package is not on CRAN, a different set of colors is used.
Arguments
- name
The package to generate the logo for.
- output
the path to store the generated logo at.
- colors
A vector of two valid colors. [1] for the fill and [2] for the outline of the generated logo. Used if the package exists on CRAN.
- fallback_colors
A vector of two valid colors. [1] for the fill and [2] for the outline of the generated logo. Used if the package does not exist on CRAN.