From b60dfb8cf153e125eff28fd7fc89a1c57b602ab2 Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:10:32 -0500 Subject: [PATCH] add fishPartsRemoved vignette --- inst/pkgdown.yml | 11 ++++++++++- vignettes/fishPartsRemoved.Rmd | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 vignettes/fishPartsRemoved.Rmd diff --git a/inst/pkgdown.yml b/inst/pkgdown.yml index c33c35c..bdc6c55 100644 --- a/inst/pkgdown.yml +++ b/inst/pkgdown.yml @@ -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 diff --git a/vignettes/fishPartsRemoved.Rmd b/vignettes/fishPartsRemoved.Rmd new file mode 100644 index 0000000..a7a5e88 --- /dev/null +++ b/vignettes/fishPartsRemoved.Rmd @@ -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) +```