diff --git a/.Rbuildignore b/.Rbuildignore index 8f4ba74e..7b6e7efd 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,3 +4,7 @@ ^data/ExpData\.RData$ ^data/PollockData\.RData$ ^doc$ +^_pkgdown\.yml$ +^docs$ +^pkgdown$ +^\.github$ diff --git a/.github/.gitignore b/.github/.gitignore new file mode 100644 index 00000000..2d19fc76 --- /dev/null +++ b/.github/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/.github/workflows/call-update-pkgdown.yml b/.github/workflows/call-update-pkgdown.yml new file mode 100644 index 00000000..58c9c154 --- /dev/null +++ b/.github/workflows/call-update-pkgdown.yml @@ -0,0 +1,12 @@ +# 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 + push: + branches: [main, master] + tags: ['*'] +jobs: + call-workflow: + uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@main diff --git a/.gitignore b/.gitignore index 52036832..80661146 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ inst/doc .Ruserdata /doc/ /Meta/ +_site \ No newline at end of file diff --git a/README.md b/README.md index 75882987..ce2ca1c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# FishSET +# FishSET -## Overview +## Overview The Spatial Economics Toolbox for Fisheries (FishSET) is a set of tools developed as an R package for organizing and visualizing data; developing, improving and disseminating modeling best practices. Contact [FishSET@noaa.gov](mailto:FishSET@noaa.gov) with any questions regarding the FishSET R package and to report issues. @@ -58,3 +58,9 @@ This repository is a scientific product and is not official communication of the ## License This content was created by U.S. Government employees as part of their official duties. This content is not subject to copyright in the United States (17 U.S.C. ยง105) and is in the public domain within the United States of America. Additionally, copyright is waived worldwide through the MIT License. + +NOAA Fisheries Logo + + + [U.S. Department of Commerce](https://www.commerce.gov/) | [National Oceanographic and Atmospheric Administration](https://www.noaa.gov) | [NOAA Fisheries](https://www.fisheries.noaa.gov/) + diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 00000000..581adb7d --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,5 @@ +url: ~ +destination: _site +template: + bootstrap: 5 + diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 00000000..6e825074 Binary files /dev/null and b/man/figures/logo.png differ diff --git a/pkgdown/extra.css b/pkgdown/extra.css new file mode 100644 index 00000000..771261b4 --- /dev/null +++ b/pkgdown/extra.css @@ -0,0 +1 @@ + @import url("https://nmfs-fish-tools.github.io/nmfspalette/extra.css"); \ No newline at end of file diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 00000000..f6cd6367 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 00000000..353d860a Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 00000000..1f18df3b Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 00000000..1a7d5dd7 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 00000000..9b2441be Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 00000000..928587fb Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 00000000..ec9199cf Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 00000000..cffaf7dc Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 00000000..99a7398a Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ