-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create working example and resources for users (#54)
* feat(README): change example to petrale Changing to a working example in read me that mimic that of a current stock assessment. The files resulting from the example and rendered report need to be added as their own example in a folder * update(example): change README so users can run petrale example # Summary - add raw and converted petrale output to data folder - ran usethis::use_data() creating structure for the example - updated documentation * fix:(create_template): add preamble - read in converted output in chunk - create place for pre-loaded quantities to reference later in the document * update(test-add_chunk): correct notes in test * Fix(readme): example needed csv file * Update(readme): adjust for new section names * update(website): change set up of pkgdown website * Update(pkgdown.yml): include tutorial * feature(add tutorial): demo in shiny app Might need to move folders - pushing now in order to switch branches ok * remove(tutorial): move materials to asar-demo repo and host there * update(pkgdown): add tutorial link to site * update(README): add link for tutorial in examples * Update(pkgdown yml): Reorder top nav bar and have a drop down manual for all vignettes instead * Remove example data - moved to asar-demo * fix(create_template): replaced params_chunk with preamble
- Loading branch information
1 parent
890a0c9
commit d6fcf1f
Showing
4 changed files
with
95 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,57 @@ | ||
url: nmfs-ost.github.io/asar/ | ||
|
||
template: | ||
bootstrap: 5 | ||
navbar: | ||
structure: | ||
left: | ||
- home | ||
- reference | ||
- sourcecode | ||
- tutorial | ||
- articles | ||
- documents | ||
- news | ||
right: | ||
- issue | ||
- github | ||
|
||
development: | ||
mode: auto | ||
components: | ||
home: | ||
icon: fas fa-home fa-lg | ||
href: index.html | ||
|
||
home: | ||
title: Automated Stock Assessment Reporting | ||
reference: | ||
text: Functions | ||
icon: far fa-file-code fa-lg | ||
href: reference/index.html | ||
|
||
reference: | ||
sourcecode: | ||
text: Source Code | ||
icon: fab fa-github fa-lg | ||
href: https://github.com/nmfs-ost/asar | ||
|
||
articles: | ||
- title: Manual | ||
contents: | ||
- manual | ||
- regional_workflows | ||
- markdown_notation | ||
issue: | ||
text: Issues | ||
icon: fas fa-question-circle fa-lg | ||
href: https://github.com/nmfs-fish-tools/pkgdownTemplate/issues/ | ||
|
||
articles: | ||
text: Articles | ||
icon: fas fa-file-contract fa-lg | ||
menu: | ||
- text: Manual | ||
href: articles/manual.html | ||
- text: Markdown Notation | ||
href: articles/markdown_notation.html | ||
- text: Regional Workflows | ||
href: articles/regional_workflows.html | ||
|
||
documents: | ||
text: References | ||
icon: fas fa-book fa-lg | ||
menu: | ||
- text: Petrale Example | ||
href: SAR_USWC_Petrale_sole_skeleton.pdf | ||
|
||
tutorial: | ||
text: Tutorial | ||
href: https://connect.fisheries.noaa.gov/asar_tutorial/ |