Skip to content

Commit

Permalink
Add startup message that includes the SS3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored Jul 26, 2023
1 parent a00f1b6 commit 583d934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage("Welcome to SSMSE version 0.2.6 using Stock Synthesis 3.30.18.")
}

0 comments on commit 583d934

Please sign in to comment.