-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function update #39
Function update #39
Conversation
…de parameter lists for each available model, extract estimates according to the chosen model. Updated parameter names from species to population in multi-individual models.
…c vectors. Added functions for each DE.
…of vectors. Updated documentation.
… have more error checking. Updated model_des function to have a switch that returns the chosen model function as well as the DEs directly.
…unctions. Updated data assignment testing to evaluate different combinations of user input.
…assign_data function.
… to force inclusion of ggplot2.
…d ggplot2 properly.
Tests failed because of the load order of dplyr and stats producing warnings, see lines 70, 71 in the macos checks for an example. |
I am testing whether removing stats from the imports and using importFrom for the quantile function in the extract_estimates code works to fix this. |
…n extract_estimates so that is specifically imported alone. Hopefully this fixes the load order warnings.
…into function-update Correcting conflict from other computer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work here Tess!
I agree with removing stats from imports, much better to just call in specific functions than entire package.
…or plot_de_pieces.
Update to a collection of functions:
assign_data
run
Selection of new functions:
extract_estimates
plot_de_pieces and ggplot_de_pieces
model_des
model_names
model_pars
Test coverage
New test scripts for assign_data, extract_estimates, and plot_de_pieces.