-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 853 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 853 Bytes
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
Package: easyicer
Title: Set of functions for easy computation and plotting of ICERs
Version: 2.0.1
Authors@R:
person("Brendan", "Chia", , "bchia1212@gmail.com", role = c("aut", "cre"))
Description: This R package contains 3 functions: `summed_output()`, `icercalc`, and `icerplot` which together can be used to sum numeric columns to obtain ICER inputs, calculate and plot ICERs. This package also contains an integrated dataset that can be downloaded at tested. .
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cowplot,
dplyr,
ggplot2,
rlang
Suggests:
here,
knitr,
palmerpenguins,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://stat545ubc-2024.github.io/easyicer/
Depends:
R (>= 2.10)
LazyData: true