Skip to content

Commit

Permalink
Merge pull request #41 from afsc-gap-products/dev
Browse files Browse the repository at this point in the history
Add code for Bering10K comparison
  • Loading branch information
sean-rohan-NOAA authored Mar 7, 2023
2 parents 87f6006 + 128b492 commit d55dfc2
Show file tree
Hide file tree
Showing 10 changed files with 719 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/secretScan.yml
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]
5 changes: 3 additions & 2 deletions DESCRIPTION
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),
Expand All @@ -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
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(calcindices_temp)
export(cold_pool_index)
export(compare_cpa_station_filter)
export(convert_ddm_to_dd)
Expand All @@ -21,6 +22,7 @@ export(make_raster_stack)
export(nbs_ebs_bottom_temperature)
export(nbs_ebs_surface_temperature)
export(nbs_mean_temperature)
export(parseregion)
export(plot_loocv_rmse)
export(scale_fill_fermenter_custom)
export(sql_to_rqry)
Expand Down
Loading

0 comments on commit d55dfc2

Please sign in to comment.