colorspace is a package that ggplot2 needs. It is normal for such "dependencies" to be installed. Try going to the folder C:\Users\64220\AppData\Local\R\win-library\4.3 and looking for a file named 00LOCK. Delete it if it is there.
ggplot2 was not installed because the installation of colorspace failed. I don't know if the 00LOCK file is a hidden file. Do you have Windows set to show hidden items? If not, turn that on in that folder and look again. To show hidden items on my Windows 10 system, I open the folder, click the View tab near the top left and select the Hidden items box that is toward the right side of the options in the ribbon.
What happens if you run install.packages("colorspace")