1 - Installing trackdf

Simon Garnier

1.1 - From CRAN

trackdf is available directly from CRAN and can be installed as follows:

install.packages("trackdf")

1.2 - Development version

If you’re looking to install the latest development version of trackdf (with all the newest features but also potentially breaking changes), you can do it as follows:

if (requireNamespace("remotes", quietly = TRUE)) {
  remotes::install_github("swarm-lab/trackdf")
}