update_r4ss_files()
# getting file names from http://r4ss.googlecode.com/svn/trunk/
# most recent change: Today (6 hours ago)
# 64 files found in http://r4ss.googlecode.com/svn/trunk/
# sourcing IOTCmove.R
# sourcing RebuildPlot.R
# sourcing SSFishGraph.R
# sourcing SS_changepars.R
# sourcing SS_fitbiasramp.R
# sourcing SS_makedatlist.R
# ...
# sourcing stackpoly.R
# sourcing update_r4ss_files.R
# update complete.
# copy files from web to local directory and then source them
update_r4ss_files(local='c:/SS/R/r4ss_files/',save=T)
# source files from a local directory (i.e. if no network available)
update_r4ss_files(local='c:/SS/R/r4ss_files/',save=F)
# update the updater function to get the new options:
source("http://r4ss.googlecode.com/svn/trunk/update_r4ss_files.R")
# get version 523 (for latest version, no "revision" input is needed)
update_r4ss_files(revision=523)
Run the code above in your browser using DataLab