The goal of CellGPSDataToTrips is to …
This project relies on the tidyverse library. A bug introduced to
slice_sample()
means
we need to use an old version of dplyr
. Install the correct version
with:
devtools::install_github("tidyverse/[email protected]")
Other tidyverse packages are as listed below.
library(tidyverse)
This project is built using the targets
and future
libraries.