Skip to content

GESIS-Methods-Hub/minimal-example-qmd-rstats-units

Repository files navigation

Minimal Example of Tutorial in Quarto with R and System Requirements

index.qmd illustrates all the required metadata used by andrew.

This repository uses install.R and apt.txt as configuration file. apt.txt is required because of the system requirements of the units R package. Without the apt.txt, the rendering of index.qmd will raise a error similar to

Quitting from lines 31-38 (index.qmd) 
Error: package or namespace load failed for 'units' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/srv/rlibs/units/libs/units.so':
  libudunits2.so.0: cannot open shared object file: No such file or directory
In addition: Warning message:
In do_once((if (is_R_CMD_check()) stop else warning)("The function xfun::isFALSE() will be deprecated in the future. Please ",  :
  The function xfun::isFALSE() will be deprecated in the future. Please consider using base::isFALSE(x) or identical(x, FALSE) instead.

Execution halted

Metadata

Markdown YAML front matter key Required Note
title ‼️
subtitle
author ‼️
image Preferable as 900×600 pixels.
image-alt

Supported Features

Feature andrew Notes
Pandoc’s Markdown 👍
Images 👍 As part of Pandoc’s Markdown
Tables 👍 As part of Pandoc’s Markdown
Citations and Bibliographies 👍 As part of Pandoc’s Markdown
Footnotes 👍 As part of Pandoc’s Markdown
Math 👍 Powered by MathJax as part of Pandoc’s Markdown
Callout Blocks 😥 See GESIS-Methods-Hub/andrew#149
Cross References 👍
Computation of Inline Code 👍
Computation of Code Chunks 👍
Code Annotation 👍 Requires Quarto >= 1.3
Title Blocks 👍 Generated by Quarto based on YAML header
How to cite in the appendix 👍 Generated by Quarto based on YAML header

Binder

The link to Binder will launch RStudio IDE.

About

Minimal Example of Tutorial in Quarto with R and System Requirements

Resources

License

Stars

Watchers

Forks