From 9e93409dd9509876ebf5448be6fb9aa1304eb17b Mon Sep 17 00:00:00 2001 From: Felipe Gonzalez Date: Tue, 7 May 2024 16:18:07 -0600 Subject: [PATCH] Cargar tsibble y feasts --- notas/15-aplicaciones-series.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notas/15-aplicaciones-series.qmd b/notas/15-aplicaciones-series.qmd index 1fb2c9a..934de44 100644 --- a/notas/15-aplicaciones-series.qmd +++ b/notas/15-aplicaciones-series.qmd @@ -9,6 +9,8 @@ library(DiagrammeR) library(CausalImpact) locale <- Sys.setlocale("LC_TIME", "es_ES.UTF-8") library(lubridate) +library(tsibble) +library(feasts) ggplot2::theme_set(ggplot2::theme_light()) ```