andrewhooker / PopED

Population Experimental Design (PopED) in R
https://andrewhooker.github.io/PopED/
GNU Lesser General Public License v3.0
33 stars 21 forks source link

Updated manual with roxygen2 #46

Closed Vincent-AC closed 4 years ago

Vincent-AC commented 4 years ago

In my pull request I forgot to create manual page for the new start_parallel argument. I also added it to optim_LS and more importantly poped_optim as users would normally not look into the start_parallel function but rather the poped_optim function. I ran roxygenize() to generate manpages. Also it seems that efficiency and ofv_fim manpages were out of date.

Vincent-AC commented 4 years ago

Added a small commit to correct a bug where optim_LS would not run when mrgsolve_model was specified

andrewhooker commented 4 years ago

Thanks @Vincent-AC!