-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.88 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
Package: hugo
Title: I'm your personal assistant!
Version: 0.1
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre")),
person("Kamil", "Romaszko", email = "[email protected]", role = c("aut")),
person("Dariusz", "Komosinski", email = "[email protected]", role = c("aut")),
person("Mateusz", "Krubinski", email = "[email protected]", role = c("aut")),
person("Maciej", "Kurek", email = "[email protected]", role = c("aut")),
person("Monika", "Chudek", email = "[email protected]", role = c("aut")),
person("Anna", "Gierlak", email = "[email protected]", role = c("aut")),
person("Eliza", "Kaczorek", email = "[email protected]", role = c("aut")),
person("Joanna", "Golawska", email = "[email protected]", role = c("aut")),
person("Anna", "Kozak", email = "[email protected]", role = c("aut")),
person("Mateusz", "Kobylka", email = "[email protected]", role = c("aut")),
person("Joanna", "Jablonska", email = "[email protected]", role = c("aut")),
person("Katarzyna", "Woznica", email = "[email protected]", role = c("aut")),
person("Malgosia", "Lazecka", email = "[email protected]", role = c("aut")))
Description: Hugo helps keeping results from data analysis in the right order.
TODO: Add yourself to the list of authors.
Depends: R (>= 3.0)
Suggests: testthat,
mockery,
devtools,
sodium,
forcats,
git2r,
getPass,
astsa
License: GPL-3
Encoding: UTF-8
Imports: readr,
rjson,
stringr,
utils,
ggplot2,
broom,
openxlsx,
RCurl,
caret,
mlbench,
e1071,
gbm,
stringi,
datasets,
knitr,
ReporteRs,
dataMaid,
rmarkdown
LazyData: true
RoxygenNote: 6.0.1.9000