Analysis Grand Challenge @ LHC in pure Julia, this repo is set-up to render the Pluto notebook automatically, so feel free to contribute!
note: for RDataFrame implementation, see: https://github.com/andriiknu/RDF
- download Julia, for example, through juliaup, preferably same version as: https://github.com/Moelf/LHC_AGC.jl/blob/master/Manifest.toml#L1-L5
but any version within the same LTS should be fine.
- in your shell, run:
mkdir -p ~/.julia/environments/
git clone https://github.com/Moelf/LHC_AGC.jl/ ~/.julia/environments/LHC_AGC
julia --project=@LHC_AGC
- run:
using Pkg
Pkg.instantiate() #only needed first time