GidonFrischkorn / Tutorial-MixtureModel-VWM

This repository contains R scripts & raw data to illustrate how to estimate measurement models for visual working memory tasks.
GNU General Public License v3.0
2 stars 1 forks source link

remove rm(list = ls()) #21

Closed venpopov closed 3 weeks ago

venpopov commented 3 weeks ago

https://github.com/GidonFrischkorn/Tutorial-MixtureModel-VWM/blob/2bdd751ab37f42b6efc0efa0f4d710e81928ffb3/scripts/bmm_examples/Example3_Bays2009.R#L9

Just noticed this. I've long stoped using this in my scripts. Not a good practice to affect user's workspace. We should remove all such statements.

GidonFrischkorn commented 3 weeks ago

I see your point. I removed all statements cleaning up the workspace and also noticed that we no longer have to load bmm from GitHub. There were some p_load_gh statements left in some scripts. See commit: 98b8a9d