-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1018 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
Package: dstools
Type: Package
Title: Toolbox for data science and business data analytics
Version: 1.0.1
Authors@R: person("Dominik", "Jung", email = "dominik.jung@junglivet.com",
role = c("aut", "cre"))
Maintainer: Dominik Jung <dominik.jung@junglivet.com>
Description: The dstools package (short for Data Science Tools) contains
functions from analytics, statistics and decision theory to streamline
the development of decision support and business analytics systems.
Furthermore it contains many helper functions, datasets and coloursets
that will enhance the functionalities of your R systems for decision support
and intelligence like e.g. recommender systems, dashboards or other
interactive reportings.
Depends: R (>= 3.5.0)
Imports:
arules,
dplyr (>= 0.3.0.1),
ggplot2 (>= 0.1.0.1),
magrittr,
readxl,
purrr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
testthat
VignetteBuilder: knitr