trackdf
is available directly from CRAN and can be
installed as follows:
install.packages("trackdf")
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)) {
::install_github("swarm-lab/trackdf")
remotes }