Problem with library(Rdimtools) for Windows

Yes, I have Rtools.

What did I was uninstall R, RStudio and Rtools. I made sure to remove all libraries and dependencies.
Then I installed R, RStudio and Rtools again. Finally, the package "Rdimtools" and "sessioninfo" were installed succesfully. I attach the console output of install.packages("Rdimtools"). I realized that associated packages were installed correctly

package ‘fs’ successfully unpacked and MD5 sums checked
package ‘rappdirs’ successfully unpacked and MD5 sums checked
package ‘sass’ successfully unpacked and MD5 sums checked
package ‘cachem’ successfully unpacked and MD5 sums checked
package ‘memoise’ successfully unpacked and MD5 sums checked
package ‘glue’ successfully unpacked and MD5 sums checked
package ‘lifecycle’ successfully unpacked and MD5 sums checked
package ‘stringi’ successfully unpacked and MD5 sums checked
package ‘vctrs’ successfully unpacked and MD5 sums checked
package ‘bslib’ successfully unpacked and MD5 sums checked
package ‘fontawesome’ successfully unpacked and MD5 sums checked
package ‘jquerylib’ successfully unpacked and MD5 sums checked
package ‘stringr’ successfully unpacked and MD5 sums checked
package ‘tinytex’ successfully unpacked and MD5 sums checked
package ‘yaml’ successfully unpacked and MD5 sums checked
package ‘rmarkdown’ successfully unpacked and MD5 sums checked
package ‘digest’ successfully unpacked and MD5 sums checked
package ‘rlang’ successfully unpacked and MD5 sums checked
package ‘fastmap’ successfully unpacked and MD5 sums checked
package ‘ellipsis’ successfully unpacked and MD5 sums checked
package ‘evaluate’ successfully unpacked and MD5 sums checked
package ‘highr’ successfully unpacked and MD5 sums checked
package ‘xfun’ successfully unpacked and MD5 sums checked
package ‘htmlwidgets’ successfully unpacked and MD5 sums checked
package ‘htmltools’ successfully unpacked and MD5 sums checked
package ‘knitr’ successfully unpacked and MD5 sums checked
package ‘jsonlite’ successfully unpacked and MD5 sums checked
package ‘magrittr’ successfully unpacked and MD5 sums checked
package ‘base64enc’ successfully unpacked and MD5 sums checked
package ‘mime’ successfully unpacked and MD5 sums checked
package ‘iterators’ successfully unpacked and MD5 sums checked
package ‘bit’ successfully unpacked and MD5 sums checked
package ‘minpack.lm’ successfully unpacked and MD5 sums checked
package ‘scatterplot3d’ successfully unpacked and MD5 sums checked
package ‘rgl’ successfully unpacked and MD5 sums checked
package ‘doParallel’ successfully unpacked and MD5 sums checked
package ‘foreach’ successfully unpacked and MD5 sums checked
package ‘R6’ successfully unpacked and MD5 sums checked
package ‘bit64’ successfully unpacked and MD5 sums checked
package ‘gmp’ successfully unpacked and MD5 sums checked
package ‘Rmpfr’ successfully unpacked and MD5 sums checked
package ‘ECOSolveR’ successfully unpacked and MD5 sums checked
package ‘scs’ successfully unpacked and MD5 sums checked
package ‘osqp’ successfully unpacked and MD5 sums checked
package ‘RcppEigen’ successfully unpacked and MD5 sums checked
package ‘rbibutils’ successfully unpacked and MD5 sums checked
package ‘Rtsne’ successfully unpacked and MD5 sums checked
package ‘labdsv’ successfully unpacked and MD5 sums checked
package ‘shapes’ successfully unpacked and MD5 sums checked
package ‘fastcluster’ successfully unpacked and MD5 sums checked
package ‘dbscan’ successfully unpacked and MD5 sums checked
package ‘pracma’ successfully unpacked and MD5 sums checked
package ‘ADMM’ successfully unpacked and MD5 sums checked
package ‘CVXR’ successfully unpacked and MD5 sums checked
package ‘RANN’ successfully unpacked and MD5 sums checked
package ‘Rcpp’ successfully unpacked and MD5 sums checked
package ‘RcppDE’ successfully unpacked and MD5 sums checked
package ‘Rdpack’ successfully unpacked and MD5 sums checked
package ‘RSpectra’ successfully unpacked and MD5 sums checked
package ‘maotai’ successfully unpacked and MD5 sums checked
package ‘mclustcomp’ successfully unpacked and MD5 sums checked
package ‘RcppArmadillo’ successfully unpacked and MD5 sums checked
package ‘RcppDist’ successfully unpacked and MD5 sums checked
package ‘Rdimtools’ successfully unpacked and MD5 sums checked

#Loading "Rdimtools" Library

library(Rdimtools)
** ------------------------------------------------------- **
** Rdimtools || Dimension Reduction and Estimation Toolbox
**
** Version : 1.1.2 (2023)
** Maintainer : Kisung You (kisungyou@outlook.com)
** Website : Dimension Reduction and Estimation Methods • Rdimtools
**
** Please see 'citation('Rdimtools)' to cite the package.
** ------------------------------------------------------- **

After doing some tests, I noticed that I was having this problem too "Updating Loaded Packages - One or more of the packages that will be updated by installation are currently loaded. Restarting R prior to updating these packages is strongly recommended". I looked for some solution ideas from this link:
"installed-packages-endless-loop-updating-loaded-packages-one-or-more"

Perhaps updating the packages would have been the final solution (as the main recommendation of mentioned link) but the process was taking two hours so I opted for the idea of ​​reinstalling everything again as I indicated at the beginning (It finally took about 20 minutes in total).

Thank you for your help and share your ideas nirgrahamuk