Skip to content

Commit

Permalink
add session information to quickstart vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Sep 11, 2024
1 parent 87ec17d commit e67f256
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
11 changes: 9 additions & 2 deletions dev/maldipickr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,18 @@ processed %>%
knitr::kable()
```

This provides only a brief overview of the features of `{maldipickr}`, browse the others vignettes to learn more about additional features.
This provides only a brief overview of the features of `{maldipickr}`, browse the other vignettes to learn more about additional features.

## Session information

```{r session, eval=TRUE}
sessionInfo()
```



```{r development-inflate, eval=FALSE}
# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/maldipickr.Rmd", vignette_name = "maldipickr")
```

8 changes: 7 additions & 1 deletion vignettes/maldipickr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ processed %>%
knitr::kable()
```

This provides only a brief overview of the features of `{maldipickr}`, browse the others vignettes to learn more about additional features.
This provides only a brief overview of the features of `{maldipickr}`, browse the other vignettes to learn more about additional features.


## Session information

```{r session, eval = TRUE}
sessionInfo()
```

0 comments on commit e67f256

Please sign in to comment.