-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 778 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 778 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
28
29
30
31
32
33
34
35
Package: power
Title: R Package for Basic Power Analyses
Version: 0.0.0.9000
Authors@R: c(
person(given = "Stu",
family = "Field",
role = c("aut", "cre", "cph"),
email = "stu.g.field@gmail.com",
comment = c(ORCID = "0000-0002-1024-5859"))
)
Description: Informal suite of functions to calculate
simple power calculations via p-value simulation.
License: MIT + file LICENSE
Depends:
R (>= 4.4.0)
Imports:
helpr,
ggplot2,
tibble
Suggests:
rmarkdown,
knitr,
dplyr,
tidyr,
testthat,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyLoad: true
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1