Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
abichat committed Jun 7, 2024
1 parent 531c14e commit 3c46d04
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.quarto
inst/doc
docs
pkgdown
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# scimo
# scimo <a href="https://abichat.github.io/scimo/"><img src="man/figures/logo.png" align="right" height="138" alt="scimo website" /></a>

```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

# scimo
# scimo <a href="https://abichat.github.io/scimo/"><img src="man/figures/logo.png" align="right" height="138" alt="scimo website" /></a>

<!-- badges: start -->

Expand Down
3 changes: 2 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# url: ~
url: https://abichat.github.io/scimo/

template:
bootstrap: 5

Expand Down
4 changes: 3 additions & 1 deletion dev/dev_history.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ library(testthat)
# use_r("taxonomy")
# use_test("taxonomy")

# scimo <a href="https://abichat.github.io/scimo/"><img src="man/figures/logo.png" align="right" height="138" alt="scimo website" /></a>


####

Expand Down Expand Up @@ -97,5 +99,5 @@ devtools::install(upgrade = "never")
# pkgdown::template_reference()
pkgdown::check_pkgdown()
pkgdown::build_site()
unlink("docs/", recursive = TRUE)
unlink("pkgdown/", recursive = TRUE)

Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c46d04

Please sign in to comment.