-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1012 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
33
34
35
Package: shinyrecipes
Type: Package
Date: 2020-04-27
Title: Gadget to Use the Data Preprocessing 'recipes' Package Interactively
Version: 0.1.0
Author: Alberto Almuiña <[email protected]>
Maintainer: Alberto Almuiña <[email protected]>
Description: This gadget allows you to use the 'recipes' package belonging to 'tidymodels' to carry
out the data preprocessing tasks in an interactive way. Build your 'recipe' by dragging the variables,
visually analyze your data to decide which steps to use, add those steps and pre-process your data.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/AlbertoAlmuinha/shinyrecipes
BugReports: https://github.com/AlbertoAlmuinha/shinyrecipes/issues
Imports:
dplyr,
purrr,
stringr,
shiny,
miniUI,
shinyWidgets,
shinyglide,
sortable,
rstudioapi,
DT,
tidyr,
esquisse
Depends:
recipes
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr