Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 629 Bytes

CellGPSDataToTrips

The goal of CellGPSDataToTrips is to …

Project Configuration

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/dplyr@v1.0.7")

Other tidyverse packages are as listed below.

library(tidyverse)

This project is built using the targets and future libraries.