-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 969 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
Package: statBasics
Title: Basic Functions to Statistical Methods Course
Version: 0.2.1
Authors@R: c(
person(given = "Gilberto",
family = "Sassi",
role = c("aut", "cre"),
email = "sassi.pereira.gilberto@gmail.com"),
person(given = "Carolina",
family = "Costa Mota Paraíba",
role = c("aut"),
email = "ccmparaiba@gmail.com"))
Maintainer: Gilberto Sassi <sassi.pereira.gilberto@gmail.com>
Description: Basic statistical methods with some modifications for the course Statistical Methods at Federal University of Bahia (Brazil). All methods in this packages are explained in the text book of Montgomery and Runger (2010) <ISBN: 978-1-119-74635-5>.
Imports:
tibble,
stats,
stringr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
EnvStats,
BSDA,
purrr
Config/testthat/edition: 3