Skip to content
Snippets Groups Projects
Commit 78264850 authored by pbac's avatar pbac
Browse files

Submitted and passed tests

parent 20ba4157
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment