-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.23 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: bayesiantiters
Title: Bayesian calculation of serum neutralization antibody titer
Version: 0.0.0.9000
Authors@R: c(
person("Everlyn", "Kamau", role = c("aut", "cre"), email = "[email protected]"))
Description: A statistical model for summarizing serum titration data to calculate 50% endpoint antibody titer and for estimating undiluted antibody concentration. The method incorporates uncertainty through probability distributions.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
dplyr,
methods,
Rcpp (>= 0.12.0),
rlang,
rstan (>= 2.18.1),
stats,
tidyr,
utils
Suggests:
knitr,
markdown,
testthat (>= 3.0.0),
tidyverse,
bayesplot,
hexbin,
scales,
RcppParallel (>= 5.0.1),
rstantools (>= 2.2.0),
ggplot2
Config/testthat/edition: 3
URL: https://github.com/ekamau/bayesianTiterCalc
BugReports: https://github.com/ekamau/bayesianTiterCalc/issues
Biarch: true
Depends:
R (>= 3.4.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
LazyData: true
VignetteBuilder: knitr