Add the diffuseR logo to the README - #60
Merged
Merged
Conversation
man/figures/logo.png (ships in the tarball, 220KB), referenced via the raw GitHub URL so it renders on both GitHub and CRAN's readme.html. The logo incorporates the R logo ((c) 2016 The R Foundation, CC-BY-SA 4.0), so the logo image is CC-BY-SA 4.0 with the attribution recorded in inst/COPYRIGHTS; package code stays Apache-2.0.
man/figures/logo-dark.png (transparent, light wordmark) serves GitHub dark mode through a prefers-color-scheme source; the plain img fallback keeps the light variant for CRAN's rendered readme and every other light-background renderer. COPYRIGHTS entry covers both files.
tiny is AI-generated (no copyright in the art), so trademark is the mascot's only protection: claim it in COPYRIGHTS with the CC-BY-SA 2(b)(2) carve-out, and mark first use in the README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Troy-approved logo (tiny waving, the firecracker-i wordmark, the R logo closing it out) at the top of the README, replacing the text h1.
man/figures/logo.png, 220KB, ships in the tarball; the README references the raw GitHub URL since relative image paths 404 on CRAN's rendered readme.html.inst/COPYRIGHTS; the logo image is accordingly CC-BY-SA 4.0 while package code stays Apache-2.0.<picture>element so GitHub dark mode gets a legible wordmark. Mergeable without it (the current image is transparent-background, optimized for light backgrounds).