Skip to content

Commit

Permalink
set echo to false
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Nov 21, 2024
1 parent 1b0c95b commit e991725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results/_include/_method_descriptions.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```{r method_description}
#| echo: true
#| echo: false
# show each method just once
lines <- pmap_chr(method_info %>% filter(!is_baseline), function(method_name, method_summary, method_description, references_doi, references_bibtex, code_url, implementation_url, image, ...) {
rest <- list(...)
Expand Down

0 comments on commit e991725

Please sign in to comment.