liamrevell / phytools

GNU General Public License v3.0
207 stars 56 forks source link

read.simmap and write.simmap are not working properly #11

Closed J-Moravec closed 7 years ago

J-Moravec commented 7 years ago

I am attempting to save simmap simulations made by make.simmap.

When using nsim > 1, I get: Error: evalutaion nested too deeply: infinite recursion / options(expressions=)? Seems like some recursion is not working properly?

If using nsim = 1, it is saved. However, when I attempt to read it again (without text, I hope that code is smart enough to be able to write and read same object), I get: Error in start:end : NA/NaN argument

liamrevell commented 7 years ago

I believe this should be fixed now.

liamrevell commented 7 years ago

I am closing this issue.