-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
30 lines (23 loc) · 1020 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: "JAMES Documentation"
author: "Stef van Buuren, Arjan Huizing"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "Documentation of JAMES"
---
# Preface {-}
Hi, welcome to JAMES!
This document contains documentation of the Joint Automatic Measurement and Evaluation System (JAMES). JAMES is fully programmed in `R` and makes it functionality available as an API running under `OpenCPU`.
This contents of the file is fully in the works. It is it neither complete nor garanteed to be accurate, consider it as a journey guide for your travel through JAMES. Nevertheless, I hope that it will help to understand basic ideas, technologies and applications.
Last version: June 2021.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
options(bookdown.render.file_scope = FALSE)
```