Skip to content

Commit

Permalink
update the DESCRIPTION
Browse files Browse the repository at this point in the history
also add r devel to github actions
  • Loading branch information
levenc committed Sep 3, 2024
1 parent f9d379d commit fde325e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

Expand Down
16 changes: 9 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Authors@R: c(
person("Audrey","Lavenu",role = c("ctb")),
person("Marc","Lavielle",role = c("ctb"))
)
Description: Personalize drug regimens using individual pharmacokinetic and
pharmacokinetic-pharmacodynamic profiles. Using combining therapeutic drug
monitoring (TDM) data and a population model, 'posologyr' provides accurate
a posteriori estimates and allows you to compute the optimal individualized
dosing regimen. The empirical Bayes estimates are computed as described in
Kang et al. (2012) <doi:10.4196/kjpp.2012.16.2.97>.
Description: Optimize drug regimens through model-informed precision dosing,
using individual pharmacokinetic (PK) and pharmacokinetic-pharmacodynamic
(PK-PD) profiles. By integrating therapeutic drug monitoring (TDM) data with
population models, 'posologyr' provides accurate posterior estimates and
enables the calculation of personalized dosing regimens. The empirical Bayes
estimates are computed following the method described by Kang et al. (2012)
<doi:10.4196/kjpp.2012.16.2.97>.
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand All @@ -28,7 +29,8 @@ Imports:
rxode2,
stats,
mvtnorm,
data.table
data.table,
lifecycle
Suggests:
lotri,
knitr,
Expand Down

0 comments on commit fde325e

Please sign in to comment.