Manuel Buitrago
Manuel Buitrago
The starred command '\DeclareDelimAlias*' is(biblatex) deprecated. In PhDThesisPSnPDF.cls.
Hi all, I'm not sure if there is a bug or, but think it is worth sharing that I am spotting differences in the MASE results comparing the output of...
I think that adding an .x_intercept and .x_intercept color would be very useful for time series where we have historical data and predicted values so that we can signpost when...
Thank you for your work on this awesome R package. I do not get the e_mark_point 's using this syntax: ``` multiplier_tbl %>% filter(date > "2000-01-01") %>% e_charts(date) %>% e_line(multiplier_wld_bin5,...
I observed that when you write a double-nested list object as a [pin ](https://github.com/rstudio/pins-r) and want to save it as qs (hoping for efficiency gains) instead of rds, it takes...
Sometimes it is handy to compute both the 80% and 95% prediction time intervals. We could add the capability of generating several prediction intervals at once. This functionality is already...
Hi, Let's clean the anomalies of a given dataset: ``` data(tidyverse_cran_downloads) cleaned anomalize::time_decompose(count, method = "stl") |> anomalize::anomalize(remainder, method = "iqr") |> anomalize::clean_anomalies() ``` The output is a time tibble....
I am coming from [here](https://github.com/rstudio/rstudio/issues/10163). I have observed an extremely annoying issue in corporate environments (Windows 11): if you are using `options(download.file.method = "auto")` there is no chance that you...
Hi, I am cloning a WD external USB 3.0 5TB HDD to another identical drive. The process has already taken three days and probably a similar amount is left (process...
Hi, firstly, thanks for the immense amount of time that you've put into this gargantuan project. I'm trying to rescue data from a failing WD HDD using HDD SuperClone. Almost...