Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jan 27, 2024
1 parent f190ba9 commit 6118799
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: react
Title: Reactivity helper for 'shiny'
Version: 2024.01.001
Title: Reactivity Helper for 'shiny'
Version: 2024.1.1
Authors@R:
person("Romain", "François", email = "romain@tada.science", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2444-4226"))
Description: Reactivity helper for 'shiny'.
Description: The react package ships reactivity helper for 'shiny'.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1.9000
Imports:
cli,
glue,
Expand Down
2 changes: 1 addition & 1 deletion R/react.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' The `react` object gives alternative syntax to call
#' shiny reactive expressions.
#'
#' The benefit is that it makes them easier to spot in your code
#' The benefit is that it makes them easier to spot in your code.
#'
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion man/react.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6118799

Please sign in to comment.