-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1 KB
/
DESCRIPTION
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
Type: Package
Package: CBASSED50
Title: R Package to Process CBASS-derived PAM Data
Version: 0.1.5.1
Authors@R: c(
person(given = "Yulia", family = "Iakovleva",
email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0202-7245")),
person(given = "Luigi", family = "Colin",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6966-2817")),
person(given = "Christian Robert", family = "Voolstra",# middle = "Robert",
email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-4555-3795")))
Maintainer: Yulia Iakovleva <[email protected]>
Description: The CBASSED50 R package to process CBASS-derived PAM data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
drc,
reshape2,
rlog
Depends:
R (>= 2.10)