Skip to content

Commit

Permalink
update .onAttach for FishStatsUtils update
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson-NOAA committed Oct 29, 2021
1 parent 64a063d commit 28feb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

if( !"FishStatsUtils" %in% utils::installed.packages()[,1] || utils::packageVersion("FishStatsUtils") < numeric_version("2.10.0") ){
packageStartupMessage("Updating package FishStatsUtils because previously using version < 2.10.0")
devtools::install_github("james-thorson/FishStatsUtils", ref="dev")
devtools::install_github("james-thorson/FishStatsUtils", ref="2.10.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 28feb4f

Please sign in to comment.