From f93b64e4a7d65cc1287291529e1121b67058d40b Mon Sep 17 00:00:00 2001 From: MMenchero Date: Tue, 12 Dec 2023 20:57:56 -0600 Subject: [PATCH] New commit since the GA worflow was deleted by accident for the previous commit. --- vignettes/anomaly-detection.Rmd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vignettes/anomaly-detection.Rmd diff --git a/vignettes/anomaly-detection.Rmd b/vignettes/anomaly-detection.Rmd new file mode 100644 index 0000000..4420e28 --- /dev/null +++ b/vignettes/anomaly-detection.Rmd @@ -0,0 +1,19 @@ +--- +title: "anomaly-detection" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{anomaly-detection} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r setup} +library(nixtlar) +```