Skip to content

Commit

Permalink
#42 Regenerate README.
Browse files Browse the repository at this point in the history
  • Loading branch information
luyckxn committed Sep 11, 2024
1 parent f2502bb commit 2532d25
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Imports:
ggplot2,
ggrepel,
plyr,
progressr,
purrr,
rlang,
tibble,
Expand All @@ -28,7 +29,6 @@ Suggests:
devtools,
knitr,
pkgdown,
progressr,
rmarkdown,
roxygen2,
testthat,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ exportClasses(sensitivity_analysis_item)
exportClasses(sensitivity_analysis_items)
importFrom(assertthat,assert_that)
importFrom(plyr,is.formula)
importFrom(progressr,with_progress)
importFrom(progressr,without_progress)
importFrom(rlang,as_function)
1 change: 1 addition & 0 deletions R/oat_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ outfunNCA <- function(metric, x) {
}

#' @rdname prepare
#' @importFrom progressr with_progress without_progress
setMethod("prepare", signature=c("oat_analysis"), definition=function(object) {
# Fix IIV, VARCOV_OMEGA, VARCOV_SIGMA at the beginning!
# This way, calling disable is not needed in the scenarios
Expand Down
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ This model contains:
# Configure hardware
settings <- Settings(Hardware(cpu=8, replicate_parallel=TRUE))
dest <- "mrgsolve" # Much faster than RxODE
# Progress bar
options(progressr.enable=TRUE)
handlers(campsis::campsis_handler())
```


Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ This model contains:
# Configure hardware
settings <- Settings(Hardware(cpu=8, replicate_parallel=TRUE))
dest <- "mrgsolve" # Much faster than RxODE

# Progress bar
options(progressr.enable=TRUE)
handlers(campsis::campsis_handler())
```

### Effect of metabolism effect and weight on model parameters
Expand Down

0 comments on commit 2532d25

Please sign in to comment.