2022-09-21

HARUG “Hello world” using Quarto

New HARUG! webpage using Quarto and Github Pages.

Quarto is a new(ish) markdown-style language that has a very simple workflow and can be use to make sophisticated webpages, slides, and reports.

While it is probably easier and more modern than plain markdown or R Markdown, a big advantage is that it can be used to make documents with live code for a variety of languages, including both R and Python.

Quarto website

OFFICIAL documentation (excellent)

Good blog post about setting a quarto website up

You can render and use both R and python in Quarto

# Python in Quarto
print('hello world')
hello world
# R in Quarto
print("hello world")
[1] "hello world"



Harper Data Science

This group is supported by the research and teaching community at Harper Adams University and by students and alumnists of the MSc in Data Science for Global Agriculture, Food, and Environment, and is led by Ed Harris.