Skip to content

Commit

Permalink
fixed small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Nov 21, 2014
1 parent a581e31 commit c9d9cb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/Example_with_simulated_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
#
#################

#install.packages("nwfscAgeingError", repos="http://R-Forge.R-project.org")
# Install package
install.packages("devtools")
library("devtools")
install_github("nwfsc-assess/nwfscAgeingError")

# Load package
library(nwfscAgeingError)
#updateAgeingErrorCode()

# File where the Punt et al. (2008) model (pre-compiled in ADMB) resides
SourceFile = paste(system.file("executables", package="nwfscAgeingError"),"/",sep="")
Expand Down

0 comments on commit c9d9cb7

Please sign in to comment.