IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 102 forks source link

Ensured that Enter dialog assignments are correctly deleted #8919

Closed lloyddewit closed 3 months ago

lloyddewit commented 3 months ago

I found another regression in PR #8881: The last line of the script generated by the Enter dialog should be rm(list=c("enter", "survey")) . However it was only rm(list=c("survey")). I fixed this in this PR. I also reversed an unnecessary (but harmless) change I made in PR #8913 (making strScript public).

@rdstern Please could you check that the Enter and Calculator dialogs still work as expected?

Thank you