-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from nmfs-fish-tools/36-create-a-website-using…
…-pkgdown 36 create a website using pkgdown
- Loading branch information
Showing
6 changed files
with
70 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# updates exiting pkgdown site for a repository | ||
# deploys to a branch gh-pages | ||
name: call-update-pkgdown | ||
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows | ||
on: | ||
# this workflow runs on pushes to main or master or any time a new tag is pushed | ||
# workflow_dispatch: | ||
push: | ||
# branches: [main, master] | ||
# tags: ['*'] | ||
jobs: | ||
call-workflow: | ||
uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@main |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.Rhistory | ||
.RData | ||
.Ruserdata | ||
StockAssessment/*/ | ||
StockAssessment/*/ | ||
docs |
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,32 +1,65 @@ | ||
development: | ||
mode: auto | ||
|
||
reference: | ||
- title: Dictionary Terms | ||
contents: | ||
- AgeComposition | ||
- Biomass | ||
- Catch | ||
- CatchPerUnitEffort | ||
- Cohort | ||
- FishingMortalityAtMaximumSustainableYield | ||
- Forecast | ||
- InstantaneousFishingMortalityRate | ||
- InstaneousMortalityRate | ||
- Landings | ||
- LengthComposition | ||
- MaximumSustainableYield | ||
- NaturalLogOfUnfishedRecruitment | ||
- NumbersAtAge | ||
- PlusGroup | ||
- Projection | ||
- Recruits | ||
- Sex | ||
- SpawnerPerRecruit | ||
- SpawningBiomass | ||
- Unfished | ||
- Weight | ||
|
||
- title: R Functions | ||
contents: | ||
- add_object | ||
- read_in | ||
- shiny_dd | ||
|
||
navbar: | ||
structure: | ||
left: | ||
- home | ||
- reference | ||
- articles | ||
right: | ||
- github | ||
- issue | ||
- article | ||
|
||
components: | ||
home: | ||
icon: fas fa-home fa-lg | ||
href: index.html | ||
|
||
reference: | ||
text: Functions | ||
text: Reference | ||
icon: far fa-file-code fa-lg | ||
href: reference/index.html | ||
|
||
github: | ||
text: Source Code | ||
icon: fab fa-github fa-lg | ||
href: https://github.com/nmfs-fish-tools/data_dictionary/ | ||
|
||
href: https://github.com/nmfs-fish-tools/fishdictionary | ||
issue: | ||
text: Issues | ||
icon: fas fa-question-circle fa-lg | ||
href: https://github.com/nmfs-fish-tools/data_dictionary/issues/ | ||
|
||
articles: | ||
text: Vignettes | ||
icon: fas fa-file-contract fa-lg | ||
href: https://github.com/nmfs-fish-tools/fishdictionary/issues | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.