Skip to content

Commit

Permalink
Fix default projargs and deploy range-edge indices
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson-NOAA committed Mar 17, 2021
1 parent 6470a36 commit 339db31
Show file tree
Hide file tree
Showing 4 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.7.0
Date: 2021-03-12
Version: 3.7.1
Date: 2021-03-16
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.9.0") ){
packageStartupMessage("Updating package FishStatsUtils because previously using version < 2.9.0")
devtools::install_github("james-thorson/FishStatsUtils", ref="2.9.0")
if( !"FishStatsUtils" %in% utils::installed.packages()[,1] || utils::packageVersion("FishStatsUtils") < numeric_version("2.9.1") ){
packageStartupMessage("Updating package FishStatsUtils because previously using version < 2.9.1")
devtools::install_github("james-thorson/FishStatsUtils", ref="2.9.1")
## devtools::install_github("james-thorson/FishStatsUtils", ref='development', INSTALL_opts="--no-staged-install")

}
Expand Down
Binary file modified manual/NEWS.docx
Binary file not shown.
Binary file modified manual/NEWS.pdf
Binary file not shown.

0 comments on commit 339db31

Please sign in to comment.