As per course instructions, we are supposed to install the SimDesign package and load it, I was able to successfully do it in the posit cloud version, but when I tried it in the R Studio desktop version, there is a problem. The package installed successfully, but when i tried to load it with the library() function, the console showed an error -
Error: package or namespace load failed for ‘SimDesign’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘R.oo’
I am new to R, can someone please help, I will be really grateful