Skip to content

Commit

Permalink
Avoid double refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Sep 12, 2024
1 parent 14f199e commit ee54b31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions R/aaa-generics-surface.R
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,6 @@ plot.ieegio_surface <- function(
}
# To trigger display


helper_rgl_call("highlevel", integer())

# open3d()
# mat <- matrix(1:4, 2, 2)
# mat <- cbind(mat, mat + 4, mat + 8)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/read-ephys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(identical(Sys.getenv("IEEGIO_PKGDOWN", unset = ""), "")) {

To start, please load `ieegio`. This vignette uses sample data. Please feel free to replace the sample path with your own data path.

```{r setup, results='hide'}
```{r sample}
library(ieegio)
edf_path <- ieegio_sample_data("edfPlusD.edf")
```
Expand Down
2 changes: 1 addition & 1 deletion vignettes/read-imaging-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(identical(Sys.getenv("IEEGIO_PKGDOWN", unset = ""), "")) {
To start, please load `ieegio`. This vignette uses sample data which requires extra download.


```{r setup}
```{r sample}
library(ieegio)
# volume file
Expand Down

0 comments on commit ee54b31

Please sign in to comment.