Skip to content

Commit

Permalink
Export createRefClass2
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 16, 2014
1 parent 83cc116 commit f19bdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ S3method(print,RefClass2)
S3method(print,RefClass2Generator)
S3method(print,RefClassGenerator)
export(createRefClass)
export(createRefClass2)
1 change: 1 addition & 0 deletions R/ref_class2.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#' is exactly the same except for the environment.
#' }
#'
#' @export
#' @param classname Name of the class.
#' @param private A list of private members, which can be functions and
#' non-functions.
Expand Down

0 comments on commit f19bdfc

Please sign in to comment.