-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.07 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
Package: cssgrid
Type: Package
Title: Easy CSS Grid Layout For R Markdown And Shiny
Version: 0.1.0
Author: Atsushi Yasumoto [aut, cph, cre] (<https://orcid.org/0000-0002-8335-495X>)
Authors@R: c(
person(
given = "Atsushi", family = "Yasumoto",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8335-495X")
)
)
Maintainer: Atsushi Yasumoto <[email protected]>
Description: Easy CSS grid layout for R Markdown and Shiny.
URL: https://github.com/atusy/cssgrid/
BugReports: https://github.com/atusy/cssgrid/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Imports:
htmltools
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggplot2,
dplyr,
purrr,
shiny,
plotly,
covr
VignetteBuilder: knitr
Collate:
'collapse.R'
'construct-areas.R'
'construct-style.R'
'grid-rowwise.R'
'grid-colwise.R'
'grid-item.R'
'grid-layout.R'
'helpers.R'
're-export.R'