Skip to content

Commit

Permalink
update vignette to exclude images on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed May 8, 2024
1 parent 9893a0e commit 428a20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/taylor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ surprise_song_count %>%
## I could show you incredible things

There are many ways we can explore the data, but, honestly, baby, who's counting?
Below is a collection of analyses that use data from taylor that I have found in the wild.
`r ifelse(pkgdown::in_pkgdown(), "Below is", "On the [package website](https://taylor.wjakethompson.com), you can find")` a collection of analyses that use data from taylor that I have found in the wild.
If you use the data and find it useful, please reach out---I love to see the package used!

```{r examples, echo = FALSE, results = "asis"}
```{r examples, echo = FALSE, results = "asis", eval = pkgdown::in_pkgdown()}
examples <- read.csv("data/example-uses.csv")
cells <- paste("<td>",
paste0(" <a href=\"", examples$href, "\">"),
Expand Down

0 comments on commit 428a20d

Please sign in to comment.