Skip to content

Commit

Permalink
add fishPartsRemoved vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Feb 21, 2025
1 parent cbd90ab commit b60dfb8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
11 changes: 10 additions & 1 deletion inst/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@ pandoc: 3.1.11
pkgdown: 2.0.9
pkgdown_sha: ~
articles:
aggregateAreas: aggregateAreas.html
aggregateGears: aggregateGears.html
comlandr: comlandr.html
disaggregate: disaggregate.html
discarding: discarding.html
ForeignCatch: ForeignCatch.html
ForeignCatchCompare21A21B: ForeignCatchCompare21A21B.html
landingsHerring: landingsHerring.html
landingsNafo: landingsNafo.html
landingsUs: landingsUs.html
missingData: missingData.html
Overview: Overview.html
last_built: 2025-02-21T01:18Z
speciesValue: speciesValue.html
last_built: 2025-02-21T17:35Z
urls:
reference: https://noaa-edab.github.io/comlandr/reference
article: https://noaa-edab.github.io/comlandr/articles
Expand Down
19 changes: 19 additions & 0 deletions vignettes/fishPartsRemoved.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "fishPartsRemoved"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{fishPartsRemoved}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(comlandr)
```

0 comments on commit b60dfb8

Please sign in to comment.