We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5d8b9 commit 5f3777cCopy full SHA for 5f3777c
1 file changed
vignettes/known_issues.Rmd
@@ -10,8 +10,8 @@ vignette: >
10
This document lists known issues with the package and suggests possible solutions.
11
12
```{r known-issues, echo=FALSE, results="asis"}
13
-# how to get a file from a package
14
-data <- yaml::read_yaml(system.file("known_issues.yaml", package = "anndataR"))$known_issues
+known_issues_path <- system.file("known_issues.yaml", package = "anndataR")
+data <- yaml::read_yaml(known_issues_path)$known_issues
15
16
for (i in seq_along(data)) {
17
str <- paste0(
0 commit comments