Skip to content

Commit

Permalink
Add rxode2-parsing tests and fix them so they work
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 12, 2024
1 parent f6f9f3d commit 0ade393
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/tran.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rxode2parse <- function(model, linear=FALSE, linCmtSens = c("linCmtA", "linCmtB"
.libname <- c(.libname, .libname)
.ret[[17]] <- list()
.Call(
`_rxode2parse_codegen`, code, .prefix, .libname,
`_rxode2_codegen`, code, .prefix, .libname,
md5["parsed_md5"], "-1",
.ret, .parseEnv$.parseFuns)
}
Expand Down
Loading

0 comments on commit 0ade393

Please sign in to comment.