From 78264850118082e9c0f60f7729f5377e61c6484d Mon Sep 17 00:00:00 2001 From: Peder <pbac@dtu.dk> Date: Fri, 6 May 2022 06:57:56 +0200 Subject: [PATCH] Submitted and passed tests --- make.R | 2 +- vignettes/forecast-evaluation.Rmd | 4 +--- vignettes/model-selection.Rmd | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/make.R b/make.R index ea40b4e..36e1696 100644 --- a/make.R +++ b/make.R @@ -68,7 +68,7 @@ write.table(txt2, "inst/CITATION", row.names=FALSE, col.names=FALSE, quote=FALSE # ---------------------------------------------------------------- # Build the package document() -# Run the "vignettes/make.R" to build the cache +# Run the "vignettes/make.R" to build a cache build(".", vignettes=TRUE) # Install it diff --git a/vignettes/forecast-evaluation.Rmd b/vignettes/forecast-evaluation.Rmd index 1b44e28..723e221 100644 --- a/vignettes/forecast-evaluation.Rmd +++ b/vignettes/forecast-evaluation.Rmd @@ -106,11 +106,9 @@ not explained, then have a look in the two preceding vignettes to find an explan ## Load forecasts First Load the package, setup the model and calculate the forecasts: -```{r, echo=1:2, purl=1:2} +```{r} # Load the package library(onlineforecast) -#library(devtools) -#load_all(as.package("../../onlineforecast")) ``` Just start by: diff --git a/vignettes/model-selection.Rmd b/vignettes/model-selection.Rmd index 860d2fc..df3bbd1 100644 --- a/vignettes/model-selection.Rmd +++ b/vignettes/model-selection.Rmd @@ -107,11 +107,9 @@ text, but not explained, then have a look in the two preceding vignettes to find ## Load forecasts First Load the package, setup the model and calculate the forecasts: -```{r, echo=1:2, purl=1:2} +```{r} # Load the package library(onlineforecast) -#library(devtools) -#load_all(as.package("../../onlineforecast")) ``` Just start by taking a rather short data set: -- GitLab