Visualises the makeup of death row populations in several countries in terms of drug offences and non-drug offences.
These charts, as well as the analyses that underpin them, are available under a Creative Commons Attribution 4.0 licence. This includes commercial reuse and derivates.
Data in these charts comes from:
- Harm Reduction International's annual The Death Penalty for Drug Offences: Global Overview reports, 2010-2021 (see the
data
folder for each year's report link).
Please attribute 360info and the data sources when you use and remix these visualisations.
We typically publish graphics using Quarto notebooks, which can be found in the*.qmd
files. Quarto allows reproducible analysis and visualisation to be done in a mix of languages, but we typically use R and Observable JS.
You'll need to:
- Download and install Quarto
- Download the install R
- Satisfy the R package dependencies. In R:
- Install the
renv
package withinstall.packages("renv")
, - Then run
renv::restore()
to install the R package dependencies. - (For problems satisfying R package dependencies, refer to Quarto's documentation on virtual environments.)
- Install the
Now, render the .qmd
files to the /out
directory with:
quarto render
If you find any problems with our analysis or charts, please feel free to create an issue!