Skip to content
README.md 688 B
Newer Older
Marco De Donno's avatar
Marco De Donno committed
# How to

To compile this paper, you need to install Docker.
There is a distribution of Docker for Windows ("docker for windows") and Mac ("docker for mac").
On Linux, the installation can be done easily via your package manager.

The compilation of the .pdf can be made with the `make` command.
Read the `Makefile` file to have details regarding the compilation process.

# Recommendations

The version of the base image of R can (and should) be fixed in the `Dockerfile`.
To fix the version of R to `3.6.2`, for example, modify the first line of the `Dockerfile` to `FROM r-base:3.6.2`.
The list of R versions can be found on the [docker hub](https://hub.docker.com/_/r-base?tab=tags)