Richard Schuster
Richard Schuster
Great package! Do you have plans to add user signup capability as well? Would be great if users could sign up and are allowed to sign in once they verify...
@jeffreyhanson, do you think it would be useful to add a vignette/help page to the prioritizr website that would show the full objective function formulation for different objective function and...
Adding some functionality in prioritizr to allow group specific prioritization, i.e. splitting up feature input by group. ``` library(dplyr) library(tidyr) df % mutate(feature_name = paste0(feature_name, "_", group)) %>% spread(feature_name, amount,...