Skip to content

Commit 9752872

Browse files
committed
updated pkg title + doc
1 parent c64ccbd commit 9752872

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: gridstackr
2-
Title: Interactive grid layout with the JavaScript 'GridStack' Library
3-
Version: 0.0.0.9300
2+
Title: Interactive Grid Layout with the JavaScript 'GridStack' Library
3+
Version: 0.0.1
44
Authors@R: c(
55
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
66
person("Fanny", "Meyer", role = "aut"))
7-
Description: Create movable and resizable grid layout in 'Shiny' application.
7+
Description: Create movable and resizeable grid layout in 'Shiny' application.
88
'GridStack' examples and documentation are available here: <https://gridstackjs.com/>.
99
License: MIT + file LICENSE
1010
Encoding: UTF-8

R/design.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
#' Create a patchwork design
33
#'
4+
#'
45
#' @param grid_layout Layout of the GridStack retrieved via `input$<outputId>_layout`.
56
#'
6-
#' @return An expression that can be evaluated to create a design usable in {patchwork}.
7+
#' @return An expression that can be evaluated to create a design usable in package [patchwork](https://github.com/thomasp85/patchwork/).
78
#' @export
89
#'
910
#' @importFrom rlang expr %||%

man/create_design.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)