Skip to content

Commit

Permalink
Merge pull request #80 from Appsilon/toaster-docs
Browse files Browse the repository at this point in the history
chore: Disable clone() for Toaster R6 class
  • Loading branch information
kamilzyla authored Mar 14, 2023
2 parents 06147e5 + 85ea318 commit e6a4582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
1 change: 1 addition & 0 deletions R/toaster.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ incrementToasterId <- createIdIncrementationFunction()
#' @export
Toaster <- R6::R6Class(
classname = "Toaster",
cloneable = FALSE,
public = list(
#' @param toasterId Unique number - needed to use more than one toaster
#' @param session Shiny session object
Expand Down
18 changes: 0 additions & 18 deletions man/Toaster.Rd

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

0 comments on commit e6a4582

Please sign in to comment.