Skip to content

Commit

Permalink
Merge pull request #43 from PIFSCstockassessments/release-2.0.3
Browse files Browse the repository at this point in the history
Changes for ss3diags 2.0.3
  • Loading branch information
efletcherPIFSC authored Jun 3, 2022
2 parents 43adc64 + 581b522 commit 1cef9e2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 82 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/R-CMD-check.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Run r cmd check
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
push:
pull_request:
# To run the default repository branch weekly on sunday, uncomment the following 2 lines
#schedule:
#- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/r-cmd-check.yml@main
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ss3diags
Title: Stock Synthesis Model Diagnostics for Intergated Stock Assessments
Version: 2.0.2
Version: 2.0.3
Authors@R:
c(person(given = "Henning",
family = "Winker",
Expand Down Expand Up @@ -35,15 +35,15 @@ Imports:
reshape2,
mvtnorm,
randtests,
r4ss,
r4ss(>= 1.44.0),
gplots,
lifecycle
Remotes: r4ss/r4ss
License: EUPL
Encoding: UTF-8
LazyData: True
LazyDataCompression: gzip
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Suggests:
testthat (>= 3.0.0),
knitr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ss3diags 2.0.3

* Changed r4ss dependency to 1.44.0 (CRAN version) and above.
* Replaced default R CMD CHECK workflow with NOAA-fish-tools/ghactions4r's version.

# ss3diags 2.0.2

* Changed r4ss CRAN version (1.36.1) dependency to development version
Expand Down

0 comments on commit 1cef9e2

Please sign in to comment.