-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.02 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: luna
Type: Package
Title: Light-weight Universal NLME Admininstrator
Version: 0.1.0
Author: Ron Keizer
Maintainer: Ron Keizer <ron@insight-rx.com>
Description: Organizes model development workflows in NONMEM and nlmixr2. The
organization of projects is implemented through YAML files.
Depends: R (>= 4.3.0)
Imports:
dplyr,
tidyr,
purrr,
glue,
rlang,
lubridate,
pharmr,
pharmr.extra,
irxutils,
yaml,
stringr,
cli,
cachem,
stats,
job,
diffr
Suggests:
httr,
ellmer,
nlmixr2,
ggplot2,
xpose,
vpc,
patchwork,
testthat (>= 3.0.0),
mockery,
knitr,
rmarkdown,
Rapp,
withr,
rstudioapi
Remotes:
InsightRX/irxutils,
InsightRX/pharmr.extra
License: MIT + file LICENSE
URL: https://github.com/InsightRX/uno, https://insightrx.github.io/uno/, https://insightrx.github.io/luna/
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Encoding: UTF-8
VignetteBuilder: knitr