Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^man/figures/logo-drafts$
^man/figures/logo-gallery\.html$
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ knitr::opts_chunk$set(
)
```

<!-- hex logo: GitHub shows the dark- or light-theme animated version automatically -->
<picture>
<source media="(prefers-color-scheme: dark)" srcset="man/figures/logo-macrtools-dark-animated.svg">
<source media="(prefers-color-scheme: light)" srcset="man/figures/logo-macrtools-light-animated.svg">
<img src="man/figures/logo-macrtools-light-animated.svg" alt="macrtools hex logo" align="right" height="170" />
</picture>

# macrtools

<!-- badges: start -->
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

<!-- hex logo: GitHub shows the dark- or light-theme animated version automatically -->
<picture>
<source media="(prefers-color-scheme: dark)" srcset="man/figures/logo-macrtools-dark-animated.svg">
<source media="(prefers-color-scheme: light)" srcset="man/figures/logo-macrtools-light-animated.svg">
<img src="man/figures/logo-macrtools-light-animated.svg" alt="macrtools hex logo" align="right" height="170" />
</picture>

# macrtools

<!-- badges: start -->
Expand Down
27 changes: 27 additions & 0 deletions man/figures/logo-macrtools-dark-animated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/logo-macrtools-dark-static-480.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions man/figures/logo-macrtools-dark-static.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions man/figures/logo-macrtools-light-animated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/logo-macrtools-light-static-480.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading