Skip to content

Commit

Permalink
Test commit signature for verified
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy00000000000 committed Apr 5, 2024
1 parent 0d65996 commit 38d49ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions R/load_nonmem.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#' @examples
#' load_ctl(filename = "nonmem-model", dir = "path/to/directory/")
#'
#' load_ctl(filename = "/path/to/directory/nonmem-model")
#'
#' @export
load_ctl <- function(filename = NULL, dir = ""){

Expand Down Expand Up @@ -46,8 +44,6 @@ load_ctl <- function(filename = NULL, dir = ""){
#' @examples
#' load_ext(filename = "nonmem-model", dir = "path/to/directory/")
#'
#' load_ext(filename = "/path/to/directory/nonmem-model")
#'
#' @export
load_ext <- function(filename = NULL, dir = "", sigdig = -1, use.cnv = F){

Expand Down
3 changes: 0 additions & 3 deletions R/nonmem2mrgsolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
#'
#' nonmem2mrgsolve::nonmem2mrgsolve(filename = "nonmem-model", dir = "path/to/directory", sigdig = 3, write = T, return.orig = F, out.filename = "mrgsolve-model", use.cnv = F)
#'
#' library(nonmem2mrgsolve)
#' nonmem2mrgsolve(filename = "/path/to/directory/nonmem-model.ctl")
#'
#' @export
nonmem2mrgsolve <- function(filename = NULL, dir = NULL, sigdig = NULL, write = T, return.orig = F, out.filename = NULL, use.cnv = F){

Expand Down

0 comments on commit 38d49ad

Please sign in to comment.