Package

To install:

remotes::install_github("rupertoverall/ColonyTrack")

Example data

The tutorial requires an example dataset which can be downloaded here.

To download the file and unpack the zip archive from within R:

# Download example dataset into the current directory
download.file("https://rupertoverall.net/ColonyTrack/example_data.zip", "example_data.zip")
unzip("example_data.zip")
unlink("example_data.zip")

Documentation

The documentation on this website is also available as PDF: