From a109326f963383b7af266dabe35adc8503456a04 Mon Sep 17 00:00:00 2001 From: Kiranmayi Vedantham <85046967+kiranmayi3595@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:27:47 -0400 Subject: [PATCH] Updated Description file --- DESCRIPTION.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 DESCRIPTION.txt diff --git a/DESCRIPTION.txt b/DESCRIPTION.txt new file mode 100644 index 0000000..1d3d2a1 --- /dev/null +++ b/DESCRIPTION.txt @@ -0,0 +1,40 @@ +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="richardhooijmaijers@gmail.com",role="aut"), + person("Matthew","Fidler", email="richardhooijmaijers@gmail.com",role=c("aut"), comment=c(ORCID="0000-0001-8538-6691")), + person("Bill", "Denney", email="wdenney@humanpredictions.com", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X")), + person("Kiranmayi", "Vedantham", email="kiranmayi.vedantham@gmail.com", role=c("aut"),comment=c(ORCID="0009-0003-0828-6445")) +) +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