-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
58 lines (58 loc) · 1.28 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
48
49
50
51
52
53
54
55
56
57
58
Package: SMRD
Type: Package
Title: Statistical Methods For Reliability Data
Version: 2020.06.13
Date: 2020-06-13
Authors@R: c(
person("Jason", "Freels",
email = "[email protected]",
role = c("cre")),
person("William", "Meeker",
email = "[email protected]",
role = c("aut")),
person("Luis", "Escobar",
email = "[email protected]",
role = c("aut")))
Maintainer: Jason Freels <[email protected]>
Description: Implements the reliability estimation functions and
data sets for use with the text "Statistical Methods for
Reliability Data" by Meeker & Escobar, Copyright 1998.
License: GPL (>= 2)
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
graphics,
stats,
nlme,
lattice,
rprojroot,
markdown,
grid,
survival,
plot3D,
xtable,
Rcpp (>= 1.0.1),
ggplot2,
BH,
rmarkdown,
DT,
pacman,
shiny,
shinythemes,
yaml,
utils,
shape
LinkingTo: Rcpp,
BH
NeedsCompilation: yes
Archs: i386, x64
Suggests:
testthat (>= 2.1.0),
knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/Auburngrads/SMRD
BugReports: https://github.com/Auburngrads/SMRD/issues
SystemRequirements: pandoc (>= 1.12.3)