afsc-assessments / spmR

Projection model for evaluating outcomes of catch control rules for Alaska groundfish
http://afsc-assessments.github.io/spmR/
1 stars 1 forks source link

make a package #1

Open ben-williams opened 4 years ago

ben-williams commented 4 years ago

seems this may lend itself to being a forecast package. would be easier to maintain timeline (version control) - thoughts?

Cole-Monnahan-NOAA commented 4 years ago

Agreed -- but only if people will use it. If everyone sticks to the command line then it's probably not worth it. I'd be willing to help convert and maintain moving forward if we go that way.

jimianelli commented 2 years ago

One approach is to start w/ read-write functionality and reorg of repo structure

Cole-Monnahan-NOAA commented 2 years ago

Wow blast from the past. I'm leaning more toward a package because it allows for easier testing and distribution. Users may never install it but I think the structure would be helpful in general

jimianelli commented 1 year ago

So...revisiting this topic, some folks have automatic outputs generated from their assessments as inputs to the old proj so maybe the list for settings and pointing to input should be based on reading that (so e.g., a package with a function say "do_proj(mylist)" is a function that takes mylist as an ascii from previous inputs.

BenWilliams-NOAA commented 1 year ago

i started a "package" branch. stripped out all the non-package components (e.g., cannot have .tpl in src folder etc.) - it is a starting point for a functional package anyway