Skip to content

Commit

Permalink
change long title
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy00000000000 committed Mar 15, 2024
1 parent b83f80c commit b5b7e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: nonmem2mrgsolve
Type: Package
Title: Converts NONMEM run to mrgsolve code using the NONMEM ctl and ext files
Title: Automated NONMEM to mrgsolve Translation
Version: 1.1.0
Author: Andrew Santulli
Maintainer: Andrew Santulli <asantulli@epd-llc.com>
Description: This package is intended to streamline the modeling and simulation process for PK and PK-PD applications by translating NONMEM code to mrgsolve code. It currently does not encompass all NONMEM use cases, and as such modifications to the output mrgsolve code may be neccessary. There is no guarantee to the accuracy of the translation. It remains the responsibility of the user to perform quality control on the output mrgsolve code.
Description: This package is intended to streamline the modeling and simulation process for PK and PK-PD applications by translating NONMEM models to mrgsolve syntax. It currently does not encompass all NONMEM use cases, and as such modifications to the output mrgsolve code may be neccessary. There is no guarantee to the accuracy of the translation. It remains the responsibility of the user to perform validation of the resulting mrgsolve code.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Expand Down
4 changes: 2 additions & 2 deletions R/writemrgsolve.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## FUNCTION WRITE MRGSOLVE ####

#' Write the mrgsolve code to a R file
#' Write the mrgsolve code to an R file
#'
#' Writes the mrgsolve code, translated from the input NONMEM run, to a R file.
#' Writes the mrgsolve code, translated from the input NONMEM run, to an R file.
#'
#' @param mrg_code Dataframe of the NONMEM run translated into mrgsolve code format
#' @param filename String of the file name for the output mrgsolve code R file
Expand Down

0 comments on commit b5b7e36

Please sign in to comment.