Skip to content

Commit

Permalink
Merge pull request #17 from afsc-assessments/jim
Browse files Browse the repository at this point in the history
Jim
  • Loading branch information
jimianelli authored Feb 9, 2024
2 parents 5f9f963 + f499711 commit 6864f76
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 67 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
35 changes: 35 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: pkgdown
needs: website

- name: Deploy package
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inst/doc
docs
.Rproj.user
*.swp
*.r0.
Binary file removed examples/.ai_re_sppcat.dat.swp
Binary file not shown.
Binary file removed examples/.ai_spm.dat.swp
Binary file not shown.
82 changes: 50 additions & 32 deletions examples/ai_re_sppcat.dat
Original file line number Diff line number Diff line change
@@ -1,37 +1,55 @@
#_Number_of_years with specified catch (if begin-yr = 2004, and this number is "3", then subsequent values represent catches in 2004, 05, and 06 (to evaluate alts for 2007)
2
# Number of species
1
# OY Minimum
.1343248 # Note that this is for age-structured species 1330.148
# OY Maximum
1943248 # Note that this is for age-structured species 1930.148
# data files for each species
# 1
data\ai_re_age10_m_22_1_original.dat
# ABC Multipliers
1
# scalars
1
# New Alt 4 Fabc SPRs (Rockfish = 0.75, other 0.6), Steller sea lion prey species between F40 and F60 (to meet OY Min)
0.75
# Number of TAC model categories
1
# TAC model indices (for aggregating)
1
# Catch in each future year
2022 305
2023 395








































#nyrs_fixed_catch
2
#nspp
1
#OY_min
.1343248 # Note that this is for age-structured species 1330.148
#OY_max
1943248 # Note that this is for age-structured species 1930.148
# data files for each species
data\ai_re_age10_m_22_1_original.dat
#ABC_mults
1
# scalars
1
# New Alt 4 Fabc SPRs (Rockfish = 0.75, other 0.6), Steller sea lion prey species between F40 and F60 (to meet OY Min)
0.75
# Number of TAC model categories
1
# TAC model indices (for aggregating)
1
# Catch in each future year
2022 305
2023 395
18 changes: 9 additions & 9 deletions examples/ai_spm.dat
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ AI_re
#Tier
3
#nalts
1
7
#alts
1
#2
#3
#4
#5
#6
#7
2
3
4
5
6
7
#tac_flag
1
#srr_type
Expand All @@ -36,9 +36,9 @@ AI_re
1
#OY_min
10
#OY_max
#OY_max
1943248 # Note that this is for age-structured species 1930.148
#data_files for each species
#data_files
ai_re.prj
#ABC_mults
1
Expand Down
25 changes: 0 additions & 25 deletions examples/spm.dat

This file was deleted.

Binary file removed examples/spm.exe
Binary file not shown.
1 change: 0 additions & 1 deletion examples/spm.tpl

This file was deleted.

0 comments on commit 6864f76

Please sign in to comment.