Skip to content

Commit f27319a

Browse files
authored
Merge pull request #102 from Appsilon/douglas-small-fixes
`shiny` -> 'shiny' and adding return for load_example function
2 parents f2e20b2 + 397ee53 commit f27319a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: shiny.benchmark
2-
Title: Benchmark the Performance of `shiny` Applications
2+
Title: Benchmark the Performance of 'shiny' Applications
33
Version: 0.1.1
44
Authors@R:
55
c(
66
person(given = "Douglas", family = "Azevedo", email = "opensource+douglas@appsilon.com", role = c("aut", "cre")),
77
person(family = "Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
88
)
9-
Description: Compare performance between different versions of a `shiny` application based on `git` references.
9+
Description: Compare performance between different versions of a 'shiny' application based on 'git' references.
1010
License: LGPL-3
1111
URL: https://github.com/Appsilon/shiny.benchmark, https://github.com/Appsilon/shiny.benchmark
1212
BugReports: https://github.com/Appsilon/shiny.benchmark/issues

R/utils.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ summarise_commit <- function(object) {
180180
#' @param path A character vector of full path name
181181
#' @param force Create example even if directory does not exist or is not empty
182182
#'
183+
#' @return Print on the console instructions to run the example
184+
#'
183185
#' @importFrom glue glue
184186
#' @importFrom utils menu
185187
#' @export

man/load_example.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)