Skip to contents

R-CMD-check

The aim of this package is to grant the user tools for data visualisation and data analysis of mobility data for Telraam sensors, especially it develops functionnalities for this application.

Link to the Github

Dependencies

To smoothly run this package, you will need to make the following installs :

install.packages(c("cowplot",
    "CPAT",
    "dplyr",
    "ggplot2",
    "httr",
    "jsonlite",
    "lubridate",
    "mgcv",
    "purrr",
    "readr",
    "rlang",
    "synchrony",
    "tibble",
    "zoo"))

If you want to install this package, you can use :

devtools::install_github("https://github.com/agistaterre/telraamStatsAgisTaTerre")