-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 940 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: shinydetails
Type: Package
Title: A collection of useful components for Shiny apps
Version: 0.1.0
Authors@R: c(person("Krystyna", "Grzesiak",
email = "krygrz11@gmail.com",
comment = c(ORCID = "0000-0003-2581-7722"),
role = c("cre", "aut")),
person("Weronika", "Puchala",
email = "puchala.weronika@gmail.com",
comment = c(ORCID = "0000-0003-2163-1429"),
role = c("aut")),
person("Michal", "Burdukiewicz",
email = "michalburdukiewicz@gmail.com",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut")))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: GPL-3
Imports:
DT,
ggplot2,
shiny,
shinyhelper
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
spelling
Language: en-US