Do you restore .RData at startup? You can check this out at Tools -> Global Options and look in the workspace section. I recommend not restoring it at startup and never saving workspace on exit.
Check that nothing is saved in your R.
#install.packages("usethis") # you may need to run this if it isn't installed
usethis::edit_r_profile()