You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a single function to run a FIMS model where everything is ran in an environment inside the wrapper function so your working environment is not polluted and you do not have to make multiple calls to non-FIMS functions, i.e., MakeADFun() and optim(). This wrapper function will help make FIMS more accessible to non-power users. Good examples exist in {sdmTMB} and {glmmTMB}. This topic is touched on in the following issues
The timeline for the development of this R function is still underway but research is currently being conducted.
Research what other packages do
Implement a skeleton function
Finish the function
Present the function in a seaside chat during any point of development for feedback
Write tests
Document the function
Update the vignette and case-studies (but maybe leave an example of how a power user would do it in so there are examples of all avenues), feel free to open an issue in the case studies repo and assign someone to modify the case study code to use the new function
close associated issues (see above) that pertain to this function if they are finished
Issue details
It would be nice to have a single function to run a FIMS model where everything is ran in an environment inside the wrapper function so your working environment is not polluted and you do not have to make multiple calls to non-FIMS functions, i.e.,
MakeADFun()
andoptim()
. This wrapper function will help make FIMS more accessible to non-power users. Good examples exist in {sdmTMB} and {glmmTMB}. This topic is touched on in the following issuesThe timeline for the development of this R function is still underway but research is currently being conducted.
Notes for the development of this function can be found here on Google Drive.
The text was updated successfully, but these errors were encountered: