-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
32 lines (32 loc) · 939 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
Package: FIPS
Type: Package
Title: Fatigue Impairment Prediction Suite (FIPS)
Year: 2023
Version: 0.2.1
Authors@R: c(
person("Micah Kate", "Wilson", email = "[email protected]", role = c("aut", "cre")),
person("Luke", "Strickland", email = "[email protected]", role = c("aut")),
person("Timothy", "Ballard", email = "[email protected]", role = c("aut")))
Maintainer: Michael David Wilson <[email protected]>
Description: FIPS provides functions for running bio-mathematical models of fatigue and alertness (BMMs).
License: AGPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
dplyr (>= 0.8.0),
tidyr,
ggplot2,
lubridate (>= 1.7.4),
checkmate,
rlang (>= 0.4.0),
magrittr,
tibble
Suggests:
roxygen2,
colorspace,
testthat (>= 2.1.0),
rmarkdown (>= 2.0),
knitr
RoxygenNote: 7.1.2
VignetteBuilder: knitr