Skip to content

Commit

Permalink
Re-document with roxygen2 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Feb 5, 2015
1 parent 3f2d2fc commit 11d4f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): do not edit by hand

S3method(print,R6)
S3method(print,R6ClassGenerator)
Expand Down
5 changes: 3 additions & 2 deletions man/R6Class.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/r6_class.R
\name{R6Class}
\alias{R6}
\alias{R6Class}
Expand All @@ -25,7 +26,7 @@ superclass. This is captured as an unevaluated expression which is
evaluated in \code{parent_env} each time an object is instantiated.}

\item{lock}{Should the environments of the generated objects be locked? If
lcoked, new members can't be added to the objects.}
locked, new members can't be added to the objects.}
\item{class}{Should a class attribute be added to the object? Default is
\code{TRUE}. If \code{FALSE}, the objects will simply look like
Expand Down

0 comments on commit 11d4f06

Please sign in to comment.