Default installation of R on Windows stored files (and thus library) on a dedicated folder per R version on program files.
That means that by default, you would work with several versions of R in parallel and thus separate libraries.
If this not what you want and you prefer to always work with a s...