Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 42002d2

Browse files
committed
Hide the find_figure chunk
1 parent 4e9cb90 commit 42002d2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
CuratedAtlasQueryR
22
================
33

4-
``` r
5-
find_figure <- function(names){
6-
rprojroot::find_package_root_file() |>
7-
file.path("man", "figures", names)
8-
}
9-
```
10-
114
<!-- badges: start -->
125

136
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)

vignettes/Introduction.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ rmarkdown::render(
3636
)
3737
```
3838

39-
```{r}
39+
```{r include=FALSE}
4040
find_figure <- function(names){
4141
rprojroot::find_package_root_file() |>
4242
file.path("man", "figures", names)
4343
}
4444
```
4545

46-
47-
4846
<!-- badges: start -->
4947
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
5048
<!-- badges: end -->

0 commit comments

Comments
 (0)