--- title: "Introduction to RoBMA" author: "František Bartoš" date: "28th of April 2026" output: rmarkdown::html_vignette: self_contained: yes bibliography: ../inst/REFERENCES.bib csl: ../inst/apa.csl link-citations: true vignette: > %\VignetteIndexEntry{Introduction to RoBMA} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown_notangle} --- ```{r child = "_vignette-nowrap.md", echo = FALSE, eval = TRUE} ``` ```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE ) article_url <- function(page) { paste0(page, ".html") } reference_url <- function(page) { paste0("../reference/", page, ".html") } ``` ```{r child = "_v00-introduction-body.md", eval = TRUE} ```