-
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 #41 from afsc-gap-products/dev
Add code for Bering10K comparison
- Loading branch information
Showing
10 changed files
with
719 additions
and
2 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,13 @@ | ||
name: gitleaks | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
gitleaks: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: '0' | ||
- name: gitleaks-action | ||
uses: gitleaks/[email protected] |
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,9 +1,10 @@ | ||
Package: coldpool | ||
Type: Package | ||
Title: AFSC/RACE Groundfish Assessment Program EBS and NBS temperature products | ||
Version: 2.1 | ||
Version: 2.2-1 | ||
Authors@R: c(person("Sean", "Rohan", email = "[email protected]", role = c("aut", "cre")), | ||
person("Lewis", "Barnett", email = "[email protected]", role = c("aut", "ctb")), | ||
person("Kelly", "Kearney", role = c("ctb")), | ||
person("Emily", "Markowitz", role = c("ctb"))) | ||
Maintainer: Sean Rohan <[email protected]> | ||
Depends: R (>= 3.5), | ||
|
@@ -28,7 +29,7 @@ Description: This package calculates the area of the cold pool in the eastern Be | |
License: GPL (>=2) | ||
Encoding: UTF-8 | ||
LazyData: false | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Imports: colorspace, | ||
viridis | ||
Suggests: knitr, rmarkdown, RODBC, getPass, readr, testthat, cowplot, metR, cowplot |
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
Oops, something went wrong.