Skip to content

Commit

Permalink
Updated Description file
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranmayi3595 authored Oct 8, 2024
1 parent fa2ccca commit a109326
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions DESCRIPTION.txt
Original file line number Diff line number Diff line change
@@ -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="[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")),
person("Kiranmayi", "Vedantham", email="[email protected]", 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

0 comments on commit a109326

Please sign in to comment.