Skip to content

agistaterre/telraamStatsAgisTaTerre

Repository files navigation

R-CMD-check

telraamStatsAgisTaTerre

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

Licence

CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

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")