CHANGELOG.md

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.0] - 2020-03-21

Fixed

[0.5.0] - 2020-03-17

Added

[0.4.2] - 2020-03-15

Fixed

# Before the fix duplicated lines 2 lines for each day between GB and 11.

par_origines_td %>% group_by(date, dep_org, dep_dest) %>% summarise(count = n()) %>% filter(count > 1)

#  A tibble: 365 x 4
#  Groups:   date, dep_org [365]
#   date       dep_org dep_dest count
#   <date>     <fct>   <fct>    <int>
#  1 2018-01-01 GB      11           2
#  2 2018-01-02 GB      11           2
#  3 2018-01-03 GB      11           2

[0.4.1] - 2020-03-15

Fixed

# Before the fix

tdvhackaviz2020::nuitees_td %>%
    filter(nuitees == 0) %>%
    group_by(date) %>%
    summarise(count = n())

#  A tibble: 2 x 2
#  date       count
#  <date>     <int>
#  1 2018-08-29    13
#  2 2018-12-03    13

[0.4.0] - 2020-03-15

Added

[0.3.2] - 2020-03-15

Fixed

[0.3.1] - 2020-03-15

Fixed

[0.3.0] - 2020-03-15

Added

[0.2.0] - 2020-03-15

Added

[0.1.1] - 2020-03-14

Fixed

[0.1.0] - 2020-03-14

Added



CamembR/tdvhackaviz2020 documentation built on March 23, 2020, 5:17 a.m.