Skip to content

Commit f9a6372

Browse files
authored
Merge pull request #1156 from stan-dev/pairs-evaluation
pairs.R: evaluate in parent.frame() (maybe)
2 parents 88566bb + 5e6d1f1 commit f9a6372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rstan/rstan/R/pairs.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ pairs.stanfit <-
204204
mc$condition <- NULL
205205
mc$pars <- NULL
206206
mc$include <- NULL
207-
eval(mc)
207+
eval(mc, parent.frame())
208208
}

0 commit comments

Comments
 (0)