Skip to content

Commit

Permalink
cicd: test to catch quarto render error 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Sep 9, 2024
1 parent b71f089 commit aff3a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Suggests:
knitr,
quarto,
rmarkdown,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr,
quarto
Expand Down
12 changes: 0 additions & 12 deletions vignettes/test.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,9 @@ The remainder dimensions can either be *time*, or other dimension such as *bands
:::

```{r}
#| label: libraries
#| warning: false
#| message: false
library(post)
library(cubble)
library(stars)
library(sf)
library(tidyverse)
```

```{r}
polygons
```

```{r}
(arr = as_post_array(polygons))
class(arr)
```

0 comments on commit aff3a13

Please sign in to comment.