Skip to content

Commit

Permalink
Merge pull request #12 from InsightRX/improve-log-msg
Browse files Browse the repository at this point in the history
improve log msg
  • Loading branch information
roninsightrx authored Mar 27, 2019
2 parents 060746d + f4203e5 commit 8ed8baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: PKPDsim
Type: Package
Title: Simulate ODE models
Version: 1.0.18
Date: 2019-03-14
Version: 1.0.19
Date: 2019-03-27
Author: Ron Keizer
Maintainer: Ron Keizer <[email protected]>
Depends: R (>= 3.0.2)
Expand Down
2 changes: 1 addition & 1 deletion R/model_from_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ model_from_api <- function(model = NULL,
return(def)
}
if(!def$build && !force) {
message("Model not flagged for building, skipping compilation. Use `force`=TRUE to force build.")
message(paste0("Model ", model, " not flagged for building, skipping compilation. Use `force`=TRUE to force build."))
}
if(!is.null(def$misc$init_parameter) && !is.null(def$misc$model_type)) {
## Add a parameter and initialization code for setting the initial concentration based on a TDM value
Expand Down

0 comments on commit 8ed8baa

Please sign in to comment.