-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.29 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
47
Package: DonkeyDosing
Type: Package
Title: Support software for the Donkey Sanctuary dosing support tool
Version: 1.0.2-1
Date: 2023-05-18
Authors@R: c(person("Matthew", "Denwood", role=c("aut","cre"), email="[email protected]"),
person("Stuart", "Norris", role="ctb"))
Maintainer: Matthew Denwood <[email protected]>
Description: This package contains R scripts necessary to import the standardised
data from data archives and/or previous years' dosing support tools in Excel,
re-run the relevant statistical models, generate updated coefficients and summary
statistics for each animal, and output the required material necessary to populate
the dosing support tool for next year's sampling. See the included vignette for
more details, including examples of other analyses that could be done on the data.
This package was developed as part of a research project funded by the Donkey Sanctuary.
Depends:
R (>= 3.0.0),
tidyverse
Imports:
stats,
methods,
pbapply,
MASS,
dplyr,
ggplot2,
broom,
tibble (>= 2.0.0),
scales,
rlang,
stringr,
readxl,
readr,
tidyr,
lmerTest,
lme4,
imputeTS,
testthat,
RJSONIO,
writexl
Suggests:
R.rsp
VignetteBuilder: R.rsp
License: GPL-3 | file LICENSE
URL: https://github.com/ku-awdc/DonkeyDosing
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3