There is no R language in my mac m2 anaconda

here is no rstudio in my navigator, and when i try to create a new environment, it shows no r language.
I am really confused. How can i add r language to it?
really hope someone could help me with it.

Problem has been solved, after I uninstalled anaconda according to the documentation and downloaded a previous version of anaconda, which is a 2022 verision.

Hello,

FYI - It is possible to install Rstudio in the new version of anaconda, it just is not added to the navigator menu by default.

You can install it in a new conda environment as follows:

conda install -c r rstudio