Skip to content

Commit

Permalink
Merge pull request #84 from Appsilon/bug-fix-docs-r6-example
Browse files Browse the repository at this point in the history
[doc bug fix] Fix good R6 example
  • Loading branch information
radbasa authored May 24, 2024
2 parents 0856654 + c9ae4b4 commit 2802701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box.linters
Title: Linters for 'box' Modules
Version: 0.0.0.9015
Version: 0.0.0.9016
Authors@R:
c(
person("Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion R/r6_usage_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#'
#' goodClass <- R6Class('goodClass',
#' public = list(
#' public_attr,
#' public_attr = NULL,
#' initialize = function() {
#' private$private_func()
#' },
Expand Down
2 changes: 1 addition & 1 deletion man/r6_usage_linter.Rd

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

0 comments on commit 2802701

Please sign in to comment.