Skip to content

Commit

Permalink
Checked all current vignettes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Nov 28, 2024
1 parent 7a0b720 commit c4e35b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.html
*.R
*.Rhistory
7 changes: 6 additions & 1 deletion vignettes/von-bertalanffy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ title: "Case study 2: von Bertalanffy growth with lizard size data"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{von-bertalanffy}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
---

```{r, include = FALSE}
Expand All @@ -15,6 +17,9 @@ knitr::opts_chunk$set(
```

```{r setup}
# remotes::install_github("traitecoevo/hmde")
# install.packages(c("dplyr", "ggplot2"))
library(hmde)
library(dplyr)
library(ggplot2)
Expand Down

0 comments on commit c4e35b0

Please sign in to comment.