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

Commit e94bd2c

Browse files
committed
Rebuild readme
1 parent 42002d2 commit e94bd2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ library(CuratedAtlasQueryR)
3535

3636
``` r
3737
metadata <- get_metadata()
38+
metadata
3839
```
3940

4041
The `metadata` variable can then be re-used for all subsequent queries.

vignettes/Introduction.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "CuratedAtlasQueryR"
33
output: rmarkdown::html_vignette
4-
params:
5-
proj_root:
64
vignette: >
75
%\VignetteIndexEntry{CuratedAtlasQueryR}
86
%\VignetteEngine{knitr::rmarkdown}
@@ -25,6 +23,7 @@ proj_root <- rprojroot::find_package_root_file() |> normalizePath()
2523

2624
```{r, eval=FALSE, echo=FALSE, include=FALSE}
2725
# Note: knit this to the repo readme file using:
26+
proj_root <- rprojroot::find_package_root_file() |> normalizePath()
2827
rmarkdown::render(
2928
"Introduction.Rmd",
3029
output_file = "README.md",
@@ -86,6 +85,7 @@ library(CuratedAtlasQueryR)
8685

8786
```{r}
8887
metadata <- get_metadata()
88+
metadata
8989
```
9090

9191
The `metadata` variable can then be re-used for all subsequent queries.

0 commit comments

Comments
 (0)