MikeKSmith / -no_entry-DEPRECATED-rspeaksnonmem

R package for working with and executing NONMEM control files, also integrating PsN. CAUTION: Work in progress. Code does NOT (yet) pass R CMD check. Contributions welcome.
GNU General Public License v2.0
22 stars 6 forks source link

Refactor PsN execution functions #10

Closed MikeKSmith closed 8 years ago

MikeKSmith commented 8 years ago

Instead of having individual functions for calling PsN commands, it might be better to have a generic command builder which finds PsN executables from the Perl installation and builds the basic command from them. Individual functions could then ensure that the mandatory arguments for PsN are provided in the function call.