Skip to content

Commit

Permalink
Merge pull request #40 from nmfs-fish-tools/edit_authors
Browse files Browse the repository at this point in the history
Edit authors, add build pkgdown
  • Loading branch information
sbreitbart-NOAA authored Jan 15, 2025
2 parents 7d93f72 + 730268c commit c3084d5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/call-build-pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Checks that the pkgdown site builds for a repository.
# this assumes pkgdown is already set up.
name: call-build-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]
pull_request:
branches: [main]
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/build-pkgdown.yml@main
1 change: 1 addition & 0 deletions .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: call-r-cmd-check
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
# The default build trigger is to run the action on every push and pull request, for any branch
workflow_dispatch:
push:
pull_request:
# To run the default repository branch weekly (At 12:23am on Sunday) on sunday, uncomment the following 2 lines
Expand Down
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Package: nmfspalette
Title: A Color Palette for NOAA Fisheries
Version: 3.0.0.000
Authors@R: c(
person(c("Christine", "[email protected]"), "Stawitz", role = c("aut", "cre")),
person(c("Bai", "Li"), "[email protected]", role = "aut"),
person(c("Kathryn", "Doering"), "[email protected]", role = "aut"),
person(c("Sophie", "[email protected]"), "Breitbart", role = "ctb"),
person(c("Steve", "[email protected]"), "Saul", role = "ctb"),
person(c("Sam", "[email protected]"), "Schiano", role = "ctb")
person(given = "Christine", family = "Stawitz", email = "[email protected]", role = "aut"),
person(given = "Bai", family = "Li", email = "[email protected]", role = "aut"),
person(given = "Kathryn", family = "Doering", email = "[email protected]", role = "ctb"),
person(given = "Sophie", family = "Breitbart", email = "[email protected]", role = "cre"),
person(given = "Steve", family = "Saul", email = "[email protected]", role = "ctb"),
person(given = "Sam", family = "Schiano", email ="[email protected]", role = "ctb")
)
Description: This is a package that implements a color palette in line
with the NOAA Fisheries Branding Guide.
Expand Down
12 changes: 6 additions & 6 deletions man/nmfspalette.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/ThemedPresentations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
install.packages("remotes")
remotes::install_github("gadenbuie/xaringanthemer")
library(xaringanthemer)
remotes::install_github("nmfs-fish-tools/nmfspalette")
#remotes::install_github("nmfs-fish-tools/nmfspalette")
library(nmfspalette)
```

Expand Down

0 comments on commit c3084d5

Please sign in to comment.