Skip to content

Commit

Permalink
update DEPENDS (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson-NOAA committed Mar 17, 2022
1 parent fd4855c commit 4ff996a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: VAST
Type: Package
Title: Vector-Autoregressive Spatio-Temporal (VAST) Model
Version: 3.8.2
Date: 2021-11-08
Version: 3.9.0
Date: 2022-03-17
Authors@R:
c(person(given = "James",
family = "Thorson",
Expand Down
6 changes: 3 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
# Also requries moving FishStatsUtils to SUGGESTS, so that it
# doesn't isntall main branch

if( !"FishStatsUtils" %in% utils::installed.packages()[,1] || utils::packageVersion("FishStatsUtils") < numeric_version("2.10.2") ){
packageStartupMessage("Updating package FishStatsUtils because previously using version < 2.10.2")
devtools::install_github("james-thorson/FishStatsUtils", ref="2.10.2")
if( !"FishStatsUtils" %in% utils::installed.packages()[,1] || utils::packageVersion("FishStatsUtils") < numeric_version("2.11.0") ){
packageStartupMessage("Updating package FishStatsUtils because previously using version < 2.11.0")
devtools::install_github("james-thorson/FishStatsUtils", ref="2.11.0")
## devtools::install_github("james-thorson/FishStatsUtils", ref='development', INSTALL_opts="--no-staged-install")
}
packageStartupMessage( "Loading package `FishStatsUtils` version ", packageVersion("FishStatsUtils") )
Expand Down

0 comments on commit 4ff996a

Please sign in to comment.