-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathDESCRIPTION
27 lines (27 loc) · 806 Bytes
/
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
Package: bayesAB
Type: Package
Title: Fast Bayesian Methods for AB Testing
Version: 1.1.3
Date: 2021-06-24
Authors@R: person("Frank", "Portman", email = "frank1214@gmail.com", role = c("aut", "cre"))
Description: A suite of functions that allow the user to analyze A/B test
data in a Bayesian framework. Intended to be a drop-in replacement for
common frequentist hypothesis test such as the t-test and chi-sq test.
License: MIT + file LICENSE
Imports:
Rcpp (>= 0.12.4),
ggplot2 (>= 3.2.0),
methods,
rlang (>= 0.4.0)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Encoding: UTF-8
URL: https://github.com/FrankPortman/bayesAB
BugReports: https://github.com/FrankPortman/bayesAB/issues
Suggests:
testthat,
knitr,
rmarkdown,
magrittr,
plumber (>= 0.3.0)
VignetteBuilder: knitr