Skip to content

Commit

Permalink
demo vignette eval=FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Aug 16, 2023
1 parent 9b020cf commit 225ac2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vignettes/demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ vignette: >

```{r, include = FALSE}
library(rgeedim)
res <- try(gd_initialize(), silent = TRUE)
knitr::opts_chunk$set(
eval = !inherits(res, 'try-error') &&
inherits(geedim(), "python.builtin.module") &&
gd_is_initialized(),
eval = FALSE,
collapse = TRUE,
fig.width = 8,
fig.align = 'center',
comment = "#>"
)
detach("package:rgeedim")
```

This vignette shows how to extract a Google Earth Engine asset by name for an arbitrary extent and visualize it in R.
Expand Down

0 comments on commit 225ac2b

Please sign in to comment.