Skip to content

Commit

Permalink
Made changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Jan 5, 2024
1 parent 3aa418f commit 686057e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ output: github_document

```{r setup, include=FALSE}
library(httptest2)
start_vignette("mocks")
.mockPaths("/tests/mocks")
start_vignette(dir = "/tests/mocks")
options("TIMEGPT_TOKEN"="dummy_token")
options(digits=7)
Expand Down Expand Up @@ -47,11 +48,11 @@ devtools::install_github("Nixtla/nixtlar")

Get started with TimeGPT now.

```{r}
```{r, eval=FALSE}
library(nixtlar)
# Load sample dataset
df <- nixtlar::electricity # this can also be a tsibble!
df <- nixtlar::electricity # this can also be a tsibble!
# Set TIMEGPT Token
nixtlar::nixtla_set_token("TIMEGPT TOKEN")
Expand Down

0 comments on commit 686057e

Please sign in to comment.