-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 858 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: codeModules
Type: Package
Title: Shiny modules for reproducible code
Version: 0.1.3
Date: 2018-03-29
Depends: shiny
Imports: data.table, dplyr, DT, htmlwidgets, ggplot2, shinyWidgets, shinyjs
Suggests: reshape2, xlsx, devEMF
Author: Gregor de Cillia
Authors@R: c(person("Gregor", "de Cillia", role = c("aut", "cre"),
email = "Gregor.DeCillia@statistik.gv.at"))
Maintainer: Gregor de Cillia <Gregor.DeCillia@statistik.gv.at>
Description: A collection of shiny modules for common data operations (importing, exporting, manipulation). All modules from this package return code in the form of reactive (observable) strings.
License: GPL-3
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/statistikat/codeModules
BugReports: https://github.com/statistikat/codeModules/issues
Language: en-US
Encoding: UTF-8