jthaman / ciTools

An R Package for Quick Uncertainty Intervals
GNU General Public License v3.0
106 stars 9 forks source link

Fix environment issues by updating the model in the environment from the model's formula (Fix #50) #51

Closed billdenney closed 3 years ago

billdenney commented 3 years ago

This fixes #50 by updating the model within the formula environment. It should not cause any other issues.

jthaman commented 3 years ago

Perhaps other methods in ciTools suffer from the same issue?

billdenney commented 3 years ago

Yes, any code that uses update() would probably have the same issue.