Skip to content

Commit b0ebc78

Browse files
committed
moved patterns into NMreadInits()
1 parent b71e9bd commit b0ebc78

File tree

12 files changed

+623
-17
lines changed

12 files changed

+623
-17
lines changed

DESCRIPTION

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
Package: NMdata
22
Type: Package
33
Title: Preparation, Checking and Post-Processing Data for PK/PD Modeling
4-
Version: 0.1.8.931
4+
Version: 0.1.8.932
55
Authors@R:
6-
c(person(given="Philip", family="Delff",
7-
email = "philip@delff.dk",
8-
role = c("aut", "cre")),
9-
person(given="Eric", family="Anderson",
10-
email = "andersone@metrumrg.com",
11-
role = c("ctb")),
12-
person(given="Matthew",family="Fidler", role = c("ctb"), email = "matt.fidler@novartis.com"))
6+
c(person(given="Philip", family="Delff",email = "philip@delff.dk",role = c("aut", "cre")),
7+
person("Brian", "Reilly", email = "reilly.brian.m@gmail.com",role = c("ctb")),
8+
person(given="Eric", family="Anderson",email = "andersone@metrumrg.com",role = c("ctb")),
9+
person(given="Matthew",family="Fidler", role = c("ctb"), email = "matt.fidler@novartis.com"))
1310
Maintainer: Philip Delff <philip@delff.dk>
1411
Description: Efficient tools for preparation, checking and post-processing of data in PK/PD (pharmacokinetics/pharmacodynamics) modeling, with focus on use of Nonmem. Attention is paid to ensure consistency, traceability, and Nonmem compatibility of Data. Rigorously checks final Nonmem datasets. Implemented in 'data.table', but easily integrated with 'base' and 'tidyverse'.
1512
License: MIT + file LICENSE
@@ -18,8 +15,7 @@ Roxygen: list(roclets=c("collate", "namespace", "rd", "vignette"))
1815
Depends: R (>= 3.1.0)
1916
Imports:
2017
data.table,
21-
fst,
22-
stringi
18+
fst
2319
Suggests:
2420
testthat,
2521
knitr,

0 commit comments

Comments
 (0)