pacific-hake / hake-assessment

:zap: :fish: Build the assessment document using latex and knitr
MIT License
13 stars 6 forks source link

Make the models list its own rdata file #57

Closed cgrandin closed 7 years ago

cgrandin commented 8 years ago

Everytime I save.image() after I change the R code a little, it takes about a minute for the thing to save. If the models list had it's own file, this would take only a second.

cgrandin commented 8 years ago

I'm going to leave this until the document has been submitted as it will most likely impede our progress.

andrew-edwards commented 8 years ago

Sounds good. Hopefully we should soon just be onto editing text in .rnw files, not anything that gets called by all.r. Hopefully.

cgrandin commented 8 years ago

I think we're pretty close to that now

iantaylor-NOAA commented 8 years ago

This seems like a good idea (at least for next year). Would there be any value in augmenting the SS_output function in r4ss so to optionally write an .Rdata file containing the list it creates? The challenge would be keeping track of model names vs. filenames of the multiple Rdata files.