Skip to content

Commit 8fb46f9

Browse files
committed
fix broken example
incorrect type of output assigned to result_1 of example_object
1 parent b5483c1 commit 8fb46f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/generics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ setGeneric("output.value",function(obj,name)standardGeneric("output.value"))
152152
#' @return struct object
153153
#' @examples
154154
#' M = example_model()
155-
#' output.value(M,'result_1') = 'example'
155+
#' output.value(M,'result_1') = dataset()
156156
#'
157157
setGeneric("output.value<-",
158158
function(obj,name,value)standardGeneric("output.value<-"))

0 commit comments

Comments
 (0)