Are you talking about loading packages with library()?, if so, this is just the way R works you have to load packages on each new session, you can automate this process putting your library calls in your .Rprofile file but it is not considered a good practice because it could cause reproducibility issues.