Generates a generic logo for a package. IF the package is not on CRAN, a different set of colors is used.
generate_hex(
name,
output,
colors = c("#1881C2", "#87B13F"),
fallback_colors = c("#a60000", "#360000")
)The path to the generated logo image.
The package to generate the logo for.
the path to store the generated logo at.
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.
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.