dump and dput but have the same behavior but dump has an extra option 'evaluate'. From the documentation, 'evaluate=TRUE' looks like it should force promises to be evaluated, ie convert 1:6 to be c(1,2,3,4,5,6).
I think that either my understanding of what a 'promise' is and what it means to be evaluated is flawed, or the evaluate option in the dump command is broken. -- View this message in context: http://r.789695.n4.nabble.com/dump-not-evaluating-promises-tp2075859p2077140.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.