Skip to content

Commit

Permalink
add correct package file docs (see r-lib/roxygen2#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Aug 19, 2023
1 parent 8757bf1 commit 3a95870
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyjs
Title: Easily Improve the User Experience of Your Shiny Apps in Seconds
Version: 2.1.0.9003
Version: 2.1.0.9004
Authors@R: person("Dean", "Attali",
email = "daattali@gmail.com",
role = c("aut", "cre"),
Expand All @@ -11,7 +11,7 @@ Description: Perform common useful JavaScript operations in Shiny apps that will
its original value, delaying code execution by a few seconds, and many more
useful functions for both the end user and the developer. 'shinyjs' can also
be used to easily call your own custom JavaScript functions from R.
URL: https://deanattali.com/shinyjs/
URL: https://deanattali.com/shinyjs/, https://github.com/daattali/shinyjs
BugReports: https://github.com/daattali/shinyjs/issues
Depends:
R (>= 3.1.0)
Expand Down
13 changes: 13 additions & 0 deletions R/shinyjs-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#' @keywords internal
"_PACKAGE"

#' Defunct functions in shinyjs
#'
#' \itemize{
#' \item{\bold{colourInput()}} {Moved to the \code{colourpicker} package.}
#' \item{\bold{updateColourInput()}} {Moved to the \code{colourpicker} package.}
#' \item{\bold{colourPicker()}} {Moved to the \code{colourpicker} package.}
#' }
#'
#' @name shinyjs-defunct
NULL
17 changes: 0 additions & 17 deletions R/shinyjs.R

This file was deleted.

12 changes: 12 additions & 0 deletions man/shinyjs-defunct.Rd

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

24 changes: 24 additions & 0 deletions man/shinyjs-package.Rd

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

21 changes: 0 additions & 21 deletions man/shinyjs.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/stateFuncs.Rd

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

0 comments on commit 3a95870

Please sign in to comment.