-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: nlmixr2lib
Type: Package
Version: 0.3.0
Title: A Model Library for 'nlmixr2'
Description: A model library for 'nlmixr2'. The models include
(and plan to include) pharmacokinetic, pharmacodynamic, and
disease models used in pharmacometrics. Where applicable,
references for each model are included in the meta-data for
each individual model. The package also includes model
composition and modification functions to make model updates
easier.
Authors@R: c(
person("Richard","Hooijmaijers", email="[email protected]",role="aut"),
person("Matthew","Fidler", email="[email protected]",role=c("aut"), comment=c(ORCID="0000-0001-8538-6691")),
person("Bill", "Denney", email="[email protected]", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X"))
)
Depends:
R (>= 4.0)
Imports:
checkmate,
cli,
methods,
nlmixr2est,
rxode2 (>= 2.0.12)
License: GPL (>= 2)
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/nlmixr2/nlmixr2lib,
https://nlmixr2.github.io/nlmixr2lib/
Encoding: UTF-8
Language: en-US
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3