Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Jan 29, 2025
1 parent b09ffe4 commit f0dc126
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: NMdata
Type: Package
Title: Preparation, Checking and Post-Processing Data for PK/PD Modeling
Version: 0.1.8.953
Version: 0.1.9
Authors@R:
c(person(given="Philip", family="Delff",email = "[email protected]",role = c("aut", "cre")),
person("Brian", "Reilly", email = "[email protected]",role = c("ctb")),
Expand Down
1 change: 0 additions & 1 deletion R/NMreadInits.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ count_ij <- function(res){
##' @return A `data.frame` with parameter values. If `return="all"`, a
##' list of three tables.
##' @import data.table
##' @import NMdata
##' @export
NMreadInits <- function(file,lines,section,return="pars",as.fun) {

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ reference:
- NMrelate
- NMinfo
- addCor
- addOmegaCorr
- title: Checking and Debugging
desc: Functions for checking data and input control streams
contents:
Expand Down

0 comments on commit f0dc126

Please sign in to comment.