Visualises arms transfers between groups from 1950 to 2021.
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:
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!