-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 902 Bytes
/
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
Package: pmxpartabc
Version: 0.2.0
Date: 2022-02-04
Title: Parameter Tables for PMx Analyses
Authors@R: c(
person("Anna Larjagolli", role = c("aut", "cre"), email = "anna.largajolli@certara.com"),
person("Benjamin", "Rich", role= "aut", email = "mail@benjaminrich.net"),
person("Olivier", "Barriere", role = "aut", email = "olivier.barriere@certara.com"),
person("Sinziana", "Cristea", role = "aut", email = "sinziana.cristea@certara.com"),
person("James", "Craig", role = "aut", email = "james.craig@certara.com")
)
Description: Generate paremeter estimates tables from NONMEM run output
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
testthat (>= 3.0.0)
Imports:
data.table,
dplyr,
magrittr,
purrr,
stringr,
tidyr,
table1,
tibble,
utils,
xpose,
yaml
Config/testthat/edition: 3