-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 997 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: eggSim
Title: Simulating Datasets Representing Egg Reduction Rate Data
Version: 0.9.6-8
Date: 2024-01-09
Authors@R:
c(person(given = "Matt",
family = "Denwood",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Luc", "E"),
family = "Coffeng",
role = c("aut"),
email = "[email protected]"))
Description: A collection of utilities to simulate data from different
compound over-dispersed count distributions representing egg reduction
rate (ERR; aka faecal egg count reduction) datasets.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 4.2.0),
tidyverse
Imports:
MASS,
parallel,
pbapply,
tidyr,
magrittr,
purrr,
rlang,
dplyr,
ggplot2,
Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
tidyverse,
testthat (>= 2.1.0),
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
Language: en-GB
LinkingTo:
Rcpp