Data source: Statistik Austria, "Gestorbene in Österreich (ohne Auslandssterbefälle) ab 2000 nach Kalenderwoche" ("Deaths in Austria from 2000 (excl. deaths abroad) by calendar week"). Data are not inlcuded in this repo.
License of the Julia source code: see LICENSE.
- GNU/Linux
- Julia 1.4.x
- ImageMagick 7
- Ruby 2.6.6
- Install the requirements, including Julia.
- Clone the repository.
- Run
julia --project=.
from the repo base directory. - From within Julia execute
Pkg.status()
to show required Julia packages andPkg.instantiate()
to install them. Exit Julia. - Run
rake
, which downloads the data and runs the analysis.
-
ImageMagick error
convert: attempt to perform an operation not allowed by the security policy
:Remove the line
<policy domain="delegate" rights="none" pattern="gs" />
in/etc/ImageMagick-7/policy.xml
.