## Autogenerated by rang, you might want to change the handle
handle=yourproject
.PHONY: update build launch bash daemon stop export

update:
	Rscript inst/rang/update.R
build: container.def
	apptainer build "${handle}img.sif" container.def
launch:
	-apptainer run "${handle}img.sif" R
bash:
	-apptainer shell "${handle}img.sif"
daemon:
	-apptainer instance start "${handle}img.sif" "${handle}container"
stop:
	-apptainer instance stop "${handle}container"
