Romain

Results 22 comments of Romain

Hello @lima4658, Good remark and also good suggestions! - > Install tini from Ubuntu repository (same Version as from conda) and remove lines [...] Definitely a very good idea, I've...

I'm waiting for your implementation, in the meantime I will do it manually 😭

@mathbunnyru obviously it's not urgent at all. But it could be interesting. For information @parente shared in #693 a notebook performing this kind of comparison https://nbviewer.jupyter.org/gist/parente/316d5c242aeb484484c8 from various tags /...

Hello @finlaycampbell, No problem 😄 we have all the same trouble, we have many things to do and not much time. I've closed this PR since I though it was...

Hello, I've implemented a more sustainable approach: deprecating datasets by moving them to `data-raw/_dep`. I've also written in `NEWS.md` the main change proposal. Please give me you opinion. Best

I've drafted what I think is a far better way to deal with that. ```R # Default version > head(dengue_fais_2011) # A tibble: 6 x 2 # date_of_onset incidence #...

Here is an example of the Time Series feature 😄 ```R ebola_sierraleone_2014_as_ts() %>% group_by_key() %>% index_by(date = ~ yearweek(.)) %>% summarise(incidence = sum(incidence)) %>% ggplot(aes(x = date, y = incidence,...

Hello, Understood regarding the function related to the `tsibble` package, you're right. I will remove them (maybe put in on another branch waiting to add a page with the example)....

Ok understood seems reasonable. I will take a break and then check how to enable the `modern_mode` versus `legacy_mode`. Best.

Hello it seems that the cycles defined in eol, only major versions (`2` and `3`), do not have the same granularity as in the product documentation that indicates lifecycle for...